Ubuntu Pastebin

Paste from aaa at Mon, 15 May 2017 12:46:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
ubuntu@juju-37af3b-2-lxd-1:~$ ps -aef
UID          PID    PPID  C STIME TTY          TIME CMD
root           1       0  0 May06 ?        00:00:23 /lib/systemd/systemd --system --deserialize 22
root          56       1  0 May06 ?        00:00:32 /lib/systemd/systemd-journald
daemon       283       1  0 May06 ?        00:00:00 /usr/sbin/atd -f
root         284       1  0 May06 ?        00:00:00 /usr/sbin/sshd -D
root         286       1  0 May06 ?        00:00:17 /usr/lib/accountsservice/accounts-daemon
syslog       287       1  0 May06 ?        00:00:06 /usr/sbin/rsyslogd -n
message+     291       1  0 May06 ?        00:00:09 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root         292       1  0 May06 ?        00:00:01 /usr/sbin/cron -f
root         294       1  0 May06 ?        00:00:03 /lib/systemd/systemd-logind
root         312       1  0 May06 ?        00:00:00 /usr/lib/policykit-1/polkitd --no-debug
root         333       1  0 May06 pts/0    00:00:00 /sbin/agetty --noclear --keep-baud console 115200 38400 9600 linux
root        8313       1  0 May06 ?        00:00:00 /lib/systemd/systemd-udevd
root        8451       1  0 May06 ?        00:00:48 /usr/lib/snapd/snapd
root        9659       1  0 May06 ?        00:00:00 bash /var/lib/juju/init/jujud-machine-2-lxd-1/exec-start.sh
root        9663    9659  0 May06 ?        00:02:11 /var/lib/juju/tools/machine-2-lxd-1/jujud machine --data-dir /var/lib/juju --machine-id 2/lxd/1 --de
root        9728       1  0 May06 ?        00:00:00 lxd-bridge-proxy --addr=[fe80::1%lxdbr0]:13128
root        9751       1  0 May06 ?        00:00:26 /usr/bin/lxd --group lxd --logfile=/var/log/lxd/lxd.log
root        9788       1  0 May06 ?        00:00:00 bash /var/lib/juju/init/jujud-unit-ceph-mon-1/exec-start.sh
root        9792    9788  0 May06 ?        00:01:41 /var/lib/juju/tools/unit-ceph-mon-1/jujud unit --data-dir /var/lib/juju --unit-name ceph-mon/1 --deb
root       18452       1  0 May06 ?        00:01:22 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 112:116
root       19926    9792  0 May06 ?        00:00:50 /usr/bin/python /var/lib/juju/agents/unit-ceph-mon-1/charm/hooks/mon-relation-changed
ceph       88619       1  0 May14 ?        02:06:03 /usr/bin/ceph-mon -f --cluster ceph --id juju-37af3b-2-lxd-1 --setuser ceph --setgroup ceph
root       95270     284  0 12:45 ?        00:00:00 sshd: ubuntu [priv]
ubuntu     95272       1  0 12:45 ?        00:00:00 /lib/systemd/systemd --user
ubuntu     95273   95272  0 12:45 ?        00:00:00 (sd-pam)
ubuntu     95305   95270  0 12:45 ?        00:00:00 sshd: ubuntu@pts/0
ubuntu     95306   95305  0 12:45 pts/0    00:00:00 -bash
ubuntu     95320   95306  0 12:45 pts/0    00:00:00 ps -aef
ubuntu@juju-37af3b-2-lxd-1:~$ sudo ceph -s
2017-05-15 12:45:59.345137 7f58aa652700 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.admin.keyring: (2) No such file or directory
2017-05-15 12:45:59.345160 7f58aa652700 -1 monclient(hunting): ERROR: missing keyring, cannot use cephx for authentication
2017-05-15 12:45:59.345163 7f58aa652700  0 librados: client.admin initialization error (2) No such file or directory
Error connecting to cluster: ObjectNotFound
Download as text