Ubuntu Pastebin

Paste from ssweeny at Fri, 26 Aug 2016 14:23:33 +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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
root@localhost:~# udisks2.udisksd 
DEBUG: setting argv[0] to ubuntu-core-launcher
DEBUG: shifting arguments by one
DEBUG: security tag is snap.udisks2.udisksd
DEBUG: binary to run is /snap/udisks2/x1/command-udisksd.wrapper
DEBUG: preparing seccomp profile associated with security tag snap.udisks2.udisksd
DEBUG: creating writable mimic directory /var/lib based on /snap/ubuntu-core/current/var/lib
DEBUG: mounting tmpfs at /var/lib
DEBUG: bind-mounting all the files from the reference directory
DEBUG: creating empty directory at /var/lib/apparmor
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/apparmor -> /var/lib/apparmor with flags 0x85007
DEBUG: creating empty directory at /var/lib/classic
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/classic -> /var/lib/classic with flags 0x85007
DEBUG: creating empty directory at /var/lib/cloud
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/cloud -> /var/lib/cloud with flags 0x85007
DEBUG: creating empty directory at /var/lib/dbus
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/dbus -> /var/lib/dbus with flags 0x85007
DEBUG: creating empty directory at /var/lib/dhcp
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/dhcp -> /var/lib/dhcp with flags 0x85007
DEBUG: creating empty directory at /var/lib/extrausers
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/extrausers -> /var/lib/extrausers with flags 0x85007
DEBUG: creating empty directory at /var/lib/initramfs-tools
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/initramfs-tools -> /var/lib/initramfs-tools with flags 0x85007
DEBUG: creating empty directory at /var/lib/initscripts
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/initscripts -> /var/lib/initscripts with flags 0x85007
DEBUG: creating empty directory at /var/lib/insserv
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/insserv -> /var/lib/insserv with flags 0x85007
DEBUG: creating empty directory at /var/lib/logrotate
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/logrotate -> /var/lib/logrotate with flags 0x85007
DEBUG: creating empty directory at /var/lib/machines
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/machines -> /var/lib/machines with flags 0x85007
DEBUG: creating empty directory at /var/lib/misc
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/misc -> /var/lib/misc with flags 0x85007
DEBUG: creating empty directory at /var/lib/pam
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/pam -> /var/lib/pam with flags 0x85007
DEBUG: creating empty directory at /var/lib/python
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/python -> /var/lib/python with flags 0x85007
DEBUG: creating empty directory at /var/lib/resolvconf
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/resolvconf -> /var/lib/resolvconf with flags 0x85007
DEBUG: creating empty directory at /var/lib/snapd
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/snapd -> /var/lib/snapd with flags 0x85007
DEBUG: creating empty directory at /var/lib/sudo
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/sudo -> /var/lib/sudo with flags 0x85007
DEBUG: creating empty directory at /var/lib/systemd
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/systemd -> /var/lib/systemd with flags 0x85007
DEBUG: creating empty directory at /var/lib/ubuntu-fan
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/ubuntu-fan -> /var/lib/ubuntu-fan with flags 0x85007
DEBUG: creating empty directory at /var/lib/ucf
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/ucf -> /var/lib/ucf with flags 0x85007
DEBUG: creating empty directory at /var/lib/update-rc.d
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/update-rc.d -> /var/lib/update-rc.d with flags 0x85007
DEBUG: creating empty directory at /var/lib/urandom
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/urandom -> /var/lib/urandom with flags 0x85007
DEBUG: creating empty directory at /var/lib/vim
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/vim -> /var/lib/vim with flags 0x85007
DEBUG: creating empty directory at /var/lib/waagent
DEBUG: bind mounting /snap/ubuntu-core/current/var/lib/waagent -> /var/lib/waagent with flags 0x85007
DEBUG: snappy_udev_init
DEBUG: sc_setup_mount_profiles: snap.udisks2.udisksd
DEBUG: opening mount profile /var/lib/snapd/mount/snap.udisks2.udisksd.fstab
DEBUG: read mount entry
	mnt_fsname: /run
	mnt_dir: /run
	mnt_type: none
	mnt_opts: rw,bind,shared
	mnt_freq: 0
	mnt_passno: 0
DEBUG: initial flags are: bind,ro,nodev,nosuid
DEBUG: sc_setup_mount_profiles: adding shared flag
DEBUG: raising privileges to load seccomp profile
DEBUG: loading seccomp profile into the kernel
DEBUG: dropping privileges after loading seccomp profile
14:21:44.090:[1531]:[NOTICE]: udisks daemon version 2.1.7 starting [main.c:14
Download as text