Bug#827438: systemd: boot fails with rootfs on luks after systemd upgrade
Sander van Grieken
sander at outrightsolutions.nl
Thu Jun 16 07:39:53 BST 2016
Package: systemd
Version: 229-6
Severity: important
Upgrading systemd from 229-6 to 230-2 broke my boot.
I have a LUKS rootfs on top of a mdadm managed raid0. Starting from 230-2 it
doesn't recognize the luks volume at boot.
The raid0 is not explicitly made with mdadm, it was previously handled by
dmraid I believe (fakeraid?)
I'm using dracut-40 instead of initramfs
(yes there's a newer dracut, but that has troubles with booting this setup too,
so I've pinned on 040)
contents of rdsosreport.txt right after dropping to initrd shell:
+ cat /lib/dracut/dracut-040-207-g7252cde
dracut-040-207-g7252cde
+ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.5.0-2-amd64 root=/dev/mapper/luks-068aff81-795f-
4a01-8b77-95052fd045e2 ro init=/lib/systemd/systemd rd.auto=1 rd.lvm=0 rd.luks
.allow-discards=1 plymouth.enable=0 quiet
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f '/etc/cmdline.d/*.conf' ']'
+ break
+ cat /proc/self/mountinfo
0 0 0:1 / / rw shared:1 - rootfs rootfs rw
17 0 0:17 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
18 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
19 0 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs
rw,size=4029412k,nr_inodes=1007353,mode=755
20 17 0:16 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 -
securityfs securityfs rw
21 19 0:18 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
22 19 0:14 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts
rw,gid=5,mode=620,ptmxmode=000
23 0 0:19 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
24 23 0:20 / /run/lock rw,nosuid,nodev,noexec,relatime shared:12 - tmpfs tmpfs
rw,size=5120k
25 17 0:21 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs
ro,mode=755
26 25 0:22 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 -
cgroup cgroup rw,xattr,release_agent=/lib/systemd/systemd-cgroups-
agent,name=systemd
27 17 0:23 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore
pstore rw
28 25 0:24 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime
shared:13 - cgroup cgroup rw,net_cls,net_prio
29 25 0:25 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:14 -
cgroup cgroup rw,devices
30 25 0:26 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime
shared:15 - cgroup cgroup rw,perf_event
31 25 0:27 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:16 -
cgroup cgroup rw,cpuset
32 25 0:28 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime
shared:17 - cgroup cgroup rw,cpu,cpuacct
33 25 0:29 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:18 -
cgroup cgroup rw,pids
34 25 0:30 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:19 -
cgroup cgroup rw,blkio
35 25 0:31 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:20 -
cgroup cgroup rw,freezer
+ cat /proc/mounts
rootfs / rootfs rw 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=4029412k,nr_inodes=1007353,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0
0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup
rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-
cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup
rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0
0
cgroup /sys/fs/cgroup/perf_event cgroup
rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup
rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0
0
+ blkid
+ blkid -o udev
+ ls -l '/dev/disk/by*'
ls: cannot access '/dev/disk/by*': No such file or directory
+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/lib/systemd"
systemdsystemunitdir="/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ lvm pvdisplay
+ lvm vgdisplay
+ lvm lvdisplay
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
cat: /proc/mdstat: No such file or directory
+ command -v ip
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
No journal files were found.
-- No entries --
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (750, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.114
ii libacl1 2.2.52-3
ii libapparmor1 2.10-4
ii libaudit1 1:2.5.2-1
ii libblkid1 2.28-5
ii libc6 2.22-11
ii libcap2 1:2.25-1
ii libcap2-bin 1:2.25-1
ii libcryptsetup4 2:1.7.0-2
ii libgcrypt20 1.7.0-2
ii libgpg-error0 1.22-2
ii libkmod2 22-1.1
ii liblzma5 5.1.1alpha+20120614-2.1
ii libmount1 2.28-5
ii libpam0g 1.1.8-3.3
ii libseccomp2 2.3.1-2
ii libselinux1 2.5-3
ii libsystemd0 229-6
ii mount 2.28-5
ii util-linux 2.28-5
Versions of packages systemd recommends:
ii dbus 1.10.8-1
ii libpam-systemd 229-6
Versions of packages systemd suggests:
pn systemd-container <none>
pn systemd-ui <none>
Versions of packages systemd is related to:
pn udev <none>
-- no debconf information
-------------- next part --------------
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
2 overridden configuration files found.
-------------- next part --------------
-> Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: keyboard-setup.service
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: sysinit.target
Before: plymouth-start.service
Before: local-fs-pre.target
After: system.slice
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
ReferencedBy: sysinit.target
ReferencedBy: plymouth-start.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 662
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit kdm.service:
Description: LSB: X display manager for KDE
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kdm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kdm.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/kdm.service
Source Path: /etc/init.d/kdm
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: krb5-kdc.service
After: dbus.socket
After: local-fs.target
After: console-screen.service
After: acpid.service
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: remote-fs.target
After: kbd.service
References: multi-user.target
References: kbd.service
References: sysinit.target
References: console-screen.service
References: graphical.target
References: krb5-kdc.service
References: system.slice
References: basic.target
References: dbus.socket
References: acpid.service
References: shutdown.target
References: systemd-journald.socket
References: remote-fs.target
References: local-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kdm start
PID: 1090
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/kdm reload
-> ExecStop:
Command Line: /etc/init.d/kdm stop
-> Unit run-user-123.mount:
Description: /run/user/123
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:29 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-123.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-123.mount
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: local-fs-pre.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: umount.target
References: local-fs.target
References: -.mount
References: local-fs-pre.target
References: system.slice
References: systemd-journald.socket
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/123
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=809276k,mode=700,uid=123,gid=135
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target
Before: exim4.service
References: shutdown.target
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target
Before: networking.service
Before: NetworkManager.service
Before: network.target
References: shutdown.target
ReferencedBy: networking.service
ReferencedBy: NetworkManager.service
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit festival.service:
Description: festival.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: festival.service
Before: speech-dispatcher.service
ReferencedBy: speech-dispatcher.service
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:22 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:22 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Thu 2016-06-16 08:27:22 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:22 CEST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-ask-password-console.path
After: plymouth-start.service
After: systemd-vconsole-setup.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-console.path
References: system.slice
References: plymouth-start.service
References: systemd-vconsole-setup.service
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit console-kit-log-system-stop.service:
Description: Console System Shutdown Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-kit-log-system-stop.service
Fragment Path: /lib/systemd/system/console-kit-log-system-stop.service
Requires: system.slice
WantedBy: halt.target
Before: shutdown.target
After: console-kit-log-system-start.service
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: console-kit-log-system-start.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: halt.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-stop
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: sysinit.target
Before: plymouth-start.service
After: system.slice
After: systemd-hwdb-update.service
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-journald.socket
References: system.slice
References: systemd-udevd.service
References: systemd-hwdb-update.service
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: plymouth-start.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 696
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 702
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
WantedBy: keyboard-setup.service
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: run-user-123.mount
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: local-fs.target
Before: boot.mount
Before: run-user-1000.mount
After: systemd-remount-fs.service
After: dm-event.service
After: lvm2-monitor.service
After: keyboard-setup.service
After: systemd-tmpfiles-setup-dev.service
References: shutdown.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: keyboard-setup.service
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: run-user-123.mount
ReferencedBy: dm-event.service
ReferencedBy: boot.mount
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit dev-md-Volume0_0p2.device:
Description: /dev/md/Volume0_0p2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md-Volume0_0p2.device
Following: sys-devices-virtual-block-md126-md126p2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device
Following Set Member: dev-md126p2.device
Following Set Member: dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-md126-md126p2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p2
-> Unit systemd-halt.service:
Description: Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-halt.service
Documentation: man:systemd-halt.service(8)
Fragment Path: /lib/systemd/system/systemd-halt.service
Requires: umount.target
Requires: system.slice
Requires: shutdown.target
Requires: final.target
RequiredBy: halt.target
Before: halt.target
After: plymouth-halt.service
After: shutdown.target
After: final.target
After: umount.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: final.target
References: umount.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: halt.target
ReferencedBy: plymouth-halt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --force halt
-> Unit dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit smbd.service:
Description: LSB: start Samba SMB/CIFS daemon (smbd)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:36 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/smbd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: smbd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/smbd.service
Source Path: /etc/init.d/smbd
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: remote-fs.target
After: slapd.service
After: local-fs.target
After: basic.target
After: network-online.target
After: nmbd.service
After: system.slice
After: cups.service
After: systemd-journald.socket
References: slapd.service
References: graphical.target
References: multi-user.target
References: cups.service
References: shutdown.target
References: sysinit.target
References: basic.target
References: remote-fs.target
References: system.slice
References: local-fs.target
References: network-online.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: nmbd.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/smbd start
PID: 2219
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:36 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/smbd reload
-> ExecStop:
Command Line: /etc/init.d/smbd stop
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty1.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: plymouth-reboot.service
Before: plymouth-halt.service
Before: getty.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: systemd-user-sessions.service
After: rc-local.service
After: plymouth-quit-wait.service
After: systemd-journald.socket
After: system-getty.slice
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-user-sessions.service
References: rc-local.service
References: plymouth-quit-wait.service
References: getty.target
References: systemd-journald.socket
References: system-getty.slice
ReferencedBy: plymouth-halt.service
ReferencedBy: getty.target
ReferencedBy: plymouth-reboot.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 1879
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 1879
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: session-2.scope
Before: getty at tty7.service
Before: sddm.service
Before: plymouth-quit.service
Before: shutdown.target
Before: session-1.scope
Before: user at 123.service
Before: user-123.slice
Before: plymouth-quit-wait.service
Before: user-1000.slice
Before: systemd-ask-password-wall.service
Before: user at 1000.service
Before: multi-user.target
After: nss-user-lookup.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: systemd-journal-flush.service
After: basic.target
After: openvpn at hydrogen-tap.service
After: remote-fs.target
References: nss-user-lookup.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: shutdown.target
References: basic.target
References: remote-fs.target
ReferencedBy: user at 1000.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: getty at tty7.service
ReferencedBy: getty at tty1.service
ReferencedBy: plymouth-quit.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: session-1.scope
ReferencedBy: multi-user.target
ReferencedBy: user-123.slice
ReferencedBy: user-1000.slice
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: user at 123.service
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: session-2.scope
ReferencedBy: sddm.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 1208
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: avahi-daemon.service
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Requires: avahi-daemon.socket
WantedBy: cups-browsed.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: cups-browsed.service
Before: shutdown.target
After: dbus.socket
After: basic.target
After: system.slice
After: avahi-daemon.socket
After: systemd-journald.socket
After: sysinit.target
TriggeredBy: avahi-daemon.socket
References: dbus.socket
References: basic.target
References: avahi-daemon.socket
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: cups-browsed.service
ReferencedBy: avahi-daemon.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 1116
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
PID: 1116
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.6.32-rc starting up.
-> Unit NetworkManager-wait-online.service:
Description: Network Manager Wait Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:34 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:34 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/NetworkManager-wait-online.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: NetworkManager-wait-online.service
Documentation: man:nm-online(1)
Fragment Path: /lib/systemd/system/NetworkManager-wait-online.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Requisite: NetworkManager.service
WantedBy: network-online.target
Conflicts: shutdown.target
Before: network-online.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: sysinit.target
After: NetworkManager.service
References: systemd-journald.socket
References: basic.target
References: system.slice
References: network-online.target
References: sysinit.target
References: shutdown.target
References: NetworkManager.service
ReferencedBy: network-online.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/nm-online -s -q --timeout=30
PID: 1214
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:34 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-ask-password-console.service
Before: shutdown.target
Before: paths.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: shutdown.target
References: -.mount
References: paths.target
References: plymouth-start.service
References: systemd-ask-password-console.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: dbus.service
RequiredBy: avahi-daemon.service
RequiredBy: polkitd.service
RequiredBy: ModemManager.service
RequiredBy: bluetooth.service
RequiredBy: packagekit.service
RequiredBy: systemd-logind.service
RequiredBy: console-kit-daemon.service
RequiredBy: accounts-daemon.service
RequiredBy: wpa_supplicant.service
RequiredBy: rtkit-daemon.service
RequiredBy: upower.service
RequiredBy: udisks2.service
RequiredBy: iio-sensor-proxy.service
RequiredBy: NetworkManager.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: udisks2.service
Before: wpa_supplicant.service
Before: shutdown.target
Before: polkitd.service
Before: systemd-logind.service
Before: rtkit-daemon.service
Before: packagekit.service
Before: sockets.target
Before: iio-sensor-proxy.service
Before: dbus.service
Before: accounts-daemon.service
Before: upower.service
Before: avahi-daemon.service
Before: kdm.service
Before: bluetooth.service
Before: NetworkManager.service
Before: console-kit-daemon.service
Before: ModemManager.service
After: -.mount
After: sysinit.target
After: -.slice
Triggers: dbus.service
References: sockets.target
References: -.mount
References: -.slice
References: sysinit.target
References: shutdown.target
References: dbus.service
ReferencedBy: dbus.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: NetworkManager.service
ReferencedBy: packagekit.service
ReferencedBy: sockets.target
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: avahi-daemon.service
ReferencedBy: ModemManager.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: udisks2.service
ReferencedBy: bluetooth.service
ReferencedBy: accounts-daemon.service
ReferencedBy: kdm.service
ReferencedBy: systemd-logind.service
ReferencedBy: upower.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: polkitd.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit plymouth-quit.service:
Description: Terminate Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit.service
Fragment Path: /lib/systemd/system/plymouth-quit.service
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
After: rc-local.service
After: sysinit.target
After: system.slice
After: plymouth-start.service
References: systemd-journald.socket
References: basic.target
References: plymouth-start.service
References: system.slice
References: sysinit.target
References: systemd-user-sessions.service
References: rc-local.service
References: shutdown.target
ReferencedBy: sddm.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/plymouth quit
PID: 1878
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 1
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-done.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-udev-trigger.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: shutdown.target
References: systemd-remount-fs.service
References: system.slice
References: systemd-update-done.service
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit systemd-networkd-resolvconf-update.path:
Description: Trigger resolvconf update for networkd DNS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd-resolvconf-update.path
Fragment Path: /lib/systemd/system/systemd-networkd-resolvconf-update.path
ConditionPathIsSymbolicLink: /etc/resolv.conf succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: resolvconf.service
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-networkd-resolvconf-update.service
After: -.mount
After: sysinit.target
Triggers: systemd-networkd-resolvconf-update.service
References: shutdown.target
References: -.mount
References: paths.target
References: systemd-networkd-resolvconf-update.service
References: sysinit.target
ReferencedBy: resolvconf.service
RequiresMountsFor: /run/systemd/netif/state
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-networkd-resolvconf-update.service
MakeDirectory: no
DirectoryMode: 0755
PathChanged: /run/systemd/netif/state
-> Unit plymouth-reboot.service:
Description: Show Plymouth Reboot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-reboot.service
Fragment Path: /lib/systemd/system/plymouth-reboot.service
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice
WantedBy: reboot.target
Before: systemd-reboot.service
After: sddm.service
After: system.slice
After: systemd-journald.socket
After: plymouth-start.service
After: getty at tty1.service
References: sddm.service
References: system.slice
References: systemd-journald.socket
References: plymouth-start.service
References: getty at tty1.service
References: systemd-reboot.service
ReferencedBy: reboot.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/plymouthd --mode=shutdown --attach-to-session
-> ExecStartPost:
Command Line: /bin/plymouth show-splash
-> Unit alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/alsa-restore.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: alsa-restore.service
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-restore.service
ConditionPathExists: /var/lib/alsa/asound.state succeeded
ConditionPathExistsGlob: /dev/snd/control* succeeded
ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: alsa-state.service
After: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: alsa-state.service
References: shutdown.target
References: basic.target
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore
PID: 1107
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
After: systemd-journald.socket
After: system.slice
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: -.mount
References: systemd-journald.socket
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udevd.service
Name: udev.service
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
WantedBy: sysinit.target
WantedBy: systemd-udev-trigger.service
Before: sysinit.target
Before: plymouth-start.service
Before: mdadm-raid.service
After: systemd-journald.socket
After: system.slice
After: systemd-tmpfiles-setup-dev.service
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-sysusers.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-journald.socket
References: system.slice
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-udevd-control.socket
References: systemd-sysusers.service
ReferencedBy: mdadm-raid.service
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: plymouth-start.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 716
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 716
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Status Text: Processing...
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: boot.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Requires: system.slice
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
After: systemd-journald.socket
After: local-fs-pre.target
After: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
After: -.mount
References: system.slice
References: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
References: systemd-journald.socket
References: local-fs-pre.target
References: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
References: -.mount
References: umount.target
References: local-fs.target
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/0c5e2f00-6867-480c-b37f-b5f491e94bf0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /boot
What: /dev/md126p1
File System Type: ext4
Options: rw,relatime,stripe=256,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY0B704559.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY0B704559.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: Centrino Advanced-N 6230 [Rainbow Peak] (Centrino Advanced-N 6230 AGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-wlan0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-net-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/wlan0
-> Unit bind9.service:
Description: bind9.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bind9.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit nmbd.service:
Description: LSB: start Samba NetBIOS nameserver (nmbd)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/nmbd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: nmbd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/nmbd.service
Source Path: /etc/init.d/nmbd
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: smbd.service
Before: shutdown.target
Before: multi-user.target
After: network-online.target
After: local-fs.target
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: remote-fs.target
After: system.slice
References: multi-user.target
References: system.slice
References: graphical.target
References: network-online.target
References: smbd.service
References: local-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: sysinit.target
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/nmbd start
PID: 1871
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/nmbd stop
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: ModemManager.service
Before: console-kit-daemon.service
ReferencedBy: ModemManager.service
ReferencedBy: console-kit-daemon.service
-> Unit slapd.service:
Description: slapd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slapd.service
Before: smbd.service
ReferencedBy: smbd.service
-> Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.socket
Fragment Path: /lib/systemd/system/uuidd.socket
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: uuidd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: uuidd.service
Before: sockets.target
After: -.mount
After: sysinit.target
After: -.slice
Triggers: uuidd.service
References: sockets.target
References: -.slice
References: shutdown.target
References: sysinit.target
References: -.mount
References: uuidd.service
ReferencedBy: sockets.target
ReferencedBy: uuidd.service
RequiresMountsFor: /run/uuidd/request
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: uuidd.socket
SELinuxContextFromNet: no
ListenStream: /run/uuidd/request
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: NetworkManager.service
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: sysinit.target
After: system.slice
After: basic.target
After: systemd-journald.socket
TriggeredBy: dbus.socket
References: systemd-journald.socket
References: basic.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: dbus.socket
ReferencedBy: NetworkManager.service
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1073
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
PID: 1073
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: networking.service
ReferencedBy: networking.service
-> Unit openvpn.service:
Description: OpenVPN service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/openvpn.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: openvpn.service
Fragment Path: /lib/systemd/system/openvpn.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requires: sysinit.target
Wants: openvpn at hydrogen-tap.service
WantedBy: multi-user.target
ConsistsOf: openvpn at hydrogen-tap.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: sysinit.target
After: network.target
After: basic.target
After: system.slice
After: -.mount
PropagatesReloadTo: openvpn at hydrogen-tap.service
References: systemd-journald.socket
References: sysinit.target
References: network.target
References: openvpn at hydrogen-tap.service
References: basic.target
References: shutdown.target
References: system.slice
References: -.mount
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: multi-user.target
RequiresMountsFor: /etc/openvpn
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /etc/openvpn
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/true
PID: 1232
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
-> Unit plymouth-halt.service:
Description: Show Plymouth Halt Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-halt.service
Fragment Path: /lib/systemd/system/plymouth-halt.service
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice
WantedBy: halt.target
Before: systemd-halt.service
After: plymouth-start.service
After: system.slice
After: getty at tty1.service
After: systemd-journald.socket
After: sddm.service
References: plymouth-start.service
References: system.slice
References: systemd-halt.service
References: getty at tty1.service
References: systemd-journald.socket
References: sddm.service
ReferencedBy: halt.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/plymouthd --mode=shutdown --attach-to-session
-> ExecStartPost:
Command Line: /bin/plymouth show-splash
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: mdadm-raid.service
ReferencedBy: mdadm-raid.service
-> Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.service
Fragment Path: /lib/systemd/system/uuidd.service
Requires: uuidd.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: uuidd.socket
TriggeredBy: uuidd.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: uuidd.socket
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: uuidd
Group: uuidd
-> ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Wants: getty-static.service
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty-static.service
After: getty at tty1.service
After: getty at tty7.service
References: getty-static.service
References: getty at tty1.service
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty7.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/VBoxService succeeded
ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd succeeded
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: time-sync.target
After: system.slice
After: systemd-remount-fs.service
After: -.mount
After: systemd-journald.socket
After: systemd-tmpfiles-setup.service
After: systemd-sysusers.service
References: system.slice
References: systemd-remount-fs.service
References: shutdown.target
References: -.mount
References: sysinit.target
References: systemd-journald.socket
References: time-sync.target
References: systemd-tmpfiles-setup.service
References: systemd-sysusers.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 1051
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
PID: 1051
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Status Text: Synchronized to time server 173.255.246.13:123 (2.debian.pool.ntp.org).
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:58 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: systemd-fsckd.service
Before: systemd-fsck-root.service
After: -.mount
After: -.slice
Triggers: systemd-fsckd.service
References: -.mount
References: systemd-fsckd.service
References: -.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-fsck-root.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Wants: apt-daily.timer
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: apt-daily.timer
After: systemd-tmpfiles-clean.timer
References: apt-daily.timer
References: shutdown.target
References: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit bluetooth.service:
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/bluetooth.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: bluetooth.service
Documentation: man:bluetoothd(8)
Fragment Path: /lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: bluetooth.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: bluetooth.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: dbus.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: dbus.socket
ReferencedBy: bluetooth.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1084
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNPROC: 1
LimitNPROCSoft: 1
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_admin
-> ExecStart:
Command Line: /usr/lib/bluetooth/bluetoothd
PID: 1084
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Status Text: Running
-> Unit dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device:
Description: /dev/disk/by-id/md-uuid-5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md-Volume0_0p1.device
Following Set Member: dev-md126p1.device
Following Set Member: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: accounts-daemon.service
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: nss-user-lookup.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
After: dbus.socket
After: basic.target
After: systemd-journald.socket
After: system.slice
After: nss-user-lookup.target
After: sysinit.target
References: shutdown.target
References: dbus.socket
References: basic.target
References: systemd-journald.socket
References: system.slice
References: nss-user-lookup.target
References: sysinit.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1106
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/accountsservice/accounts-daemon
PID: 1106
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: atd.service
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1094
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 1094
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-fsck-root.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: local-fs.target
Before: shutdown.target
Before: systemd-remount-fs.service
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
References: system.slice
References: systemd-fsckd.socket
References: systemd-journald.socket
References: shutdown.target
References: local-fs.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/lvm2-monitor.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: lvm2-monitor.service
Documentation: man:dmeventd(8)
Documentation: man:lvcreate(8)
Documentation: man:lvchange(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-monitor.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: dm-event.socket
Requires: lvm2-lvmetad.socket
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
After: lvm2-activation.service
After: lvm2-lvmetad.socket
After: systemd-journald.socket
After: lvm2-lvmetad.service
After: system.slice
After: dm-event.service
After: dm-event.socket
References: dm-event.socket
References: local-fs-pre.target
References: lvm2-lvmetad.socket
References: lvm2-activation.service
References: systemd-journald.socket
References: lvm2-lvmetad.service
References: system.slice
References: dm-event.service
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
PID: 656
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-setup.service
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
After: kbd.service
After: systemd-journald.socket
After: system.slice
After: console-screen.service
After: -.mount
After: local-fs.target
References: kbd.service
References: systemd-journald.socket
References: system.slice
References: console-screen.service
References: -.mount
References: local-fs.target
ReferencedBy: sysinit.target
RequiresMountsFor: /usr
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/console-setup/console-setup.sh
PID: 999
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: greylist.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit system-openvpn.slice:
Description: system-openvpn.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-openvpn.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x10
Name: system-openvpn.slice
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: openvpn at hydrogen-tap.service
Conflicts: shutdown.target
Before: openvpn at hydrogen-tap.service
Before: shutdown.target
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: openvpn at hydrogen-tap.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.socket
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
BindsTo: sys-devices-virtual-misc-rfkill.device
WantedBy: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-rfkill.service
After: sys-devices-virtual-misc-rfkill.device
After: -.mount
After: -.slice
Triggers: systemd-rfkill.service
References: systemd-rfkill.service
References: -.slice
References: shutdown.target
References: -.mount
References: sys-devices-virtual-misc-rfkill.device
ReferencedBy: sys-devices-virtual-misc-rfkill.device
RequiresMountsFor: /dev/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: yes
FDName: systemd-rfkill.socket
SELinuxContextFromNet: no
ListenSpecial: /dev/rfkill
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit system-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dbacklight.slice
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-backlight at backlight:intel_backlight.service
RequiredBy: systemd-backlight at backlight:acpi_video0.service
Conflicts: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
Before: shutdown.target
Before: systemd-backlight at backlight:acpi_video0.service
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit sys-devices-virtual-hwmon-hwmon0.device:
Description: /sys/devices/virtual/hwmon/hwmon0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-hwmon-hwmon0.device
Job Timeout: 1min 30s
Wants: iio-sensor-proxy.service
References: iio-sensor-proxy.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/hwmon/hwmon0
-> Unit console-kit-log-system-restart.service:
Description: Console System Reboot Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-kit-log-system-restart.service
Fragment Path: /lib/systemd/system/console-kit-log-system-restart.service
Requires: system.slice
WantedBy: reboot.target
Before: shutdown.target
After: console-kit-log-system-start.service
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: console-kit-log-system-start.service
References: shutdown.target
ReferencedBy: reboot.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-restart
-> Unit polkitd.service:
Description: Authenticate and Authorize Users to Run Privileged Tasks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/polkitd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: polkitd.service
Fragment Path: /lib/systemd/system/polkitd.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: dbus.socket
After: system.slice
References: systemd-journald.socket
References: dbus.socket
References: sysinit.target
References: shutdown.target
References: system.slice
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1197
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
PID: 1197
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit apt-daily.timer:
Description: Daily apt activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.timer
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily.service
Before: timers.target
After: -.mount
After: sysinit.target
After: time-sync.target
Triggers: apt-daily.service
References: -.mount
References: sysinit.target
References: shutdown.target
References: time-sync.target
References: apt-daily.service
References: timers.target
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
RemainAfterElapse: yes
OnCalendar: *-*-* 06,18:00:00
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Documentation: man:systemd-remount-fs.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-hwdb-update.service
Before: systemd-journal-flush.service
Before: systemd-update-utmp.service
Before: swap.swap
Before: systemd-timesyncd.service
Before: local-fs-pre.target
Before: systemd-rfkill.service
Before: systemd-random-seed.service
Before: shutdown.target
Before: systemd-backlight at backlight:acpi_video0.service
Before: local-fs.target
Before: systemd-backlight at backlight:intel_backlight.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsck-root.service
References: local-fs-pre.target
References: systemd-fsck-root.service
References: system.slice
References: systemd-journald.socket
References: local-fs.target
References: shutdown.target
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: swap.swap
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-random-seed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 658
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.path
Fragment Path: /lib/systemd/system/acpid.path
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: paths.target
Conflicts: shutdown.target
Before: paths.target
Before: acpid.service
Before: shutdown.target
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: shutdown.target
References: -.mount
References: paths.target
References: sysinit.target
References: acpid.service
ReferencedBy: paths.target
RequiresMountsFor: /etc/acpi/events
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
DirectoryNotEmpty: /etc/acpi/events
-> Unit samba-ad-dc.service:
Description: LSB: start Samba daemons for the AD DC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/samba-ad-dc.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: samba-ad-dc.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/samba-ad-dc.service
Source Path: /etc/init.d/samba-ad-dc
Condition Timestamp: Thu 2016-06-16 08:27:34 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:34 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
After: basic.target
After: sysinit.target
After: local-fs.target
After: system.slice
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: multi-user.target
References: basic.target
References: graphical.target
References: sysinit.target
References: local-fs.target
References: shutdown.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/samba-ad-dc start
PID: 1868
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/samba-ad-dc stop
-> Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:28:31 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:28:31 CEST
Active Enter Timestamp: Thu 2016-06-16 08:28:31 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/packagekit.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: packagekit.service
Fragment Path: /lib/systemd/system/packagekit.service
Condition Timestamp: Thu 2016-06-16 08:28:31 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:28:31 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: dbus.socket
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: system.slice
References: dbus.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 3066
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PackageKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
-> ExecStart:
Command Line: /usr/lib/packagekit/packagekitd
PID: 3066
Start Timestamp: Thu 2016-06-16 08:28:31 CEST
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
WantedBy: accounts-daemon.service
Conflicts: shutdown.target
Before: accounts-daemon.service
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-ask-password-wall.service
Before: shutdown.target
Before: paths.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: systemd-ask-password-wall.service
References: -.mount
References: shutdown.target
References: paths.target
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-sysctl.service
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: networking.service
Before: sysinit.target
Before: shutdown.target
After: systemd-modules-load.service
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: systemd-modules-load.service
ReferencedBy: networking.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 693
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Requires: system.slice
RequiredBy: lvm2-lvmetad.socket
RequiredBy: run-user-123.mount
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-timesyncd.service
RequiredBy: dev-hugepages.mount
RequiredBy: swap.swap
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: openvpn at hydrogen-tap.service
RequiredBy: uuidd.socket
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: acpid.path
RequiredBy: emergency.service
RequiredBy: apt-daily.timer
RequiredBy: sys-kernel-debug.mount
RequiredBy: syslog.socket
RequiredBy: basic.target
RequiredBy: avahi-daemon.socket
RequiredBy: systemd-rfkill.socket
RequiredBy: run-user-1000.mount
RequiredBy: rtkit-daemon.service
RequiredBy: systemd-random-seed.service
RequiredBy: dm-event.socket
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-fsckd.socket
RequiredBy: console-setup.service
RequiredBy: sys-kernel-config.mount
RequiredBy: openvpn.service
RequiredBy: systemd-ask-password-plymouth.path
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: local-fs.target
RequiredBy: systemd-backlight at backlight:acpi_video0.service
RequiredBy: systemd-journald.socket
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-networkd-resolvconf-update.path
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-initctl.socket
RequiredBy: systemd-ask-password-wall.path
RequiredBy: systemd-rfkill.service
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-ask-password-console.path
RequiredBy: dbus.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: boot.mount
RequiredBy: acpid.socket
RequiredBy: systemd-backlight at backlight:intel_backlight.service
RequiredBy: rescue.service
Before: run-user-1000.mount
Before: apt-daily.timer
Before: swap.swap
Before: dm-event.socket
Before: systemd-backlight at backlight:acpi_video0.service
Before: uuidd.socket
Before: emergency.service
Before: console-setup.service
Before: syslog.socket
Before: systemd-update-utmp.service
Before: rtkit-daemon.service
Before: sys-fs-fuse-connections.mount
Before: systemd-ask-password-plymouth.path
Before: sys-kernel-config.mount
Before: systemd-networkd-resolvconf-update.path
Before: systemd-update-utmp-runlevel.service
Before: acpid.socket
Before: systemd-backlight at backlight:intel_backlight.service
Before: dev-mqueue.mount
Before: systemd-timesyncd.service
Before: systemd-journald-dev-log.socket
Before: rescue.service
Before: systemd-random-seed.service
Before: basic.target
Before: openvpn.service
Before: proc-sys-fs-binfmt_misc.mount
Before: run-user-123.mount
Before: dbus.socket
Before: boot.mount
Before: dev-hugepages.mount
Before: systemd-fsckd.socket
Before: sys-kernel-debug.mount
Before: systemd-journald.socket
Before: systemd-ask-password-console.path
Before: systemd-initctl.socket
Before: systemd-rfkill.socket
Before: openvpn at hydrogen-tap.service
Before: systemd-udevd-control.socket
Before: lvm2-lvmpolld.socket
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-ask-password-wall.path
Before: systemd-rfkill.service
Before: systemd-journal-flush.service
Before: local-fs.target
Before: avahi-daemon.socket
Before: acpid.path
Before: lvm2-lvmetad.socket
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: dm-event.socket
ReferencedBy: dev-mqueue.mount
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: syslog.socket
ReferencedBy: run-user-123.mount
ReferencedBy: swap.swap
ReferencedBy: sys-kernel-config.mount
ReferencedBy: rescue.service
ReferencedBy: systemd-fsckd.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-timesyncd.service
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: acpid.path
ReferencedBy: systemd-networkd-resolvconf-update.path
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-rfkill.service
ReferencedBy: boot.mount
ReferencedBy: systemd-rfkill.socket
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: acpid.socket
ReferencedBy: rtkit-daemon.service
ReferencedBy: emergency.service
ReferencedBy: uuidd.socket
ReferencedBy: apt-daily.timer
ReferencedBy: openvpn.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: console-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: avahi-daemon.socket
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: run-user-1000.mount
RequiresMountsFor: /dev/disk/by-label/DEBIAN
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/luks-068aff81-795f-4a01-8b77-95052fd045e2
File System Type: ext4
Options: rw,noatime,discard,errors=remount-ro,stripe=64,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-random-seed.service
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: shutdown.target
References: system.slice
References: -.mount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 695
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit systemd-ask-password-plymouth.service:
Description: Forward Password Requests to Plymouth
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-plymouth.service
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.service
ConditionPathExists: /run/plymouth/pid untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-ask-password-plymouth.path
After: plymouth-start.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-plymouth.path
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: plymouth-start.service
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: plymouth-start.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --plymouth
-> Unit dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2.device:
Description: /dev/disk/by-id/md-uuid-5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2.device
Following: sys-devices-virtual-block-md126.device
Following Set Member: sys-devices-virtual-block-md126.device
Following Set Member: dev-md-Volume0_0.device
Following Set Member: dev-md126.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:29 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: wpa_supplicant.service
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Thu 2016-06-16 08:27:29 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:29 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: network.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: dbus.socket
After: system.slice
References: system.slice
References: basic.target
References: network.target
References: sysinit.target
References: shutdown.target
References: dbus.socket
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1300
Main PID Known: yes
Main PID Alien: no
BusName: fi.epitest.hostap.WPASupplicant
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
PID: 1300
Start Timestamp: Thu 2016-06-16 08:27:29 CEST
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-068aff81795f4a018b7795052fd045e2-luks-068aff81-795f-4a01-8b77-95052fd045e2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.socket
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmpolld.service
References: -.mount
References: lvm2-lvmpolld.service
References: -.slice
ReferencedBy: sysinit.target
ReferencedBy: lvm2-lvmpolld.service
RequiresMountsFor: /run/lvm/lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: boot.mount
Wants: systemd-remount-fs.service
Wants: systemd-fsck-root.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: nmbd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-machine-id-commit.service
Before: netdiag.service
Before: smbd.service
Before: acpi-support.service
Before: kdm.service
Before: binfmt-support.service
Before: networking.service
Before: plymouth-read-write.service
Before: systemd-tmpfiles-clean.service
Before: console-setup.service
Before: samba-ad-dc.service
Before: minissdpd.service
After: systemd-remount-fs.service
After: mdadm-raid.service
After: run-user-1000.mount
After: run-user-123.mount
After: boot.mount
After: local-fs-pre.target
After: -.mount
After: systemd-fsck-root.service
OnFailure: emergency.target
References: systemd-remount-fs.service
References: boot.mount
References: systemd-fsck-root.service
References: local-fs-pre.target
References: -.mount
References: emergency.target
References: shutdown.target
ReferencedBy: samba-ad-dc.service
ReferencedBy: kdm.service
ReferencedBy: -.mount
ReferencedBy: minissdpd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: acpi-support.service
ReferencedBy: nmbd.service
ReferencedBy: binfmt-support.service
ReferencedBy: run-user-1000.mount
ReferencedBy: smbd.service
ReferencedBy: sysinit.target
ReferencedBy: console-setup.service
ReferencedBy: networking.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: boot.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: netdiag.service
ReferencedBy: run-user-123.mount
ReferencedBy: plymouth-read-write.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: mdadm-raid.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-disk-by\x2dlabel-DEBIAN.device:
Description: /dev/disk/by-label/DEBIAN
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-DEBIAN.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device:
Description: /dev/disk/by-id/dm-name-luks-068aff81-795f-4a01-8b77-95052fd045e2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice
After: systemd-journald.socket
After: system.slice
After: systemd-initctl.socket
TriggeredBy: systemd-initctl.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Thu 2016-06-16 08:27:20 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:20 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-journald.service
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: systemd-udev-trigger.service
Before: systemd-fsckd.service
Before: systemd-tmpfiles-setup.service
Before: alsa-state.service
Before: sys-kernel-debug.mount
Before: tpconfig.service
Before: sys-kernel-config.mount
Before: ssh.service
Before: NetworkManager-wait-online.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: sys-fs-fuse-connections.mount
Before: randomsound.service
Before: systemd-fsck-root.service
Before: systemd-ask-password-wall.service
Before: systemd-reboot.service
Before: systemd-timesyncd.service
Before: lvm2-lvmetad.service
Before: systemd-random-seed.service
Before: systemd-ask-password-plymouth.service
Before: systemd-modules-load.service
Before: alsa-restore.service
Before: netdiag.service
Before: keyboard-setup.service
Before: chef-client.service
Before: systemd-udevd.service
Before: plymouth-quit.service
Before: cups-browsed.service
Before: systemd-update-utmp-runlevel.service
Before: speech-dispatcher.service
Before: polkitd.service
Before: systemd-hwdb-update.service
Before: systemd-binfmt.service
Before: anacron.service
Before: user at 1000.service
Before: systemd-backlight at backlight:acpi_video0.service
Before: vboxweb.service
Before: upower.service
Before: dbus.service
Before: getty-static.service
Before: openvpn at hydrogen-tap.service
Before: systemd-user-sessions.service
Before: wpa_supplicant.service
Before: systemd-journald.service
Before: irqbalance.service
Before: cron.service
Before: accounts-daemon.service
Before: vmware-USBArbitrator.service
Before: atd.service
Before: plymouth-reboot.service
Before: openvpn.service
Before: dm-event.service
Before: NetworkManager.service
Before: user at 123.service
Before: acpi-support.service
Before: cups.service
Before: bluetooth.service
Before: lvm2-lvmpolld.service
Before: console-kit-log-system-stop.service
Before: kmod-static-nodes.service
Before: systemd-tmpfiles-clean.service
Before: ModemManager.service
Before: getty at tty7.service
Before: pppd-dns.service
Before: console-kit-log-system-restart.service
Before: dev-hugepages.mount
Before: rc-local.service
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: binfmt-support.service
Before: sockets.target
Before: packagekit.service
Before: sddm.service
Before: systemd-halt.service
Before: console-kit-daemon.service
Before: systemd-rfkill.service
Before: systemd-remount-fs.service
Before: getty at tty1.service
Before: networking.service
Before: systemd-journal-flush.service
Before: swap.swap
Before: exim4.service
Before: systemd-logind.service
Before: uuidd.service
Before: smbd.service
Before: iio-sensor-proxy.service
Before: kdm.service
Before: systemd-update-utmp.service
Before: proc-sys-fs-binfmt_misc.mount
Before: avahi-daemon.service
Before: rtkit-daemon.service
Before: mdadm-raid.service
Before: lirc.service
Before: udisks2.service
Before: plymouth-halt.service
Before: dev-mqueue.mount
Before: plymouth-read-write.service
Before: systemd-networkd-resolvconf-update.service
Before: samba-ad-dc.service
Before: plymouth-quit-wait.service
Before: unattended-upgrades.service
Before: systemd-tmpfiles-setup-dev.service
Before: console-setup.service
Before: plymouth-start.service
Before: resolvconf.service
Before: virtualbox.service
Before: run-user-1000.mount
Before: boot.mount
Before: systemd-sysctl.service
Before: systemd-machine-id-commit.service
Before: apt-daily.service
Before: nmbd.service
Before: run-user-123.mount
Before: systemd-ask-password-console.service
Before: lvm2-monitor.service
Before: console-kit-log-system-start.service
Before: minissdpd.service
Before: systemd-initctl.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.slice
References: -.mount
References: sockets.target
References: systemd-journald.service
ReferencedBy: ssh.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: getty at tty7.service
ReferencedBy: kdm.service
ReferencedBy: smbd.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: resolvconf.service
ReferencedBy: console-kit-log-system-stop.service
ReferencedBy: acpi-support.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: lirc.service
ReferencedBy: plymouth-reboot.service
ReferencedBy: console-setup.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: binfmt-support.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: cups.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: kmod-static-nodes.service
ReferencedBy: chef-client.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-halt.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: getty-static.service
ReferencedBy: sddm.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: rc-local.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-reboot.service
ReferencedBy: polkitd.service
ReferencedBy: exim4.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: run-user-1000.mount
ReferencedBy: cups-browsed.service
ReferencedBy: boot.mount
ReferencedBy: getty at tty1.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: sockets.target
ReferencedBy: anacron.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: udisks2.service
ReferencedBy: alsa-state.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: dbus.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: nmbd.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: cron.service
ReferencedBy: avahi-daemon.service
ReferencedBy: virtualbox.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: tpconfig.service
ReferencedBy: swap.swap
ReferencedBy: upower.service
ReferencedBy: plymouth-quit.service
ReferencedBy: alsa-restore.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: plymouth-read-write.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: openvpn.service
ReferencedBy: irqbalance.service
ReferencedBy: packagekit.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: randomsound.service
ReferencedBy: ModemManager.service
ReferencedBy: apt-daily.service
ReferencedBy: dm-event.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: uuidd.service
ReferencedBy: plymouth-start.service
ReferencedBy: user at 123.service
ReferencedBy: networking.service
ReferencedBy: keyboard-setup.service
ReferencedBy: pppd-dns.service
ReferencedBy: console-kit-log-system-restart.service
ReferencedBy: minissdpd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: netdiag.service
ReferencedBy: vboxweb.service
ReferencedBy: atd.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: NetworkManager.service
ReferencedBy: mdadm-raid.service
ReferencedBy: systemd-networkd-resolvconf-update.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: user at 1000.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: accounts-daemon.service
ReferencedBy: plymouth-halt.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: run-user-123.mount
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:38 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: basic.target
After: systemd-journald.socket
After: sysinit.target
After: auditd.service
After: system.slice
References: network.target
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: auditd.service
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 1231
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 1231
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
PID: 2451
Start Timestamp: Thu 2016-06-16 08:27:38 CEST
Exit Timestamp: Thu 2016-06-16 08:27:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ModemManager.service
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: syslog.target
After: system.slice
After: basic.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
References: syslog.target
References: shutdown.target
References: system.slice
References: basic.target
References: dbus.socket
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 1114
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ModemManager
PID: 1114
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit dev-sda.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY0B704559.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit acpi-support.service:
Description: LSB: Start some power management scripts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/acpi-support.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: acpi-support.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/acpi-support.service
Source Path: /etc/init.d/acpi-support
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald-dev-log.socket
After: system.slice
After: remote-fs.target
After: local-fs.target
After: basic.target
After: systemd-journald.socket
References: sysinit.target
References: graphical.target
References: multi-user.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: system.slice
References: remote-fs.target
References: basic.target
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/acpi-support start
PID: 1088
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/acpi-support stop
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:34 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:34 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:34 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rtkit-daemon.service
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Thu 2016-06-16 08:27:34 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:34 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: -.mount
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: dbus.socket
After: basic.target
After: system.slice
After: -.mount
After: sysinit.target
After: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
References: system.slice
References: -.mount
References: sysinit.target
References: systemd-journald.socket
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 1853
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_ptrace cap_sys_nice
-> ExecStart:
Command Line: /usr/lib/rtkit/rtkit-daemon
PID: 1853
Start Timestamp: Thu 2016-06-16 08:27:34 CEST
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: -.mount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service failed
ConditionPathExists: /dev/tty2 untested
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:20 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x10
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Thu 2016-06-16 08:27:20 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:20 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: atd.service
RequiredBy: console-kit-daemon.service
RequiredBy: wpa_supplicant.service
RequiredBy: minissdpd.service
RequiredBy: system-systemd\x2dfsck.slice
RequiredBy: alsa-state.service
RequiredBy: speech-dispatcher.service
RequiredBy: upower.service
RequiredBy: kdm.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-machine-id-commit.service
RequiredBy: anacron.service
RequiredBy: systemd-user-sessions.service
RequiredBy: rc-local.service
RequiredBy: acpid.service
RequiredBy: cups-browsed.service
RequiredBy: rtkit-daemon.service
RequiredBy: dm-event.service
RequiredBy: binfmt-support.service
RequiredBy: chef-client.service
RequiredBy: systemd-timesyncd.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: systemd-reboot.service
RequiredBy: nmbd.service
RequiredBy: -.mount
RequiredBy: systemd-fsck-root.service
RequiredBy: systemd-ask-password-console.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: alsa-restore.service
RequiredBy: kmod-static-nodes.service
RequiredBy: netdiag.service
RequiredBy: samba-ad-dc.service
RequiredBy: tpconfig.service
RequiredBy: vboxweb.service
RequiredBy: sys-kernel-config.mount
RequiredBy: boot.mount
RequiredBy: apt-daily.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: run-user-1000.mount
RequiredBy: ModemManager.service
RequiredBy: networking.service
RequiredBy: smbd.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: accounts-daemon.service
RequiredBy: irqbalance.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: packagekit.service
RequiredBy: unattended-upgrades.service
RequiredBy: plymouth-read-write.service
RequiredBy: iio-sensor-proxy.service
RequiredBy: systemd-logind.service
RequiredBy: console-kit-log-system-stop.service
RequiredBy: cron.service
RequiredBy: openvpn.service
RequiredBy: systemd-fsckd.service
RequiredBy: systemd-random-seed.service
RequiredBy: rescue.service
RequiredBy: sddm.service
RequiredBy: ssh.service
RequiredBy: systemd-initctl.service
RequiredBy: systemd-networkd-resolvconf-update.service
RequiredBy: lvm2-monitor.service
RequiredBy: plymouth-halt.service
RequiredBy: systemd-rfkill.service
RequiredBy: uuidd.service
RequiredBy: virtualbox.service
RequiredBy: dev-hugepages.mount
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-modules-load.service
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-halt.service
RequiredBy: exim4.service
RequiredBy: systemd-binfmt.service
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: emergency.service
RequiredBy: polkitd.service
RequiredBy: console-kit-log-system-restart.service
RequiredBy: systemd-remount-fs.service
RequiredBy: pppd-dns.service
RequiredBy: systemd-journald.service
RequiredBy: vmware-USBArbitrator.service
RequiredBy: randomsound.service
RequiredBy: system-getty.slice
RequiredBy: system-openvpn.slice
RequiredBy: lvm2-lvmpolld.service
RequiredBy: console-setup.service
RequiredBy: dbus.service
RequiredBy: plymouth-start.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: bluetooth.service
RequiredBy: systemd-sysctl.service
RequiredBy: rsyslog.service
RequiredBy: udisks2.service
RequiredBy: swap.swap
RequiredBy: getty-static.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: NetworkManager.service
RequiredBy: acpi-support.service
RequiredBy: systemd-update-utmp.service
RequiredBy: run-user-123.mount
RequiredBy: plymouth-reboot.service
RequiredBy: NetworkManager-wait-online.service
RequiredBy: system-systemd\x2dbacklight.slice
RequiredBy: mdadm-raid.service
RequiredBy: sys-kernel-debug.mount
RequiredBy: systemd-udevd.service
RequiredBy: plymouth-quit.service
RequiredBy: systemd-ask-password-plymouth.service
RequiredBy: dev-mqueue.mount
RequiredBy: lirc.service
RequiredBy: resolvconf.service
RequiredBy: console-kit-log-system-start.service
RequiredBy: avahi-daemon.service
RequiredBy: keyboard-setup.service
RequiredBy: plymouth-quit-wait.service
RequiredBy: system-systemd\x2dcryptsetup.slice
RequiredBy: cups.service
WantedBy: slices.target
Before: slices.target
Before: rc-local.service
Before: accounts-daemon.service
Before: anacron.service
Before: systemd-fsckd.service
Before: polkitd.service
Before: swap.swap
Before: systemd-modules-load.service
Before: alsa-restore.service
Before: systemd-fsck-root.service
Before: plymouth-quit.service
Before: wpa_supplicant.service
Before: systemd-tmpfiles-clean.service
Before: console-kit-log-system-stop.service
Before: speech-dispatcher.service
Before: lvm2-lvmpolld.service
Before: getty-static.service
Before: systemd-update-utmp.service
Before: cups-browsed.service
Before: NetworkManager.service
Before: systemd-rfkill.service
Before: NetworkManager-wait-online.service
Before: kmod-static-nodes.service
Before: systemd-journald.service
Before: console-setup.service
Before: systemd-logind.service
Before: upower.service
Before: kdm.service
Before: systemd-machine-id-commit.service
Before: plymouth-reboot.service
Before: systemd-tmpfiles-setup.service
Before: keyboard-setup.service
Before: systemd-remount-fs.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-ask-password-wall.service
Before: system-getty.slice
Before: systemd-networkd-resolvconf-update.service
Before: systemd-random-seed.service
Before: apt-daily.service
Before: networking.service
Before: system-systemd\x2dbacklight.slice
Before: unattended-upgrades.service
Before: mdadm-raid.service
Before: vmware-USBArbitrator.service
Before: dev-mqueue.mount
Before: sys-kernel-config.mount
Before: systemd-ask-password-console.service
Before: tpconfig.service
Before: system-systemd\x2dfsck.slice
Before: acpi-support.service
Before: plymouth-read-write.service
Before: console-kit-daemon.service
Before: systemd-reboot.service
Before: emergency.service
Before: avahi-daemon.service
Before: sddm.service
Before: ssh.service
Before: console-kit-log-system-start.service
Before: run-user-1000.mount
Before: pppd-dns.service
Before: ModemManager.service
Before: systemd-halt.service
Before: systemd-binfmt.service
Before: lvm2-monitor.service
Before: lvm2-lvmetad.service
Before: boot.mount
Before: system-openvpn.slice
Before: dev-hugepages.mount
Before: randomsound.service
Before: irqbalance.service
Before: console-kit-log-system-restart.service
Before: virtualbox.service
Before: rsyslog.service
Before: systemd-hwdb-update.service
Before: plymouth-halt.service
Before: udisks2.service
Before: alsa-state.service
Before: openvpn.service
Before: cron.service
Before: chef-client.service
Before: iio-sensor-proxy.service
Before: systemd-ask-password-plymouth.service
Before: uuidd.service
Before: sys-fs-fuse-connections.mount
Before: bluetooth.service
Before: systemd-udevd.service
Before: -.mount
Before: nmbd.service
Before: systemd-update-utmp-runlevel.service
Before: exim4.service
Before: systemd-tmpfiles-setup-dev.service
Before: binfmt-support.service
Before: dm-event.service
Before: dbus.service
Before: system-systemd\x2dcryptsetup.slice
Before: minissdpd.service
Before: resolvconf.service
Before: systemd-journal-flush.service
Before: systemd-sysctl.service
Before: netdiag.service
Before: samba-ad-dc.service
Before: atd.service
Before: systemd-timesyncd.service
Before: cups.service
Before: systemd-initctl.service
Before: systemd-user-sessions.service
Before: plymouth-start.service
Before: vboxweb.service
Before: systemd-udev-trigger.service
Before: packagekit.service
Before: smbd.service
Before: sys-kernel-debug.mount
Before: run-user-123.mount
Before: acpid.service
Before: rtkit-daemon.service
Before: plymouth-quit-wait.service
Before: lirc.service
Before: rescue.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: systemd-halt.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: cups-browsed.service
ReferencedBy: ModemManager.service
ReferencedBy: resolvconf.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: cron.service
ReferencedBy: tpconfig.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: atd.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: getty-static.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: vboxweb.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: openvpn.service
ReferencedBy: system-getty.slice
ReferencedBy: systemd-fsckd.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: console-kit-log-system-restart.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: dm-event.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: plymouth-read-write.service
ReferencedBy: plymouth-halt.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: polkitd.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: lirc.service
ReferencedBy: systemd-logind.service
ReferencedBy: uuidd.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: console-kit-log-system-stop.service
ReferencedBy: exim4.service
ReferencedBy: keyboard-setup.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: randomsound.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: emergency.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: chef-client.service
ReferencedBy: systemd-reboot.service
ReferencedBy: packagekit.service
ReferencedBy: dbus.service
ReferencedBy: nmbd.service
ReferencedBy: acpid.service
ReferencedBy: anacron.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: plymouth-reboot.service
ReferencedBy: rsyslog.service
ReferencedBy: acpi-support.service
ReferencedBy: run-user-1000.mount
ReferencedBy: NetworkManager.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-networkd-resolvconf-update.service
ReferencedBy: networking.service
ReferencedBy: smbd.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: swap.swap
ReferencedBy: console-kit-daemon.service
ReferencedBy: accounts-daemon.service
ReferencedBy: kdm.service
ReferencedBy: irqbalance.service
ReferencedBy: avahi-daemon.service
ReferencedBy: udisks2.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: netdiag.service
ReferencedBy: run-user-123.mount
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: mdadm-raid.service
ReferencedBy: systemd-initctl.service
ReferencedBy: alsa-state.service
ReferencedBy: system-openvpn.slice
ReferencedBy: plymouth-quit.service
ReferencedBy: ssh.service
ReferencedBy: alsa-restore.service
ReferencedBy: minissdpd.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: sddm.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: boot.mount
ReferencedBy: rescue.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: apt-daily.service
ReferencedBy: cups.service
ReferencedBy: plymouth-start.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: -.mount
ReferencedBy: rc-local.service
ReferencedBy: upower.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: slices.target
ReferencedBy: pppd-dns.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: virtualbox.service
ReferencedBy: binfmt-support.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-udevd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Wants: dbus.socket
Wants: systemd-journald-audit.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-udevd-control.socket
Wants: dm-event.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-initctl.socket
Wants: uuidd.socket
Wants: acpid.socket
Wants: systemd-journald.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: dbus.socket
After: systemd-journald.socket
After: systemd-udevd-control.socket
After: uuidd.socket
After: avahi-daemon.socket
After: acpid.socket
After: systemd-udevd-kernel.socket
After: systemd-journald-audit.socket
After: syslog.socket
After: systemd-journald-dev-log.socket
After: systemd-initctl.socket
References: shutdown.target
References: dbus.socket
References: systemd-journald-audit.socket
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: dm-event.socket
References: systemd-journald-dev-log.socket
References: systemd-initctl.socket
References: uuidd.socket
References: acpid.socket
References: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: acpid.socket
ReferencedBy: basic.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: uuidd.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.service
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: -.mount
After: sys-devices-virtual-misc-rfkill.device
After: systemd-rfkill.socket
After: systemd-journald.socket
After: systemd-remount-fs.service
TriggeredBy: systemd-rfkill.socket
References: shutdown.target
References: system.slice
References: -.mount
References: sys-devices-virtual-misc-rfkill.device
References: systemd-journald.socket
References: systemd-remount-fs.service
ReferencedBy: systemd-rfkill.socket
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill
PID: 938
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Exit Code: exited
Exit Status: 0
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: spamassassin.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: shutdown.target
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit iio-sensor-proxy.service:
Description: IIO Sensor Proxy service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: iio-sensor-proxy.service
Fragment Path: /lib/systemd/system/iio-sensor-proxy.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: sys-devices-platform-coretemp.0-hwmon-hwmon1.device
WantedBy: sys-devices-virtual-hwmon-hwmon0.device
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: dbus.socket
After: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: dbus.socket
References: sysinit.target
References: basic.target
References: system.slice
ReferencedBy: sys-devices-platform-coretemp.0-hwmon-hwmon1.device
ReferencedBy: sys-devices-virtual-hwmon-hwmon0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
BusName: net.hadess.SensorProxy
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/iio-sensor-proxy
PID: 1072
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
WantedBy: remote-fs.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Wants: bluetooth.service
WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0-hci0:37.device
WantedBy: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0.device
Conflicts: shutdown.target
After: bluetooth.service
References: bluetooth.service
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0-hci0:37.device
ReferencedBy: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice
Requires: -.mount
RequiredBy: emergency.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: sysinit.target
Before: shutdown.target
Before: emergency.target
After: system.slice
After: -.mount
References: rescue.service
References: system.slice
References: syslog.socket
References: -.mount
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: emergency.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d0.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-mqueue.mount
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: -.mount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.target
Name: runlevel1.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service
Requires: sysinit.target
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
After: rescue.service
After: sysinit.target
References: rescue.service
References: sysinit.target
References: systemd-update-utmp-runlevel.service
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit session-2.scope:
Description: Session 2 of user sander
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-2.scope
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Slice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-06-16 08:27:33 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:33 CEST
Assert Result: yes
Requires: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: user-1000.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY0B704559.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-net-wlan0.device:
Description: Centrino Advanced-N 6230 [Rainbow Peak] (Centrino Advanced-N 6230 AGN)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-net-wlan0.device
Following Set Member: sys-subsystem-net-devices-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/wlan0
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: timers.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: shutdown.target
References: sysinit.target
References: systemd-tmpfiles-clean.service
References: timers.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
Before: sysinit.target
Before: binfmt-support.service
Before: systemd-binfmt.service
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: binfmt-support.service
ReferencedBy: systemd-binfmt.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:36 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: graphical.target
Name: default.target
Name: runlevel5.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Thu 2016-06-16 08:27:36 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:36 CEST
Assert Result: yes
Requires: multi-user.target
Wants: chef-client.service
Wants: randomsound.service
Wants: systemd-update-utmp-runlevel.service
Wants: lirc.service
Wants: accounts-daemon.service
Wants: sddm.service
Wants: minissdpd.service
Wants: nmbd.service
Wants: kdm.service
Wants: speech-dispatcher.service
Wants: exim4.service
Wants: smbd.service
Wants: netdiag.service
Wants: tpconfig.service
Wants: vmware-USBArbitrator.service
Wants: virtualbox.service
Wants: samba-ad-dc.service
Wants: acpi-support.service
Wants: irqbalance.service
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: acpi-support.service
After: accounts-daemon.service
After: vmware-USBArbitrator.service
After: randomsound.service
After: irqbalance.service
After: lirc.service
After: chef-client.service
After: rescue.service
After: minissdpd.service
After: samba-ad-dc.service
After: nmbd.service
After: multi-user.target
After: exim4.service
After: tpconfig.service
After: speech-dispatcher.service
After: rescue.target
After: smbd.service
After: virtualbox.service
After: kdm.service
After: netdiag.service
After: sddm.service
References: irqbalance.service
References: exim4.service
References: tpconfig.service
References: virtualbox.service
References: vmware-USBArbitrator.service
References: accounts-daemon.service
References: minissdpd.service
References: nmbd.service
References: chef-client.service
References: lirc.service
References: speech-dispatcher.service
References: rescue.service
References: sddm.service
References: netdiag.service
References: randomsound.service
References: samba-ad-dc.service
References: smbd.service
References: kdm.service
References: systemd-update-utmp-runlevel.service
References: rescue.target
References: shutdown.target
References: multi-user.target
References: acpi-support.service
ReferencedBy: randomsound.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: netdiag.service
ReferencedBy: lirc.service
ReferencedBy: virtualbox.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: smbd.service
ReferencedBy: irqbalance.service
ReferencedBy: acpi-support.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: exim4.service
ReferencedBy: kdm.service
ReferencedBy: tpconfig.service
ReferencedBy: minissdpd.service
ReferencedBy: nmbd.service
ReferencedBy: chef-client.service
ReferencedBy: samba-ad-dc.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: -.mount
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: system.slice
Requires: -.mount
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: emergency.service
ConflictedBy: multi-user.target
Before: multi-user.target
Before: graphical.target
Before: shutdown.target
Before: rescue.target
After: system.slice
After: -.mount
After: sysinit.target
After: plymouth-start.service
References: plymouth-start.service
References: sysinit.target
References: system.slice
References: shutdown.target
References: -.mount
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
ReferencedBy: rescue.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit halt.target:
Description: Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: halt.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/halt.target
Requires: systemd-halt.service
Wants: console-kit-log-system-stop.service
Wants: plymouth-halt.service
After: systemd-halt.service
After: unattended-upgrades.service
References: systemd-halt.service
References: console-kit-log-system-stop.service
References: plymouth-halt.service
ReferencedBy: unattended-upgrades.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-reboot.service:
Description: Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-reboot.service
Documentation: man:systemd-halt.service(8)
Fragment Path: /lib/systemd/system/systemd-reboot.service
Requires: umount.target
Requires: system.slice
Requires: shutdown.target
Requires: final.target
RequiredBy: reboot.target
Before: reboot.target
After: final.target
After: umount.target
After: system.slice
After: systemd-journald.socket
After: shutdown.target
After: plymouth-reboot.service
References: umount.target
References: final.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: plymouth-reboot.service
ReferencedBy: reboot.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --force reboot
-> Unit vmware-USBArbitrator.service:
Description: LSB: This services starts and stops the USB Arbitrator.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:29 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/vmware-USBArbitrator.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: vmware-USBArbitrator.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/vmware-USBArbitrator.service
Source Path: /etc/init.d/vmware-USBArbitrator
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: localfs.service
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: graphical.target
References: localfs.service
References: multi-user.target
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: basic.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/vmware-USBArbitrator start
PID: 1109
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/vmware-USBArbitrator stop
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requires: systemd-journald.service
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: systemd-journald.service
After: system.slice
After: systemd-journald.socket
After: -.mount
After: systemd-remount-fs.service
References: systemd-journald.service
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: systemd-user-sessions.service
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 699
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rsyslog.service
Name: syslog.service
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Requires: syslog.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: sysinit.target
After: syslog.socket
After: basic.target
TriggeredBy: syslog.socket
References: basic.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: syslog.socket
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 1071
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
PID: 1071
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit systemd-backlight at backlight:acpi_video0.service:
Description: Load/Save Screen Backlight Brightness of backlight:acpi_video0
Instance: backlight:acpi_video0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:acpi_video0.service
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: system-systemd\x2dbacklight.slice
WantedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: -.mount
After: system-systemd\x2dbacklight.slice
After: systemd-remount-fs.service
References: shutdown.target
References: sysinit.target
References: -.mount
References: systemd-journald.socket
References: systemd-remount-fs.service
References: system-systemd\x2dbacklight.slice
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load %i
PID: 750
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save %i
-> Unit user-123.slice:
Description: User Slice of sddm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:29 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user.slice
CGroup: /user.slice/user-123.slice
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: user-123.slice
DropIn Path: /run/systemd/system/user-123.slice.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/user-123.slice.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/user-123.slice.d/50-Description.conf
DropIn Path: /run/systemd/system/user-123.slice.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-06-16 08:27:29 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:29 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: session-1.scope
RequiredBy: user at 123.service
Conflicts: shutdown.target
Before: session-1.scope
Before: shutdown.target
Before: user at 123.service
After: systemd-user-sessions.service
After: systemd-logind.service
After: user.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user.slice
ReferencedBy: session-1.scope
ReferencedBy: user at 123.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=12288
DevicePolicy=auto
Delegate=no
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: rsyslog.service
Before: sockets.target
Before: shutdown.target
After: -.mount
After: -.slice
Triggers: rsyslog.service
References: -.mount
References: rsyslog.service
References: sockets.target
References: -.slice
References: shutdown.target
ReferencedBy: rsyslog.service
ReferencedBy: emergency.service
ReferencedBy: systemd-journald.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit system-systemd\x2dcryptsetup.slice:
Description: system-systemd\x2dcryptsetup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:22 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dcryptsetup.slice
Condition Timestamp: Thu 2016-06-16 08:27:22 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:22 CEST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
References: system.slice
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-1000.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-1000.mount
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: local-fs-pre.target
After: system.slice
After: -.mount
After: systemd-journald.socket
References: system.slice
References: local-fs.target
References: umount.target
References: -.mount
References: local-fs-pre.target
References: systemd-journald.socket
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=809276k,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/acpid.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: acpid.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: kdm.service
Before: shutdown.target
After: system.slice
After: acpid.socket
After: acpid.path
After: basic.target
After: sysinit.target
TriggeredBy: acpid.path
TriggeredBy: acpid.socket
References: system.slice
References: acpid.socket
References: sysinit.target
References: basic.target
References: shutdown.target
ReferencedBy: acpid.path
ReferencedBy: acpid.socket
ReferencedBy: kdm.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1089
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: /etc/default/acpid
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
PID: 1089
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-timesyncd.service
After: systemd-journald.socket
After: systemd-journal-flush.service
After: system.slice
After: local-fs.target
After: systemd-sysusers.service
References: systemd-journald.socket
References: system.slice
References: local-fs.target
References: sysinit.target
References: shutdown.target
References: systemd-sysusers.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 1004
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device:
Description: /dev/mapper/luks-068aff81-795f-4a01-8b77-95052fd045e2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit console-kit-log-system-start.service:
Description: Console System Startup Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-log-system-start.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-log-system-start.service
Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
WantedBy: basic.target
Before: console-kit-log-system-restart.service
Before: shutdown.target
Before: console-kit-log-system-stop.service
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: console-kit-log-system-restart.service
ReferencedBy: console-kit-log-system-stop.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-start
PID: 1069
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
Description: /sys/subsystem/bluetooth/devices/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-bluetooth-devices-hci0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0
-> Unit sys-subsystem-net-devices-tap0.device:
Description: /sys/subsystem/net/devices/tap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:37 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:37 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:37 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-tap0.device
Following Set Member: sys-devices-virtual-net-tap0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Thu 2016-06-16 08:27:20 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:20 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: speech-dispatcher.service
Before: irqbalance.service
Before: systemd-journald.service
Before: tpconfig.service
Before: lirc.service
Before: randomsound.service
Before: acpi-support.service
Before: exim4.service
Before: sockets.target
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.slice
References: -.mount
References: sockets.target
References: systemd-journald.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-journald.service
ReferencedBy: tpconfig.service
ReferencedBy: lirc.service
ReferencedBy: randomsound.service
ReferencedBy: acpi-support.service
ReferencedBy: exim4.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: systemd-tmpfiles-clean.timer
After: system.slice
After: time-sync.target
After: local-fs.target
TriggeredBy: systemd-tmpfiles-clean.timer
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: time-sync.target
References: local-fs.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
-> Unit lirc.service:
Description: LSB: Starts LIRC daemon.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/lirc.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: lirc.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/lirc.service
Source Path: /etc/init.d/lirc
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald-dev-log.socket
After: system.slice
After: sysinit.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: system.slice
References: graphical.target
References: multi-user.target
References: shutdown.target
References: sysinit.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/lirc start
PID: 1110
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/lirc reload
-> ExecStop:
Command Line: /etc/init.d/lirc stop
-> Unit virtualbox.service:
Description: LSB: VirtualBox Linux kernel module
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/virtualbox.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: virtualbox.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/virtualbox.service
Source Path: /etc/init.d/virtualbox
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: sysinit.target
After: basic.target
After: remote-fs.target
After: network-online.target
After: systemd-journald.socket
References: system.slice
References: graphical.target
References: multi-user.target
References: shutdown.target
References: sysinit.target
References: basic.target
References: remote-fs.target
References: network-online.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/virtualbox start
PID: 1872
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/virtualbox stop
-> Unit alsa-utils.service:
Description: alsa-utils.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: alsa-utils.service
Fragment Path: /dev/null
Before: randomsound.service
ReferencedBy: randomsound.service
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udevd.service
Before: sysinit.target
Before: shutdown.target
Before: local-fs-pre.target
After: kmod-static-nodes.service
After: system.slice
After: systemd-sysusers.service
After: systemd-journald.socket
References: systemd-journald.socket
References: local-fs-pre.target
References: systemd-udevd.service
References: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-sysusers.service
ReferencedBy: sysinit.target
ReferencedBy: kmod-static-nodes.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 701
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit sddm.service:
Description: Simple Desktop Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sddm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sddm.service
Name: display-manager.service
Documentation: man:sddm(1)
Documentation: man:sddm.conf(5)
Fragment Path: /lib/systemd/system/sddm.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
Conflicts: plymouth-quit-wait.service
Conflicts: shutdown.target
Conflicts: getty at tty7.service
Before: plymouth-halt.service
Before: graphical.target
Before: shutdown.target
Before: plymouth-reboot.service
After: plymouth-start.service
After: system.slice
After: basic.target
After: sysinit.target
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: getty at tty7.service
After: systemd-journald.socket
OnFailure: plymouth-quit.service
References: plymouth-start.service
References: system.slice
References: basic.target
References: sysinit.target
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: getty at tty7.service
References: plymouth-quit.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: plymouth-reboot.service
ReferencedBy: plymouth-halt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 1219
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/locale
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/sddm" ]'
PID: 1213
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/sddm
PID: 1219
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit cups-browsed.service:
Description: Make remote CUPS printers available locally
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cups-browsed.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cups-browsed.service
Fragment Path: /lib/systemd/system/cups-browsed.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: avahi-daemon.service
Wants: cups.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: cups.service
After: system.slice
After: avahi-daemon.service
After: systemd-journald.socket
After: basic.target
After: sysinit.target
References: cups.service
References: system.slice
References: avahi-daemon.service
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1206
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cups-browsed
PID: 1206
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit systemd-ask-password-plymouth.path:
Description: Forward Password Requests to Plymouth Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-plymouth.path
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /lib/systemd/system/systemd-ask-password-plymouth.path
ConditionPathExists: /run/plymouth/pid failed
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: -.mount
WantedBy: plymouth-start.service
Conflicts: shutdown.target
Before: systemd-ask-password-plymouth.service
Before: shutdown.target
Before: basic.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-plymouth.service
References: -.mount
References: basic.target
References: systemd-ask-password-plymouth.service
References: plymouth-start.service
References: shutdown.target
ReferencedBy: plymouth-start.service
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: dead
Result: success
Unit: systemd-ask-password-plymouth.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:36 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-06-16 08:27:36 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Thu 2016-06-16 08:27:36 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:36 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requisite: systemd-update-utmp.service
WantedBy: rescue.target
WantedBy: multi-user.target
WantedBy: graphical.target
WantedBy: reboot.target
Conflicts: shutdown.target
Before: shutdown.target
After: graphical.target
After: systemd-journald.socket
After: -.mount
After: system.slice
After: multi-user.target
After: rescue.target
After: systemd-update-utmp.service
References: graphical.target
References: systemd-journald.socket
References: -.mount
References: system.slice
References: multi-user.target
References: rescue.target
References: shutdown.target
References: systemd-update-utmp.service
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: reboot.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 2252
Start Timestamp: Thu 2016-06-16 08:27:36 CEST
Exit Timestamp: Thu 2016-06-16 08:27:36 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-md126p2.device:
Description: /dev/md126p2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md126p2.device
Following: sys-devices-virtual-block-md126-md126p2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device
Following Set Member: dev-md-Volume0_0p2.device
Following Set Member: dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-md126-md126p2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p2
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
RequiredBy: systemd-reboot.service
RequiredBy: systemd-halt.service
ConflictedBy: run-user-123.mount
ConflictedBy: boot.mount
ConflictedBy: swap.swap
ConflictedBy: run-user-1000.mount
Before: systemd-reboot.service
Before: systemd-halt.service
Before: final.target
After: run-user-123.mount
After: boot.mount
After: swap.swap
After: run-user-1000.mount
ReferencedBy: run-user-123.mount
ReferencedBy: final.target
ReferencedBy: swap.swap
ReferencedBy: systemd-halt.service
ReferencedBy: run-user-1000.mount
ReferencedBy: boot.mount
ReferencedBy: systemd-reboot.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: systemd-update-utmp-runlevel.service
Before: shutdown.target
After: systemd-journald.socket
After: systemd-tmpfiles-setup.service
After: systemd-remount-fs.service
After: system.slice
After: -.mount
After: auditd.service
References: systemd-journald.socket
References: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: system.slice
References: sysinit.target
References: shutdown.target
References: -.mount
References: auditd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 1052
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.socket
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-monitor.service
Before: lvm2-lvmetad.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmetad.service
References: -.slice
References: -.mount
References: lvm2-lvmetad.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmetad.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:36 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:36 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel2.target
Name: multi-user.target
Name: runlevel3.target
Name: runlevel4.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Thu 2016-06-16 08:27:36 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:36 CEST
Assert Result: yes
Requires: basic.target
Wants: systemd-user-sessions.service
Wants: rc-local.service
Wants: anacron.service
Wants: speech-dispatcher.service
Wants: vmware-USBArbitrator.service
Wants: remote-fs.target
Wants: openvpn.service
Wants: atd.service
Wants: cron.service
Wants: pppd-dns.service
Wants: lirc.service
Wants: kdm.service
Wants: ModemManager.service
Wants: exim4.service
Wants: acpi-support.service
Wants: tpconfig.service
Wants: smbd.service
Wants: nmbd.service
Wants: vboxweb.service
Wants: avahi-daemon.service
Wants: netdiag.service
Wants: randomsound.service
Wants: systemd-ask-password-wall.path
Wants: plymouth-quit-wait.service
Wants: rsyslog.service
Wants: systemd-update-utmp-runlevel.service
Wants: networking.service
Wants: virtualbox.service
Wants: plymouth-quit.service
Wants: samba-ad-dc.service
Wants: minissdpd.service
Wants: cups-browsed.service
Wants: NetworkManager.service
Wants: chef-client.service
Wants: bind9.service
Wants: irqbalance.service
Wants: getty.target
Wants: dbus.service
Wants: binfmt-support.service
Wants: bluetooth.service
Wants: systemd-logind.service
Wants: ssh.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: getty.target
After: rc-local.service
After: acpi-support.service
After: chef-client.service
After: irqbalance.service
After: speech-dispatcher.service
After: minissdpd.service
After: rsyslog.service
After: ModemManager.service
After: bluetooth.service
After: dbus.service
After: cups-browsed.service
After: smbd.service
After: pppd-dns.service
After: lirc.service
After: atd.service
After: ssh.service
After: rescue.service
After: virtualbox.service
After: netdiag.service
After: kdm.service
After: NetworkManager.service
After: exim4.service
After: anacron.service
After: vmware-USBArbitrator.service
After: plymouth-quit-wait.service
After: basic.target
After: samba-ad-dc.service
After: rescue.target
After: systemd-logind.service
After: avahi-daemon.service
After: plymouth-quit.service
After: cron.service
After: randomsound.service
After: nmbd.service
After: vboxweb.service
After: openvpn.service
After: tpconfig.service
After: systemd-user-sessions.service
References: basic.target
References: shutdown.target
References: rescue.service
References: dbus.service
References: bluetooth.service
References: plymouth-quit.service
References: smbd.service
References: getty.target
References: binfmt-support.service
References: kdm.service
References: minissdpd.service
References: ModemManager.service
References: ssh.service
References: bind9.service
References: vboxweb.service
References: vmware-USBArbitrator.service
References: pppd-dns.service
References: networking.service
References: cups-browsed.service
References: randomsound.service
References: samba-ad-dc.service
References: netdiag.service
References: speech-dispatcher.service
References: tpconfig.service
References: systemd-logind.service
References: systemd-ask-password-wall.path
References: lirc.service
References: cron.service
References: rc-local.service
References: anacron.service
References: NetworkManager.service
References: exim4.service
References: remote-fs.target
References: rescue.target
References: virtualbox.service
References: openvpn.service
References: systemd-update-utmp-runlevel.service
References: nmbd.service
References: irqbalance.service
References: atd.service
References: avahi-daemon.service
References: chef-client.service
References: rsyslog.service
References: acpi-support.service
References: plymouth-quit-wait.service
References: systemd-user-sessions.service
ReferencedBy: lirc.service
ReferencedBy: exim4.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: virtualbox.service
ReferencedBy: randomsound.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: graphical.target
ReferencedBy: samba-ad-dc.service
ReferencedBy: minissdpd.service
ReferencedBy: irqbalance.service
ReferencedBy: netdiag.service
ReferencedBy: acpi-support.service
ReferencedBy: tpconfig.service
ReferencedBy: smbd.service
ReferencedBy: nmbd.service
ReferencedBy: kdm.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: chef-client.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: lvm2-lvmetad.socket
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: system.slice
After: lvm2-lvmetad.socket
After: systemd-journald.socket
TriggeredBy: lvm2-lvmetad.socket
References: system.slice
References: lvm2-lvmetad.socket
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 694
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/lvmetad.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvmetad -f
PID: 694
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: local-fs.target
After: system.slice
After: systemd-journald.socket
References: local-fs.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
-> Unit sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-backlight-acpi_video0.device
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:acpi_video0.service
References: systemd-backlight at backlight:acpi_video0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0
-> Unit plymouth-quit-wait.service:
Description: Hold until boot process finishes up
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Fragment Path: /lib/systemd/system/plymouth-quit-wait.service
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
ConflictedBy: sddm.service
Before: sddm.service
Before: shutdown.target
Before: multi-user.target
Before: getty at tty7.service
Before: getty at tty1.service
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
After: plymouth-start.service
After: rc-local.service
After: sysinit.target
After: system.slice
References: systemd-journald.socket
References: systemd-user-sessions.service
References: basic.target
References: shutdown.target
References: plymouth-start.service
References: rc-local.service
References: sysinit.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: sddm.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty7.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/plymouth --wait
-> Unit systemd-networkd-resolvconf-update.service:
Description: Update resolvconf for networkd DNS
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd-resolvconf-update.service
Fragment Path: /lib/systemd/system/systemd-networkd-resolvconf-update.service
ConditionPathExists: /run/resolvconf/enable-updates untested
ConditionPathIsSymbolicLink: /etc/resolv.conf untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-networkd-resolvconf-update.path
After: resolvconf.service
After: sysinit.target
After: systemd-journald.socket
TriggeredBy: systemd-networkd-resolvconf-update.path
References: basic.target
References: system.slice
References: resolvconf.service
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-networkd-resolvconf-update.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/sh -c 'for timeout in `seq 30`; do out=$(sed -n "/^DNS=/ { s/^DNS=/nameserver /; p}" /run/systemd/netif/state); [ -z "$out" ] || break; sleep 1; done; echo "$out" | /sbin/resolvconf -a networkd'
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: tmp.mount
Wants: alsa-restore.service
Wants: timers.target
Wants: alsa-state.service
Wants: sockets.target
Wants: paths.target
Wants: slices.target
Wants: console-kit-log-system-start.service
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: randomsound.service
Before: getty at tty7.service
Before: getty-static.service
Before: openvpn.service
Before: ModemManager.service
Before: systemd-user-sessions.service
Before: systemd-ask-password-wall.service
Before: openvpn at hydrogen-tap.service
Before: virtualbox.service
Before: multi-user.target
Before: samba-ad-dc.service
Before: nmbd.service
Before: packagekit.service
Before: smbd.service
Before: sddm.service
Before: lirc.service
Before: plymouth-quit-wait.service
Before: rtkit-daemon.service
Before: polkitd.service
Before: getty at tty1.service
Before: vmware-USBArbitrator.service
Before: exim4.service
Before: apt-daily.service
Before: alsa-restore.service
Before: NetworkManager-wait-online.service
Before: accounts-daemon.service
Before: cron.service
Before: netdiag.service
Before: avahi-daemon.service
Before: systemd-logind.service
Before: user at 1000.service
Before: alsa-state.service
Before: minissdpd.service
Before: cups-browsed.service
Before: anacron.service
Before: systemd-networkd-resolvconf-update.service
Before: pppd-dns.service
Before: atd.service
Before: console-kit-daemon.service
Before: vboxweb.service
Before: ssh.service
Before: speech-dispatcher.service
Before: plymouth-quit.service
Before: cups.service
Before: acpid.service
Before: acpi-support.service
Before: chef-client.service
Before: rc-local.service
Before: wpa_supplicant.service
Before: kdm.service
Before: irqbalance.service
Before: upower.service
Before: NetworkManager.service
Before: bluetooth.service
Before: udisks2.service
Before: tpconfig.service
Before: dbus.service
Before: iio-sensor-proxy.service
Before: uuidd.service
Before: rsyslog.service
Before: user at 123.service
After: tmp.mount
After: sysinit.target
After: systemd-ask-password-plymouth.path
After: sockets.target
After: paths.target
After: slices.target
After: -.mount
References: -.mount
References: tmp.mount
References: sysinit.target
References: alsa-restore.service
References: timers.target
References: shutdown.target
References: alsa-state.service
References: sockets.target
References: paths.target
References: slices.target
References: console-kit-log-system-start.service
ReferencedBy: acpid.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: polkitd.service
ReferencedBy: NetworkManager.service
ReferencedBy: tpconfig.service
ReferencedBy: getty-static.service
ReferencedBy: lirc.service
ReferencedBy: alsa-restore.service
ReferencedBy: smbd.service
ReferencedBy: ssh.service
ReferencedBy: user at 123.service
ReferencedBy: openvpn.service
ReferencedBy: chef-client.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: user at 1000.service
ReferencedBy: ModemManager.service
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: netdiag.service
ReferencedBy: sddm.service
ReferencedBy: avahi-daemon.service
ReferencedBy: dbus.service
ReferencedBy: kdm.service
ReferencedBy: rsyslog.service
ReferencedBy: cups.service
ReferencedBy: virtualbox.service
ReferencedBy: randomsound.service
ReferencedBy: upower.service
ReferencedBy: minissdpd.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: bluetooth.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-networkd-resolvconf-update.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: apt-daily.service
ReferencedBy: anacron.service
ReferencedBy: udisks2.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-logind.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: atd.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: vboxweb.service
ReferencedBy: irqbalance.service
ReferencedBy: accounts-daemon.service
ReferencedBy: cron.service
ReferencedBy: plymouth-quit.service
ReferencedBy: getty at tty7.service
ReferencedBy: packagekit.service
ReferencedBy: exim4.service
ReferencedBy: alsa-state.service
ReferencedBy: acpi-support.service
ReferencedBy: nmbd.service
ReferencedBy: multi-user.target
ReferencedBy: cups-browsed.service
ReferencedBy: uuidd.service
ReferencedBy: rc-local.service
ReferencedBy: wpa_supplicant.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit minissdpd.service:
Description: LSB: keep memory of all UPnP devices that announced themselves
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/minissdpd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: minissdpd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/minissdpd.service
Source Path: /etc/init.d/minissdpd
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: time-sync.target
After: local-fs.target
After: systemd-journald.socket
After: network-online.target
After: remote-fs.target
After: system.slice
After: sysinit.target
After: basic.target
References: multi-user.target
References: time-sync.target
References: local-fs.target
References: systemd-journald.socket
References: shutdown.target
References: network-online.target
References: remote-fs.target
References: graphical.target
References: system.slice
References: sysinit.target
References: basic.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/minissdpd start
PID: 1874
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/minissdpd reload
-> ExecStop:
Command Line: /etc/init.d/minissdpd stop
-> Unit cups.service:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cups.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cups.service
Documentation: man:cupsd(8)
Fragment Path: /lib/systemd/system/cups.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: cups-browsed.service
Conflicts: shutdown.target
Before: smbd.service
Before: shutdown.target
Before: cups-browsed.service
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: system.slice
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-journald.socket
ReferencedBy: smbd.service
ReferencedBy: cups-browsed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1091
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cupsd -l
PID: 1091
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: system.slice
Requires: lvm2-lvmpolld.socket
Conflicts: shutdown.target
After: system.slice
After: lvm2-lvmpolld.socket
After: systemd-journald.socket
TriggeredBy: lvm2-lvmpolld.socket
References: systemd-journald.socket
References: system.slice
References: lvm2-lvmpolld.socket
References: shutdown.target
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/lvmpolld.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
-> Unit dracut-shutdown.service:
Description: dracut-shutdown.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dracut-shutdown.service
WantedBy: sysinit.target
ReferencedBy: sysinit.target
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:34 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:34 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:34 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Thu 2016-06-16 08:27:34 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:34 CEST
Assert Result: yes
Wants: networking.service
Wants: NetworkManager-wait-online.service
WantedBy: minissdpd.service
WantedBy: exim4.service
WantedBy: virtualbox.service
WantedBy: nmbd.service
WantedBy: smbd.service
WantedBy: chef-client.service
WantedBy: samba-ad-dc.service
Conflicts: shutdown.target
Before: minissdpd.service
Before: exim4.service
Before: virtualbox.service
Before: nmbd.service
Before: rc-local.service
Before: smbd.service
Before: chef-client.service
Before: samba-ad-dc.service
After: networking.service
After: network.target
After: NetworkManager-wait-online.service
References: network.target
References: networking.service
References: shutdown.target
References: NetworkManager-wait-online.service
ReferencedBy: nmbd.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: minissdpd.service
ReferencedBy: networking.service
ReferencedBy: chef-client.service
ReferencedBy: exim4.service
ReferencedBy: smbd.service
ReferencedBy: rc-local.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: virtualbox.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit sys-devices-pci0000:00-0000:00:1c.3-0000:05:00.0-net-eth0.device:
Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.3-0000:05:00.0-net-eth0.device
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/net/eth0
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: systemd-update-utmp.service
Before: ssh.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: ssh.service
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: exim4.service
Before: apt-daily.timer
Before: anacron.service
Before: systemd-tmpfiles-clean.service
Before: minissdpd.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: anacron.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: exim4.service
ReferencedBy: minissdpd.service
ReferencedBy: apt-daily.timer
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit apt-daily.service:
Description: Daily apt activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: apt-daily.timer
TriggeredBy: apt-daily.timer
References: basic.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: shutdown.target
ReferencedBy: apt-daily.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily
-> Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kbd.service
Before: kdm.service
Before: console-setup.service
ReferencedBy: kdm.service
ReferencedBy: console-setup.service
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
WantedBy: networking.service
WantedBy: NetworkManager.service
Conflicts: shutdown.target
Before: vboxweb.service
Before: openvpn.service
Before: ssh.service
Before: network-online.target
Before: rc-local.service
After: wpa_supplicant.service
After: NetworkManager.service
After: networking.service
After: network-pre.target
References: shutdown.target
References: network-pre.target
ReferencedBy: NetworkManager.service
ReferencedBy: networking.service
ReferencedBy: ssh.service
ReferencedBy: openvpn.service
ReferencedBy: network-online.target
ReferencedBy: wpa_supplicant.service
ReferencedBy: rc-local.service
ReferencedBy: vboxweb.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit user at 123.service:
Description: User Manager for UID 123
Instance: 123
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:29 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-123.slice
CGroup: /user.slice/user-123.slice/user at 123.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 123.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2016-06-16 08:27:29 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:29 CEST
Assert Result: yes
Requires: sysinit.target
Requires: user-123.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: user-123.slice
References: systemd-user-sessions.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: sysinit.target
References: user-123.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1301
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 123
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1301
Start Timestamp: Thu 2016-06-16 08:27:29 CEST
Status Text: Startup finished in 10ms.
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: exim4.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: network-online.target
After: basic.target
After: postgresql.service
After: system.slice
After: systemd-journald.socket
After: remote-fs.target
After: greylist.service
After: sysinit.target
After: systemd-journald-dev-log.socket
After: spamassassin.service
After: clamav-daemon.service
After: time-sync.target
After: mysql.service
After: nss-lookup.target
References: greylist.service
References: network-online.target
References: sysinit.target
References: time-sync.target
References: graphical.target
References: remote-fs.target
References: mysql.service
References: clamav-daemon.service
References: postgresql.service
References: spamassassin.service
References: shutdown.target
References: systemd-journald-dev-log.socket
References: multi-user.target
References: basic.target
References: systemd-journald.socket
References: system.slice
References: nss-lookup.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/exim4 start
PID: 1873
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device:
Description: /dev/disk/by-uuid/068aff81-795f-4a01-8b77-95052fd045e2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following: sys-devices-virtual-block-md126-md126p2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device
Following Set Member: dev-md126p2.device
Following Set Member: dev-md-Volume0_0p2.device
Following Set Member: sys-devices-virtual-block-md126-md126p2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p2
-> Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: system.slice
Requires: dm-event.socket
Before: local-fs-pre.target
Before: lvm2-monitor.service
After: system.slice
After: dm-event.socket
After: systemd-journald.socket
TriggeredBy: dm-event.socket
References: systemd-journald.socket
References: system.slice
References: dm-event.socket
References: local-fs-pre.target
ReferencedBy: dm-event.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/dmeventd -f
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: getty at tty1.service
RequiredBy: getty at tty7.service
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: getty at tty7.service
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty7.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit speech-dispatcher.service:
Description: LSB: Speech Dispatcher
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/speech-dispatcher.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: speech-dispatcher.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/speech-dispatcher.service
Source Path: /etc/init.d/speech-dispatcher
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: festival.service
After: systemd-journald-dev-log.socket
After: basic.target
After: sysinit.target
After: remote-fs.target
References: remote-fs.target
References: multi-user.target
References: system.slice
References: graphical.target
References: systemd-journald.socket
References: festival.service
References: systemd-journald-dev-log.socket
References: basic.target
References: sysinit.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/speech-dispatcher start
PID: 1092
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/speech-dispatcher reload
-> ExecStop:
Command Line: /etc/init.d/speech-dispatcher stop
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY0B704559.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 1000.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2016-06-16 08:27:33 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:33 CEST
Assert Result: yes
Requires: user-1000.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: user-1000.slice
After: systemd-user-sessions.service
After: basic.target
After: sysinit.target
References: systemd-journald.socket
References: user-1000.slice
References: systemd-user-sessions.service
References: shutdown.target
References: basic.target
References: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1605
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1605
Start Timestamp: Thu 2016-06-16 08:27:33 CEST
Status Text: Startup finished in 8ms.
-> Unit dev-sdb.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sdb.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit checkfs.service:
Description: checkfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: checkfs.service
Fragment Path: /dev/null
After: mdadm-raid.service
ReferencedBy: mdadm-raid.service
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
Wants: unattended-upgrades.service
RequiredBy: systemd-reboot.service
RequiredBy: systemd-halt.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: apt-daily.service
ConflictedBy: cryptsetup.target
ConflictedBy: acpid.service
ConflictedBy: session-2.scope
ConflictedBy: remote-fs-pre.target
ConflictedBy: sysinit.target
ConflictedBy: network.target
ConflictedBy: NetworkManager-wait-online.service
ConflictedBy: speech-dispatcher.service
ConflictedBy: nmbd.service
ConflictedBy: vboxweb.service
ConflictedBy: slices.target
ConflictedBy: getty at tty1.service
ConflictedBy: irqbalance.service
ConflictedBy: rtkit-daemon.service
ConflictedBy: acpid.socket
ConflictedBy: alsa-state.service
ConflictedBy: rescue.target
ConflictedBy: swap.target
ConflictedBy: console-kit-daemon.service
ConflictedBy: kdm.service
ConflictedBy: syslog.socket
ConflictedBy: session-1.scope
ConflictedBy: acpid.path
ConflictedBy: sockets.target
ConflictedBy: packagekit.service
ConflictedBy: user at 1000.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-rfkill.socket
ConflictedBy: systemd-modules-load.service
ConflictedBy: openvpn at hydrogen-tap.service
ConflictedBy: plymouth-quit-wait.service
ConflictedBy: getty at tty7.service
ConflictedBy: bluetooth.target
ConflictedBy: chef-client.service
ConflictedBy: lvm2-monitor.service
ConflictedBy: ssh.service
ConflictedBy: systemd-rfkill.service
ConflictedBy: networking.service
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: system-getty.slice
ConflictedBy: lirc.service
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: emergency.target
ConflictedBy: smbd.service
ConflictedBy: paths.target
ConflictedBy: network-pre.target
ConflictedBy: rsyslog.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: accounts-daemon.service
ConflictedBy: alsa-restore.service
ConflictedBy: virtualbox.service
ConflictedBy: sound.target
ConflictedBy: systemd-networkd-resolvconf-update.path
ConflictedBy: systemd-user-sessions.service
ConflictedBy: NetworkManager.service
ConflictedBy: systemd-logind.service
ConflictedBy: getty.target
ConflictedBy: time-sync.target
ConflictedBy: dbus.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: randomsound.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: exim4.service
ConflictedBy: minissdpd.service
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: basic.target
ConflictedBy: local-fs.target
ConflictedBy: systemd-networkd-resolvconf-update.service
ConflictedBy: uuidd.socket
ConflictedBy: apt-daily.timer
ConflictedBy: plymouth-quit.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: graphical.target
ConflictedBy: user at 123.service
ConflictedBy: cups-browsed.service
ConflictedBy: tpconfig.service
ConflictedBy: timers.target
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: rescue.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: multi-user.target
ConflictedBy: system-systemd\x2dbacklight.slice
ConflictedBy: samba-ad-dc.service
ConflictedBy: systemd-ask-password-plymouth.service
ConflictedBy: pppd-dns.service
ConflictedBy: user-1000.slice
ConflictedBy: vmware-USBArbitrator.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: anacron.service
ConflictedBy: cups.service
ConflictedBy: polkitd.service
ConflictedBy: udisks2.service
ConflictedBy: avahi-daemon.socket
ConflictedBy: systemd-timesyncd.service
ConflictedBy: systemd-backlight at backlight:acpi_video0.service
ConflictedBy: iio-sensor-proxy.service
ConflictedBy: getty-static.service
ConflictedBy: wpa_supplicant.service
ConflictedBy: acpi-support.service
ConflictedBy: avahi-daemon.service
ConflictedBy: system-systemd\x2dcryptsetup.slice
ConflictedBy: systemd-sysctl.service
ConflictedBy: local-fs-pre.target
ConflictedBy: uuidd.service
ConflictedBy: system-openvpn.slice
ConflictedBy: nss-user-lookup.target
ConflictedBy: sddm.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: ModemManager.service
ConflictedBy: network-online.target
ConflictedBy: atd.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: emergency.service
ConflictedBy: netdiag.service
ConflictedBy: dbus.socket
ConflictedBy: systemd-backlight at backlight:intel_backlight.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: nss-lookup.target
ConflictedBy: rc-local.service
ConflictedBy: user.slice
ConflictedBy: upower.service
ConflictedBy: bluetooth.service
ConflictedBy: systemd-ask-password-plymouth.path
ConflictedBy: openvpn.service
ConflictedBy: user-123.slice
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: cron.service
ConflictedBy: mdadm-raid.service
ConflictedBy: remote-fs.target
Before: systemd-reboot.service
Before: systemd-halt.service
Before: final.target
After: systemd-tmpfiles-setup-dev.service
After: minissdpd.service
After: exim4.service
After: systemd-ask-password-console.service
After: systemd-sysctl.service
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-ask-password-plymouth.path
After: speech-dispatcher.service
After: upower.service
After: systemd-ask-password-wall.path
After: acpid.socket
After: system-systemd\x2dfsck.slice
After: systemd-machine-id-commit.service
After: systemd-backlight at backlight:acpi_video0.service
After: apt-daily.service
After: samba-ad-dc.service
After: rc-local.service
After: unattended-upgrades.service
After: cups.service
After: systemd-fsckd.service
After: kdm.service
After: dbus.socket
After: systemd-binfmt.service
After: vboxweb.service
After: acpid.path
After: avahi-daemon.socket
After: systemd-ask-password-plymouth.service
After: systemd-logind.service
After: chef-client.service
After: alsa-state.service
After: accounts-daemon.service
After: systemd-ask-password-console.path
After: uuidd.service
After: mdadm-raid.service
After: ModemManager.service
After: getty at tty7.service
After: openvpn.service
After: lirc.service
After: user at 123.service
After: netdiag.service
After: acpi-support.service
After: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
After: ssh.service
After: console-kit-log-system-start.service
After: plymouth-quit-wait.service
After: console-kit-log-system-stop.service
After: console-kit-log-system-restart.service
After: systemd-ask-password-wall.service
After: system-getty.slice
After: session-1.scope
After: system-systemd\x2dbacklight.slice
After: tpconfig.service
After: systemd-tmpfiles-clean.service
After: sddm.service
After: systemd-tmpfiles-clean.timer
After: vmware-USBArbitrator.service
After: user-1000.slice
After: user at 1000.service
After: system-openvpn.slice
After: polkitd.service
After: session-2.scope
After: nmbd.service
After: rsyslog.service
After: apt-daily.timer
After: rtkit-daemon.service
After: systemd-timesyncd.service
After: systemd-networkd-resolvconf-update.path
After: alsa-restore.service
After: atd.service
After: system-systemd\x2dcryptsetup.slice
After: user-123.slice
After: wpa_supplicant.service
After: console-kit-daemon.service
After: openvpn at hydrogen-tap.service
After: user.slice
After: randomsound.service
After: systemd-modules-load.service
After: NetworkManager.service
After: syslog.socket
After: systemd-rfkill.socket
After: systemd-networkd-resolvconf-update.service
After: virtualbox.service
After: irqbalance.service
After: acpid.service
After: systemd-tmpfiles-setup.service
After: dbus.service
After: systemd-update-utmp-runlevel.service
After: plymouth-quit.service
After: systemd-hwdb-update.service
After: bluetooth.service
After: pppd-dns.service
After: emergency.service
After: avahi-daemon.service
After: uuidd.socket
After: getty at tty1.service
After: getty-static.service
After: systemd-remount-fs.service
After: udisks2.service
After: NetworkManager-wait-online.service
After: smbd.service
After: networking.service
After: packagekit.service
After: systemd-user-sessions.service
After: rescue.service
After: systemd-fsck-root.service
After: iio-sensor-proxy.service
After: systemd-update-utmp.service
After: cups-browsed.service
After: cron.service
After: systemd-random-seed.service
After: systemd-rfkill.service
After: anacron.service
References: unattended-upgrades.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: accounts-daemon.service
ReferencedBy: acpid.socket
ReferencedBy: slices.target
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: rsyslog.service
ReferencedBy: acpi-support.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: dbus.socket
ReferencedBy: bluetooth.target
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: systemd-networkd-resolvconf-update.service
ReferencedBy: user-123.slice
ReferencedBy: systemd-fsckd.service
ReferencedBy: cups-browsed.service
ReferencedBy: system-getty.slice
ReferencedBy: time-sync.target
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: getty at tty7.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: chef-client.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: user.slice
ReferencedBy: systemd-reboot.service
ReferencedBy: apt-daily.timer
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: rescue.service
ReferencedBy: alsa-state.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-halt.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: local-fs-pre.target
ReferencedBy: smbd.service
ReferencedBy: cryptsetup.target
ReferencedBy: alsa-restore.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: packagekit.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: network-online.target
ReferencedBy: system-openvpn.slice
ReferencedBy: vboxweb.service
ReferencedBy: avahi-daemon.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: bluetooth.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: user at 123.service
ReferencedBy: networking.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: kdm.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: sddm.service
ReferencedBy: plymouth-quit.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: console-kit-log-system-stop.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: emergency.target
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: network.target
ReferencedBy: network-pre.target
ReferencedBy: sound.target
ReferencedBy: polkitd.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: swap.target
ReferencedBy: remote-fs.target
ReferencedBy: systemd-fsck-root.service
ReferencedBy: cups.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: netdiag.service
ReferencedBy: console-kit-log-system-restart.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: basic.target
ReferencedBy: syslog.socket
ReferencedBy: acpid.path
ReferencedBy: sockets.target
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: upower.service
ReferencedBy: getty-static.service
ReferencedBy: uuidd.socket
ReferencedBy: systemd-networkd-resolvconf-update.path
ReferencedBy: user at 1000.service
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: nss-lookup.target
ReferencedBy: anacron.service
ReferencedBy: ssh.service
ReferencedBy: session-1.scope
ReferencedBy: nmbd.service
ReferencedBy: irqbalance.service
ReferencedBy: user-1000.slice
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: nss-user-lookup.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: virtualbox.service
ReferencedBy: pppd-dns.service
ReferencedBy: getty.target
ReferencedBy: ModemManager.service
ReferencedBy: emergency.service
ReferencedBy: openvpn.service
ReferencedBy: mdadm-raid.service
ReferencedBy: dbus.service
ReferencedBy: timers.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: graphical.target
ReferencedBy: cron.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: minissdpd.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: paths.target
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: multi-user.target
ReferencedBy: final.target
ReferencedBy: lirc.service
ReferencedBy: NetworkManager.service
ReferencedBy: apt-daily.service
ReferencedBy: sysinit.target
ReferencedBy: atd.service
ReferencedBy: systemd-rfkill.socket
ReferencedBy: session-2.scope
ReferencedBy: randomsound.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: remote-fs-pre.target
ReferencedBy: exim4.service
ReferencedBy: uuidd.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: tpconfig.service
ReferencedBy: rescue.target
ReferencedBy: local-fs.target
ReferencedBy: acpid.service
ReferencedBy: getty at tty1.service
ReferencedBy: udisks2.service
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-virtual-block-md126-md126p1.device:
Description: /sys/devices/virtual/block/md126/md126p1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md-Volume0_0p1.device
Following Set Member: dev-md126p1.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: sockets.target
References: -.slice
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-md-Volume0_0.device:
Description: /dev/md/Volume0_0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md-Volume0_0.device
Following: sys-devices-virtual-block-md126.device
Following Set Member: sys-devices-virtual-block-md126.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2.device
Following Set Member: dev-md126.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126
-> Unit sys-devices-virtual-block-md126-md126p2.device:
Description: /sys/devices/virtual/block/md126/md126p2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-md126-md126p2.device
Following Set Member: dev-md126p2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device
Following Set Member: dev-md-Volume0_0p2.device
Following Set Member: dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p2
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:20 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-misc-rfkill.device
Following Set Member: dev-rfkill.device
Job Timeout: 1min 30s
Wants: systemd-rfkill.socket
BoundBy: systemd-rfkill.service
BoundBy: systemd-rfkill.socket
Before: systemd-rfkill.service
Before: systemd-rfkill.socket
References: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-rfkill.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit dev-md-Volume0_0p1.device:
Description: /dev/md/Volume0_0p1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md-Volume0_0p1.device
Following: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md126p1.device
Following Set Member: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit pppd-dns.service:
Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
PID: 1097
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit sys-subsystem-bluetooth-devices-hci0:37.device:
Description: /sys/subsystem/bluetooth/devices/hci0:37
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:49 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:49 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:49 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-bluetooth-devices-hci0:37.device
Following Set Member: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0-hci0:37.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:37
-> Unit mdadm-raid.service:
Description: LSB: MD array assembly
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/mdadm-raid.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: mdadm-raid.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mdadm-raid.service
Source Path: /etc/init.d/mdadm-raid
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs.target
Before: sysinit.target
Before: checkfs.service
Before: shutdown.target
After: multipath-tools-boot.service
After: systemd-journald.socket
After: system.slice
After: hostname.service
After: mountkernfs.service
After: systemd-udevd.service
References: local-fs.target
References: multipath-tools-boot.service
References: systemd-journald.socket
References: system.slice
References: checkfs.service
References: shutdown.target
References: hostname.service
References: sysinit.target
References: mountkernfs.service
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/mdadm-raid start
PID: 729
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/mdadm-raid stop
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: sockets.target
Before: systemd-journald.service
After: -.slice
Triggers: systemd-journald.service
References: -.slice
References: sockets.target
References: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: systemd-journald.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1105
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 1105
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: proc-sys-fs-binfmt_misc.automount
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit netdiag.service:
Description: LSB: Start network data collector
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/netdiag.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: netdiag.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/netdiag.service
Source Path: /etc/init.d/netdiag
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: sysinit.target
After: local-fs.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
References: system.slice
References: graphical.target
References: multi-user.target
References: shutdown.target
References: sysinit.target
References: local-fs.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/netdiag start
PID: 1103
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/netdiag stop
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-udevd.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup.service
-> Unit chef-client.service:
Description: LSB: Start a chef-client.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/chef-client.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: chef-client.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/chef-client.service
Source Path: /etc/init.d/chef-client
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
After: basic.target
After: sysinit.target
After: system.slice
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: multi-user.target
References: basic.target
References: sysinit.target
References: graphical.target
References: shutdown.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/chef-client start
PID: 1869
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/chef-client stop
-> Unit avahi-daemon.socket:
Description: Avahi mDNS/DNS-SD Stack Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.socket
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: avahi-daemon.service
Conflicts: shutdown.target
Before: avahi-daemon.service
Before: sockets.target
Before: shutdown.target
After: -.mount
After: sysinit.target
After: -.slice
Triggers: avahi-daemon.service
References: sockets.target
References: shutdown.target
References: avahi-daemon.service
References: -.mount
References: sysinit.target
References: -.slice
ReferencedBy: avahi-daemon.service
RequiresMountsFor: /var/run/avahi-daemon/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: avahi-daemon.socket
SELinuxContextFromNet: no
ListenStream: /var/run/avahi-daemon/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-rfkill.device
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:35 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:35 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Thu 2016-06-16 08:27:35 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:35 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty7.service
Before: shutdown.target
Before: multi-user.target
Before: plymouth-quit-wait.service
Before: getty at tty1.service
Before: plymouth-quit.service
After: systemd-journald.socket
After: basic.target
After: network.target
After: sysinit.target
After: system.slice
After: network-online.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: network.target
References: sysinit.target
References: system.slice
References: network-online.target
ReferencedBy: plymouth-quit.service
ReferencedBy: getty at tty1.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: getty at tty7.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
PID: 1870
Start Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Timestamp: Thu 2016-06-16 08:27:35 CEST
Exit Code: exited
Exit Status: 0
-> Unit final.target:
Description: Final Step
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: final.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/final.target
RequiredBy: systemd-reboot.service
RequiredBy: systemd-halt.service
Before: systemd-reboot.service
Before: systemd-halt.service
After: umount.target
After: shutdown.target
References: umount.target
References: shutdown.target
ReferencedBy: systemd-reboot.service
ReferencedBy: systemd-halt.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device:
Description: /dev/disk/by-uuid/0c5e2f00-6867-480c-b37f-b5f491e94bf0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Following: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md126p1.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following Set Member: dev-md-Volume0_0p1.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Wants: boot.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
BoundBy: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Before: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0.device
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
After: systemd-journald.socket
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device:
Description: /dev/disk/by-uuid/a0ca634f-1c64-4226-9c1b-39705147094b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-a0ca634f\x2d1c64\x2d4226\x2d9c1b\x2d39705147094b.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d068aff81795f4a018b7795052fd045e2\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-luks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dluks\x2d068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-DEBIAN.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2dlabel-BOOT.device:
Description: /dev/disk/by-label/BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-BOOT.device
Following: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md-Volume0_0p1.device
Following Set Member: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md126p1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-logind.service
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: dbus.socket
Wants: user.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: user-1000.slice
Before: session-2.scope
Before: shutdown.target
Before: multi-user.target
Before: session-1.scope
Before: user-123.slice
After: basic.target
After: system.slice
After: systemd-journald.socket
After: dbus.socket
After: sysinit.target
After: nss-user-lookup.target
After: user.slice
References: basic.target
References: system.slice
References: systemd-journald.socket
References: dbus.socket
References: sysinit.target
References: nss-user-lookup.target
References: shutdown.target
References: user.slice
ReferencedBy: user-1000.slice
ReferencedBy: user-123.slice
ReferencedBy: session-2.scope
ReferencedBy: session-1.scope
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 1100
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 1100
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Status Text: Processing requests...
-> Unit getty at tty7.service:
Description: Getty on tty7
Instance: tty7
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty7.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Requires: sysinit.target
Requires: system-getty.slice
Conflicts: shutdown.target
ConflictedBy: sddm.service
Before: sddm.service
Before: getty.target
Before: shutdown.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
After: system-getty.slice
After: rc-local.service
After: sysinit.target
After: plymouth-quit-wait.service
References: systemd-journald.socket
References: systemd-user-sessions.service
References: basic.target
References: shutdown.target
References: system-getty.slice
References: rc-local.service
References: sysinit.target
References: plymouth-quit-wait.service
References: getty.target
ReferencedBy: sddm.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty7
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty7
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit plymouth-start.service:
Description: Show Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Fragment Path: /lib/systemd/system/plymouth-start.service
ConditionKernelCommandLine: !nosplash succeeded
ConditionKernelCommandLine: !plymouth.enable=0 failed
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
Wants: systemd-ask-password-plymouth.path
WantedBy: sysinit.target
Before: plymouth-quit.service
Before: systemd-ask-password-plymouth.service
Before: systemd-ask-password-console.service
Before: plymouth-quit-wait.service
Before: systemd-ask-password-console.path
Before: rescue.service
Before: plymouth-halt.service
Before: sddm.service
Before: systemd-ask-password-plymouth.path
Before: plymouth-reboot.service
After: systemd-udevd.service
After: system.slice
After: keyboard-setup.service
After: systemd-udev-trigger.service
After: systemd-journald.socket
References: systemd-ask-password-plymouth.service
References: systemd-udevd.service
References: system.slice
References: systemd-ask-password-plymouth.path
References: keyboard-setup.service
References: systemd-udev-trigger.service
References: systemd-journald.socket
ReferencedBy: rescue.service
ReferencedBy: plymouth-reboot.service
ReferencedBy: plymouth-halt.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: sysinit.target
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: plymouth-quit.service
ReferencedBy: systemd-ask-password-plymouth.service
ReferencedBy: sddm.service
ReferencedBy: systemd-ask-password-plymouth.path
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: none
KillSignal: SIGTERM
SendSIGKILL: no
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
-> ExecStartPost:
Command Line: /bin/plymouth show-splash
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device:
Description: 6 Series/C200 Series Chipset Family High Definition Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card0
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:31 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:31 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:31 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/upower.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: upower.service
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Thu 2016-06-16 08:27:31 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:31 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: basic.target
After: dbus.socket
After: systemd-journald.socket
After: sysinit.target
References: dbus.socket
References: basic.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1324
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/upower/upowerd
PID: 1324
Start Timestamp: Thu 2016-06-16 08:27:31 CEST
-> Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:30 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:30 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:30 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/udisks2.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: udisks2.service
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Thu 2016-06-16 08:27:30 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:30 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: dbus.socket
After: system.slice
After: sysinit.target
References: dbus.socket
References: basic.target
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1318
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/udisks2/udisksd --no-debug
PID: 1318
Start Timestamp: Thu 2016-06-16 08:27:30 CEST
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journald.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-journal-flush.service
After: system.slice
After: syslog.socket
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: systemd-journald-audit.socket
TriggeredBy: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
References: system.slice
References: syslog.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: systemd-journald-audit.socket
References: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: ready
Main PID: 666
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 666
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 51
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device:
Description: SAMSUNG_MZRPC128HACD-000SO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dSAMSUNG_MZRPC128HACD\x2d000SO_S0T6NY5B704559.device
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50000f0043584d30.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit sys-devices-platform-coretemp.0-hwmon-hwmon1.device:
Description: /sys/devices/platform/coretemp.0/hwmon/hwmon1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-coretemp.0-hwmon-hwmon1.device
Job Timeout: 1min 30s
Wants: iio-sensor-proxy.service
References: iio-sensor-proxy.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/coretemp.0/hwmon/hwmon1
-> Unit sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0-hci0:37.device:
Description: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:37
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:49 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:49 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:49 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2:1.0-bluetooth-hci0-hci0:37.device
Following Set Member: sys-subsystem-bluetooth-devices-hci0:37.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/bluetooth/hci0/hci0:37
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x20
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1000.slice
RequiredBy: user-123.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: slices.target
Before: user-1000.slice
Before: shutdown.target
Before: systemd-logind.service
Before: user-123.slice
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: user-1000.slice
ReferencedBy: systemd-logind.service
ReferencedBy: user-123.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit user-1000.slice:
Description: User Slice of sander
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: user-1000.slice
DropIn Path: /run/systemd/system/user-1000.slice.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/user-1000.slice.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/user-1000.slice.d/50-Description.conf
DropIn Path: /run/systemd/system/user-1000.slice.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-06-16 08:27:33 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:33 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1000.service
RequiredBy: session-2.scope
Conflicts: shutdown.target
Before: user at 1000.service
Before: shutdown.target
Before: session-2.scope
After: systemd-user-sessions.service
After: systemd-logind.service
After: user.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user.slice
ReferencedBy: user at 1000.service
ReferencedBy: session-2.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=12288
DevicePolicy=auto
Delegate=no
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: exim4.service
Before: chef-client.service
Before: virtualbox.service
Before: kdm.service
Before: samba-ad-dc.service
Before: lirc.service
Before: irqbalance.service
Before: systemd-user-sessions.service
Before: randomsound.service
Before: smbd.service
Before: minissdpd.service
Before: acpi-support.service
Before: netdiag.service
Before: speech-dispatcher.service
Before: tpconfig.service
Before: nmbd.service
After: remote-fs-pre.target
References: remote-fs-pre.target
References: shutdown.target
ReferencedBy: chef-client.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: smbd.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: tpconfig.service
ReferencedBy: virtualbox.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: randomsound.service
ReferencedBy: irqbalance.service
ReferencedBy: minissdpd.service
ReferencedBy: kdm.service
ReferencedBy: nmbd.service
ReferencedBy: exim4.service
ReferencedBy: acpi-support.service
ReferencedBy: lirc.service
ReferencedBy: netdiag.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.socket
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: dm-event.service
RequiredBy: lvm2-monitor.service
WantedBy: sockets.target
Before: dm-event.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: dm-event.service
References: -.mount
References: dm-event.service
References: -.slice
ReferencedBy: lvm2-monitor.service
ReferencedBy: dm-event.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.6.0-1-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: system.slice
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: systemd-tmpfiles-setup-dev.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 654
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit openvpn at hydrogen-tap.service:
Description: OpenVPN connection to hydrogen-tap
Instance: hydrogen-tap
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-openvpn.slice
CGroup: /system.slice/system-openvpn.slice/openvpn at hydrogen-tap.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: openvpn at hydrogen-tap.service
Documentation: man:openvpn(8)
Documentation: https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage
Documentation: https://community.openvpn.net/openvpn/wiki/HOWTO
Fragment Path: /lib/systemd/system/openvpn at .service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: system-openvpn.slice
PartOf: openvpn.service
WantedBy: openvpn.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-user-sessions.service
After: -.mount
After: basic.target
After: system-openvpn.slice
After: systemd-journald.socket
After: sysinit.target
ReloadPropagatedFrom: openvpn.service
References: -.mount
References: openvpn.service
References: shutdown.target
References: basic.target
References: system-openvpn.slice
References: systemd-user-sessions.service
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: openvpn.service
RequiresMountsFor: /etc/openvpn /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1168
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/openvpn/hydrogen-tap.pid
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /etc/openvpn
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: yes
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNPROC: 10
LimitNPROCSoft: 10
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_ipc_lock cap_sys_chroot cap_audit_write
-> ExecStart:
Command Line: /usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn/%i.status 10 --cd /etc/openvpn --config /etc/openvpn/%i.conf --writepid /run/openvpn/%i.pid
PID: 1112
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit tpconfig.service:
Description: LSB: Start tpconfig at boot time
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/tpconfig.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: tpconfig.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/tpconfig.service
Source Path: /etc/init.d/tpconfig
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: remote-fs.target
After: system.slice
After: sysinit.target
After: systemd-journald-dev-log.socket
References: shutdown.target
References: multi-user.target
References: graphical.target
References: systemd-journald.socket
References: basic.target
References: remote-fs.target
References: system.slice
References: sysinit.target
References: systemd-journald-dev-log.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/tpconfig start
PID: 1083
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/tpconfig stop
-> Unit sys-devices-virtual-net-tap0.device:
Description: /sys/devices/virtual/net/tap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:37 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:37 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:37 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-tap0.device
Following Set Member: sys-subsystem-net-devices-tap0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:intel_backlight.service
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: system-systemd\x2dbacklight.slice
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: -.mount
After: system-systemd\x2dbacklight.slice
After: systemd-remount-fs.service
References: sysinit.target
References: -.mount
References: shutdown.target
References: systemd-journald.socket
References: systemd-remount-fs.service
References: system-systemd\x2dbacklight.slice
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load %i
PID: 752
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save %i
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit swap.swap:
Description: /swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/swap.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: swap.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/swap.swap
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: swap.target
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-remount-fs.service
References: swap.target
References: system.slice
References: systemd-journald.socket
References: umount.target
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: swap.target
RequiresMountsFor: /swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /swap
From /proc/swaps: yes
From fragment: yes
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit reboot.target:
Description: Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: reboot.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/reboot.target
Job Timeout: 30min
Job Timeout Action: reboot-force
Requires: systemd-reboot.service
Wants: console-kit-log-system-restart.service
Wants: systemd-update-utmp-runlevel.service
Wants: plymouth-reboot.service
After: systemd-reboot.service
After: unattended-upgrades.service
References: systemd-reboot.service
References: console-kit-log-system-restart.service
References: systemd-update-utmp-runlevel.service
References: plymouth-reboot.service
ReferencedBy: unattended-upgrades.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Wants: acpid.path
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: acpid.path
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
After: systemd-networkd-resolvconf-update.path
References: acpid.path
References: shutdown.target
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-networkd-resolvconf-update.path
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: acpid.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation.service
Before: lvm2-monitor.service
ReferencedBy: lvm2-monitor.service
-> Unit unattended-upgrades.service:
Description: Unattended Upgrades Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: unattended-upgrades.service
Documentation: man:unattended-upgrade(8)
Fragment Path: /lib/systemd/system/unattended-upgrades.service
Requires: system.slice
WantedBy: shutdown.target
Before: reboot.target
Before: shutdown.target
Before: halt.target
After: system.slice
After: systemd-journald.socket
References: reboot.target
References: system.slice
References: systemd-journald.socket
References: halt.target
References: shutdown.target
ReferencedBy: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown
-> Unit localfs.service:
Description: localfs.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: localfs.service
Before: vmware-USBArbitrator.service
ReferencedBy: vmware-USBArbitrator.service
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-screen.service
Before: kdm.service
Before: console-setup.service
ReferencedBy: kdm.service
ReferencedBy: console-setup.service
-> Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/NetworkManager.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: NetworkManager.service
Documentation: man:NetworkManager(8)
Fragment Path: /lib/systemd/system/NetworkManager.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: network.target
RequisiteOf: NetworkManager-wait-online.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: network.target
Before: shutdown.target
Before: NetworkManager-wait-online.service
After: dbus.service
After: dbus.socket
After: basic.target
After: system.slice
After: network-pre.target
After: sysinit.target
After: systemd-journald.socket
References: dbus.service
References: dbus.socket
References: basic.target
References: system.slice
References: network-pre.target
References: network.target
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
ReferencedBy: NetworkManager-wait-online.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1085
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.NetworkManager
Bus Name Good: yes
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: read-only
ProtectSystem: yes
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write
-> ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
PID: 1085
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: networking.service
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Wants: network.target
WantedBy: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: network.target
Before: network-online.target
Before: shutdown.target
After: local-fs.target
After: system.slice
After: systemd-sysctl.service
After: apparmor.service
After: network-pre.target
After: resolvconf.service
After: systemd-modules-load.service
After: systemd-journald.socket
References: local-fs.target
References: system.slice
References: systemd-sysctl.service
References: apparmor.service
References: network-online.target
References: network-pre.target
References: network.target
References: systemd-modules-load.service
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: network-online.target
ReferencedBy: resolvconf.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
PID: 1001
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 1
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 1008
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: swap.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: swap.swap
References: swap.swap
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: swap.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device:
Description: /dev/disk/by-id/md-uuid-5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart2.device
Following: sys-devices-virtual-block-md126-md126p2.device
Following Set Member: dev-md126p2.device
Following Set Member: dev-md-Volume0_0p2.device
Following Set Member: dev-disk-by\x2duuid-068aff81\x2d795f\x2d4a01\x2d8b77\x2d95052fd045e2.device
Following Set Member: sys-devices-virtual-block-md126-md126p2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p2
-> Unit tmp.mount:
Description: tmp.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:22 CEST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: tmp.mount
WantedBy: basic.target
Before: basic.target
ReferencedBy: basic.target
-> Unit hostname.service:
Description: hostname.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: hostname.service
Fragment Path: /dev/null
Before: mdadm-raid.service
ReferencedBy: mdadm-raid.service
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: time-sync.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
References: basic.target
References: time-sync.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
PID: 1098
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-md126p1.device:
Description: /dev/md126p1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md126p1.device
Following: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-md-Volume0_0p1.device
Following Set Member: sys-devices-virtual-block-md126-md126p1.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126/md126p1
-> Unit multipath-tools-boot.service:
Description: multipath-tools-boot.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: multipath-tools-boot.service
Before: mdadm-raid.service
ReferencedBy: mdadm-raid.service
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Wants: system.slice
Wants: -.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: user.slice
After: system.slice
After: -.slice
References: system.slice
References: shutdown.target
References: -.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
ReferencedBy: system.slice
ReferencedBy: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: basic.target
After: systemd-journald.socket
After: sysinit.target
After: system.slice
After: systemd-ask-password-wall.path
TriggeredBy: systemd-ask-password-wall.path
References: systemd-user-sessions.service
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit console-kit-daemon.service:
Description: Console Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:33 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-daemon.service
Fragment Path: /lib/systemd/system/console-kit-daemon.service
Condition Timestamp: Thu 2016-06-16 08:27:33 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:33 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: syslog.target
After: basic.target
After: dbus.socket
After: systemd-journald.socket
After: sysinit.target
After: system.slice
References: syslog.target
References: basic.target
References: dbus.socket
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1673
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ConsoleKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/console-kit-daemon --no-daemon
PID: 1673
Start Timestamp: Thu 2016-06-16 08:27:33 CEST
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:58 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:58 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:58 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: systemd-fsckd.socket
Before: shutdown.target
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
TriggeredBy: systemd-fsckd.socket
References: systemd-journald.socket
References: system.slice
References: systemd-fsckd.socket
References: shutdown.target
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 963
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:58 CEST
Exit Code: exited
Exit Status: 0
-> Unit alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: alsa-state.service
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf failed
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: alsa-restore.service
Before: shutdown.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: system.slice
References: shutdown.target
ReferencedBy: alsa-restore.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit
-> Unit sys-subsystem-net-devices-eth0.device:
Description: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1c.3-0000:05:00.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/net/eth0
-> Unit resolvconf.service:
Description: Nameserver information manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/resolvconf.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: resolvconf.service
Documentation: man:resolvconf(8)
Fragment Path: /lib/systemd/system/resolvconf.service
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-networkd-resolvconf-update.path
WantedBy: sysinit.target
Before: networking.service
Before: systemd-networkd-resolvconf-update.service
After: system.slice
After: systemd-journald.socket
References: systemd-journald.socket
References: networking.service
References: system.slice
References: systemd-networkd-resolvconf-update.path
ReferencedBy: sysinit.target
ReferencedBy: systemd-networkd-resolvconf-update.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/mkdir -p /run/resolvconf/interface
PID: 652
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/touch /run/resolvconf/postponed-update
PID: 668
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /sbin/resolvconf --enable-updates
PID: 675
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/resolvconf --disable-updates
-> Unit dev-md126.device:
Description: /dev/md126
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-md126.device
Following: sys-devices-virtual-block-md126.device
Following Set Member: dev-md-Volume0_0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2.device
Following Set Member: sys-devices-virtual-block-md126.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126
-> Unit vboxweb.service:
Description: VirtualBox Web Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/vboxweb.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: vboxweb.service
Fragment Path: /lib/systemd/system/vboxweb.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: network.target
After: sysinit.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: network.target
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1252
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/vboxweb.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/vboxwebsrv --pidfile /run/vboxweb.pid --background
PID: 1233
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service:
Description: File System Check on /dev/disk/by-uuid/0c5e2f00-6867-480c-b37f-b5f491e94bf0
Instance: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
RequiredBy: boot.mount
Before: shutdown.target
Before: boot.mount
After: system-systemd\x2dfsck.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
After: local-fs-pre.target
After: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
After: systemd-fsck-root.service
References: system-systemd\x2dfsck.slice
References: systemd-fsckd.socket
References: systemd-journald.socket
References: local-fs-pre.target
References: dev-disk-by\x2duuid-0c5e2f00\x2d6867\x2d480c\x2db37f\x2db5f491e94bf0.device
References: shutdown.target
References: systemd-fsck-root.service
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
PID: 946
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.mount
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.mount
References: sockets.target
References: -.slice
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit irqbalance.service:
Description: LSB: daemon to balance interrupts for SMP systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: irqbalance.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/irqbalance.service
Source Path: /etc/init.d/irqbalance
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: remote-fs.target
After: system.slice
After: sysinit.target
After: systemd-journald-dev-log.socket
References: systemd-journald-dev-log.socket
References: system.slice
References: basic.target
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: remote-fs.target
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irqbalance start
PID: 1087
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/irqbalance stop
-> Unit binfmt-support.service:
Description: Enable support for additional executable binary formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/binfmt-support.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: binfmt-support.service
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
WantedBy: multi-user.target
After: systemd-journald.socket
After: local-fs.target
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: local-fs.target
References: system.slice
References: proc-sys-fs-binfmt_misc.automount
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
PID: 1002
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/update-binfmts --disable
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit sys-devices-virtual-block-md126.device:
Description: /sys/devices/virtual/block/md126
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-md126.device
Following Set Member: dev-md-Volume0_0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d5326b3bc:27f3a0bd:9ef0ac9f:b5ce68a2.device
Following Set Member: dev-md126.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md126
-> Unit krb5-kdc.service:
Description: krb5-kdc.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: krb5-kdc.service
Before: kdm.service
ReferencedBy: kdm.service
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.mount
After: -.slice
Triggers: systemd-initctl.service
References: -.slice
References: -.mount
References: sockets.target
References: systemd-initctl.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
After: systemd-journald.socket
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:intel_backlight.service
References: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Wants: dev-mqueue.mount
Wants: systemd-hwdb-update.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: cryptsetup.target
Wants: systemd-timesyncd.service
Wants: swap.target
Wants: keyboard-setup.service
Wants: console-setup.service
Wants: sys-kernel-debug.mount
Wants: systemd-modules-load.service
Wants: dev-hugepages.mount
Wants: plymouth-start.service
Wants: systemd-sysctl.service
Wants: systemd-update-utmp.service
Wants: systemd-binfmt.service
Wants: plymouth-read-write.service
Wants: kmod-static-nodes.service
Wants: local-fs.target
Wants: mdadm-raid.service
Wants: systemd-tmpfiles-setup.service
Wants: systemd-udevd.service
Wants: lvm2-lvmpolld.socket
Wants: systemd-journal-flush.service
Wants: lvm2-monitor.service
Wants: sys-fs-fuse-connections.mount
Wants: resolvconf.service
Wants: sys-kernel-config.mount
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-journald.service
Wants: systemd-udev-trigger.service
Wants: systemd-ask-password-console.path
Wants: systemd-random-seed.service
Wants: systemd-machine-id-commit.service
Wants: dracut-shutdown.service
RequiredBy: dbus.service
RequiredBy: getty at tty1.service
RequiredBy: bluetooth.service
RequiredBy: apt-daily.service
RequiredBy: ssh.service
RequiredBy: smbd.service
RequiredBy: acpid.path
RequiredBy: iio-sensor-proxy.service
RequiredBy: udisks2.service
RequiredBy: rc-local.service
RequiredBy: anacron.service
RequiredBy: samba-ad-dc.service
RequiredBy: minissdpd.service
RequiredBy: cups-browsed.service
RequiredBy: avahi-daemon.socket
RequiredBy: upower.service
RequiredBy: NetworkManager.service
RequiredBy: sddm.service
RequiredBy: basic.target
RequiredBy: alsa-restore.service
RequiredBy: cron.service
RequiredBy: apt-daily.timer
RequiredBy: tpconfig.service
RequiredBy: acpid.socket
RequiredBy: getty at tty7.service
RequiredBy: avahi-daemon.service
RequiredBy: nmbd.service
RequiredBy: polkitd.service
RequiredBy: vboxweb.service
RequiredBy: acpi-support.service
RequiredBy: accounts-daemon.service
RequiredBy: irqbalance.service
RequiredBy: wpa_supplicant.service
RequiredBy: packagekit.service
RequiredBy: dbus.socket
RequiredBy: user at 1000.service
RequiredBy: speech-dispatcher.service
RequiredBy: netdiag.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-networkd-resolvconf-update.service
RequiredBy: virtualbox.service
RequiredBy: randomsound.service
RequiredBy: openvpn.service
RequiredBy: chef-client.service
RequiredBy: systemd-logind.service
RequiredBy: console-kit-daemon.service
RequiredBy: systemd-user-sessions.service
RequiredBy: openvpn at hydrogen-tap.service
RequiredBy: uuidd.socket
RequiredBy: exim4.service
RequiredBy: plymouth-quit-wait.service
RequiredBy: user at 123.service
RequiredBy: lirc.service
RequiredBy: kdm.service
RequiredBy: cups.service
RequiredBy: vmware-USBArbitrator.service
RequiredBy: uuidd.service
RequiredBy: rsyslog.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: getty-static.service
RequiredBy: alsa-state.service
RequiredBy: rtkit-daemon.service
RequiredBy: systemd-networkd-resolvconf-update.path
RequiredBy: plymouth-quit.service
RequiredBy: rescue.target
RequiredBy: pppd-dns.service
RequiredBy: ModemManager.service
RequiredBy: NetworkManager-wait-online.service
RequiredBy: acpid.service
RequiredBy: atd.service
Conflicts: emergency.target
Conflicts: emergency.service
Conflicts: shutdown.target
Before: sddm.service
Before: avahi-daemon.socket
Before: rc-local.service
Before: user at 1000.service
Before: console-kit-daemon.service
Before: user at 123.service
Before: kdm.service
Before: iio-sensor-proxy.service
Before: acpid.path
Before: cron.service
Before: atd.service
Before: udisks2.service
Before: virtualbox.service
Before: lirc.service
Before: systemd-networkd-resolvconf-update.service
Before: alsa-restore.service
Before: exim4.service
Before: tpconfig.service
Before: packagekit.service
Before: alsa-state.service
Before: getty at tty7.service
Before: acpi-support.service
Before: netdiag.service
Before: getty-static.service
Before: NetworkManager.service
Before: minissdpd.service
Before: apt-daily.service
Before: dbus.socket
Before: basic.target
Before: console-kit-log-system-restart.service
Before: polkitd.service
Before: rescue.target
Before: chef-client.service
Before: rtkit-daemon.service
Before: acpid.socket
Before: uuidd.socket
Before: rescue.service
Before: vmware-USBArbitrator.service
Before: wpa_supplicant.service
Before: console-kit-log-system-start.service
Before: cups-browsed.service
Before: anacron.service
Before: ModemManager.service
Before: accounts-daemon.service
Before: upower.service
Before: cups.service
Before: uuidd.service
Before: systemd-tmpfiles-clean.timer
Before: systemd-ask-password-wall.service
Before: apt-daily.timer
Before: acpid.service
Before: openvpn at hydrogen-tap.service
Before: systemd-networkd-resolvconf-update.path
Before: NetworkManager-wait-online.service
Before: openvpn.service
Before: getty at tty1.service
Before: bluetooth.service
Before: vboxweb.service
Before: plymouth-quit-wait.service
Before: irqbalance.service
Before: avahi-daemon.service
Before: smbd.service
Before: randomsound.service
Before: samba-ad-dc.service
Before: systemd-logind.service
Before: console-kit-log-system-stop.service
Before: nmbd.service
Before: dbus.service
Before: pppd-dns.service
Before: ssh.service
Before: systemd-user-sessions.service
Before: speech-dispatcher.service
Before: rsyslog.service
Before: plymouth-quit.service
After: sys-fs-fuse-connections.mount
After: dev-hugepages.mount
After: local-fs.target
After: swap.target
After: emergency.target
After: systemd-modules-load.service
After: systemd-udev-trigger.service
After: systemd-journald.service
After: systemd-sysctl.service
After: systemd-tmpfiles-setup.service
After: mdadm-raid.service
After: kmod-static-nodes.service
After: systemd-hwdb-update.service
After: sys-kernel-debug.mount
After: cryptsetup.target
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-tmpfiles-setup-dev.service
After: plymouth-read-write.service
After: systemd-udevd.service
After: systemd-update-utmp.service
After: sys-kernel-config.mount
After: systemd-backlight at backlight:acpi_video0.service
After: systemd-random-seed.service
After: systemd-binfmt.service
After: systemd-timesyncd.service
After: emergency.service
After: systemd-machine-id-commit.service
After: proc-sys-fs-binfmt_misc.automount
After: dev-mqueue.mount
References: systemd-modules-load.service
References: systemd-udevd.service
References: proc-sys-fs-binfmt_misc.automount
References: systemd-timesyncd.service
References: systemd-sysctl.service
References: resolvconf.service
References: systemd-tmpfiles-setup.service
References: sys-fs-fuse-connections.mount
References: local-fs.target
References: lvm2-monitor.service
References: keyboard-setup.service
References: shutdown.target
References: plymouth-read-write.service
References: kmod-static-nodes.service
References: systemd-random-seed.service
References: plymouth-start.service
References: systemd-journald.service
References: dev-hugepages.mount
References: dev-mqueue.mount
References: console-setup.service
References: emergency.target
References: systemd-ask-password-console.path
References: sys-kernel-config.mount
References: cryptsetup.target
References: systemd-tmpfiles-setup-dev.service
References: systemd-udev-trigger.service
References: emergency.service
References: systemd-journal-flush.service
References: systemd-machine-id-commit.service
References: lvm2-lvmpolld.socket
References: systemd-update-utmp.service
References: swap.target
References: systemd-hwdb-update.service
References: dracut-shutdown.service
References: mdadm-raid.service
References: sys-kernel-debug.mount
References: systemd-binfmt.service
ReferencedBy: user at 1000.service
ReferencedBy: smbd.service
ReferencedBy: kdm.service
ReferencedBy: plymouth-quit-wait.service
ReferencedBy: netdiag.service
ReferencedBy: acpid.path
ReferencedBy: console-kit-daemon.service
ReferencedBy: upower.service
ReferencedBy: openvpn at hydrogen-tap.service
ReferencedBy: accounts-daemon.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: avahi-daemon.socket
ReferencedBy: rescue.target
ReferencedBy: udisks2.service
ReferencedBy: lirc.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: plymouth-quit.service
ReferencedBy: acpid.socket
ReferencedBy: plymouth-read-write.service
ReferencedBy: user at 123.service
ReferencedBy: openvpn.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: packagekit.service
ReferencedBy: rescue.service
ReferencedBy: anacron.service
ReferencedBy: exim4.service
ReferencedBy: mdadm-raid.service
ReferencedBy: systemd-networkd-resolvconf-update.path
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: ModemManager.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-backlight at backlight:acpi_video0.service
ReferencedBy: ssh.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: minissdpd.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: vmware-USBArbitrator.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: samba-ad-dc.service
ReferencedBy: alsa-state.service
ReferencedBy: cups-browsed.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: uuidd.socket
ReferencedBy: bluetooth.service
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: console-kit-log-system-restart.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: avahi-daemon.service
ReferencedBy: vboxweb.service
ReferencedBy: atd.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-logind.service
ReferencedBy: irqbalance.service
ReferencedBy: dbus.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: console-kit-log-system-stop.service
ReferencedBy: getty at tty7.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: cron.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: polkitd.service
ReferencedBy: virtualbox.service
ReferencedBy: uuidd.service
ReferencedBy: acpid.service
ReferencedBy: apt-daily.timer
ReferencedBy: rsyslog.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: cups.service
ReferencedBy: nmbd.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-networkd-resolvconf-update.service
ReferencedBy: sddm.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: chef-client.service
ReferencedBy: systemd-udevd.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-random-seed.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: speech-dispatcher.service
ReferencedBy: tpconfig.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: alsa-restore.service
ReferencedBy: randomsound.service
ReferencedBy: basic.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: acpi-support.service
ReferencedBy: apt-daily.service
ReferencedBy: NetworkManager.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mysql.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:20 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:20 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x30
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
RequiredBy: avahi-daemon.socket
RequiredBy: dbus.socket
RequiredBy: system.slice
RequiredBy: uuidd.socket
RequiredBy: systemd-journald.socket
RequiredBy: init.scope
RequiredBy: systemd-fsckd.socket
RequiredBy: systemd-rfkill.socket
RequiredBy: syslog.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: systemd-journald-audit.socket
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-udevd-kernel.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: user.slice
RequiredBy: systemd-initctl.socket
RequiredBy: acpid.socket
WantedBy: slices.target
Before: lvm2-lvmpolld.socket
Before: systemd-journald.socket
Before: systemd-journald-dev-log.socket
Before: slices.target
Before: systemd-initctl.socket
Before: systemd-fsckd.socket
Before: systemd-rfkill.socket
Before: dbus.socket
Before: syslog.socket
Before: acpid.socket
Before: lvm2-lvmetad.socket
Before: avahi-daemon.socket
Before: system.slice
Before: dm-event.socket
Before: uuidd.socket
Before: user.slice
Before: systemd-journald-audit.socket
Before: systemd-udevd-control.socket
Before: init.scope
Before: systemd-udevd-kernel.socket
References: slices.target
ReferencedBy: acpid.socket
ReferencedBy: system.slice
ReferencedBy: systemd-rfkill.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: uuidd.socket
ReferencedBy: syslog.socket
ReferencedBy: dbus.socket
ReferencedBy: init.scope
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: dm-event.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: user.slice
ReferencedBy: slices.target
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit randomsound.service:
Description: LSB: Random Sound
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/randomsound.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: randomsound.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/randomsound.service
Source Path: /etc/init.d/randomsound
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: alsa-utils.service
After: system.slice
After: systemd-journald-dev-log.socket
After: remote-fs.target
After: systemd-journald.socket
After: sysinit.target
References: basic.target
References: multi-user.target
References: alsa-utils.service
References: system.slice
References: shutdown.target
References: systemd-journald-dev-log.socket
References: graphical.target
References: remote-fs.target
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/randomsound start
PID: 1115
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/randomsound stop
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.socket
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: acpid.service
Before: sockets.target
After: -.mount
After: sysinit.target
After: -.slice
Triggers: acpid.service
References: -.mount
References: sysinit.target
References: -.slice
References: shutdown.target
References: sockets.target
References: acpid.service
ReferencedBy: acpid.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: acpid.socket
SELinuxContextFromNet: no
ListenStream: /run/acpid.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-1.scope:
Description: Session 1 of user sddm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:33 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:29 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-123.slice
CGroup: /user.slice/user-123.slice/session-1.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-1.scope
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-06-16 08:27:29 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:29 CEST
Assert Result: yes
Requires: user-123.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-123.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: user-123.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-06-16 08:27:27 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Enter Timestamp: Thu 2016-06-16 08:27:27 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-modules-load.service
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2016-06-16 08:27:27 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:27 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: systemd-sysctl.service
Before: sys-kernel-config.mount
Before: networking.service
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: networking.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 653
Start Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Timestamp: Thu 2016-06-16 08:27:27 CEST
Exit Code: exited
Exit Status: 0
-> Unit plymouth-read-write.service:
Description: Tell Plymouth To Write Out Runtime Data
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-06-16 08:27:28 CEST
Inactive Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-06-16 08:27:28 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-read-write.service
Fragment Path: /lib/systemd/system/plymouth-read-write.service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Thu 2016-06-16 08:27:28 CEST
Condition Result: yes
Assert Timestamp: Thu 2016-06-16 08:27:28 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: local-fs.target
After: system.slice
After: systemd-journald.socket
References: local-fs.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/plymouth update-root-fs --read-write
PID: 1000
Start Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Timestamp: Thu 2016-06-16 08:27:28 CEST
Exit Code: exited
Exit Status: 1
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpi-fakekey.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpi-fakekey.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups.path
==> /var/lib/systemd/deb-systemd-helper-enabled/unattended-upgrades.service.dsh-also <==
/etc/systemd/system/shutdown.target.wants/unattended-upgrades.service
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/resolvconf.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpi-fakekey.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-resolvconf.service.dsh-also <==
/etc/systemd/system/bind9.service.wants/bind9-resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/multi-user.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.service
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/shutdown.target.wants/unattended-upgrades.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/NetworkManager-wait-online.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/openvpn.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/openvpn.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/vboxweb.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/vboxweb.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron-resume.service.dsh-also <==
/etc/systemd/system/suspend.target.wants/anacron-resume.service
/etc/systemd/system/hibernate.target.wants/anacron-resume.service
/etc/systemd/system/hybrid-sleep.target.wants/anacron-resume.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/vboxweb.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups-browsed.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/openvpn.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.service
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#/dev/mapper/debian-root / ext4 discard,noatime,relatime,errors=remount-ro 0 1
LABEL=DEBIAN / ext4 discard,noatime,relatime,errors=remount-ro 0 1
# /boot was on /dev/md126p1 during installation
UUID=0c5e2f00-6867-480c-b37f-b5f491e94bf0 /boot ext4 defaults 0 2
/dev/sdc1 /media/usb0 auto rw,user,noauto 0 0
/dev/sdc2 /media/usb1 auto rw,user,noauto 0 0
/swap none swap loop 0 0
More information about the Pkg-systemd-maintainers
mailing list