Bug#818488: another IPv6 regression
Marc Haber
mh+debian-bugs at zugschlus.de
Thu Mar 17 15:17:36 GMT 2016
Package: systemd
Version: 229-2
Severity: important
Severity note: I think this is RC. But since 228-2 is already in
testing, we cannot roll that back. Grave is wrong, because it doesn't
render the package copmletely useless, so I'd like to ask the
maintainers to use their discretion to up this bug report to serious.
Hi Maintainers,
systemd 229-2 is stil broken regarding IPv6. networkd seems to
segfault in an endless loop, hammering the DHCPv4 server with an
endless avalache of DHCPREQUESTS, with the following log entries
(filtered for "networkd", please state if you want more complete logs):
Mar 17 15:50:21 spinturn systemd-networkd[4691]: eth0: Configured
Mar 17 15:55:16 spinturn systemd-networkd[789]: Enumeration completed
Mar 17 15:55:16 spinturn systemd-networkd[789]: eth0: Gained carrier
Mar 17 15:55:16 spinturn systemd-networkd[789]: eth0: DHCPv4 address 192.168.29.210/24 via 192.168.29.254
Mar 17 15:55:17 spinturn systemd-networkd[789]: eth0: Gained IPv6LL
Mar 17 15:55:17 spinturn systemd-networkd[789]: eth0: Configured
Mar 17 15:55:20 spinturn systemd-networkd[789]: Assertion '!(msg.msg_flags & MSG_TRUNC)' failed at ../src/libsystemd-network/sd-ndisc.c:534, function ndisc_router_advertisment_recv(). Aborting.
Mar 17 15:55:20 spinturn systemd[1]: systemd-networkd.service: Main process exited, code=killed, status=6/ABRT
Mar 17 15:55:20 spinturn systemd[1]: systemd-networkd.service: Unit entered failed state.
Mar 17 15:55:20 spinturn systemd[1]: systemd-networkd.service: Failed with result 'signal'.
Mar 17 15:55:20 spinturn systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Mar 17 15:55:20 spinturn systemd-networkd[1325]: eth0: Gained IPv6LL
Mar 17 15:55:20 spinturn systemd-networkd[1325]: Enumeration completed
Mar 17 15:55:20 spinturn systemd-networkd[1325]: eth0: DHCPv4 address 192.168.29.210/24 via 192.168.29.254
Mar 17 15:55:20 spinturn systemd-networkd[1325]: eth0: Configured
Mar 17 15:55:23 spinturn systemd-networkd[1325]: Assertion '!(msg.msg_flags & MSG_TRUNC)' failed at ../src/libsystemd-network/sd-ndisc.c:534, function ndisc_router_advertisment_recv(). Aborting.
Mar 17 15:55:23 spinturn systemd[1]: systemd-networkd.service: Main process exited, code=killed, status=6/ABRT
Mar 17 15:55:23 spinturn systemd[1]: systemd-networkd.service: Unit entered failed state.
Mar 17 15:55:23 spinturn systemd[1]: systemd-networkd.service: Failed with result 'signal'.
Mar 17 15:55:23 spinturn systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Mar 17 15:55:23 spinturn systemd-networkd[1336]: eth0: Gained IPv6LL
Mar 17 15:55:23 spinturn systemd-networkd[1336]: Enumeration completed
Mar 17 15:55:23 spinturn systemd-networkd[1336]: eth0: DHCPv4 address 192.168.29.210/24 via 192.168.29.254
Mar 17 15:55:23 spinturn systemd-networkd[1336]: eth0: Configured
Mar 17 15:55:26 spinturn systemd-networkd[1336]: Assertion '!(msg.msg_flags & MSG_TRUNC)' failed at ../src/libsystemd-network/sd-ndisc.c:534, function ndisc_router_advertisment_recv(). Aborting.
Mar 17 15:55:26 spinturn systemd[1]: systemd-networkd.service: Main process exited, code=killed, status=6/ABRT
Mar 17 15:55:26 spinturn systemd[1]: systemd-networkd.service: Unit entered failed state.
Mar 17 15:55:26 spinturn systemd[1]: systemd-networkd.service: Failed with result 'signal'.
Mar 17 15:55:26 spinturn systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Mar 17 15:55:27 spinturn systemd-networkd[1340]: eth0: Gained IPv6LL
Mar 17 15:55:27 spinturn systemd-networkd[1340]: Enumeration completed
Mar 17 15:55:27 spinturn systemd-networkd[1340]: eth0: DHCPv4 address 192.168.29.210/24 via 192.168.29.254
Mar 17 15:55:27 spinturn systemd-networkd[1340]: eth0: Configured
Mar 17 15:55:29 spinturn systemd-networkd[1340]: Assertion '!(msg.msg_flags & MSG_TRUNC)' failed at ../src/libsystemd-network/sd-ndisc.c:534, function ndisc_router_advertisment_recv(). Aborting.
Mar 17 15:55:29 spinturn systemd[1]: systemd-networkd.service: Main process exited, code=killed, status=6/ABRT
Mar 17 15:55:29 spinturn systemd[1]: systemd-networkd.service: Unit entered failed state.
Mar 17 15:55:29 spinturn systemd[1]: systemd-networkd.service: Failed with result 'signal'.
Mar 17 15:55:29 spinturn systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Mar 17 15:55:30 spinturn systemd-networkd[1344]: eth0: Gained IPv6LL
Mar 17 15:55:30 spinturn systemd-networkd[1344]: Enumeration completed
Mar 17 15:55:30 spinturn systemd-networkd[1344]: eth0: DHCPv4 address 192.168.29.210/24 via 192.168.29.254
Mar 17 15:55:30 spinturn systemd-networkd[1344]: eth0: Configured
Mar 17 15:55:33 spinturn systemd-networkd[1344]: Assertion '!(msg.msg_flags & MSG_TRUNC)' failed at ../src/libsystemd-network/sd-ndisc.c:534, function ndisc_router_advertisment_recv(). Aborting.
the loop goes on until reboot, starts over after rebooting
immediately. Going back to systemd 228-6 from snapshot.d.n immediately
fixes the issue.
This bug report was prepared using the output of reportbug --print
systemd before doing the downgrade, but the real bug report is manual
work. If I botched something up in preparing the bug, please tell me
and I'll try to fix it.
systemd 229-2 is off-limits on my systems now.
Greetings
Marc
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.5.0-zgsrv20080 (SMP w/6 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (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-3+b1
ii libaudit1 1:2.4.5-1+b1
ii libblkid1 2.27.1-6
ii libc6 2.22-3
ii libcap2 1:2.24-12
ii libcap2-bin 1:2.24-12
ii libcryptsetup4 2:1.7.0-2
ii libgcrypt20 1.6.5-2
ii libgpg-error0 1.21-2
ii libkmod2 22-1
ii liblzma5 5.1.1alpha+20120614-2.1
ii libmount1 2.27.1-6
ii libpam0g 1.1.8-3.2
ii libseccomp2 2.2.3-3
ii libselinux1 2.4-3+b1
ii libsystemd0 229-2
ii mount 2.27.1-6
ii util-linux 2.27.1-6
Versions of packages systemd recommends:
ii dbus 1.10.8-1
ii libpam-systemd 229-2
Versions of packages systemd suggests:
pn systemd-container <none>
pn systemd-ui <none>
Versions of packages systemd is related to:
ii udev 229-2
-- Configuration Files:
/etc/systemd/resolved.conf changed:
[Resolve]
DNS=
-- no debconf information
-------------- next part --------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/mbd-swap0 none swap swap 0 0
/dev/disk/by-label/spinturn / ext4 errors=remount-ro 0 2
/dev/disk/by-label/home-spinturn /home ext4 defaults 0 2
/dev/mapper/mbd-var--lib--mini--buildd /var/lib/mini-buildd ext4 defaults 0 0
tmpfs /var/lib/schroot/union/overlay/ tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
proc /proc proc defaults 0 0
-------------- next part --------------
==> /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/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/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/anacron-resume.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/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.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/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /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/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/lvm2-lvmetad.socket
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /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/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/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /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/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/ssh.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/haveged.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/anacron-resume.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/haveged.service.dsh-also <==
/etc/systemd/system/default.target.wants/haveged.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/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
-------------- next part --------------
-> Unit busnames.target:
Description: Bus Names
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: busnames.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/busnames.target
Wants: org.freedesktop.timedate1.busname
Wants: org.freedesktop.systemd1.busname
Wants: org.freedesktop.network1.busname
Wants: org.freedesktop.resolve1.busname
Wants: org.freedesktop.locale1.busname
Wants: org.freedesktop.login1.busname
Wants: org.freedesktop.hostname1.busname
Conflicts: shutdown.target
After: org.freedesktop.timedate1.busname
After: org.freedesktop.systemd1.busname
After: org.freedesktop.network1.busname
After: org.freedesktop.locale1.busname
After: org.freedesktop.resolve1.busname
After: org.freedesktop.login1.busname
After: org.freedesktop.hostname1.busname
References: org.freedesktop.timedate1.busname
References: org.freedesktop.systemd1.busname
References: org.freedesktop.network1.busname
References: org.freedesktop.resolve1.busname
References: org.freedesktop.locale1.busname
References: shutdown.target
References: org.freedesktop.login1.busname
References: org.freedesktop.hostname1.busname
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: org.freedesktop.hostname1.busname
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2dpartlabel-spinturn.device:
Description: /dev/disk/by-partlabel/spinturn
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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\x2dpartlabel-spinturn.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.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:05.0/virtio1/block/vda/vda2
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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: systemd-journald.socket
RequiredBy: sys-kernel-debug.mount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: dev-mapper-mbd\x2dswap0.swap
RequiredBy: systemd-udevd-control.socket
RequiredBy: sys-kernel-config.mount
RequiredBy: tmp.mount
RequiredBy: var-lib-mini\x2dbuildd.mount
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: dev-mbd-swap0.swap
RequiredBy: dev-hugepages.mount
RequiredBy: acpid.socket
RequiredBy: systemd-ask-password-wall.path
RequiredBy: systemd-ask-password-console.path
RequiredBy: home.mount
RequiredBy: haveged.service
RequiredBy: var-lib-schroot-union-overlay.mount
RequiredBy: local-fs.target
RequiredBy: acpid.path
RequiredBy: dm-event.socket
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-journal-flush.service
RequiredBy: run-user-1001.mount
RequiredBy: basic.target
RequiredBy: systemd-timesyncd.service
RequiredBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-random-seed.service
RequiredBy: run-user-105.mount
RequiredBy: rescue.service
RequiredBy: dev-dm\x2d1.swap
RequiredBy: emergency.service
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: systemd-localed.service
RequiredBy: systemd-timedated.service
RequiredBy: systemd-initctl.socket
RequiredBy: systemd-update-utmp.service
RequiredBy: dbus.socket
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
RequiredBy: systemd-hostnamed.service
RequiredBy: dev-mqueue.mount
RequiredBy: syslog.socket
RequiredBy: systemd-fsckd.socket
Before: sys-kernel-config.mount
Before: lvm2-lvmpolld.socket
Before: systemd-random-seed.service
Before: systemd-journald.socket
Before: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Before: acpid.path
Before: syslog.socket
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-journald-dev-log.socket
Before: var-lib-schroot-union-overlay.mount
Before: systemd-update-utmp.service
Before: dm-event.socket
Before: basic.target
Before: run-user-105.mount
Before: systemd-ask-password-wall.path
Before: tmp.mount
Before: systemd-timedated.service
Before: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Before: dev-hugepages.mount
Before: systemd-journal-flush.service
Before: dev-mqueue.mount
Before: dev-dm\x2d1.swap
Before: systemd-ask-password-console.path
Before: run-user-1001.mount
Before: dev-mbd-swap0.swap
Before: lvm2-lvmetad.socket
Before: emergency.service
Before: acpid.socket
Before: systemd-timesyncd.service
Before: systemd-update-utmp-runlevel.service
Before: var-lib-mini\x2dbuildd.mount
Before: systemd-localed.service
Before: home.mount
Before: rescue.service
Before: systemd-udevd-control.socket
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-initctl.socket
Before: systemd-hostnamed.service
Before: sys-fs-fuse-connections.mount
Before: systemd-fsckd.socket
Before: dev-mapper-mbd\x2dswap0.swap
Before: dbus.socket
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Before: haveged.service
Before: local-fs.target
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: run-user-105.mount
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: rescue.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: var-lib-schroot-union-overlay.mount
ReferencedBy: dm-event.socket
ReferencedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: acpid.path
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ReferencedBy: syslog.socket
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: systemd-journald.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-hostnamed.service
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: emergency.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: haveged.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: run-user-1001.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-timedated.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ReferencedBy: systemd-localed.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: local-fs.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: tmp.mount
ReferencedBy: dev-mbd-swap0.swap
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: basic.target
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: acpid.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: home.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
RequiresMountsFor: /dev/disk/by-label/spinturn
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/vda2
File System Type: ext4
Options: rw,relatime,errors=remount-ro,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 graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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: runlevel5.target
Name: graphical.target
Name: default.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Thu 2016-03-17 15:55:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:17 CET
Assert Result: yes
Requires: multi-user.target
Wants: display-manager.service
Wants: haveged.service
Wants: atop.service
Wants: exim4.service
Wants: console-log.service
Wants: schroot.service
Wants: systemd-update-utmp-runlevel.service
Wants: ntp.service
Wants: mini-buildd.service
Wants: ippl.service
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: display-manager.service
After: multi-user.target
After: atop.service
After: rescue.target
After: console-log.service
After: exim4.service
After: schroot.service
After: ntp.service
After: mini-buildd.service
After: ippl.service
After: rescue.service
References: atop.service
References: schroot.service
References: rescue.service
References: display-manager.service
References: shutdown.target
References: exim4.service
References: console-log.service
References: ntp.service
References: rescue.target
References: multi-user.target
References: haveged.service
References: systemd-update-utmp-runlevel.service
References: mini-buildd.service
References: ippl.service
ReferencedBy: console-log.service
ReferencedBy: exim4.service
ReferencedBy: ippl.service
ReferencedBy: ntp.service
ReferencedBy: schroot.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mini-buildd.service
ReferencedBy: atop.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit user at 105.service:
Description: User Manager for UID 105
Instance: 105
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-105.slice
CGroup: /user.slice/user-105.slice/user at 105.service
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: user at 105.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2016-03-17 15:55:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:17 CET
Assert Result: yes
Requires: user-105.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: user-105.slice
After: sysinit.target
After: systemd-journald.socket
After: systemd-user-sessions.service
References: basic.target
References: user-105.slice
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: systemd-user-sessions.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1250
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: 105
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1250
Start Timestamp: Thu 2016-03-17 15:55:17 CET
Status Text: Startup finished in 16ms.
-> 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-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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: 0x30
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: multi-user.target
Before: serial-getty at ttyS0.service
After: network-online.target
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: network.target
References: network-online.target
References: basic.target
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: network.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: serial-getty at ttyS0.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: 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: 839
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 system-serial\x2dgetty.slice:
Description: system-serial\x2dgetty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-serial\x2dgetty.slice
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x20
Name: system-serial\x2dgetty.slice
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
RequiredBy: serial-getty at ttyS0.service
Conflicts: shutdown.target
Before: shutdown.target
Before: serial-getty at ttyS0.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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-ata\x2dQEMU_DVD\x2dROM_QM00003.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dQEMU_DVD\x2dROM_QM00003.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-cdrom.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-ask-password-console.service
Before: paths.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: systemd-ask-password-console.service
References: plymouth-start.service
References: paths.target
References: shutdown.target
References: -.mount
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 user-105.slice:
Description: User Slice of Debian-console-log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-105.slice
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x20
Name: user-105.slice
DropIn Path: /run/systemd/system/user-105.slice.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/user-105.slice.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/user-105.slice.d/50-Description.conf
DropIn Path: /run/systemd/system/user-105.slice.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: user.slice
RequiredBy: user at 105.service
RequiredBy: session-c2.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 105.service
Before: session-c2.scope
After: systemd-logind.service
After: systemd-user-sessions.service
After: user.slice
References: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user.slice
ReferencedBy: user at 105.service
ReferencedBy: session-c2.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=12288
DevicePolicy=auto
Delegate=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: ippl.service
Before: exim4.service
References: shutdown.target
ReferencedBy: ippl.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: paths.target
Conflicts: shutdown.target
Before: acpid.service
Before: shutdown.target
Before: paths.target
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: sysinit.target
References: shutdown.target
References: paths.target
References: -.mount
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 dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap:
Description: /dev/disk/by-id/dm-name-mbd-swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following: dev-mapper-mbd\x2dswap0.swap
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-mbd-swap0.swap
Following Set Member: dev-mapper-mbd\x2dswap0.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: umount.target
References: swap.target
References: system.slice
References: -.mount
References: systemd-journald.socket
RequiresMountsFor: /dev/disk/by-id/dm-name-mbd-swap0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-mbd-swap0
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
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 org.freedesktop.locale1.busname:
Description: Locale Service Bus Name
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: org.freedesktop.locale1.busname
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/org.freedesktop.locale1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-localed.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-localed.service
References: sysinit.target
References: shutdown.target
References: systemd-localed.service
References: busnames.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.locale1
Activating: yes
Accept FD: yes
-> Unit dev-ttyprintk.device:
Description: /dev/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-ttyprintk.device
Following: sys-devices-virtual-tty-ttyprintk.device
Following Set Member: sys-devices-virtual-tty-ttyprintk.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/tty/ttyprintk
-> Unit dev-dvd.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-dvd.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-cdrom.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit session-3.scope:
Description: Session 3 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 16:03:18 CET
Inactive Exit Timestamp: Thu 2016-03-17 16:03:18 CET
Active Enter Timestamp: Thu 2016-03-17 16:03:18 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/session-3.scope
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: session-3.scope
DropIn Path: /run/systemd/system/session-3.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-3.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-3.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-3.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-3.scope.d/50-Slice.conf
DropIn Path: /run/systemd/system/session-3.scope.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-03-17 16:03:18 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 16:03:18 CET
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-1001.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-1001.slice
References: systemd-logind.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=yes
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-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-03-17 15:55:14 CET
Condition Result: no
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: systemd-modules-load.service
After: -.mount
After: system.slice
References: systemd-journald.socket
References: sysinit.target
References: systemd-modules-load.service
References: system.slice
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 systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-resolved.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: systemd-resolved.service
Documentation: man:systemd-resolved.service(8)
Fragment Path: /lib/systemd/system/systemd-resolved.service
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: org.freedesktop.resolve1.busname
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: network.target
After: systemd-networkd.service
After: org.freedesktop.resolve1.busname
After: sysinit.target
After: basic.target
After: system.slice
TriggeredBy: org.freedesktop.resolve1.busname
References: systemd-journald.socket
References: network.target
References: systemd-networkd.service
References: org.freedesktop.resolve1.busname
References: shutdown.target
References: sysinit.target
References: basic.target
References: system.slice
ReferencedBy: org.freedesktop.resolve1.busname
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: always
NotifyAccess: main
NotifyState: ready
Main PID: 860
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: 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
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
PID: 860
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Status Text: Processing requests...
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:05.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-virtio\x2dpci\x2d0000:00:05.0.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda.device
Following Set Member: dev-vda.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda.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:05.0/virtio1/block/vda
-> Unit dev-mapper-mbd\x2dswap0.swap:
Description: /dev/mapper/mbd-swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mapper-mbd\x2dswap0.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-mapper-mbd\x2dswap0.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following Set Member: dev-mbd-swap0.swap
Fragment Path: /run/systemd/generator/dev-mapper-mbd\x2dswap0.swap
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
BindsTo: dev-mapper-mbd\x2dswap0.device
RequiredBy: swap.target
WantedBy: dev-mapper-mbd\x2dswap0.device
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: dev-mapper-mbd\x2dswap0.device
After: system.slice
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
References: dev-mapper-mbd\x2dswap0.device
References: swap.target
ReferencedBy: swap.target
RequiresMountsFor: /dev/mapper/mbd-swap0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mapper/mbd-swap0
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-1
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 sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-config.mount
CGroup realized: yes
CGroup mask: 0x30
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 succeeded
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sys-module-configfs.device
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: systemd-modules-load.service
After: -.mount
After: system.slice
References: systemd-modules-load.service
References: systemd-journald.socket
References: sysinit.target
References: system.slice
References: -.mount
ReferencedBy: sys-module-configfs.device
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/config
What: configfs
File System Type: configfs
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 systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: sockets.target
Before: run-user-105.mount
Before: systemd-hwdb-update.service
Before: sys-kernel-config.mount
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Before: run-user-1001.mount
Before: anacron.service
Before: systemd-ask-password-wall.service
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-clean.service
Before: systemd-sysctl.service
Before: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Before: proc-sys-fs-binfmt_misc.mount
Before: var-lib-mini\x2dbuildd.mount
Before: systemd-ask-password-console.service
Before: systemd-update-utmp.service
Before: lvm2-lvmetad.service
Before: dev-mapper-mbd\x2dswap0.swap
Before: home.mount
Before: dev-mbd-swap0.swap
Before: haveged.service
Before: systemd-random-seed.service
Before: schroot.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: getty at tty1.service
Before: systemd-journald.service
Before: dm-event.service
Before: rc-local.service
Before: systemd-networkd.service
Before: ntp.service
Before: systemd-update-utmp-runlevel.service
Before: dbus.service
Before: tmp.mount
Before: sys-kernel-debug.mount
Before: systemd-tmpfiles-setup.service
Before: lvm2-monitor.service
Before: systemd-logind.service
Before: kmod-static-nodes.service
Before: systemd-hostnamed.service
Before: systemd-modules-load.service
Before: sys-fs-fuse-connections.mount
Before: ippl.service
Before: lvm2-lvmpolld.service
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: atop.service
Before: getty-static.service
Before: systemd-localed.service
Before: dev-hugepages.mount
Before: user at 105.service
Before: systemd-machine-id-commit.service
Before: systemd-remount-fs.service
Before: systemd-udev-trigger.service
Before: systemd-timesyncd.service
Before: systemd-resolved.service
Before: user at 1001.service
Before: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Before: dev-dm\x2d1.swap
Before: systemd-journal-flush.service
Before: systemd-fsckd.service
Before: systemd-udevd.service
Before: cron.service
Before: console-kit-log-system-start.service
Before: systemd-fsck-root.service
Before: ssh.service
Before: exim4.service
Before: serial-getty at ttyS0.service
Before: systemd-timedated.service
Before: dev-mqueue.mount
Before: var-lib-schroot-union-overlay.mount
Before: systemd-initctl.service
Before: mini-buildd.service
Before: console-log.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: dev-mbd-swap0.swap
ReferencedBy: systemd-modules-load.service
ReferencedBy: console-log.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: home.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: mini-buildd.service
ReferencedBy: exim4.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: var-lib-schroot-union-overlay.mount
ReferencedBy: getty at tty1.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-hostnamed.service
ReferencedBy: user at 1001.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: getty-static.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: run-user-105.mount
ReferencedBy: user at 105.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: cron.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: anacron.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: atop.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-localed.service
ReferencedBy: dbus.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: systemd-timesyncd.service
ReferencedBy: run-user-1001.mount
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: ssh.service
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: systemd-fsckd.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: schroot.service
ReferencedBy: ippl.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-resolved.service
ReferencedBy: ntp.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: dm-event.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: haveged.service
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 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-03-17 15:55:15 CET
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: sysinit.target
References: system.slice
References: local-fs.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: 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 dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device:
Description: /dev/disk/by-uuid/bc1fc362-0d1f-4a98-87b3-4a023517f90a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.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:05.0/virtio1/block/vda/vda2
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
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-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-03-17 15:55:14 CET
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-update-done.service
Before: systemd-udev-trigger.service
Before: sysinit.target
After: systemd-journald.socket
After: systemd-remount-fs.service
After: system.slice
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: systemd-remount-fs.service
References: sysinit.target
References: systemd-update-done.service
ReferencedBy: systemd-udev-trigger.service
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-hwdb update
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
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: sysinit.target
References: basic.target
References: sysinit.target
References: system.slice
References: systemd-journald.socket
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: 791
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: 791
Start Timestamp: Thu 2016-03-17 15:55:15 CET
-> 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: systemd-networkd.service
Before: network.target
References: shutdown.target
ReferencedBy: systemd-networkd.service
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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: 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-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> 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 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 org.freedesktop.hostname1.busname:
Description: Hostname Service Bus Name
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: org.freedesktop.hostname1.busname
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/org.freedesktop.hostname1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-hostnamed.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-hostnamed.service
References: sysinit.target
References: shutdown.target
References: systemd-hostnamed.service
References: busnames.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.hostname1
Activating: yes
Accept FD: yes
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2doIVDB4\x2doh3D\x2dfndw\x2dafY8\x2d04wi\x2dprEc\x2d143GH0.device:
Description: /dev/disk/by-id/lvm-pv-uuid-oIVDB4-oh3D-fndw-afY8-04wi-prEc-143GH0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-lvm\x2dpv\x2duuid\x2doIVDB4\x2doh3D\x2dfndw\x2dafY8\x2d04wi\x2dprEc\x2d143GH0.device
Following: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:08.0.device
Following Set Member: dev-vdc.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.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:08.0/virtio4/block/vdc
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: system.slice
RequiredBy: systemd-journald-audit.socket
RequiredBy: dbus.socket
RequiredBy: systemd-initctl.socket
RequiredBy: port80-8066-forward.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: systemd-journald.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: init.scope
RequiredBy: ssh.socket
RequiredBy: lvm2-lvmetad.socket
RequiredBy: user.slice
RequiredBy: acpid.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: syslog.socket
RequiredBy: systemd-udevd-kernel.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: systemd-networkd.socket
WantedBy: slices.target
Before: slices.target
Before: dbus.socket
Before: systemd-journald.socket
Before: systemd-udevd-control.socket
Before: systemd-networkd.socket
Before: systemd-udevd-kernel.socket
Before: init.scope
Before: acpid.socket
Before: lvm2-lvmpolld.socket
Before: port80-8066-forward.socket
Before: systemd-journald-dev-log.socket
Before: systemd-initctl.socket
Before: syslog.socket
Before: dm-event.socket
Before: ssh.socket
Before: systemd-fsckd.socket
Before: system.slice
Before: lvm2-lvmetad.socket
Before: user.slice
Before: systemd-journald-audit.socket
References: slices.target
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: dbus.socket
ReferencedBy: init.scope
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: system.slice
ReferencedBy: ssh.socket
ReferencedBy: dm-event.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: acpid.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: port80-8066-forward.socket
ReferencedBy: user.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: slices.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit ssh.socket:
Description: OpenBSD Secure Shell server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: ssh.socket
Fragment Path: /lib/systemd/system/ssh.socket
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.slice
Requires: sysinit.target
WantedBy: sockets.target
Conflicts: shutdown.target
Conflicts: ssh.service
Before: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Before: ssh.service
Before: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Before: shutdown.target
Before: sockets.target
After: -.slice
After: sysinit.target
Triggers: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Triggers: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
References: shutdown.target
References: -.slice
References: sysinit.target
References: sockets.target
References: ssh.service
ReferencedBy: sockets.target
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: ssh.socket
SELinuxContextFromNet: no
Accepted: 3
NConnections: 2
MaxConnections: 64
ListenStream: [::]:22
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\x2dpartlabel-bios_grub.device:
Description: /dev/disk/by-partlabel/bios_grub
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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\x2dpartlabel-bios_grub.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.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:05.0/virtio1/block/vda/vda1
-> Unit dev-disk-by\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.device:
Description: /dev/disk/by-partuuid/d56ea1e3-86b7-4497-8cc0-3660f823fe85
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.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:05.0/virtio1/block/vda/vda1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
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: dm-event.service
After: lvm2-activation.service
After: systemd-journald.socket
After: system.slice
After: lvm2-lvmetad.socket
After: dm-event.socket
After: lvm2-lvmetad.service
References: dm-event.service
References: local-fs-pre.target
References: lvm2-activation.service
References: systemd-journald.socket
References: system.slice
References: lvm2-lvmetad.socket
References: dm-event.socket
References: shutdown.target
References: lvm2-lvmetad.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
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: 652
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit plymouth-start.service:
Description: plymouth-start.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: plymouth-start.service
Before: systemd-ask-password-console.service
Before: rescue.service
Before: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: sockets.target
Wants: tmp.mount
Wants: slices.target
Wants: timers.target
Wants: paths.target
Wants: console-kit-log-system-start.service
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-ask-password-wall.service
Before: ssh.service
Before: systemd-logind.service
Before: rc-local.service
Before: rsyslog.service
Before: exim4.service
Before: mini-buildd.service
Before: systemd-localed.service
Before: port80-8066-forward at 0.service
Before: systemd-hostnamed.service
Before: serial-getty at ttyS0.service
Before: user at 1001.service
Before: anacron.service
Before: schroot.service
Before: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Before: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Before: systemd-user-sessions.service
Before: atop.service
Before: multi-user.target
Before: getty-static.service
Before: ntp.service
Before: acpid.service
Before: systemd-timedated.service
Before: cron.service
Before: ippl.service
Before: systemd-resolved.service
Before: getty at tty1.service
Before: dbus.service
Before: console-log.service
Before: user at 105.service
After: sockets.target
After: -.mount
After: paths.target
After: sysinit.target
After: tmp.mount
After: slices.target
References: sockets.target
References: -.mount
References: shutdown.target
References: console-kit-log-system-start.service
References: paths.target
References: sysinit.target
References: timers.target
References: tmp.mount
References: slices.target
ReferencedBy: exim4.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: anacron.service
ReferencedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
ReferencedBy: rc-local.service
ReferencedBy: port80-8066-forward at 0.service
ReferencedBy: mini-buildd.service
ReferencedBy: user at 105.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: schroot.service
ReferencedBy: systemd-resolved.service
ReferencedBy: getty-static.service
ReferencedBy: ssh.service
ReferencedBy: ntp.service
ReferencedBy: atop.service
ReferencedBy: user at 1001.service
ReferencedBy: console-log.service
ReferencedBy: rsyslog.service
ReferencedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-localed.service
ReferencedBy: ippl.service
ReferencedBy: acpid.service
ReferencedBy: cron.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Wants: ssh.socket
Wants: lvm2-lvmetad.socket
Wants: systemd-journald.socket
Wants: dm-event.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-initctl.socket
Wants: systemd-journald-audit.socket
Wants: dbus.socket
Wants: acpid.socket
Wants: port80-8066-forward.socket
Wants: systemd-networkd.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-udevd-control.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-udevd-control.socket
After: dbus.socket
After: systemd-journald.socket
After: systemd-initctl.socket
After: systemd-udevd-kernel.socket
After: systemd-networkd.socket
After: systemd-journald-dev-log.socket
After: systemd-journald-audit.socket
After: port80-8066-forward.socket
After: syslog.socket
After: acpid.socket
After: ssh.socket
References: systemd-initctl.socket
References: ssh.socket
References: systemd-networkd.socket
References: lvm2-lvmetad.socket
References: systemd-udevd-control.socket
References: dbus.socket
References: port80-8066-forward.socket
References: systemd-udevd-kernel.socket
References: dm-event.socket
References: acpid.socket
References: systemd-journald-audit.socket
References: systemd-journald.socket
References: shutdown.target
References: systemd-journald-dev-log.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: ssh.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: basic.target
ReferencedBy: dbus.socket
ReferencedBy: port80-8066-forward.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-audit.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-FXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following: dev-mapper-mbd\x2dswap0.swap
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following Set Member: dev-mbd-swap0.swap
Following Set Member: dev-mapper-mbd\x2dswap0.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: umount.target
References: system.slice
References: systemd-journald.socket
References: -.mount
References: swap.target
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-FXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-uuid-LVM-FXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
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 run-user-105.mount:
Description: /run/user/105
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-105.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: run-user-105.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
After: local-fs-pre.target
References: system.slice
References: -.mount
References: local-fs-pre.target
References: local-fs.target
References: umount.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/105
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=512160k,nr_inodes=607048,mode=700,uid=105,gid=107
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 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: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Before: systemd-update-utmp.service
Before: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Before: ssh.service
ReferencedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
ReferencedBy: ssh.service
-> Unit dev-vdb.device:
Description: /dev/vdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-vdb.device
Following: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:07.0.device
Following Set Member: dev-disk-by\x2duuid-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device
Following Set Member: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2dlabel-home\x2dspinturn.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:07.0/virtio3/block/vdb
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.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-sysusers.service
Before: systemd-networkd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-udevd.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup-dev.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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
CGroup members mask: 0x20
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit org.freedesktop.systemd1.busname:
Description: System and Service Manager Bus Name
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: org.freedesktop.systemd1.busname
Documentation: man:systemd(1)
Documentation: http://www.freedesktop.org/wiki/Software/systemd
Fragment Path: /lib/systemd/system/org.freedesktop.systemd1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
After: sysinit.target
References: sysinit.target
References: shutdown.target
References: busnames.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.systemd1
Activating: no
Accept FD: yes
-> 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 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-update-utmp.service
Before: systemd-timesyncd.service
Before: sysinit.target
After: system.slice
After: systemd-sysusers.service
After: systemd-journal-flush.service
After: systemd-journald.socket
After: local-fs.target
References: sysinit.target
References: system.slice
References: systemd-sysusers.service
References: systemd-journald.socket
References: shutdown.target
References: local-fs.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
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: 772
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Code: exited
Exit Status: 0
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-monitor.service
RequiredBy: lvm2-lvmetad.service
WantedBy: sockets.target
WantedBy: sysinit.target
Before: lvm2-monitor.service
Before: lvm2-lvmetad.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmetad.service
References: lvm2-lvmetad.service
References: -.slice
References: -.mount
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: sockets.target
ReferencedBy: sysinit.target
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 systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-journald.service
CGroup realized: yes
CGroup mask: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: systemd-journald.socket
Requires: system.slice
Wants: systemd-journald.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald-dev-log.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: system.slice
After: haveged.service
After: systemd-journald.socket
After: systemd-journald-audit.socket
After: syslog.socket
After: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald-dev-log.socket
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: systemd-journald-audit.socket
References: syslog.socket
References: systemd-journald-dev-log.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: haveged.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald-dev-log.socket
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: 760
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: 760
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 10
-> 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: runlevel1.target
Name: rescue.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: multi-user.target
ConflictedBy: graphical.target
Before: multi-user.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: rescue.service
After: sysinit.target
References: rescue.service
References: shutdown.target
References: systemd-update-utmp-runlevel.service
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:07.0.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:07.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-virtio\x2dpci\x2d0000:00:07.0.device
Following: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2duuid-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device
Following Set Member: dev-disk-by\x2dlabel-home\x2dspinturn.device
Following Set Member: dev-vdb.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:07.0/virtio3/block/vdb
-> 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-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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-03-17 15:55:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:17 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
Requisite: systemd-update-utmp.service
WantedBy: multi-user.target
WantedBy: graphical.target
WantedBy: rescue.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-update-utmp.service
After: rescue.target
After: systemd-journald.socket
After: system.slice
After: multi-user.target
After: graphical.target
After: -.mount
References: systemd-update-utmp.service
References: shutdown.target
References: rescue.target
References: systemd-journald.socket
References: system.slice
References: multi-user.target
References: graphical.target
References: -.mount
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: rescue.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: 1285
Start Timestamp: Thu 2016-03-17 15:55:17 CET
Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Exit Code: exited
Exit Status: 0
-> Unit systemd-hostnamed.service:
Description: Hostname Service
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-hostnamed.service
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/systemd-hostnamed.service
Requires: tmp.mount
Requires: sysinit.target
Requires: dbus.socket
Requires: system.slice
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: basic.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: org.freedesktop.hostname1.busname
After: tmp.mount
TriggeredBy: org.freedesktop.hostname1.busname
References: -.mount
References: basic.target
References: dbus.socket
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
References: tmp.mount
ReferencedBy: org.freedesktop.hostname1.busname
RequiresMountsFor: /tmp /var/tmp
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: main
NotifyState: unknown
BusName: org.freedesktop.hostname1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-hostnamed
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: run-user-105.mount
Before: run-user-1001.mount
Before: local-fs.target
Before: var-lib-mini\x2dbuildd.mount
Before: var-lib-schroot-union-overlay.mount
Before: tmp.mount
Before: home.mount
After: systemd-tmpfiles-setup-dev.service
After: lvm2-monitor.service
After: systemd-remount-fs.service
After: dm-event.service
References: shutdown.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: run-user-1001.mount
ReferencedBy: var-lib-schroot-union-overlay.mount
ReferencedBy: dm-event.service
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: tmp.mount
ReferencedBy: local-fs.target
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: home.mount
ReferencedBy: run-user-105.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-localed.service:
Description: Locale Service
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-localed.service
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/systemd-localed.service
Requires: tmp.mount
Requires: sysinit.target
Requires: dbus.socket
Requires: system.slice
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: basic.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: org.freedesktop.locale1.busname
After: system.slice
After: tmp.mount
TriggeredBy: org.freedesktop.locale1.busname
References: -.mount
References: basic.target
References: dbus.socket
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
References: tmp.mount
ReferencedBy: org.freedesktop.locale1.busname
RequiresMountsFor: /tmp /var/tmp
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: main
NotifyState: unknown
BusName: org.freedesktop.locale1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
-> ExecStart:
Command Line: /lib/systemd/systemd-localed
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats 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: 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
Requires: -.mount
Requires: system.slice
After: system.slice
After: systemd-journald.socket
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: -.mount
References: system.slice
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: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
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 ssh.service:
Description: OpenBSD Secure Shell server
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: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
ConflictedBy: ssh.socket
Before: shutdown.target
After: systemd-journald.socket
After: network.target
After: ssh.socket
After: auditd.service
After: basic.target
After: sysinit.target
After: system.slice
References: system.slice
References: auditd.service
References: sysinit.target
References: systemd-journald.socket
References: network.target
References: basic.target
References: shutdown.target
ReferencedBy: ssh.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: notify
Restart: on-failure
NotifyAccess: main
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: 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
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-mbd-swap0.device:
Description: /dev/mbd/swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd-swap0.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-mapper-mbd\x2dswap0.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-1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmpolld.service
References: -.slice
References: lvm2-lvmpolld.service
References: -.mount
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: sysinit.target
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 sys-devices-pnp0-00:04-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:04/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-pnp0-00:04-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/pnp0/00:04/tty/ttyS0
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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: runlevel4.target
Name: runlevel3.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Thu 2016-03-17 15:55:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:17 CET
Assert Result: yes
Requires: basic.target
Wants: atop.service
Wants: systemd-logind.service
Wants: systemd-user-sessions.service
Wants: exim4.service
Wants: getty.target
Wants: systemd-ask-password-wall.path
Wants: remote-fs.target
Wants: ntp.service
Wants: dbus.service
Wants: cron.service
Wants: anacron.service
Wants: systemd-networkd.service
Wants: systemd-update-utmp-runlevel.service
Wants: systemd-resolved.service
Wants: rc-local.service
Wants: ippl.service
Wants: schroot.service
Wants: mini-buildd.service
Wants: rsyslog.service
Wants: console-log.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: cron.service
After: basic.target
After: systemd-networkd.service
After: console-log.service
After: ntp.service
After: mini-buildd.service
After: ippl.service
After: systemd-logind.service
After: getty.target
After: rescue.service
After: anacron.service
After: rsyslog.service
After: exim4.service
After: rescue.target
After: dbus.service
After: schroot.service
After: rc-local.service
After: systemd-resolved.service
After: systemd-user-sessions.service
After: atop.service
References: ippl.service
References: rsyslog.service
References: mini-buildd.service
References: cron.service
References: dbus.service
References: ntp.service
References: systemd-networkd.service
References: basic.target
References: console-log.service
References: exim4.service
References: systemd-resolved.service
References: systemd-logind.service
References: atop.service
References: systemd-update-utmp-runlevel.service
References: schroot.service
References: anacron.service
References: systemd-user-sessions.service
References: getty.target
References: systemd-ask-password-wall.path
References: shutdown.target
References: remote-fs.target
References: rc-local.service
References: rescue.service
References: rescue.target
ReferencedBy: systemd-networkd.service
ReferencedBy: console-log.service
ReferencedBy: ntp.service
ReferencedBy: exim4.service
ReferencedBy: graphical.target
ReferencedBy: schroot.service
ReferencedBy: mini-buildd.service
ReferencedBy: ippl.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: atop.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyprintk.device:
Description: /sys/devices/virtual/tty/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-tty-ttyprintk.device
Following Set Member: dev-ttyprintk.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/tty/ttyprintk
-> Unit dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device:
Description: /dev/mapper/mbd-var--lib--mini--buildd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Wants: var-lib-mini\x2dbuildd.mount
BoundBy: var-lib-mini\x2dbuildd.mount
Before: var-lib-mini\x2dbuildd.mount
ReferencedBy: var-lib-mini\x2dbuildd.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit run-user-1001.mount:
Description: /run/user/1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
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-1001.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: run-user-1001.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
After: local-fs-pre.target
References: local-fs.target
References: -.mount
References: system.slice
References: local-fs-pre.target
References: systemd-journald.socket
References: umount.target
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1001
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=512160k,mode=700,uid=1001,gid=1001
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 plymouth-quit-wait.service:
Description: plymouth-quit-wait.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: plymouth-quit-wait.service
Before: getty at tty1.service
Before: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
ReferencedBy: serial-getty at ttyS0.service
-> Unit dev-disk-by\x2duuid-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device:
Description: /dev/disk/by-uuid/ebda120b-75fc-4fc5-bcfe-675eb094c124
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device
Following: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:07.0.device
Following Set Member: dev-disk-by\x2dlabel-home\x2dspinturn.device
Following Set Member: dev-vdb.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:07.0/virtio3/block/vdb
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:05.0-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.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:05.0/virtio1/block/vda/vda1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: sockets.target
References: -.slice
References: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.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-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 shutdown.target:
Description: 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: 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
ConflictedBy: ntp.service
ConflictedBy: getty-static.service
ConflictedBy: systemd-resolved.service
ConflictedBy: rescue.service
ConflictedBy: session-1.scope
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: network-online.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: system-getty.slice
ConflictedBy: swap.target
ConflictedBy: systemd-hostnamed.service
ConflictedBy: rescue.target
ConflictedBy: local-fs.target
ConflictedBy: nss-lookup.target
ConflictedBy: rc-local.service
ConflictedBy: system-port80\x2d8066\x2dforward.slice
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: cron.service
ConflictedBy: network-pre.target
ConflictedBy: rsyslog.service
ConflictedBy: systemd-timedated.service
ConflictedBy: schroot.service
ConflictedBy: org.freedesktop.login1.busname
ConflictedBy: acpid.service
ConflictedBy: user at 1001.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: ssh.socket
ConflictedBy: systemd-timesyncd.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: org.freedesktop.timedate1.busname
ConflictedBy: network.target
ConflictedBy: getty.target
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: cryptsetup.target
ConflictedBy: user.slice
ConflictedBy: systemd-user-sessions.service
ConflictedBy: user at 105.service
ConflictedBy: system-ssh.slice
ConflictedBy: systemd-sysctl.service
ConflictedBy: ippl.service
ConflictedBy: anacron.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: user-1001.slice
ConflictedBy: exim4.service
ConflictedBy: emergency.target
ConflictedBy: local-fs-pre.target
ConflictedBy: serial-getty at ttyS0.service
ConflictedBy: org.freedesktop.network1.busname
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: getty at tty1.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: dbus.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: session-3.scope
ConflictedBy: multi-user.target
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: org.freedesktop.systemd1.busname
ConflictedBy: graphical.target
ConflictedBy: systemd-logind.service
ConflictedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
ConflictedBy: org.freedesktop.resolve1.busname
ConflictedBy: timers.target
ConflictedBy: paths.target
ConflictedBy: systemd-binfmt.service
ConflictedBy: mini-buildd.service
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: remote-fs.target
ConflictedBy: port80-8066-forward.socket
ConflictedBy: session-c2.scope
ConflictedBy: acpid.socket
ConflictedBy: system-serial\x2dgetty.slice
ConflictedBy: lvm2-monitor.service
ConflictedBy: busnames.target
ConflictedBy: time-sync.target
ConflictedBy: syslog.socket
ConflictedBy: org.freedesktop.locale1.busname
ConflictedBy: console-log.service
ConflictedBy: sysinit.target
ConflictedBy: user-105.slice
ConflictedBy: atop.service
ConflictedBy: emergency.service
ConflictedBy: systemd-localed.service
ConflictedBy: basic.target
ConflictedBy: ssh.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: dbus.socket
ConflictedBy: sockets.target
ConflictedBy: slices.target
ConflictedBy: systemd-update-utmp.service
ConflictedBy: org.freedesktop.hostname1.busname
ConflictedBy: systemd-networkd.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: port80-8066-forward at 0.service
ConflictedBy: remote-fs-pre.target
ConflictedBy: acpid.path
ConflictedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
After: rescue.service
After: exim4.service
After: system-ssh.slice
After: serial-getty at ttyS0.service
After: user.slice
After: systemd-remount-fs.service
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
After: systemd-tmpfiles-setup.service
After: systemd-ask-password-wall.service
After: systemd-timedated.service
After: console-kit-log-system-start.service
After: org.freedesktop.resolve1.busname
After: systemd-update-utmp-runlevel.service
After: acpid.socket
After: systemd-tmpfiles-clean.service
After: user-1001.slice
After: systemd-binfmt.service
After: rc-local.service
After: org.freedesktop.timedate1.busname
After: session-c2.scope
After: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
After: user at 105.service
After: systemd-networkd.service
After: systemd-user-sessions.service
After: getty-static.service
After: systemd-timesyncd.service
After: console-log.service
After: session-1.scope
After: acpid.path
After: systemd-localed.service
After: ntp.service
After: system-getty.slice
After: port80-8066-forward.socket
After: org.freedesktop.login1.busname
After: systemd-fsckd.service
After: systemd-sysctl.service
After: systemd-hwdb-update.service
After: session-3.scope
After: systemd-tmpfiles-clean.timer
After: systemd-update-utmp.service
After: org.freedesktop.systemd1.busname
After: schroot.service
After: org.freedesktop.network1.busname
After: ssh.service
After: getty at tty1.service
After: systemd-logind.service
After: systemd-modules-load.service
After: emergency.service
After: mini-buildd.service
After: systemd-tmpfiles-setup-dev.service
After: haveged.service
After: dbus.service
After: systemd-ask-password-console.service
After: systemd-fsck-root.service
After: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
After: ssh.socket
After: org.freedesktop.locale1.busname
After: system-port80\x2d8066\x2dforward.slice
After: system-systemd\x2dfsck.slice
After: acpid.service
After: rsyslog.service
After: systemd-hostnamed.service
After: systemd-random-seed.service
After: dbus.socket
After: ippl.service
After: org.freedesktop.hostname1.busname
After: user-105.slice
After: syslog.socket
After: systemd-resolved.service
After: systemd-machine-id-commit.service
After: atop.service
After: anacron.service
After: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
After: system-serial\x2dgetty.slice
After: cron.service
After: user at 1001.service
After: port80-8066-forward at 0.service
ReferencedBy: nss-lookup.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: ssh.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: systemd-fsck-root.service
ReferencedBy: acpid.service
ReferencedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
ReferencedBy: local-fs-pre.target
ReferencedBy: session-3.scope
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: remote-fs.target
ReferencedBy: system-getty.slice
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: user.slice
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: swap.target
ReferencedBy: exim4.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: paths.target
ReferencedBy: port80-8066-forward.socket
ReferencedBy: time-sync.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: system-ssh.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rescue.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-localed.service
ReferencedBy: user at 105.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: graphical.target
ReferencedBy: rc-local.service
ReferencedBy: mini-buildd.service
ReferencedBy: schroot.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
ReferencedBy: network.target
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: network-pre.target
ReferencedBy: sockets.target
ReferencedBy: getty.target
ReferencedBy: emergency.target
ReferencedBy: slices.target
ReferencedBy: ntp.service
ReferencedBy: atop.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-hostnamed.service
ReferencedBy: network-online.target
ReferencedBy: haveged.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-timedated.service
ReferencedBy: user-105.slice
ReferencedBy: ippl.service
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: remote-fs-pre.target
ReferencedBy: acpid.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cron.service
ReferencedBy: port80-8066-forward at 0.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: syslog.socket
ReferencedBy: anacron.service
ReferencedBy: getty at tty1.service
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: user at 1001.service
ReferencedBy: emergency.service
ReferencedBy: dbus.service
ReferencedBy: systemd-resolved.service
ReferencedBy: acpid.path
ReferencedBy: dbus.socket
ReferencedBy: systemd-remount-fs.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: session-c2.scope
ReferencedBy: rescue.target
ReferencedBy: timers.target
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: session-1.scope
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: user-1001.slice
ReferencedBy: busnames.target
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: basic.target
ReferencedBy: multi-user.target
ReferencedBy: ssh.socket
ReferencedBy: system-port80\x2d8066\x2dforward.slice
ReferencedBy: systemd-logind.service
ReferencedBy: console-log.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2dlabel-home\x2dspinturn.device:
Description: /dev/disk/by-label/home-spinturn
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-home\x2dspinturn.device
Following: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:07.0.device
Following Set Member: dev-disk-by\x2duuid-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device
Following Set Member: dev-vdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Wants: home.mount
BoundBy: home.mount
BoundBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: home.mount
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: home.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb
-> Unit dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device:
Description: /dev/disk/by-uuid/5b1ec72f-6257-479c-9aa9-e3807f0b0080
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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-initctl.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
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 sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device:
Description: /sys/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.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:05.0/virtio1/block/vda/vda2
-> Unit dev-dm\x2d1.swap:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-dm\x2d1.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-dm\x2d1.swap
Following: dev-mapper-mbd\x2dswap0.swap
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following Set Member: dev-mbd-swap0.swap
Following Set Member: dev-mapper-mbd\x2dswap0.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: systemd-journald.socket
References: swap.target
References: -.mount
References: umount.target
References: system.slice
RequiresMountsFor: /dev/dm-1
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/dm-1
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
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 dev-vda2.device:
Description: /dev/vda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-vda2.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.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:05.0/virtio1/block/vda/vda2
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: console-log.service
Before: exim4.service
Before: ippl.service
Before: ntp.service
Before: systemd-user-sessions.service
Before: schroot.service
Before: mini-buildd.service
Before: atop.service
After: remote-fs-pre.target
References: remote-fs-pre.target
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: ippl.service
ReferencedBy: schroot.service
ReferencedBy: console-log.service
ReferencedBy: mini-buildd.service
ReferencedBy: multi-user.target
ReferencedBy: atop.service
ReferencedBy: ntp.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-mbd-swap0.swap:
Description: /dev/mbd/swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd-swap0.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-mbd-swap0.swap
Following: dev-mapper-mbd\x2dswap0.swap
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following Set Member: dev-mapper-mbd\x2dswap0.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: systemd-journald.socket
References: umount.target
References: swap.target
References: system.slice
References: -.mount
RequiresMountsFor: /dev/mbd/swap0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mbd/swap0
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
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 ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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/ntp.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: ntp.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: basic.target
After: sysinit.target
After: network-online.target
After: systemd-journald-dev-log.socket
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: sysinit.target
References: network-online.target
References: graphical.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: remote-fs.target
References: multi-user.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.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: 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/ntp start
PID: 852
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp 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-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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: 0x20
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system-getty.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: system-getty.slice
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
References: basic.target
References: shutdown.target
References: getty.target
References: sysinit.target
References: systemd-journald.socket
References: system-getty.slice
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
ReferencedBy: getty.target
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: 902
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 tty1 $TERM
PID: 902
Start Timestamp: Thu 2016-03-17 15:55:16 CET
-> Unit dev-vdc.device:
Description: /dev/vdc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-vdc.device
Following: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:08.0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2doIVDB4\x2doh3D\x2dfndw\x2dafY8\x2d04wi\x2dprEc\x2d143GH0.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.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:08.0/virtio4/block/vdc
-> Unit org.freedesktop.network1.busname:
Description: Network Service Bus Name
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: org.freedesktop.network1.busname
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/org.freedesktop.network1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ failed
Condition Timestamp: Thu 2016-03-17 16:05:16 CET
Condition Result: no
Requires: sysinit.target
WantedBy: systemd-networkd.service
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-networkd.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-networkd.service
References: sysinit.target
References: shutdown.target
References: systemd-networkd.service
References: busnames.target
ReferencedBy: systemd-networkd.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.network1
Activating: yes
Accept FD: yes
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
RequiredBy: atop.service
RequiredBy: systemd-hostnamed.service
RequiredBy: kmod-static-nodes.service
RequiredBy: dev-mbd-swap0.swap
RequiredBy: systemd-ask-password-console.service
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: ippl.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: dbus.service
RequiredBy: var-lib-schroot-union-overlay.mount
RequiredBy: systemd-journald.service
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
RequiredBy: dm-event.service
RequiredBy: haveged.service
RequiredBy: systemd-fsck-root.service
RequiredBy: systemd-fsckd.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: sys-kernel-debug.mount
RequiredBy: lvm2-lvmpolld.service
RequiredBy: systemd-timedated.service
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-update-utmp.service
RequiredBy: home.mount
RequiredBy: console-log.service
RequiredBy: systemd-initctl.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: rsyslog.service
RequiredBy: exim4.service
RequiredBy: ssh.service
RequiredBy: systemd-networkd.service
RequiredBy: system-port80\x2d8066\x2dforward.slice
RequiredBy: systemd-timesyncd.service
RequiredBy: system-serial\x2dgetty.slice
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: getty-static.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-journal-flush.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-sysctl.service
RequiredBy: ntp.service
RequiredBy: system-getty.slice
RequiredBy: dev-mapper-mbd\x2dswap0.swap
RequiredBy: rescue.service
RequiredBy: console-kit-log-system-start.service
RequiredBy: emergency.service
RequiredBy: run-user-105.mount
RequiredBy: acpid.service
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-modules-load.service
RequiredBy: rc-local.service
RequiredBy: -.mount
RequiredBy: systemd-logind.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: schroot.service
RequiredBy: dev-hugepages.mount
RequiredBy: system-systemd\x2dfsck.slice
RequiredBy: lvm2-monitor.service
RequiredBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
RequiredBy: systemd-user-sessions.service
RequiredBy: systemd-udevd.service
RequiredBy: systemd-remount-fs.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: systemd-resolved.service
RequiredBy: mini-buildd.service
RequiredBy: system-ssh.slice
RequiredBy: anacron.service
RequiredBy: systemd-localed.service
RequiredBy: run-user-1001.mount
RequiredBy: tmp.mount
RequiredBy: systemd-binfmt.service
RequiredBy: cron.service
RequiredBy: var-lib-mini\x2dbuildd.mount
RequiredBy: dev-dm\x2d1.swap
WantedBy: slices.target
Before: console-kit-log-system-start.service
Before: system-getty.slice
Before: emergency.service
Before: dbus.service
Before: lvm2-monitor.service
Before: systemd-sysctl.service
Before: sys-fs-fuse-connections.mount
Before: systemd-logind.service
Before: system-serial\x2dgetty.slice
Before: systemd-user-sessions.service
Before: atop.service
Before: ntp.service
Before: systemd-journald.service
Before: systemd-tmpfiles-setup.service
Before: systemd-fsck-root.service
Before: systemd-networkd.service
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-dm\x2d1.swap
Before: lvm2-lvmetad.service
Before: systemd-timedated.service
Before: sys-kernel-debug.mount
Before: systemd-binfmt.service
Before: systemd-update-utmp.service
Before: systemd-ask-password-wall.service
Before: systemd-ask-password-console.service
Before: getty-static.service
Before: dev-mbd-swap0.swap
Before: systemd-resolved.service
Before: systemd-fsckd.service
Before: systemd-udev-trigger.service
Before: systemd-update-utmp-runlevel.service
Before: system-systemd\x2dfsck.slice
Before: rescue.service
Before: ippl.service
Before: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Before: systemd-initctl.service
Before: system-port80\x2d8066\x2dforward.slice
Before: dev-hugepages.mount
Before: acpid.service
Before: systemd-random-seed.service
Before: systemd-modules-load.service
Before: systemd-udevd.service
Before: ssh.service
Before: systemd-tmpfiles-clean.service
Before: exim4.service
Before: rc-local.service
Before: run-user-1001.mount
Before: systemd-hwdb-update.service
Before: system-ssh.slice
Before: tmp.mount
Before: run-user-105.mount
Before: systemd-localed.service
Before: dm-event.service
Before: systemd-machine-id-commit.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Before: haveged.service
Before: systemd-hostnamed.service
Before: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Before: systemd-timesyncd.service
Before: anacron.service
Before: systemd-tmpfiles-setup-dev.service
Before: lvm2-lvmpolld.service
Before: dev-mqueue.mount
Before: var-lib-mini\x2dbuildd.mount
Before: systemd-journal-flush.service
Before: mini-buildd.service
Before: console-log.service
Before: systemd-remount-fs.service
Before: dev-mapper-mbd\x2dswap0.swap
Before: rsyslog.service
Before: cron.service
Before: sys-kernel-config.mount
Before: home.mount
Before: var-lib-schroot-union-overlay.mount
Before: schroot.service
Before: kmod-static-nodes.service
Before: -.mount
Before: slices.target
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: console-log.service
ReferencedBy: tmp.mount
ReferencedBy: haveged.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ReferencedBy: systemd-remount-fs.service
ReferencedBy: slices.target
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: ssh.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: dm-event.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ReferencedBy: exim4.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: run-user-105.mount
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: system-ssh.slice
ReferencedBy: dbus.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-journald.service
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: cron.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-udevd.service
ReferencedBy: emergency.service
ReferencedBy: home.mount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-resolved.service
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: rsyslog.service
ReferencedBy: anacron.service
ReferencedBy: systemd-timedated.service
ReferencedBy: system-getty.slice
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-localed.service
ReferencedBy: atop.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: system-port80\x2d8066\x2dforward.slice
ReferencedBy: rc-local.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: acpid.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: -.mount
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: run-user-1001.mount
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: mini-buildd.service
ReferencedBy: schroot.service
ReferencedBy: ippl.service
ReferencedBy: rescue.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: var-lib-schroot-union-overlay.mount
ReferencedBy: dev-mbd-swap0.swap
ReferencedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ReferencedBy: ntp.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: console-kit-log-system-start.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device:
Description: /dev/disk/by-uuid/bd3ede15-b516-4844-92d0-5a6e43ddd41b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-mbd\x2dswap0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-dm\x2d1.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-1
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Wants: serial-getty at ttyS0.service
Wants: getty-static.service
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty1.service
After: getty-static.service
After: serial-getty at ttyS0.service
References: serial-getty at ttyS0.service
References: shutdown.target
References: getty-static.service
References: getty at tty1.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-block-dm\x2d1.device:
Description: /sys/devices/virtual/block/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2d1.device
Following Set Member: dev-mapper-mbd\x2dswap0.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-dm\x2d1.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-1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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/tmp.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: tmp.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
RequiredBy: systemd-timedated.service
RequiredBy: systemd-localed.service
RequiredBy: local-fs.target
RequiredBy: systemd-timesyncd.service
RequiredBy: haveged.service
RequiredBy: systemd-hostnamed.service
WantedBy: basic.target
Conflicts: umount.target
Before: systemd-hostnamed.service
Before: umount.target
Before: systemd-localed.service
Before: systemd-timedated.service
Before: local-fs.target
Before: systemd-timesyncd.service
Before: haveged.service
Before: basic.target
After: system.slice
After: systemd-journald.socket
After: -.mount
After: local-fs-pre.target
References: umount.target
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-hostnamed.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-localed.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: haveged.service
ReferencedBy: basic.target
RequiresMountsFor: /
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,relatime,size=2917152k,nr_inodes=729288
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 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
WantedBy: basic.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
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: 778
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Code: exited
Exit Status: 0
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-pnp0-00:04-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
BoundBy: serial-getty at ttyS0.service
Before: serial-getty at ttyS0.service
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
Requires: dbus.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-networkd.service
Before: multi-user.target
After: system.slice
After: dbus.socket
After: sysinit.target
After: basic.target
After: systemd-journald.socket
TriggeredBy: dbus.socket
References: system.slice
References: dbus.socket
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-journald.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: multi-user.target
ReferencedBy: 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: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 783
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: 783
Start Timestamp: Thu 2016-03-17 15:55:15 CET
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
Active Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: time-sync.target
References: sysinit.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: time-sync.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: 804
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> Unit session-c2.scope:
Description: Session c2 of user Debian-console-log
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-105.slice
CGroup: /user.slice/user-105.slice/session-c2.scope
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: session-c2.scope
DropIn Path: /run/systemd/system/session-c2.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c2.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c2.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c2.scope.d/50-Slice.conf
DropIn Path: /run/systemd/system/session-c2.scope.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-03-17 15:55:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:17 CET
Assert Result: yes
Requires: user-105.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-105.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-105.slice
References: systemd-logind.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=yes
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-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
ReferencedBy: systemd-journald.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-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 dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 session-1.scope:
Description: Session 1 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/session-1.scope
CGroup realized: yes
CGroup mask: 0x20
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-03-17 15:56:07 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:56:07 CET
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-1001.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-1001.slice
References: systemd-logind.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=yes
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-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-module-configfs.device
Job Timeout: 1min 30s
Wants: sys-kernel-config.mount
References: sys-kernel-config.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/configfs
-> Unit dev-cdrom.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-cdrom.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit dev-hugepages.mount:
Description: Huge Pages 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: 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 failed
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: no
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: system.slice
References: systemd-journald.socket
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
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 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: systemd-udevd-control.socket
After: systemd-udevd-kernel.socket
After: systemd-hwdb-update.service
References: system.slice
References: systemd-journald.socket
References: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-hwdb-update.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: 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: 667
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 680
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> Unit org.freedesktop.login1.busname:
Description: Login Service Bus Name
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: org.freedesktop.login1.busname
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/org.freedesktop.login1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: busnames.target
Before: shutdown.target
Before: systemd-logind.service
After: sysinit.target
Triggers: systemd-logind.service
References: busnames.target
References: sysinit.target
References: shutdown.target
References: systemd-logind.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.login1
Activating: yes
Accept FD: yes
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: haveged.service
Before: sysinit.target
After: systemd-journald.socket
After: systemd-remount-fs.service
After: -.mount
After: system.slice
References: system.slice
References: -.mount
References: systemd-journald.socket
References: systemd-remount-fs.service
References: shutdown.target
References: sysinit.target
ReferencedBy: haveged.service
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: 669
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> 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 systemd-fsck-root.service:
Description: File System Check on Root Device
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-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: no
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: local-fs.target
Before: shutdown.target
Before: systemd-remount-fs.service
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system.slice
References: shutdown.target
References: local-fs.target
References: systemd-fsckd.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: systemd-remount-fs.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: /lib/systemd/systemd-fsck
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: sockets.target
References: systemd-initctl.service
References: -.slice
References: -.mount
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 user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
RequiredBy: user-1001.slice
RequiredBy: user-105.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: slices.target
Before: user-1001.slice
Before: shutdown.target
Before: user-105.slice
Before: systemd-logind.service
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: user-1001.slice
ReferencedBy: user-105.slice
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:07.0-virtio3-block-vdb.device:
Description: /sys/devices/pci0000:00/0000:00:07.0/virtio3/block/vdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:07.0-virtio3-block-vdb.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:07.0.device
Following Set Member: dev-disk-by\x2duuid-ebda120b\x2d75fc\x2d4fc5\x2dbcfe\x2d675eb094c124.device
Following Set Member: dev-vdb.device
Following Set Member: dev-disk-by\x2dlabel-home\x2dspinturn.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:07.0/virtio3/block/vdb
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: sockets.target
Before: shutdown.target
Before: rsyslog.service
After: -.slice
After: -.mount
Triggers: rsyslog.service
References: sockets.target
References: shutdown.target
References: -.slice
References: rsyslog.service
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: rsyslog.service
ReferencedBy: emergency.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 rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: syslog.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: syslog.socket
After: sysinit.target
TriggeredBy: syslog.socket
References: system.slice
References: syslog.socket
References: sysinit.target
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: syslog.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: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 811
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: 811
Start Timestamp: Thu 2016-03-17 15:55:15 CET
-> Unit sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda.device:
Description: /sys/devices/pci0000:00/0000:00:05.0/virtio1/block/vda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:05.0-virtio1-block-vda.device
Following Set Member: dev-vda.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0.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:05.0/virtio1/block/vda
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
References: shutdown.target
References: systemd-tmpfiles-clean.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 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: sysinit.target
After: -.mount
After: systemd-tmpfiles-setup.service
After: auditd.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: auditd.service
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: -.mount
References: systemd-tmpfiles-setup.service
References: system.slice
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
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: 775
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit sys-subsystem-net-devices-eth0.device:
Description: Virtio network device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:03.0-virtio0-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:03.0/virtio0/net/eth0
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-sysctl.service
CGroup realized: yes
CGroup mask: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-networkd.service
Before: sysinit.target
After: systemd-journald.socket
After: systemd-modules-load.service
After: system.slice
References: systemd-modules-load.service
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
ReferencedBy: systemd-networkd.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: 677
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: systemd-sysctl.service
Before: sysinit.target
Before: shutdown.target
Before: sys-kernel-config.mount
After: systemd-journald.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
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: 646
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: systemd-journald.service
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: systemd-journald.service
After: systemd-remount-fs.service
After: system.slice
After: systemd-journald.socket
After: -.mount
References: -.mount
References: system.slice
References: systemd-journald.socket
References: systemd-remount-fs.service
References: systemd-journald.service
References: systemd-user-sessions.service
References: systemd-tmpfiles-setup.service
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: 763
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:05.0-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.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:05.0/virtio1/block/vda/vda2
-> Unit ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service:
Description: OpenBSD Secure Shell server per-connection daemon ([2a01:238:4071:3202::1f]:40226)
Instance: 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-ssh.slice
CGroup: /system.slice/system-ssh.slice/ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Name: ssh at 0.service
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Thu 2016-03-17 15:56:07 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:56:07 CET
Assert Result: yes
Requires: system-ssh.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: auditd.service
After: ssh.socket
After: sysinit.target
After: basic.target
After: system-ssh.slice
TriggeredBy: ssh.socket
References: auditd.service
References: sysinit.target
References: shutdown.target
References: basic.target
References: system-ssh.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: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1392
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/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/sshd -i $SSHD_OPTS
PID: 1392
Start Timestamp: Thu 2016-03-17 15:56:07 CET
-> Unit sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device:
Description: Virtio network device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:03.0-virtio0-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:03.0/virtio0/net/eth0
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
Before: paths.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: shutdown.target
References: systemd-ask-password-wall.service
References: -.mount
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 sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device:
Description: /sys/devices/pci0000:00/0000:00:05.0/virtio1/block/vda/vda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.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:05.0/virtio1/block/vda/vda1
-> 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-03-17 15:55:45 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Before: systemd-fsck-root.service
Before: systemd-fsckd.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: -.slice
References: systemd-fsckd.service
References: -.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsckd.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 emergency.service:
Description: Emergency 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: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount
Requires: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: shutdown.target
Before: emergency.target
Before: sysinit.target
After: -.mount
After: system.slice
References: rescue.service
References: syslog.socket
References: system.slice
References: shutdown.target
References: -.mount
ReferencedBy: emergency.target
ReferencedBy: sysinit.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 systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-udevd.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: systemd-udevd.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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd-kernel.socket
Wants: systemd-udevd-control.socket
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: systemd-networkd.service
Before: sysinit.target
After: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: system.slice
After: systemd-sysusers.service
TriggeredBy: systemd-udevd-kernel.socket
TriggeredBy: systemd-udevd-control.socket
References: systemd-journald.socket
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: system.slice
References: sysinit.target
References: systemd-sysusers.service
ReferencedBy: systemd-networkd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd-kernel.socket
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: 685
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: 685
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Status Text: Processing...
-> Unit mini-buildd.service:
Description: LSB: Start mini-buildd daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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/mini-buildd.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: mini-buildd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mini-buildd.service
Source Path: /etc/init.d/mini-buildd
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: sysinit.target
After: basic.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: remote-fs.target
After: system.slice
References: system.slice
References: sysinit.target
References: basic.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: systemd-journald.socket
References: graphical.target
References: remote-fs.target
References: multi-user.target
ReferencedBy: multi-user.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: 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/mini-buildd start
PID: 806
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/mini-buildd reload
-> ExecStop:
Command Line: /etc/init.d/mini-buildd stop
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=512
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: home.mount
Requires: -.mount
Requires: tmp.mount
Requires: var-lib-schroot-union-overlay.mount
Requires: var-lib-mini\x2dbuildd.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: ippl.service
Before: systemd-tmpfiles-setup.service
Before: schroot.service
Before: sysinit.target
Before: systemd-machine-id-commit.service
Before: console-log.service
Before: systemd-tmpfiles-clean.service
Before: atop.service
After: local-fs-pre.target
After: run-user-105.mount
After: run-user-1001.mount
After: var-lib-schroot-union-overlay.mount
After: -.mount
After: tmp.mount
After: systemd-fsck-root.service
After: systemd-remount-fs.service
After: home.mount
After: var-lib-mini\x2dbuildd.mount
OnFailure: emergency.target
References: home.mount
References: shutdown.target
References: systemd-fsck-root.service
References: -.mount
References: local-fs-pre.target
References: tmp.mount
References: systemd-remount-fs.service
References: emergency.target
References: var-lib-schroot-union-overlay.mount
References: var-lib-mini\x2dbuildd.mount
ReferencedBy: run-user-105.mount
ReferencedBy: atop.service
ReferencedBy: console-log.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: -.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: home.mount
ReferencedBy: ippl.service
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: run-user-1001.mount
ReferencedBy: schroot.service
ReferencedBy: var-lib-schroot-union-overlay.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit sys-kernel-debug.mount:
Description: Debug 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-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 failed
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: no
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: system.slice
References: systemd-journald.socket
References: -.mount
References: sysinit.target
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/debug
What: debugfs
File System Type: debugfs
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 var-lib-schroot-union-overlay.mount:
Description: /var/lib/schroot/union/overlay
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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/var-lib-schroot-union-overlay.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: var-lib-schroot-union-overlay.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-lib-schroot-union-overlay.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
RequiredBy: local-fs.target
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
After: local-fs-pre.target
References: umount.target
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
RequiresMountsFor: /var/lib/schroot/union
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/lib/schroot/union/overlay
What: tmpfs
File System Type: tmpfs
Options: rw,relatime,size=2913056k,nr_inodes=728264
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 systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service:
Description: File System Check on /dev/disk/by-label/home-spinturn
Instance: dev-disk-by\x2dlabel-home\x2dspinturn
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dlabel-home\x2dspinturn.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2dlabel-home\x2dspinturn.device
RequiredBy: home.mount
Before: home.mount
Before: shutdown.target
After: dev-disk-by\x2dlabel-home\x2dspinturn.device
After: local-fs-pre.target
After: systemd-fsck-root.service
After: system-systemd\x2dfsck.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
References: dev-disk-by\x2dlabel-home\x2dspinturn.device
References: local-fs-pre.target
References: systemd-fsck-root.service
References: system-systemd\x2dfsck.slice
References: systemd-fsckd.socket
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: home.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 /dev/disk/by-label/home-spinturn
PID: 742
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Code: exited
Exit Status: 0
-> Unit console-log.service:
Description: LSB: Puts a logfile pager on virtual consoles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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-log.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: console-log.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/console-log.service
Source Path: /etc/init.d/console-log
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: local-fs.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: basic.target
References: local-fs.target
References: multi-user.target
References: sysinit.target
References: systemd-journald.socket
References: graphical.target
References: system.slice
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.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: 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/console-log start
PID: 781
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/console-log reload
-> ExecStop:
Command Line: /etc/init.d/console-log stop
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: 0x30
CGroup members mask: 0x0
Name: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: acpid.socket
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: sysinit.target
After: acpid.path
After: acpid.socket
After: basic.target
TriggeredBy: acpid.socket
TriggeredBy: acpid.path
References: system.slice
References: shutdown.target
References: sysinit.target
References: acpid.socket
References: basic.target
ReferencedBy: acpid.socket
ReferencedBy: acpid.path
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: 793
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: 793
Start Timestamp: Thu 2016-03-17 15:55:15 CET
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2d1.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-mapper-mbd\x2dswap0.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-1
-> 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-pci0000:00-0000:00:08.0-virtio4-block-vdc.device:
Description: /sys/devices/pci0000:00/0000:00:08.0/virtio4/block/vdc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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:08.0-virtio4-block-vdc.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:08.0.device
Following Set Member: dev-vdc.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2doIVDB4\x2doh3D\x2dfndw\x2dafY8\x2d04wi\x2dprEc\x2d143GH0.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:08.0/virtio4/block/vdc
-> 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 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: dm-event.socket
Requires: system.slice
Before: lvm2-monitor.service
Before: local-fs-pre.target
After: systemd-journald.socket
After: dm-event.socket
After: system.slice
TriggeredBy: dm-event.socket
References: system.slice
References: systemd-journald.socket
References: dm-event.socket
References: local-fs-pre.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: dm-event.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/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 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: 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-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
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-vconsole-setup.service
After: systemd-ask-password-console.path
After: systemd-journald.socket
After: system.slice
After: plymouth-start.service
TriggeredBy: systemd-ask-password-console.path
References: systemd-vconsole-setup.service
References: systemd-journald.socket
References: system.slice
References: plymouth-start.service
References: shutdown.target
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 dev-disk-by\x2dlabel-spinturn.device:
Description: /dev/disk/by-label/spinturn
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-spinturn.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.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:05.0/virtio1/block/vda/vda2
-> Unit dev-mbd-var\x2dlib\x2dmini\x2dbuildd.device:
Description: /dev/mbd/var-lib-mini-buildd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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-vda1.device:
Description: /dev/vda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-vda1.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-d56ea1e3\x2d86b7\x2d4497\x2d8cc0\x2d3660f823fe85.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:05.0/virtio1/block/vda/vda1
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
Requires: sysinit.target
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: acpid.service
Before: sockets.target
Before: shutdown.target
After: -.slice
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: -.mount
References: shutdown.target
References: acpid.service
References: -.slice
References: sysinit.target
References: sockets.target
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 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-03-17 15:55:15 CET
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: systemd-journald.socket
After: sysinit.target
References: basic.target
References: shutdown.target
References: sysinit.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 cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
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 systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udevd.service
Before: systemd-udev-trigger.service
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: sockets.target
References: -.slice
References: systemd-udevd.service
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
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 port80-8066-forward.socket:
Description: http Socket for Per-Connection Servers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: port80-8066-forward.socket
Fragment Path: /etc/systemd/system/port80-8066-forward.socket
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.slice
Requires: sysinit.target
WantedBy: sockets.target
Conflicts: shutdown.target
Before: sockets.target
Before: shutdown.target
Before: port80-8066-forward at 0.service
After: -.slice
After: sysinit.target
Triggers: port80-8066-forward at 0.service
References: sockets.target
References: shutdown.target
References: -.slice
References: sysinit.target
ReferencedBy: sockets.target
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: port80-8066-forward.socket
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
ListenStream: [::]:80
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 emergency.target:
Description: Emergency 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: 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: shutdown.target
References: emergency.service
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
CGroup members mask: 0x20
Name: system-getty.slice
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
RequiredBy: getty at tty1.service
Conflicts: shutdown.target
Before: shutdown.target
Before: getty at tty1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> 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 lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
Requires: lvm2-lvmetad.socket
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: system.slice
After: systemd-journald.socket
After: lvm2-lvmetad.socket
TriggeredBy: lvm2-lvmetad.socket
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.socket
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: 687
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: 687
Start Timestamp: Thu 2016-03-17 15:55:14 CET
-> Unit systemd-networkd.socket:
Description: Network Service Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 16:05:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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.socket
Documentation: man:systemd-networkd.service(8)
Documentation: man:rtnetlink(7)
Fragment Path: /lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-networkd.service
After: -.slice
Triggers: systemd-networkd.service
References: sockets.target
References: -.slice
References: systemd-networkd.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-networkd.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenNetlink: route 1361
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 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-monitor.service
RequiredBy: dm-event.service
WantedBy: sockets.target
Before: lvm2-monitor.service
Before: dm-event.service
After: -.slice
After: -.mount
Triggers: dm-event.service
References: -.slice
References: -.mount
References: dm-event.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: sockets.target
ReferencedBy: dm-event.service
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 swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: dev-mapper-mbd\x2dswap0.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-mapper-mbd\x2dswap0.swap
After: dev-dm\x2d1.swap
After: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
After: dev-mbd-swap0.swap
After: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
References: dev-mapper-mbd\x2dswap0.swap
References: shutdown.target
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ReferencedBy: dev-mbd-swap0.swap
ReferencedBy: sysinit.target
ReferencedBy: dev-dm\x2d1.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit display-manager.service:
Description: display-manager.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: display-manager.service
WantedBy: graphical.target
Before: graphical.target
ReferencedBy: graphical.target
-> Unit serial-getty at ttyS0.service:
Description: Serial Getty on ttyS0
Instance: ttyS0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-serial\x2dgetty.slice
CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: serial-getty at ttyS0.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/serial-getty at .service
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system-serial\x2dgetty.slice
Requires: sysinit.target
BindsTo: dev-ttyS0.device
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: system-serial\x2dgetty.slice
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: dev-ttyS0.device
After: plymouth-quit-wait.service
After: rc-local.service
References: system-serial\x2dgetty.slice
References: basic.target
References: shutdown.target
References: getty.target
References: sysinit.target
References: systemd-journald.socket
References: dev-ttyS0.device
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
ReferencedBy: getty.target
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: 900
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
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/ttyS0
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: ttyS0
-> ExecStart:
Command Line: /sbin/agetty --keep-baud 115200,38400,9600 ttyS0 $TERM
PID: 900
Start Timestamp: Thu 2016-03-17 15:55:16 CET
-> Unit dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device:
Description: /dev/disk/by-id/dm-name-mbd-swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dmbd\x2dswap0.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-mbd\x2dswap0.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-dm\x2d1.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-1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
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 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: lvm2-lvmpolld.socket
Requires: system.slice
Conflicts: shutdown.target
After: lvm2-lvmpolld.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: lvm2-lvmpolld.socket
References: lvm2-lvmpolld.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
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 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-journal-flush.service
Before: systemd-update-utmp.service
Before: shutdown.target
Before: systemd-timesyncd.service
Before: systemd-random-seed.service
Before: systemd-hwdb-update.service
Before: local-fs.target
Before: local-fs-pre.target
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: systemd-fsck-root.service
References: local-fs-pre.target
References: system.slice
References: shutdown.target
References: local-fs.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: local-fs.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-remount-fs
PID: 654
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:08.0.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:08.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-virtio\x2dpci\x2d0000:00:08.0.device
Following: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.device
Following Set Member: dev-vdc.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2doIVDB4\x2doh3D\x2dfndw\x2dafY8\x2d04wi\x2dprEc\x2d143GH0.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.0-virtio4-block-vdc.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:08.0/virtio4/block/vdc
-> Unit systemd-timedated.service:
Description: Time & Date Service
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-timedated.service
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/systemd-timedated.service
Requires: sysinit.target
Requires: system.slice
Requires: tmp.mount
Requires: dbus.socket
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: org.freedesktop.timedate1.busname
After: tmp.mount
After: systemd-journald.socket
After: dbus.socket
After: -.mount
After: sysinit.target
After: basic.target
After: system.slice
TriggeredBy: org.freedesktop.timedate1.busname
References: tmp.mount
References: systemd-journald.socket
References: dbus.socket
References: -.mount
References: shutdown.target
References: sysinit.target
References: basic.target
References: system.slice
ReferencedBy: org.freedesktop.timedate1.busname
RequiresMountsFor: /tmp /var/tmp
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: main
NotifyState: unknown
BusName: org.freedesktop.timedate1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timedated
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.5.0-zgsrv20080/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: systemd-tmpfiles-setup-dev.service
References: sysinit.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
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: 648
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Wants: systemd-random-seed.service
Wants: dev-hugepages.mount
Wants: lvm2-lvmpolld.socket
Wants: local-fs.target
Wants: systemd-timesyncd.service
Wants: systemd-ask-password-console.path
Wants: lvm2-monitor.service
Wants: systemd-sysctl.service
Wants: systemd-hwdb-update.service
Wants: systemd-udevd.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-binfmt.service
Wants: systemd-machine-id-commit.service
Wants: systemd-udev-trigger.service
Wants: systemd-modules-load.service
Wants: systemd-journal-flush.service
Wants: systemd-update-utmp.service
Wants: systemd-journald.service
Wants: sys-kernel-config.mount
Wants: sys-fs-fuse-connections.mount
Wants: lvm2-lvmetad.socket
Wants: kmod-static-nodes.service
Wants: sys-kernel-debug.mount
Wants: systemd-tmpfiles-setup.service
Wants: swap.target
Wants: cryptsetup.target
Wants: dev-mqueue.mount
Wants: systemd-tmpfiles-setup-dev.service
RequiredBy: rescue.target
RequiredBy: getty at tty1.service
RequiredBy: serial-getty at ttyS0.service
RequiredBy: org.freedesktop.login1.busname
RequiredBy: getty-static.service
RequiredBy: dbus.service
RequiredBy: port80-8066-forward at 0.service
RequiredBy: acpid.service
RequiredBy: acpid.socket
RequiredBy: atop.service
RequiredBy: cron.service
RequiredBy: exim4.service
RequiredBy: org.freedesktop.hostname1.busname
RequiredBy: org.freedesktop.timedate1.busname
RequiredBy: org.freedesktop.resolve1.busname
RequiredBy: org.freedesktop.locale1.busname
RequiredBy: rc-local.service
RequiredBy: user at 105.service
RequiredBy: mini-buildd.service
RequiredBy: systemd-logind.service
RequiredBy: port80-8066-forward.socket
RequiredBy: systemd-user-sessions.service
RequiredBy: systemd-timedated.service
RequiredBy: schroot.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: user at 1001.service
RequiredBy: systemd-hostnamed.service
RequiredBy: anacron.service
RequiredBy: systemd-localed.service
RequiredBy: ssh.service
RequiredBy: dbus.socket
RequiredBy: acpid.path
RequiredBy: console-log.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-resolved.service
RequiredBy: ippl.service
RequiredBy: org.freedesktop.systemd1.busname
RequiredBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
RequiredBy: ntp.service
RequiredBy: ssh.socket
RequiredBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
RequiredBy: rsyslog.service
RequiredBy: org.freedesktop.network1.busname
RequiredBy: basic.target
Conflicts: shutdown.target
Conflicts: emergency.target
Conflicts: emergency.service
Before: ntp.service
Before: getty-static.service
Before: ssh.service
Before: org.freedesktop.resolve1.busname
Before: user at 1001.service
Before: port80-8066-forward.socket
Before: schroot.service
Before: console-kit-log-system-start.service
Before: ippl.service
Before: org.freedesktop.locale1.busname
Before: anacron.service
Before: systemd-localed.service
Before: getty at tty1.service
Before: mini-buildd.service
Before: port80-8066-forward at 0.service
Before: acpid.socket
Before: console-log.service
Before: dbus.service
Before: systemd-logind.service
Before: atop.service
Before: org.freedesktop.network1.busname
Before: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Before: rsyslog.service
Before: systemd-ask-password-wall.service
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-clean.timer
Before: rc-local.service
Before: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Before: systemd-resolved.service
Before: rescue.target
Before: cron.service
Before: basic.target
Before: org.freedesktop.hostname1.busname
Before: systemd-hostnamed.service
Before: serial-getty at ttyS0.service
Before: org.freedesktop.timedate1.busname
Before: acpid.path
Before: systemd-timedated.service
Before: ssh.socket
Before: org.freedesktop.systemd1.busname
Before: rescue.service
Before: acpid.service
Before: org.freedesktop.login1.busname
Before: dbus.socket
Before: exim4.service
Before: user at 105.service
After: systemd-random-seed.service
After: systemd-timesyncd.service
After: proc-sys-fs-binfmt_misc.automount
After: systemd-udevd.service
After: systemd-tmpfiles-setup.service
After: swap.target
After: systemd-hwdb-update.service
After: emergency.target
After: emergency.service
After: haveged.service
After: sys-fs-fuse-connections.mount
After: systemd-machine-id-commit.service
After: cryptsetup.target
After: systemd-modules-load.service
After: dev-mqueue.mount
After: dev-hugepages.mount
After: systemd-udev-trigger.service
After: kmod-static-nodes.service
After: systemd-sysctl.service
After: systemd-journald.service
After: local-fs.target
After: systemd-binfmt.service
After: sys-kernel-debug.mount
After: sys-kernel-config.mount
After: systemd-update-utmp.service
After: systemd-tmpfiles-setup-dev.service
References: systemd-udevd.service
References: dev-mqueue.mount
References: sys-kernel-debug.mount
References: lvm2-monitor.service
References: local-fs.target
References: systemd-udev-trigger.service
References: systemd-journal-flush.service
References: systemd-timesyncd.service
References: systemd-binfmt.service
References: sys-kernel-config.mount
References: sys-fs-fuse-connections.mount
References: shutdown.target
References: emergency.service
References: systemd-update-utmp.service
References: systemd-sysctl.service
References: kmod-static-nodes.service
References: dev-hugepages.mount
References: systemd-random-seed.service
References: systemd-journald.service
References: systemd-machine-id-commit.service
References: systemd-tmpfiles-setup.service
References: lvm2-lvmpolld.socket
References: systemd-modules-load.service
References: lvm2-lvmetad.socket
References: swap.target
References: cryptsetup.target
References: systemd-hwdb-update.service
References: systemd-ask-password-console.path
References: systemd-tmpfiles-setup-dev.service
References: proc-sys-fs-binfmt_misc.automount
References: emergency.target
ReferencedBy: mini-buildd.service
ReferencedBy: anacron.service
ReferencedBy: atop.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-log.service
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
ReferencedBy: exim4.service
ReferencedBy: user at 105.service
ReferencedBy: port80-8066-forward.socket
ReferencedBy: haveged.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: ntp.service
ReferencedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: ippl.service
ReferencedBy: acpid.service
ReferencedBy: acpid.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: schroot.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: basic.target
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: dbus.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: cron.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-journald.service
ReferencedBy: port80-8066-forward at 0.service
ReferencedBy: ssh.socket
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: rc-local.service
ReferencedBy: systemd-resolved.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: getty at tty1.service
ReferencedBy: user at 1001.service
ReferencedBy: acpid.path
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: ssh.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: rescue.service
ReferencedBy: systemd-localed.service
ReferencedBy: getty-static.service
ReferencedBy: rescue.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: dbus.socket
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-debug.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit system-port80\x2d8066\x2dforward.slice:
Description: system-port80\x2d8066\x2dforward.slice
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: 0x20
Name: system-port80\x2d8066\x2dforward.slice
Requires: system.slice
RequiredBy: port80-8066-forward at 0.service
Conflicts: shutdown.target
Before: port80-8066-forward at 0.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: port80-8066-forward at 0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: dead
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> 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-03-17 15:55:14 CET
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: proc-sys-fs-binfmt_misc.automount
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: /lib/systemd/systemd-binfmt
-> 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: basic.target
After: sysinit.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: system.slice
After: systemd-ask-password-wall.path
TriggeredBy: systemd-ask-password-wall.path
References: basic.target
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: systemd-user-sessions.service
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-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap:
Description: /dev/disk/by-uuid/bd3ede15-b516-4844-92d0-5a6e43ddd41b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
Following: dev-mapper-mbd\x2dswap0.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
Following Set Member: dev-mbd-swap0.swap
Following Set Member: dev-mapper-mbd\x2dswap0.swap
Requires: -.mount
Requires: system.slice
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: system.slice
References: systemd-journald.socket
References: swap.target
References: -.mount
References: umount.target
RequiresMountsFor: /dev/disk/by-uuid/bd3ede15-b516-4844-92d0-5a6e43ddd41b
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/bd3ede15-b516-4844-92d0-5a6e43ddd41b
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
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 network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
WantedBy: schroot.service
WantedBy: ippl.service
WantedBy: exim4.service
WantedBy: ntp.service
Conflicts: shutdown.target
Before: schroot.service
Before: ntp.service
Before: ippl.service
Before: exim4.service
Before: rc-local.service
After: network.target
References: shutdown.target
References: network.target
ReferencedBy: schroot.service
ReferencedBy: ntp.service
ReferencedBy: ippl.service
ReferencedBy: exim4.service
ReferencedBy: rc-local.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-sr0.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-sr0.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-cdrom.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
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-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 failed
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: no
Requires: -.mount
Requires: tmp.mount
Requires: system.slice
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: time-sync.target
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: system.slice
After: -.mount
After: systemd-remount-fs.service
After: systemd-sysusers.service
After: tmp.mount
References: systemd-tmpfiles-setup.service
References: sysinit.target
References: systemd-journald.socket
References: time-sync.target
References: system.slice
References: -.mount
References: shutdown.target
References: systemd-remount-fs.service
References: systemd-sysusers.service
References: tmp.mount
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: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
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
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device:
Description: /dev/disk/by-id/dm-uuid-LVM-FXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-mbd\x2dswap0.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-1
-> Unit system-ssh.slice:
Description: system-ssh.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
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-ssh.slice
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x20
Name: system-ssh.slice
Condition Timestamp: Thu 2016-03-17 15:56:07 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:56:07 CET
Assert Result: yes
Requires: system.slice
RequiredBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
RequiredBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Conflicts: shutdown.target
Before: shutdown.target
Before: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
Before: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: ssh at 0-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:40226.service
ReferencedBy: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Wants: acpid.path
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
After: acpid.path
References: shutdown.target
References: acpid.path
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: acpid.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-dev.service
CGroup realized: yes
CGroup mask: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
Before: shutdown.target
Before: systemd-udevd.service
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: systemd-sysusers.service
After: kmod-static-nodes.service
References: local-fs-pre.target
References: systemd-udevd.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: systemd-sysusers.service
ReferencedBy: kmod-static-nodes.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/systemd-tmpfiles --prefix=/dev --create --boot
PID: 671
Start Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device:
Description: /dev/disk/by-id/dm-uuid-LVM-FXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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 haveged.service:
Description: Entropy daemon using the HAVEGE algorithm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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/haveged.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: haveged.service
Documentation: man:haveged(8)
Documentation: http://www.issihosts.com/haveged/
Fragment Path: /lib/systemd/system/haveged.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: tmp.mount
Requires: system.slice
WantedBy: graphical.target
Before: shutdown.target
Before: systemd-journald.service
Before: sysinit.target
After: systemd-journald.socket
After: systemd-random-seed.service
After: system.slice
After: tmp.mount
After: -.mount
References: systemd-journald.socket
References: systemd-random-seed.service
References: sysinit.target
References: system.slice
References: shutdown.target
References: systemd-journald.service
References: tmp.mount
References: -.mount
ReferencedBy: graphical.target
RequiresMountsFor: /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: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 758
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: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/haveged
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
Secure Bits:noroot-locked
CapabilityBoundingSet: cap_sys_admin
-> ExecStart:
Command Line: /usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS
PID: 758
Start Timestamp: Thu 2016-03-17 15:55:15 CET
-> Unit dev-mapper-mbd\x2dswap0.device:
Description: /dev/mapper/mbd-swap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd\x2dswap0.device
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.device
Following Set Member: dev-mbd-swap0.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.device
Following Set Member: dev-dm\x2d1.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Wants: dev-mapper-mbd\x2dswap0.swap
BoundBy: dev-mapper-mbd\x2dswap0.swap
Before: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: 0x30
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: -.mount
After: system.slice
References: system.slice
References: systemd-journald.socket
References: -.mount
References: sysinit.target
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 dev-disk-by\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device:
Description: /dev/disk/by-partuuid/f6923d1d-4923-4897-9963-42079b05073c
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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\x2dpartuuid-f6923d1d\x2d4923\x2d4897\x2d9963\x2d42079b05073c.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0\x2dpart2.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-spinturn.device
Following Set Member: dev-disk-by\x2duuid-bc1fc362\x2d0d1f\x2d4a98\x2d87b3\x2d4a023517f90a.device
Following Set Member: dev-disk-by\x2dlabel-spinturn.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:05.0/virtio1/block/vda/vda2
-> 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-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-binfmt.service
Before: proc-sys-fs-binfmt_misc.mount
Before: sysinit.target
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
WantedBy: systemd-networkd.service
Conflicts: shutdown.target
Before: network-online.target
Before: rc-local.service
Before: ssh.service
Before: systemd-resolved.service
After: network-pre.target
After: systemd-networkd.service
References: shutdown.target
References: network-pre.target
ReferencedBy: ssh.service
ReferencedBy: network-online.target
ReferencedBy: systemd-networkd.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-03-17 15:55:45 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
Active Exit Timestamp: Thu 2016-03-17 15:55:45 CET
Inactive Enter Timestamp: Thu 2016-03-17 15:55:45 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: systemd-fsckd.socket
Requires: system.slice
Before: shutdown.target
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system.slice
TriggeredBy: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
References: systemd-fsckd.socket
References: system.slice
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: 754
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:45 CET
Exit Code: exited
Exit Status: 0
-> Unit user-1001.slice:
Description: User Slice of mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
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-1001.slice
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x20
Name: user-1001.slice
DropIn Path: /run/systemd/system/user-1001.slice.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/user-1001.slice.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/user-1001.slice.d/50-Description.conf
DropIn Path: /run/systemd/system/user-1001.slice.d/50-TasksMax.conf
Condition Timestamp: Thu 2016-03-17 15:56:07 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:56:07 CET
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1001.service
RequiredBy: session-1.scope
RequiredBy: session-3.scope
Conflicts: shutdown.target
Before: user at 1001.service
Before: session-3.scope
Before: shutdown.target
Before: session-1.scope
After: systemd-logind.service
After: systemd-user-sessions.service
After: user.slice
References: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user.slice
ReferencedBy: user at 1001.service
ReferencedBy: session-1.scope
ReferencedBy: session-3.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=12288
DevicePolicy=auto
Delegate=no
-> Unit home.mount:
Description: /home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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/home.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: home.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/home.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
Requires: -.mount
Requires: system.slice
BindsTo: dev-disk-by\x2dlabel-home\x2dspinturn.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2dlabel-home\x2dspinturn.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
After: local-fs-pre.target
After: system.slice
After: -.mount
After: systemd-journald.socket
After: dev-disk-by\x2dlabel-home\x2dspinturn.device
References: systemd-fsck at dev-disk-by\x2dlabel-home\x2dspinturn.service
References: local-fs-pre.target
References: system.slice
References: -.mount
References: systemd-journald.socket
References: dev-disk-by\x2dlabel-home\x2dspinturn.device
References: local-fs.target
References: umount.target
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-label/home-spinturn
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /home
What: /dev/vdb
File System Type: ext4
Options: rw,relatime,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 atop.service:
Description: LSB: Monitor for system resources and process activity
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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/atop.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: atop.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/atop.service
Source Path: /etc/init.d/atop
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: sysinit.target
After: systemd-journald-dev-log.socket
After: basic.target
After: systemd-journald.socket
After: system.slice
After: local-fs.target
After: remote-fs.target
References: multi-user.target
References: local-fs.target
References: sysinit.target
References: systemd-journald.socket
References: graphical.target
References: system.slice
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.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: 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/atop start
PID: 795
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/atop stop
-> 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-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: user at 105.service
Before: user-1001.slice
Before: session-3.scope
Before: user at 1001.service
Before: multi-user.target
Before: session-1.scope
Before: getty at tty1.service
Before: shutdown.target
Before: session-c2.scope
Before: systemd-ask-password-wall.service
Before: user-105.slice
Before: serial-getty at ttyS0.service
After: systemd-journald.socket
After: nss-user-lookup.target
After: system.slice
After: remote-fs.target
After: sysinit.target
After: systemd-journal-flush.service
After: basic.target
References: remote-fs.target
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: nss-user-lookup.target
References: system.slice
ReferencedBy: user at 105.service
ReferencedBy: session-1.scope
ReferencedBy: session-c2.scope
ReferencedBy: user at 1001.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: user-1001.slice
ReferencedBy: user-105.slice
ReferencedBy: multi-user.target
ReferencedBy: session-3.scope
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-ask-password-wall.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: 798
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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 sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-cdrom.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: ippl.service
Before: exim4.service
Before: systemd-tmpfiles-clean.service
Before: anacron.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: exim4.service
ReferencedBy: ippl.service
ReferencedBy: anacron.service
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit org.freedesktop.timedate1.busname:
Description: Time & Date Service Bus Name
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: org.freedesktop.timedate1.busname
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/org.freedesktop.timedate1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-timedated.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-timedated.service
References: sysinit.target
References: shutdown.target
References: systemd-timedated.service
References: busnames.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.timedate1
Activating: yes
Accept FD: yes
-> Unit nss-user-lookup.target:
Description: User and Group 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-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service:
Description: OpenBSD Secure Shell server per-connection daemon ([2a01:238:4071:3202::1f]:51914)
Instance: 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 16:03:18 CET
Inactive Exit Timestamp: Thu 2016-03-17 16:03:17 CET
Active Enter Timestamp: Thu 2016-03-17 16:03:17 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-ssh.slice
CGroup: /system.slice/system-ssh.slice/ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: ssh at 1.service
Name: ssh at 1-2a01:238:4071:328d::d2:100:22-2a01:238:4071:3202::1f:51914.service
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Thu 2016-03-17 16:03:17 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 16:03:17 CET
Assert Result: yes
Requires: system-ssh.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: system-ssh.slice
After: basic.target
After: auditd.service
After: ssh.socket
After: sysinit.target
TriggeredBy: ssh.socket
References: system-ssh.slice
References: basic.target
References: auditd.service
References: shutdown.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: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 2148
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/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/sshd -i $SSHD_OPTS
PID: 2148
Start Timestamp: Thu 2016-03-17 16:03:17 CET
-> Unit var-lib-mini\x2dbuildd.mount:
Description: /var/lib/mini-buildd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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/var-lib-mini\x2dbuildd.mount
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: var-lib-mini\x2dbuildd.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-lib-mini\x2dbuildd.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.mount
Requires: system.slice
BindsTo: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
RequiredBy: local-fs.target
WantedBy: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-journald.socket
After: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
After: local-fs-pre.target
After: system.slice
After: -.mount
References: local-fs.target
References: local-fs-pre.target
References: umount.target
References: -.mount
References: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
RequiresMountsFor: /var/lib /dev/mapper/mbd-var--lib--mini--buildd
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/lib/mini-buildd
What: /dev/mapper/mbd-var--lib--mini--buildd
File System Type: ext4
Options: rw,relatime,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 schroot.service:
Description: LSB: Recover schroot sessions.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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/schroot.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: schroot.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/schroot.service
Source Path: /etc/init.d/schroot
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald-dev-log.socket
After: local-fs.target
After: sysinit.target
After: system.slice
After: lvm2.service
After: network-online.target
After: basic.target
After: remote-fs.target
After: systemd-journald.socket
References: local-fs.target
References: sysinit.target
References: multi-user.target
References: graphical.target
References: systemd-journald-dev-log.socket
References: lvm2.service
References: systemd-journald.socket
References: system.slice
References: network-online.target
References: remote-fs.target
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.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/schroot start
PID: 856
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/schroot stop
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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 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 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: system.slice
After: systemd-journald.socket
After: local-fs.target
After: time-sync.target
After: systemd-tmpfiles-clean.timer
TriggeredBy: systemd-tmpfiles-clean.timer
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: local-fs.target
References: time-sync.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 lvm2.service:
Description: lvm2.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: lvm2.service
Fragment Path: /dev/null
Before: schroot.service
ReferencedBy: schroot.service
-> 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-03-17 15:55:17 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:17 CET
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: 0x30
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-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: nss-lookup.target
After: remote-fs.target
After: network-online.target
After: greylist.service
After: time-sync.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: postgresql.service
After: system.slice
After: spamassassin.service
After: basic.target
After: sysinit.target
After: clamav-daemon.service
After: mysql.service
References: shutdown.target
References: postgresql.service
References: spamassassin.service
References: systemd-journald.socket
References: basic.target
References: system.slice
References: time-sync.target
References: mysql.service
References: greylist.service
References: nss-lookup.target
References: graphical.target
References: multi-user.target
References: systemd-journald-dev-log.socket
References: network-online.target
References: remote-fs.target
References: sysinit.target
References: clamav-daemon.service
ReferencedBy: multi-user.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: 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: 842
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Timestamp: Thu 2016-03-17 15:55:17 CET
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit dev-vda.device:
Description: /dev/vda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-vda.device
Following: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda.device
Following Set Member: sys-devices-pci0000:00-0000:00:05.0-virtio1-block-vda.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:05.0.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:05.0/virtio1/block/vda
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: ippl.service
Before: schroot.service
Before: sockets.target
Before: console-log.service
Before: mini-buildd.service
Before: atop.service
Before: systemd-journald.service
Before: ntp.service
Before: exim4.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: ippl.service
ReferencedBy: schroot.service
ReferencedBy: sockets.target
ReferencedBy: console-log.service
ReferencedBy: mini-buildd.service
ReferencedBy: atop.service
ReferencedBy: systemd-journald.service
ReferencedBy: ntp.service
ReferencedBy: exim4.service
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 umount.target:
Description: Unmount All Filesystems
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: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: var-lib-mini\x2dbuildd.mount
ConflictedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ConflictedBy: run-user-105.mount
ConflictedBy: home.mount
ConflictedBy: dev-dm\x2d1.swap
ConflictedBy: dev-mbd-swap0.swap
ConflictedBy: run-user-1001.mount
ConflictedBy: tmp.mount
ConflictedBy: var-lib-schroot-union-overlay.mount
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ConflictedBy: dev-mapper-mbd\x2dswap0.swap
After: dev-mapper-mbd\x2dswap0.swap
After: tmp.mount
After: home.mount
After: dev-dm\x2d1.swap
After: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
After: var-lib-mini\x2dbuildd.mount
After: run-user-1001.mount
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
After: var-lib-schroot-union-overlay.mount
After: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
After: dev-mbd-swap0.swap
After: run-user-105.mount
ReferencedBy: run-user-1001.mount
ReferencedBy: var-lib-schroot-union-overlay.mount
ReferencedBy: dev-mbd-swap0.swap
ReferencedBy: run-user-105.mount
ReferencedBy: var-lib-mini\x2dbuildd.mount
ReferencedBy: dev-disk-by\x2duuid-bd3ede15\x2db516\x2d4844\x2d92d0\x2d5a6e43ddd41b.swap
ReferencedBy: dev-dm\x2d1.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOam0kB6l1XAgf961ymbPLv1brerT0zNAv.swap
ReferencedBy: home.mount
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dswap0.swap
ReferencedBy: dev-mapper-mbd\x2dswap0.swap
ReferencedBy: tmp.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: -.slice
Requires: -.mount
Requires: sysinit.target
RequiredBy: systemd-hostnamed.service
RequiredBy: systemd-timedated.service
RequiredBy: dbus.service
RequiredBy: systemd-logind.service
RequiredBy: systemd-localed.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: systemd-hostnamed.service
Before: dbus.service
Before: systemd-localed.service
Before: systemd-logind.service
Before: shutdown.target
Before: sockets.target
Before: systemd-timedated.service
After: -.slice
After: -.mount
After: sysinit.target
Triggers: dbus.service
References: -.slice
References: sysinit.target
References: sockets.target
References: dbus.service
References: -.mount
References: shutdown.target
ReferencedBy: systemd-hostnamed.service
ReferencedBy: dbus.service
ReferencedBy: systemd-localed.service
ReferencedBy: systemd-logind.service
ReferencedBy: sockets.target
ReferencedBy: systemd-timedated.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 port80-8066-forward at 0.service:
Description: http per-connection Server, forwarding to 8066
Instance: 0
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-port80\x2d8066\x2dforward.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: port80-8066-forward at 0.service
Fragment Path: /etc/systemd/system/port80-8066-forward at .service
Requires: system-port80\x2d8066\x2dforward.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: port80-8066-forward.socket
After: system-port80\x2d8066\x2dforward.slice
After: sysinit.target
TriggeredBy: port80-8066-forward.socket
References: basic.target
References: shutdown.target
References: system-port80\x2d8066\x2dforward.slice
References: sysinit.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: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/bin/socat STDIO TCP:localhost:8066
-> 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: -.mount
Requires: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
ConflictedBy: emergency.service
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
Before: rescue.target
After: plymouth-start.service
After: system.slice
After: -.mount
After: sysinit.target
References: plymouth-start.service
References: sysinit.target
References: system.slice
References: shutdown.target
References: -.mount
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
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 systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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: 0x30
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
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: session-c2.scope
Before: user-1001.slice
Before: session-3.scope
Before: shutdown.target
Before: multi-user.target
Before: session-1.scope
Before: user-105.slice
After: dbus.socket
After: basic.target
After: systemd-journald.socket
After: sysinit.target
After: system.slice
After: org.freedesktop.login1.busname
After: user.slice
After: nss-user-lookup.target
TriggeredBy: org.freedesktop.login1.busname
References: dbus.socket
References: basic.target
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
References: user.slice
References: nss-user-lookup.target
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: session-c2.scope
ReferencedBy: user-1001.slice
ReferencedBy: session-3.scope
ReferencedBy: multi-user.target
ReferencedBy: session-1.scope
ReferencedBy: user-105.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: always
NotifyAccess: main
NotifyState: ready
Main PID: 814
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: 814
Start Timestamp: Thu 2016-03-17 15:55:15 CET
Status Text: Processing requests...
-> Unit ippl.service:
Description: LSB: IP protocols logger
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:16 CET
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/ippl.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: ippl.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ippl.service
Source Path: /etc/init.d/ippl
Condition Timestamp: Thu 2016-03-17 15:55:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:16 CET
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: nss-lookup.target
After: system.slice
After: remote-fs.target
After: basic.target
After: network-online.target
After: time-sync.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: local-fs.target
After: sysinit.target
References: network-online.target
References: shutdown.target
References: remote-fs.target
References: multi-user.target
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: time-sync.target
References: systemd-journald-dev-log.socket
References: graphical.target
References: local-fs.target
References: nss-lookup.target
ReferencedBy: multi-user.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: 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/ippl start
PID: 846
Start Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Timestamp: Thu 2016-03-17 15:55:16 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ippl stop
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:14 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:14 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:14 CET
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: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Thu 2016-03-17 15:55:14 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:14 CET
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: user.slice
After: -.slice
After: system.slice
References: -.slice
References: shutdown.target
References: system.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
ReferencedBy: -.slice
ReferencedBy: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2dname\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device:
Description: /dev/disk/by-id/dm-name-mbd-var--lib--mini--buildd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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\x2dmbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mbd-var\x2dlib\x2dmini\x2dbuildd.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dFXX9pQL721UT2nD1TxUL4E8dMlJGngIOzsxSX5WNsCubVMNTGIo0yAuYAj4GZgTO.device
Following Set Member: dev-disk-by\x2duuid-5b1ec72f\x2d6257\x2d479c\x2d9aa9\x2de3807f0b0080.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-mbd\x2dvar\x2d\x2dlib\x2d\x2dmini\x2d\x2dbuildd.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 org.freedesktop.resolve1.busname:
Description: Network Name Resolution Service Bus Name
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: org.freedesktop.resolve1.busname
Documentation: man:systemd-resolved.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
Fragment Path: /lib/systemd/system/org.freedesktop.resolve1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ failed
Condition Timestamp: Thu 2016-03-17 15:55:15 CET
Condition Result: no
Requires: sysinit.target
WantedBy: systemd-resolved.service
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-resolved.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-resolved.service
References: sysinit.target
References: shutdown.target
References: systemd-resolved.service
References: busnames.target
ReferencedBy: systemd-resolved.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Bus Name State: dead
Result: success
Name: org.freedesktop.resolve1
Activating: yes
Accept FD: yes
-> Unit user at 1001.service:
Description: User Manager for UID 1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:56:07 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:56:07 CET
Active Enter Timestamp: Thu 2016-03-17 15:56:07 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/user at 1001.service
CGroup realized: yes
CGroup mask: 0x20
CGroup members mask: 0x0
Name: user at 1001.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2016-03-17 15:56:07 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:56:07 CET
Assert Result: yes
Requires: user-1001.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: user-1001.slice
After: systemd-user-sessions.service
After: sysinit.target
After: basic.target
After: systemd-journald.socket
References: user-1001.slice
References: shutdown.target
References: systemd-user-sessions.service
References: sysinit.target
References: basic.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1395
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: 1001
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1395
Start Timestamp: Thu 2016-03-17 15:56:07 CET
Status Text: Startup finished in 16ms.
-> 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-03-17 15:59:48 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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-03-17 15:55:15 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 15:55:15 CET
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: timers.target
Before: systemd-tmpfiles-clean.service
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: shutdown.target
References: timers.target
References: systemd-tmpfiles-clean.service
References: sysinit.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 dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d2.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 15:55:15 CET
Inactive Exit Timestamp: Thu 2016-03-17 15:55:15 CET
Active Enter Timestamp: Thu 2016-03-17 15:55:15 CET
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:01.1\x2data\x2d2.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-dvd.device
Following Set Member: dev-cdrom.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Following Set Member: dev-sr0.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.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:01.1/ata2/host1/target1:0:0/1:0:0:0/block/sr0
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2016-03-17 16:05:16 CET
Inactive Exit Timestamp: Thu 2016-03-17 16:05:16 CET
Active Enter Timestamp: Thu 2016-03-17 16:05:16 CET
Active Exit Timestamp: Thu 2016-03-17 16:05:16 CET
Inactive Enter Timestamp: Thu 2016-03-17 16:05:16 CET
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-networkd.service
CGroup realized: yes
CGroup mask: 0x30
CGroup members mask: 0x0
Name: systemd-networkd.service
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Thu 2016-03-17 16:05:16 CET
Condition Result: yes
Assert Timestamp: Thu 2016-03-17 16:05:16 CET
Assert Result: yes
Requires: system.slice
Wants: org.freedesktop.network1.busname
Wants: network.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: systemd-resolved.service
Before: network.target
After: systemd-sysusers.service
After: dbus.service
After: systemd-journald.socket
After: systemd-udevd.service
After: org.freedesktop.network1.busname
After: system.slice
After: network-pre.target
After: systemd-networkd.socket
After: systemd-sysctl.service
TriggeredBy: org.freedesktop.network1.busname
TriggeredBy: systemd-networkd.socket
References: multi-user.target
References: systemd-sysusers.service
References: dbus.service
References: systemd-journald.socket
References: systemd-udevd.service
References: org.freedesktop.network1.busname
References: shutdown.target
References: system.slice
References: network-pre.target
References: network.target
References: systemd-sysctl.service
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: systemd-networkd.socket
ReferencedBy: multi-user.target
ReferencedBy: systemd-resolved.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: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 2412
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: 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_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
PID: 2412
Start Timestamp: Thu 2016-03-17 16:05:16 CET
Status Text: Processing requests...
-------------- 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
More information about the Pkg-systemd-maintainers
mailing list