Ubuntu Pastebin

Paste from kjackal at Thu, 16 Jun 2016 12:48:58 +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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
ubuntu@juju-767941-0:~$ ps -ef 
UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 12:39 ?        00:00:00 /sbin/init
root       596     1  0 12:39 ?        00:00:00 upstart-socket-bridge --daemon
root      1651     1  0 12:39 ?        00:00:00 upstart-udev-bridge --daemon
root      1655     1  0 12:39 ?        00:00:00 /lib/systemd/systemd-udevd --daemon
root      1725     1  0 12:39 ?        00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
message+  1886     1  0 12:40 ?        00:00:00 dbus-daemon --system --fork
root      1944     1  0 12:40 ?        00:00:00 /lib/systemd/systemd-logind
root      1973     1  0 12:40 ?        00:00:00 upstart-file-bridge --daemon
root      2008     1  0 12:40 ?        00:00:00 cron
daemon    2009     1  0 12:40 ?        00:00:00 atd
root      2012     1  0 12:40 ?        00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket
root      2033     1  0 12:40 ?        00:00:00 /usr/sbin/sshd -D
root      2034     1  0 12:40 ?        00:00:00 /usr/sbin/irqbalance
syslog    2075     1  0 12:40 ?        00:00:00 rsyslogd
root      3852     1  0 12:40 ?        00:00:00 /var/lib/juju/tools/machine-0/jujud machine --data-dir /var/lib/juju --machine-id 0 --debug
root      3901     1  0 12:40 ?        00:00:00 /var/lib/juju/tools/unit-ubuntu-0/jujud unit --data-dir /var/lib/juju --unit-name ubuntu/0 --debug
root      3919  2033  0 12:41 ?        00:00:00 sshd: ubuntu [priv] 
ubuntu    3972  3919  0 12:41 ?        00:00:00 sshd: ubuntu@pts/1  
ubuntu    3973  3972  0 12:41 pts/1    00:00:00 -bash
ubuntu    3999  3973  0 12:41 pts/1    00:00:00 ps -ef
ubuntu@juju-767941-0:~$ ping juju-767941-0                                                                                                                                   
ping: unknown host juju-767941-0
ubuntu@juju-767941-0:~$ nslookup juju-767941-0.lxd
Server:         10.173.130.1
Address:        10.173.130.1#53

** server can't find juju-767941-0.lxd: NXDOMAIN

ubuntu@juju-767941-0:~$ nslookup juju-767941-0.lxd
Server:         10.173.130.1
Address:        10.173.130.1#53

** server can't find juju-767941-0.lxd: NXDOMAIN

ubuntu@juju-767941-0:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# Source interfaces
# Please check /etc/network/interfaces.d before changing this file
# as interfaces may have been defined in /etc/network/interfaces.d
# NOTE: the primary ethernet device is defined in
# /etc/network/interfaces.d/eth0
# See LP: #1262951
source /etc/network/interfaces.d/*.cfg

ubuntu@juju-767941-0:~$ 
Download as text