Bug#768644: systemd: missing dependency on /var being mounted
David Kozub
zub at linux.fjfi.cvut.cz
Sat Nov 8 22:34:45 GMT 2014
Package: systemd
Version: 215-5+b1
Severity: normal
Dear Maintainer,
I'm seeing some systemd units fail. I think the cause is that there is
no explicit dependency on /var in the units even if they need /var. I
have /var on a different filesystem than /.
I'm seeing these failed units (from systemctl --failed):
• atd.service loaded failed failed Deferred execution scheduler
• exim4.service loaded failed failed LSB: exim Mail Transport Agent
and debian-fixup.service on a different machine.
systemctl -l status atd.service exim4.service shows:
...
Nov 08 21:48:41 jessie atd[320]: Cannot change to /var/spool/cron/atjobs: No such file or directory
...
Nov 08 21:48:42 jessie exim4[322]: Starting MTA:/usr/sbin/update-exim4.conf: Error, missing /var/lib/exim4, exiting.
...
I think this is a race condition. If /var is on the same filesystem as /
then it will never manifest. If /var has a separate entry in /etc/fstab
the issue will manifest if some of the units that need /var are started
before the /var mount occurs.
In order to reproduce this issue reliably I created a fresh installation
of Debian Jessie in qemu. In the installer I selected the option that
puts /var on a separate partition
After installation and reboot the issue was not manifesting, so I
adapted systemd config in such a way that mounting of /var deliberately
takes a lot of time:
1) I created /etc/systemd/system/delay.service that is a oneshot service with
a sleep
2) I created /etc/systemd/system/var.mount (to override the unit generated by
systemd-fstab-generator) that mounts /var but also lists the delay.service in
its "Wants" and "After" keys.
I don't understand systemd much but after this I reliably get the
failures described above. If I remove the sleep from the delay.service
the issues manifest randomly.
If I log in after boot I see /var is correctly mounted.
The two testing units I used (delay and var) are attached. The var unit
needs to have its "What" key updated in order to work on a different
machine if anybody wants to test this.
I'm not sure if this bug is to be filed against systemd or perhaps
against the packages that actually fail but the /var dependency seems
tricky because it's only needed if /var is actually on a separate
filesystem. I think there are many other packages that would fail in a
similar way to the packages that actually fail for me now.
-- Package-specific info:
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd depends on:
ii acl 2.2.52-2
ii adduser 3.113+nmu3
ii initscripts 2.88dsf-57
ii libacl1 2.2.52-2
ii libaudit1 1:2.4-1
ii libblkid1 2.25.2-2
ii libc6 2.19-12
ii libcap2 1:2.24-6
ii libcap2-bin 1:2.24-6
ii libcryptsetup4 2:1.6.6-3
ii libgcrypt20 1.6.2-4
ii libkmod2 18-3
ii liblzma5 5.1.1alpha+20120614-2
ii libpam0g 1.1.8-3.1
ii libselinux1 2.3-2
ii libsystemd0 215-5+b1
ii sysv-rc 2.88dsf-57
ii udev 215-5+b1
ii util-linux 2.25.2-2
Versions of packages systemd recommends:
ii dbus 1.8.8-2
pn libpam-systemd <none>
Versions of packages systemd suggests:
pn systemd-ui <none>
-- no debconf information
-------------- next part --------------
0 overridden configuration files found.
-------------- next part --------------
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: 0x0
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
Wants: system.slice
RequiredBy: local-fs.target
RequiredBy: systemd-journald.socket
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-udevd-control.socket
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-ask-password-console.path
RequiredBy: sys-kernel-config.mount
RequiredBy: dev-hugepages.mount
RequiredBy: systemd-update-utmp.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
RequiredBy: emergency.service
RequiredBy: rescue.service
RequiredBy: syslog.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-initctl.socket
RequiredBy: dbus.socket
RequiredBy: systemd-shutdownd.socket
RequiredBy: acpid.socket
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-ask-password-wall.path
RequiredBy: fstrim.timer
RequiredBy: home.mount
RequiredBy: tmp.mount
RequiredBy: var.mount
RequiredBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
RequiredBy: dev-sda6.swap
Before: local-fs.target
Before: systemd-journald.socket
Before: systemd-random-seed.service
Before: systemd-udevd-control.socket
Before: dev-mqueue.mount
Before: systemd-ask-password-console.path
Before: sys-kernel-config.mount
Before: dev-hugepages.mount
Before: systemd-update-utmp.service
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.automount
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Before: emergency.service
Before: rescue.service
Before: syslog.socket
Before: systemd-journald-dev-log.socket
Before: systemd-initctl.socket
Before: dbus.socket
Before: systemd-shutdownd.socket
Before: acpid.socket
Before: systemd-update-utmp-runlevel.service
Before: systemd-ask-password-wall.path
Before: fstrim.timer
Before: home.mount
Before: tmp.mount
Before: var.mount
Before: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Before: dev-sda6.swap
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: fstrim.timer
ReferencedBy: home.mount
ReferencedBy: tmp.mount
ReferencedBy: var.mount
ReferencedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
ReferencedBy: dev-sda6.swap
RequiresMountsFor: /dev/disk/by-uuid/0180a999-56fc-4ac2-a5fe-5fb0289e70be
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /
What: /dev/disk/by-uuid/0180a999-56fc-4ac2-a5fe-5fb0289e70be
File System Type: ext4
Options: rw,relatime,rw,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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Requires: var.mount
Requires: tmp.mount
Requires: home.mount
Requires: -.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: networking.service
Before: remote-fs.target
Before: rpcbind.service
Before: systemd-journal-flush.service
Before: systemd-tmpfiles-clean.service
Before: systemd-tmpfiles-setup.service
After: local-fs-pre.target
After: systemd-remount-fs.service
After: home.mount
After: tmp.mount
After: systemd-fsck-root.service
After: -.mount
OnFailure: emergency.target
References: shutdown.target
References: local-fs-pre.target
References: emergency.target
References: systemd-fsck-root.service
References: var.mount
References: tmp.mount
References: home.mount
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: sysinit.target
ReferencedBy: networking.service
ReferencedBy: remote-fs.target
ReferencedBy: rpcbind.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: home.mount
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: -.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: local-fs.target
ConflictedBy: systemd-remount-fs.service
ConflictedBy: slices.target
ConflictedBy: sysinit.target
ConflictedBy: nfs-common.service
ConflictedBy: time-sync.target
ConflictedBy: rpcbind.target
ConflictedBy: networking.service
ConflictedBy: network.target
ConflictedBy: network-pre.target
ConflictedBy: systemd-random-seed.service
ConflictedBy: remote-fs.target
ConflictedBy: remote-fs-pre.target
ConflictedBy: rpcbind.service
ConflictedBy: network-online.target
ConflictedBy: cryptsetup.target
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: paths.target
ConflictedBy: systemd-modules-load.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: basic.target
ConflictedBy: timers.target
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: swap.target
ConflictedBy: emergency.service
ConflictedBy: rescue.service
ConflictedBy: syslog.socket
ConflictedBy: rsyslog.service
ConflictedBy: sockets.target
ConflictedBy: dbus.socket
ConflictedBy: dbus.service
ConflictedBy: acpid.socket
ConflictedBy: acpid.service
ConflictedBy: systemd-readahead-replay.service
ConflictedBy: systemd-readahead-collect.service
ConflictedBy: systemd-readahead-done.timer
ConflictedBy: systemd-readahead-done.service
ConflictedBy: graphical.target
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: gpm.service
ConflictedBy: exim4.service
ConflictedBy: nss-lookup.target
ConflictedBy: multi-user.target
ConflictedBy: systemd-logind.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: user.slice
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: getty.target
ConflictedBy: getty at tty1.service
ConflictedBy: system-getty.slice
ConflictedBy: rc-local.service
ConflictedBy: atd.service
ConflictedBy: fstrim.timer
ConflictedBy: fstrim.service
ConflictedBy: cron.service
ConflictedBy: rescue.target
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: delay.service
ConflictedBy: emergency.target
ConflictedBy: local-fs-pre.target
ConflictedBy: getty at tty2.service
ConflictedBy: getty at tty3.service
After: systemd-remount-fs.service
After: nfs-common.service
After: networking.service
After: systemd-random-seed.service
After: rpcbind.service
After: systemd-ask-password-console.path
After: systemd-ask-password-console.service
After: systemd-modules-load.service
After: systemd-user-sessions.service
After: systemd-tmpfiles-clean.timer
After: systemd-tmpfiles-clean.service
After: systemd-sysctl.service
After: systemd-update-utmp.service
After: systemd-binfmt.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-tmpfiles-setup.service
After: emergency.service
After: rescue.service
After: syslog.socket
After: rsyslog.service
After: dbus.socket
After: dbus.service
After: acpid.socket
After: acpid.service
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
After: systemd-readahead-done.timer
After: systemd-readahead-done.service
After: systemd-update-utmp-runlevel.service
After: gpm.service
After: exim4.service
After: systemd-logind.service
After: user.slice
After: systemd-ask-password-wall.path
After: systemd-ask-password-wall.service
After: getty at tty1.service
After: system-getty.slice
After: rc-local.service
After: atd.service
After: fstrim.timer
After: fstrim.service
After: cron.service
After: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
After: system-systemd\x2dfsck.slice
After: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
After: delay.service
After: systemd-fsck-root.service
After: getty at tty2.service
After: getty at tty3.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: slices.target
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: time-sync.target
ReferencedBy: rpcbind.target
ReferencedBy: networking.service
ReferencedBy: network.target
ReferencedBy: network-pre.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: remote-fs.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: rpcbind.service
ReferencedBy: network-online.target
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: paths.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: basic.target
ReferencedBy: timers.target
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: swap.target
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: syslog.socket
ReferencedBy: rsyslog.service
ReferencedBy: sockets.target
ReferencedBy: dbus.socket
ReferencedBy: dbus.service
ReferencedBy: acpid.socket
ReferencedBy: acpid.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-readahead-done.timer
ReferencedBy: systemd-readahead-done.service
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: nss-lookup.target
ReferencedBy: multi-user.target
ReferencedBy: systemd-logind.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: user.slice
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty.target
ReferencedBy: getty at tty1.service
ReferencedBy: system-getty.slice
ReferencedBy: rc-local.service
ReferencedBy: atd.service
ReferencedBy: fstrim.timer
ReferencedBy: fstrim.service
ReferencedBy: cron.service
ReferencedBy: rescue.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
ReferencedBy: delay.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: emergency.target
ReferencedBy: local-fs-pre.target
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: local-fs.target
Before: home.mount
Before: tmp.mount
Before: var.mount
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup-dev.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: home.mount
ReferencedBy: tmp.mount
ReferencedBy: var.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:26 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-fsck-root.service
CGroup realized: yes
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
ConditionPathIsReadWrite: !/ succeeded
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: local-fs.target
Before: systemd-remount-fs.service
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Before: local-fs.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-journald.socket
After: system.slice
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: local-fs.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
PID: 114
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:26 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit var.mount:
Description: Var Mount hack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:11 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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.mount
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: var.mount
Fragment Path: /etc/systemd/system/var.mount
Condition Timestamp: Sat 2014-11-08 21:49:11 CET
Condition Result: yes
Requires: -.mount
Wants: delay.service
Wants: system.slice
BindsTo: dev-sda5.device
RequiredBy: local-fs.target
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-update-utmp.service
RequiredBy: dbus.socket
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: fstrim.timer
WantedBy: dev-sda5.device
Conflicts: umount.target
Before: systemd-random-seed.service
Before: systemd-update-utmp.service
Before: dbus.socket
Before: systemd-update-utmp-runlevel.service
Before: fstrim.timer
Before: umount.target
After: delay.service
After: dev-sda5.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
References: delay.service
References: dev-sda5.device
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: fstrim.timer
RequiresMountsFor: / /dev/sda5
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /var
What: /dev/sda5
File System Type: ext4
Options: rw,relatime,rw,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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: 0x0
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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
After: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
References: local-fs.target
References: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
References: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/85cb489d-f572-4f77-ac84-a41175927bca
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /tmp
What: /dev/sda7
File System Type: ext4
Options: rw,relatime,rw,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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit home.mount:
Description: /home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: 0x0
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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
After: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
After: -.mount
References: local-fs.target
References: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
References: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
References: systemd-journald.socket
References: local-fs-pre.target
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/ed917d25-faab-43e0-9c10-a65263dfb2ff
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /home
What: /dev/sda8
File System Type: ext4
Options: rw,relatime,rw,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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: 0x0
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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Wants: local-fs-pre.target
Wants: system.slice
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: local-fs-pre.target
Before: local-fs.target
Before: shutdown.target
Before: systemd-random-seed.service
Before: debian-fixup.service
Before: systemd-update-utmp.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
After: keyboard-setup.service
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-fsck-root.service
References: local-fs-pre.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: keyboard-setup.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-update-utmp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 209
Start Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-readahead-collect.service:
Description: Collect Read-Ahead Data
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-readahead-collect.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-collect.service
ConditionVirtualization: no untested
ConditionPathExists: !/run/systemd/readahead/done untested
ConditionPathExists: !/run/systemd/readahead/cancel untested
Wants: systemd-readahead-done.timer
Wants: system.slice
Conflicts: shutdown.target
Before: systemd-remount-fs.service
Before: systemd-random-seed.service
Before: systemd-modules-load.service
Before: systemd-tmpfiles-clean.service
Before: systemd-sysctl.service
Before: systemd-update-utmp.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Before: systemd-fsck-root.service
After: system.slice
References: systemd-readahead-done.timer
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
ReferencedBy: systemd-fsck-root.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
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
OOMScoreAdjust: 1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /lib/systemd/systemd-readahead collect
SysVStartPriority: 0
-> Unit systemd-readahead-replay.service:
Description: Replay Read-Ahead Data
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-readahead-replay.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-replay.service
ConditionVirtualization: no untested
ConditionPathExists: /.readahead untested
ConditionPathExists: !/run/systemd/readahead/noreplay untested
Wants: system.slice
Conflicts: shutdown.target
Before: systemd-remount-fs.service
Before: systemd-random-seed.service
Before: systemd-modules-load.service
Before: systemd-tmpfiles-clean.service
Before: systemd-sysctl.service
Before: systemd-update-utmp.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Before: systemd-fsck-root.service
After: system.slice
References: shutdown.target
References: sysinit.target
References: system.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
ReferencedBy: systemd-fsck-root.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
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
OOMScoreAdjust: 1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /lib/systemd/systemd-readahead replay
SysVStartPriority: 0
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-remount-fs.service
Before: sockets.target
Before: systemd-journald.service
Before: nfs-common.service
Before: networking.service
Before: systemd-random-seed.service
Before: console-setup.service
Before: rpcbind.service
Before: kbd.service
Before: keyboard-setup.service
Before: systemd-udevd.service
Before: dev-mqueue.mount
Before: systemd-udev-trigger.service
Before: debian-fixup.service
Before: systemd-ask-password-console.service
Before: systemd-modules-load.service
Before: sys-kernel-config.mount
Before: dev-hugepages.mount
Before: systemd-journal-flush.service
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-clean.service
Before: udev-finish.service
Before: systemd-udev-settle.service
Before: systemd-sysctl.service
Before: kmod-static-nodes.service
Before: systemd-update-utmp.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-debug.mount
Before: systemd-tmpfiles-setup.service
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Before: systemd-initctl.service
Before: dbus.service
Before: systemd-shutdownd.service
Before: systemd-readahead-done.service
Before: systemd-update-utmp-runlevel.service
Before: gpm.service
Before: exim4.service
Before: systemd-logind.service
Before: systemd-ask-password-wall.service
Before: getty at tty1.service
Before: rc-local.service
Before: atd.service
Before: fstrim.service
Before: cron.service
Before: home.mount
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: tmp.mount
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Before: var.mount
Before: delay.service
Before: systemd-fsck-root.service
Before: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Before: dev-sda6.swap
Before: getty at tty2.service
Before: getty at tty3.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-journald.service
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-setup.service
ReferencedBy: rpcbind.service
ReferencedBy: kbd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ReferencedBy: sockets.target
ReferencedBy: systemd-initctl.service
ReferencedBy: dbus.service
ReferencedBy: systemd-shutdownd.service
ReferencedBy: systemd-readahead-done.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: atd.service
ReferencedBy: fstrim.service
ReferencedBy: cron.service
ReferencedBy: home.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
ReferencedBy: var.mount
ReferencedBy: delay.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
ReferencedBy: dev-sda6.swap
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: 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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
CGroup members mask: 0x0
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: -.slice
WantedBy: systemd-remount-fs.service
WantedBy: slices.target
WantedBy: systemd-journald.service
WantedBy: nfs-common.service
WantedBy: networking.service
WantedBy: systemd-random-seed.service
WantedBy: console-setup.service
WantedBy: rpcbind.service
WantedBy: kbd.service
WantedBy: keyboard-setup.service
WantedBy: systemd-udevd.service
WantedBy: dev-mqueue.mount
WantedBy: systemd-udev-trigger.service
WantedBy: debian-fixup.service
WantedBy: systemd-ask-password-console.service
WantedBy: systemd-modules-load.service
WantedBy: sys-kernel-config.mount
WantedBy: dev-hugepages.mount
WantedBy: systemd-journal-flush.service
WantedBy: systemd-user-sessions.service
WantedBy: systemd-tmpfiles-clean.service
WantedBy: udev-finish.service
WantedBy: systemd-udev-settle.service
WantedBy: systemd-sysctl.service
WantedBy: kmod-static-nodes.service
WantedBy: systemd-update-utmp.service
WantedBy: systemd-binfmt.service
WantedBy: systemd-tmpfiles-setup-dev.service
WantedBy: sys-fs-fuse-connections.mount
WantedBy: sys-kernel-debug.mount
WantedBy: systemd-tmpfiles-setup.service
WantedBy: proc-sys-fs-binfmt_misc.mount
WantedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
WantedBy: emergency.service
WantedBy: rescue.service
WantedBy: rsyslog.service
WantedBy: systemd-initctl.service
WantedBy: dbus.service
WantedBy: systemd-shutdownd.service
WantedBy: acpid.service
WantedBy: systemd-readahead-replay.service
WantedBy: systemd-readahead-collect.service
WantedBy: systemd-readahead-done.service
WantedBy: systemd-update-utmp-runlevel.service
WantedBy: gpm.service
WantedBy: exim4.service
WantedBy: systemd-logind.service
WantedBy: systemd-ask-password-wall.service
WantedBy: system-getty.slice
WantedBy: rc-local.service
WantedBy: atd.service
WantedBy: fstrim.service
WantedBy: cron.service
WantedBy: home.mount
WantedBy: system-systemd\x2dfsck.slice
WantedBy: tmp.mount
WantedBy: var.mount
WantedBy: delay.service
WantedBy: systemd-fsck-root.service
WantedBy: -.mount
WantedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
WantedBy: dev-sda6.swap
Before: systemd-remount-fs.service
Before: slices.target
Before: systemd-journald.service
Before: nfs-common.service
Before: networking.service
Before: systemd-random-seed.service
Before: console-setup.service
Before: rpcbind.service
Before: kbd.service
Before: keyboard-setup.service
Before: systemd-udevd.service
Before: dev-mqueue.mount
Before: systemd-udev-trigger.service
Before: debian-fixup.service
Before: systemd-ask-password-console.service
Before: systemd-modules-load.service
Before: sys-kernel-config.mount
Before: dev-hugepages.mount
Before: systemd-journal-flush.service
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-clean.service
Before: udev-finish.service
Before: systemd-udev-settle.service
Before: systemd-sysctl.service
Before: kmod-static-nodes.service
Before: systemd-update-utmp.service
Before: systemd-binfmt.service
Before: systemd-tmpfiles-setup-dev.service
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-debug.mount
Before: systemd-tmpfiles-setup.service
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Before: emergency.service
Before: rescue.service
Before: rsyslog.service
Before: systemd-initctl.service
Before: dbus.service
Before: systemd-shutdownd.service
Before: acpid.service
Before: systemd-readahead-replay.service
Before: systemd-readahead-collect.service
Before: systemd-readahead-done.service
Before: systemd-update-utmp-runlevel.service
Before: gpm.service
Before: exim4.service
Before: systemd-logind.service
Before: systemd-ask-password-wall.service
Before: system-getty.slice
Before: rc-local.service
Before: atd.service
Before: fstrim.service
Before: cron.service
Before: home.mount
Before: system-systemd\x2dfsck.slice
Before: tmp.mount
Before: var.mount
Before: delay.service
Before: systemd-fsck-root.service
Before: -.mount
Before: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Before: dev-sda6.swap
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: slices.target
ReferencedBy: systemd-journald.service
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-setup.service
ReferencedBy: rpcbind.service
ReferencedBy: kbd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ReferencedBy: emergency.service
ReferencedBy: rescue.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-initctl.service
ReferencedBy: dbus.service
ReferencedBy: systemd-shutdownd.service
ReferencedBy: acpid.service
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: systemd-readahead-done.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: system-getty.slice
ReferencedBy: rc-local.service
ReferencedBy: atd.service
ReferencedBy: fstrim.service
ReferencedBy: cron.service
ReferencedBy: home.mount
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: tmp.mount
ReferencedBy: var.mount
ReferencedBy: delay.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: -.mount
ReferencedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
ReferencedBy: dev-sda6.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: system.slice
After: -.slice
After: user.slice
References: -.slice
References: system.slice
References: shutdown.target
ReferencedBy: system.slice
ReferencedBy: -.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: 0x0
CGroup members mask: 0x0
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
WantedBy: system.slice
WantedBy: slices.target
WantedBy: systemd-journald.socket
WantedBy: systemd-udevd-kernel.socket
WantedBy: systemd-udevd-control.socket
WantedBy: syslog.socket
WantedBy: systemd-journald-dev-log.socket
WantedBy: systemd-initctl.socket
WantedBy: dbus.socket
WantedBy: systemd-shutdownd.socket
WantedBy: acpid.socket
WantedBy: user.slice
Before: system.slice
Before: slices.target
Before: systemd-journald.socket
Before: systemd-udevd-kernel.socket
Before: systemd-udevd-control.socket
Before: syslog.socket
Before: systemd-journald-dev-log.socket
Before: systemd-initctl.socket
Before: dbus.socket
Before: systemd-shutdownd.socket
Before: acpid.socket
Before: user.slice
References: slices.target
ReferencedBy: system.slice
ReferencedBy: slices.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: acpid.socket
ReferencedBy: user.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Wants: acpid.socket
Wants: systemd-shutdownd.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: dbus.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-initctl.socket
Wants: systemd-udevd-control.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: syslog.socket
After: systemd-journald-dev-log.socket
After: systemd-initctl.socket
After: dbus.socket
After: systemd-shutdownd.socket
After: acpid.socket
References: acpid.socket
References: systemd-shutdownd.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: dbus.socket
References: systemd-udevd-kernel.socket
References: systemd-initctl.socket
References: systemd-udevd-control.socket
References: shutdown.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: basic.target
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-shutdownd.socket
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: systemd-journald.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: system.slice
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-journal-flush.service
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: syslog.socket
After: system.slice
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-dev-log.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: syslog.socket
References: sysinit.target
References: system.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-dev-log.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: all
Main PID: 121
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
LimitNOFILE: 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_syslog
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 121
Start Timestamp: Sat 2014-11-08 21:48:25 CET
SysVStartPriority: 0
Status Text: Processing requests...
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
Before: gpm.service
Before: exim4.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
ReferencedBy: gpm.service
ReferencedBy: exim4.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
ReceiveBuffer: 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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
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: rsyslog.service
References: -.slice
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
ReferencedBy: rsyslog.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: 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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Wants: local-fs.target
Wants: swap.target
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-tmpfiles-setup.service
Wants: sys-kernel-debug.mount
Wants: sys-fs-fuse-connections.mount
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-binfmt.service
Wants: systemd-update-utmp.service
Wants: kmod-static-nodes.service
Wants: systemd-sysctl.service
Wants: udev-finish.service
Wants: systemd-journal-flush.service
Wants: dev-hugepages.mount
Wants: sys-kernel-config.mount
Wants: systemd-modules-load.service
Wants: systemd-ask-password-console.path
Wants: debian-fixup.service
Wants: systemd-udev-trigger.service
Wants: systemd-journald.service
Wants: dev-mqueue.mount
Wants: cryptsetup.target
Wants: keyboard-setup.service
Wants: kbd.service
Wants: rpcbind.service
Wants: console-setup.service
Wants: networking.service
Wants: nfs-common.service
Wants: systemd-random-seed.service
Wants: systemd-udevd.service
RequiredBy: basic.target
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: dbus.socket
RequiredBy: acpid.socket
RequiredBy: fstrim.timer
RequiredBy: rescue.target
Conflicts: emergency.service
Conflicts: emergency.target
Conflicts: shutdown.target
Before: basic.target
Before: systemd-tmpfiles-clean.timer
Before: rescue.service
Before: dbus.socket
Before: acpid.socket
Before: fstrim.timer
Before: rescue.target
After: systemd-journald.service
After: local-fs.target
After: swap.target
After: emergency.service
After: emergency.target
After: nfs-common.service
After: networking.service
After: systemd-random-seed.service
After: console-setup.service
After: rpcbind.service
After: kbd.service
After: keyboard-setup.service
After: systemd-udevd.service
After: cryptsetup.target
After: dev-mqueue.mount
After: systemd-udev-trigger.service
After: debian-fixup.service
After: systemd-modules-load.service
After: sys-kernel-config.mount
After: dev-hugepages.mount
After: systemd-udev-settle.service
After: systemd-sysctl.service
After: kmod-static-nodes.service
After: systemd-update-utmp.service
After: systemd-binfmt.service
After: systemd-tmpfiles-setup-dev.service
After: sys-fs-fuse-connections.mount
After: sys-kernel-debug.mount
After: systemd-tmpfiles-setup.service
After: proc-sys-fs-binfmt_misc.automount
After: systemd-readahead-replay.service
After: systemd-readahead-collect.service
References: emergency.service
References: emergency.target
References: local-fs.target
References: swap.target
References: proc-sys-fs-binfmt_misc.automount
References: systemd-tmpfiles-setup.service
References: sys-kernel-debug.mount
References: sys-fs-fuse-connections.mount
References: systemd-tmpfiles-setup-dev.service
References: systemd-binfmt.service
References: systemd-update-utmp.service
References: kmod-static-nodes.service
References: systemd-sysctl.service
References: udev-finish.service
References: systemd-journal-flush.service
References: dev-hugepages.mount
References: sys-kernel-config.mount
References: systemd-modules-load.service
References: systemd-ask-password-console.path
References: debian-fixup.service
References: systemd-udev-trigger.service
References: systemd-journald.service
References: dev-mqueue.mount
References: cryptsetup.target
References: keyboard-setup.service
References: kbd.service
References: rpcbind.service
References: console-setup.service
References: networking.service
References: nfs-common.service
References: shutdown.target
References: systemd-random-seed.service
References: systemd-udevd.service
ReferencedBy: systemd-journald.service
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-setup.service
ReferencedBy: rpcbind.service
ReferencedBy: kbd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dev-hugepages.mount
ReferencedBy: basic.target
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: rescue.service
ReferencedBy: dbus.socket
ReferencedBy: acpid.socket
ReferencedBy: systemd-readahead-replay.service
ReferencedBy: systemd-readahead-collect.service
ReferencedBy: fstrim.timer
ReferencedBy: rescue.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
Wants: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: sysinit.target
Before: shutdown.target
Before: emergency.target
After: system.slice
After: -.mount
References: shutdown.target
References: rescue.service
References: syslog.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: emergency.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth 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" to try again\nto boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
SysVStartPriority: 0
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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: Sat 2014-11-08 21:48:30 CET
Condition Result: yes
Requires: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Requires: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Requires: dev-sda6.swap
Wants: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
After: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
After: dev-sda6.swap
References: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
References: shutdown.target
References: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
References: dev-sda6.swap
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-binfmt.service
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-binfmt.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:34 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: 0x0
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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp.service
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: local-fs.target
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: local-fs.target
References: systemd-sysusers.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 219
Start Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Timestamp: Sat 2014-11-08 21:48:34 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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-debug.mount
CGroup realized: yes
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 succeeded
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime,rw
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:26 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:27 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: 0x0
CGroup members mask: 0x0
Name: udev.service
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: Sat 2014-11-08 21:48:26 CET
Condition Result: yes
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
Wants: system.slice
WantedBy: sysinit.target
WantedBy: systemd-udev-trigger.service
WantedBy: systemd-udev-settle.service
Before: keyboard-setup.service
Before: sysinit.target
Before: udev-finish.service
After: systemd-udevd-control.socket
After: systemd-udevd-kernel.socket
After: systemd-udev-hwdb-update.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: systemd-udev-hwdb-update.service
References: systemd-sysusers.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: keyboard-setup.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: udev-finish.service
ReferencedBy: systemd-udev-settle.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
Main PID: 137
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
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 137
Start Timestamp: Sat 2014-11-08 21:48:26 CET
SysVStartPriority: 0
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:26 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: 0x0
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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: local-fs-pre.target
Before: systemd-udevd.service
Before: shutdown.target
After: kmod-static-nodes.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-sysusers.service
References: sysinit.target
References: local-fs-pre.target
References: systemd-udevd.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: kmod-static-nodes.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create
PID: 124
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:26 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: Sat 2014-11-08 21:48:25 CET
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: proc-sys-fs-binfmt_misc.automount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
SysVStartPriority: 0
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Requires: var.mount
Requires: -.mount
Wants: system.slice
RequiredBy: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-utmp-runlevel.service
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
After: auditd.service
After: systemd-journald.socket
After: system.slice
After: var.mount
After: -.mount
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: auditd.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: var.mount
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
SysVStartPriority: 0
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileIsExecutable: /bin/kmod succeeded
ConditionPathExists: /lib/modules/3.16-3-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-tmpfiles-setup-dev.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
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: 116
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:26 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: 0x0
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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 129
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:26 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit udev-finish.service:
Description: Copy rules generated while the root was ro
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:27 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:27 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/udev-finish.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: udev-finish.service
Fragment Path: /lib/systemd/system/udev-finish.service
Condition Timestamp: Sat 2014-11-08 21:48:27 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
After: systemd-udevd.service
After: systemd-udev-settle.service
After: systemd-journald.socket
After: system.slice
References: systemd-udevd.service
References: systemd-udev-settle.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/udev/udev-finish
PID: 139
Start Timestamp: Sat 2014-11-08 21:48:27 CET
Exit Timestamp: Sat 2014-11-08 21:48:27 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-journal-flush.service:
Description: Trigger Flushing of Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2014-11-08 21:48:34 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-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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Requires: systemd-journald.service
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-user-sessions.service
After: systemd-journald.service
After: local-fs.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: systemd-journald.service
References: local-fs.target
References: remote-fs.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
PID: 223
Start Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Timestamp: Sat 2014-11-08 21:48:34 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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-hugepages.mount
CGroup realized: yes
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
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime,rw
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: urandom.service
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
Requires: var.mount
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: networking.service
Before: sysinit.target
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: var.mount
After: -.mount
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-remount-fs.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: var.mount
References: -.mount
ReferencedBy: networking.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
SysVStartPriority: 0
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: sys-kernel-config.mount
Before: systemd-sysctl.service
Before: sys-fs-fuse-connections.mount
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-fs-fuse-connections.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 118
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-ask-password-console.service
After: plymouth-start.service
After: -.mount
Triggers: systemd-ask-password-console.service
References: shutdown.target
References: plymouth-start.service
References: paths.target
References: systemd-ask-password-console.service
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit debian-fixup.service:
Description: Various fixups to make systemd work better on Debian
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: debian-fixup.service
Fragment Path: /lib/systemd/system/debian-fixup.service
ConditionPathIsSymbolicLink: |!/var/lock failed
ConditionPathIsSymbolicLink: |!/var/run failed
ConditionPathIsSymbolicLink: |!/etc/mtab failed
Condition Timestamp: Sat 2014-11-08 21:48:33 CET
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Before: var-run.mount
Before: var-lock.mount
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
References: var-run.mount
References: var-lock.mount
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/debian-fixup
SysVStartPriority: 0
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:26 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: 0x0
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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: systemd-udevd.service
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-udev-settle.service
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-journald.socket
After: system.slice
References: systemd-udevd.service
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: systemd-udev-settle.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 119
Start Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 132
Start Timestamp: Sat 2014-11-08 21:48:26 CET
Exit Timestamp: Sat 2014-11-08 21:48:26 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
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
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime,rw
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition 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
IgnoreOnSnapshot: no
Target State: active
-> Unit keyboard-setup.service:
Description: LSB: Set preliminary keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:27 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: keyboard-setup.service
Fragment Path: /run/systemd/generator.late/keyboard-setup.service
Source Path: /etc/init.d/keyboard-setup
Condition Timestamp: Sat 2014-11-08 21:48:27 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: nfs-common.service
Before: networking.service
Before: console-setup.service
Before: rpcbind.service
Before: kbd.service
Before: sysinit.target
Before: systemd-remount-fs.service
After: mountkernfs.service
After: keymap.service
After: systemd-udevd.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-remount-fs.service
References: mountkernfs.service
References: keymap.service
References: systemd-udevd.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
ReferencedBy: console-setup.service
ReferencedBy: rpcbind.service
ReferencedBy: kbd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keyboard-setup start
PID: 140
Start Timestamp: Sat 2014-11-08 21:48:27 CET
Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/keyboard-setup reload
-> ExecStop:
Command Line: /etc/init.d/keyboard-setup stop
SysVStartPriority: 3
-> Unit kbd.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:35 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:36 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/kbd.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kbd.service
Fragment Path: /run/systemd/generator.late/kbd.service
Source Path: /etc/init.d/kbd
Condition Timestamp: Sat 2014-11-08 21:48:35 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: console-setup.service
Before: sysinit.target
After: nfs-common.service
After: networking.service
After: rpcbind.service
After: remote-fs.target
After: keyboard-setup.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: remote-fs.target
References: keyboard-setup.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
ReferencedBy: console-setup.service
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kbd start
PID: 237
Start Timestamp: Sat 2014-11-08 21:48:35 CET
Exit Timestamp: Sat 2014-11-08 21:48:36 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/kbd stop
SysVStartPriority: 17
-> Unit rpcbind.service:
Description: LSB: RPC portmapper replacement
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:35 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/rpcbind.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rpcbind.service
Fragment Path: /run/systemd/generator.late/rpcbind.service
Source Path: /etc/init.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.service.d/50-rpcbind-$portmap.conf
Condition Timestamp: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Wants: network-online.target
Wants: rpcbind.target
Wants: system.slice
RequiredBy: rpcbind.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: nfs-common.service
Before: console-setup.service
Before: sysinit.target
Before: shutdown.target
Before: kbd.service
Before: rpcbind.target
After: networking.service
After: network-online.target
After: local-fs.target
After: keyboard-setup.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: kbd.service
References: network-online.target
References: local-fs.target
References: keyboard-setup.service
References: rpcbind.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: rpcbind.target
ReferencedBy: networking.service
ReferencedBy: console-setup.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/rpcbind start
PID: 222
Start Timestamp: Sat 2014-11-08 21:48:33 CET
Exit Timestamp: Sat 2014-11-08 21:48:35 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/rpcbind stop
SysVStartPriority: 13
-> Unit console-setup.service:
Description: LSB: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:36 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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-setup.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-setup.service
Fragment Path: /run/systemd/generator.late/console-setup.service
Source Path: /etc/init.d/console-setup
Condition Timestamp: Sat 2014-11-08 21:48:36 CET
Condition Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: nfs-common.service
After: networking.service
After: remote-fs.target
After: console-screen.service
After: kbd.service
After: rpcbind.service
After: keyboard-setup.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: remote-fs.target
References: console-screen.service
References: kbd.service
References: rpcbind.service
References: keyboard-setup.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
ReferencedBy: networking.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/console-setup start
PID: 264
Start Timestamp: Sat 2014-11-08 21:48:36 CET
Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/console-setup reload
-> ExecStop:
Command Line: /etc/init.d/console-setup stop
SysVStartPriority: 18
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: networking.service
Fragment Path: /run/systemd/generator.late/networking.service
Source Path: /etc/init.d/networking
DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
Wants: network.target
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: nfs-common.service
Before: sysinit.target
Before: shutdown.target
Before: console-setup.service
Before: rpcbind.service
Before: kbd.service
Before: network.target
After: mountkernfs.service
After: local-fs.target
After: systemd-random-seed.service
After: keyboard-setup.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: console-setup.service
References: rpcbind.service
References: kbd.service
References: mountkernfs.service
References: local-fs.target
References: systemd-random-seed.service
References: keyboard-setup.service
References: network.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: nfs-common.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/networking start
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
SysVStartPriority: 12
-> Unit nfs-common.service:
Description: LSB: NFS support files common to client and server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: nfs-common.service
Fragment Path: /run/systemd/generator.late/nfs-common.service
Source Path: /etc/init.d/nfs-common
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: console-setup.service
Before: kbd.service
After: rpcbind.target
After: time-sync.target
After: networking.service
After: rpcbind.service
After: keyboard-setup.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: console-setup.service
References: kbd.service
References: rpcbind.target
References: time-sync.target
References: networking.service
References: rpcbind.service
References: keyboard-setup.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/nfs-common start
-> ExecStop:
Command Line: /etc/init.d/nfs-common stop
SysVStartPriority: 14
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:35 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:35 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: rpcbind.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Source Path: /etc/insserv.conf.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-rpcbind-$portmap.conf
Condition Timestamp: Sat 2014-11-08 21:48:35 CET
Condition Result: yes
Requires: rpcbind.service
WantedBy: rpcbind.service
Conflicts: shutdown.target
Before: nfs-common.service
After: rpcbind.service
References: rpcbind.service
References: shutdown.target
ReferencedBy: nfs-common.service
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Conflicts: shutdown.target
Before: nfs-common.service
Before: systemd-tmpfiles-clean.service
Before: exim4.service
References: shutdown.target
ReferencedBy: nfs-common.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: networking.service
Before: keyboard-setup.service
ReferencedBy: networking.service
ReferencedBy: keyboard-setup.service
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
WantedBy: networking.service
Conflicts: shutdown.target
Before: network-online.target
Before: rc-local.service
After: networking.service
After: network-pre.target
References: network-pre.target
References: shutdown.target
ReferencedBy: networking.service
ReferencedBy: network-online.target
ReferencedBy: rc-local.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: network.target
References: shutdown.target
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:33 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:33 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: Sat 2014-11-08 21:48:33 CET
Condition Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: console-setup.service
Before: kbd.service
Before: systemd-journal-flush.service
Before: systemd-user-sessions.service
Before: gpm.service
Before: exim4.service
After: remote-fs-pre.target
After: local-fs.target
References: remote-fs-pre.target
References: local-fs.target
References: shutdown.target
ReferencedBy: console-setup.service
ReferencedBy: kbd.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-screen.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition 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
IgnoreOnSnapshot: no
Target State: active
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
WantedBy: rpcbind.service
WantedBy: exim4.service
Conflicts: shutdown.target
Before: rpcbind.service
Before: exim4.service
After: network.target
References: network.target
References: shutdown.target
ReferencedBy: rpcbind.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit keymap.service:
Description: keymap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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: keymap.service
Before: keyboard-setup.service
ReferencedBy: keyboard-setup.service
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.slice
References: -.mount
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.slice
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: 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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-udev-hwdb-update.service:
Description: systemd-udev-hwdb-update.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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-udev-hwdb-update.service
Before: systemd-udevd.service
ReferencedBy: systemd-udevd.service
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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-udevd.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
-> Unit var-run.mount:
Description: var-run.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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: var-run.mount
After: debian-fixup.service
ReferencedBy: debian-fixup.service
-> Unit var-lock.mount:
Description: var-lock.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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: var-lock.mount
After: debian-fixup.service
ReferencedBy: debian-fixup.service
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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.path
Before: systemd-ask-password-console.service
Before: rescue.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rescue.service
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-console.path
After: plymouth-start.service
After: systemd-vconsole-setup.service
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-ask-password-console.path
References: shutdown.target
References: plymouth-start.service
References: systemd-vconsole-setup.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
SysVStartPriority: 0
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:41 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: 0x0
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: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: systemd-ask-password-wall.service
Before: getty at tty1.service
Before: getty at tty2.service
Before: getty at tty3.service
After: systemd-journal-flush.service
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: systemd-journal-flush.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 325
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
SysVStartPriority: 0
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: sysinit.target
Wants: sockets.target
Wants: timers.target
Wants: paths.target
Wants: slices.target
RequiredBy: systemd-user-sessions.service
RequiredBy: rsyslog.service
RequiredBy: dbus.service
RequiredBy: acpid.service
RequiredBy: gpm.service
RequiredBy: exim4.service
RequiredBy: multi-user.target
RequiredBy: systemd-logind.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: getty at tty1.service
RequiredBy: rc-local.service
RequiredBy: atd.service
RequiredBy: fstrim.service
RequiredBy: cron.service
RequiredBy: delay.service
RequiredBy: getty at tty2.service
RequiredBy: getty at tty3.service
Conflicts: shutdown.target
Before: systemd-user-sessions.service
Before: rsyslog.service
Before: dbus.service
Before: acpid.service
Before: gpm.service
Before: exim4.service
Before: multi-user.target
Before: systemd-logind.service
Before: systemd-ask-password-wall.service
Before: getty at tty1.service
Before: rc-local.service
Before: atd.service
Before: fstrim.service
Before: cron.service
Before: delay.service
Before: getty at tty2.service
Before: getty at tty3.service
After: sysinit.target
After: sockets.target
After: timers.target
After: paths.target
After: slices.target
References: sysinit.target
References: sockets.target
References: timers.target
References: paths.target
References: slices.target
References: shutdown.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: rsyslog.service
ReferencedBy: dbus.service
ReferencedBy: acpid.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty at tty1.service
ReferencedBy: rc-local.service
ReferencedBy: atd.service
ReferencedBy: fstrim.service
ReferencedBy: cron.service
ReferencedBy: delay.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-tmpfiles-clean.timer
After: fstrim.timer
References: systemd-tmpfiles-clean.timer
References: shutdown.target
ReferencedBy: basic.target
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: fstrim.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: timers.target
Before: shutdown.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: systemd-tmpfiles-clean.service
References: timers.target
References: sysinit.target
References: shutdown.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2014-11-08 22:03:26 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2014-11-08 22:03:26 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-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Sat 2014-11-08 22:03:26 CET
Condition Result: yes
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-tmpfiles-clean.timer
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: local-fs.target
After: time-sync.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-tmpfiles-clean.timer
References: shutdown.target
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: local-fs.target
References: time-sync.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 2476
Start Timestamp: Sat 2014-11-08 22:03:26 CET
Exit Timestamp: Sat 2014-11-08 22:03:26 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit systemd-udev-settle.service:
Description: udev Wait for Complete Device Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-udev-settle.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-settle.service
ConditionPathIsReadWrite: /sys untested
Wants: systemd-udevd.service
Wants: system.slice
Before: udev-finish.service
Before: sysinit.target
After: systemd-udev-trigger.service
After: systemd-journald.socket
After: system.slice
References: systemd-udevd.service
References: systemd-udev-trigger.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: udev-finish.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm settle
SysVStartPriority: 0
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: systemd-update-utmp.service
ReferencedBy: systemd-update-utmp.service
-> 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
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
Wants: system.slice
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
After: -.mount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: system.slice
References: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap:
Description: /dev/disk/by-uuid/4fad123f-1005-4dfc-880f-a2da86ab4aed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following: dev-sda6.swap
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Following Set Member: dev-sda6.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Source Path: /etc/fstab
Condition Timestamp: Sat 2014-11-08 21:48:30 CET
Condition Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
RequiredBy: swap.target
WantedBy: swap.target
WantedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
After: systemd-journald.socket
After: system.slice
After: -.mount
References: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/4fad123f-1005-4dfc-880f-a2da86ab4aed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-uuid/4fad123f-1005-4dfc-880f-a2da86ab4aed
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sda6
Priority: -1
NoAuto: no
NoFail: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device:
Description: QEMU_HARDDISK 6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Wants: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
BoundBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Before: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ReferencedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ConflictedBy: home.mount
ConflictedBy: tmp.mount
ConflictedBy: var.mount
ConflictedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
ConflictedBy: dev-sda6.swap
After: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
After: home.mount
After: tmp.mount
After: var.mount
After: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
After: dev-sda6.swap
ReferencedBy: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
ReferencedBy: home.mount
ReferencedBy: tmp.mount
ReferencedBy: var.mount
ReferencedBy: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
ReferencedBy: dev-sda6.swap
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
Wants: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: emergency.service
ConflictedBy: multi-user.target
Before: shutdown.target
Before: multi-user.target
Before: rescue.target
After: sysinit.target
After: plymouth-start.service
After: system.slice
After: -.mount
References: shutdown.target
References: sysinit.target
References: plymouth-start.service
References: system.slice
References: -.mount
ReferencedBy: emergency.service
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to rescue mode! Type "systemctl default" or ^D to enter default mode.\nType "journalctl -xb" to view system logs. Type "systemctl reboot" to reboot.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --fail --no-block default'
SysVStartPriority: 0
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:42 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: 0x0
CGroup members mask: 0x0
Name: syslog.service
Name: rsyslog.service
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: syslog.socket
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: syslog.socket
After: basic.target
After: system.slice
TriggeredBy: syslog.socket
References: syslog.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
Main PID: 324
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
PID: 324
Start Timestamp: Sat 2014-11-08 21:48:40 CET
SysVStartPriority: 0
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: -.slice
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: acpid.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.slice
After: -.mount
Triggers: acpid.service
References: acpid.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.slice
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: acpid.service
RequiresMountsFor: /run/acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
ListenStream: /run/acpid.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-shutdownd.socket:
Description: Delayed Shutdown Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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-shutdownd.socket
Documentation: man:systemd-shutdownd.service(8)
Fragment Path: /lib/systemd/system/systemd-shutdownd.socket
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-shutdownd.service
After: -.slice
After: -.mount
Triggers: systemd-shutdownd.service
References: sockets.target
References: systemd-shutdownd.service
References: -.slice
References: -.mount
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/shutdownd
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
ListenDatagram: /run/systemd/shutdownd
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: sysinit.target
Requires: var.mount
Requires: -.mount
Wants: -.slice
RequiredBy: dbus.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: dbus.service
Before: sockets.target
Before: shutdown.target
Before: systemd-logind.service
After: sysinit.target
After: -.slice
After: var.mount
After: -.mount
Triggers: dbus.service
References: dbus.service
References: sockets.target
References: sysinit.target
References: shutdown.target
References: -.slice
References: var.mount
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: 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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Requires: -.mount
Wants: -.slice
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
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
ListenFIFO: /run/systemd/initctl/fifo
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
Wants: 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
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
SysVStartPriority: 0
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: 0x0
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: dbus.socket
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: dbus.socket
References: dbus.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 361
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
OOMScoreAdjust: -900
LimitNOFILE: 4096
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: 361
Start Timestamp: Sat 2014-11-08 21:49:12 CET
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
SysVStartPriority: 0
-> Unit systemd-shutdownd.service:
Description: Delayed Shutdown Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-shutdownd.service
Documentation: man:systemd-shutdownd.service(8)
Fragment Path: /lib/systemd/system/systemd-shutdownd.service
Wants: system.slice
After: systemd-shutdownd.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-shutdownd.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-shutdownd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-shutdownd
SysVStartPriority: 0
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Requires: acpid.socket
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: acpid.socket
After: basic.target
After: system.slice
TriggeredBy: acpid.socket
References: acpid.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
SysVStartPriority: 0
-> Unit systemd-readahead-done.timer:
Description: Stop Read-Ahead Data Collection 10s After Completed Startup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-readahead-done.timer
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-done.timer
ConditionVirtualization: no untested
WantedBy: systemd-readahead-collect.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-readahead-done.service
After: graphical.target
Triggers: systemd-readahead-done.service
References: shutdown.target
References: graphical.target
References: systemd-readahead-done.service
ReferencedBy: systemd-readahead-collect.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: dead
Result: success
Unit: systemd-readahead-done.service
Persistent: no
WakeSystem: no
Accuracy: 1s
OnActiveSec: 30s
-> Unit systemd-readahead-done.service:
Description: Stop Read-Ahead Data Collection
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-readahead-done.service
Documentation: man:systemd-readahead-replay.service(8)
Fragment Path: /lib/systemd/system/systemd-readahead-done.service
ConditionVirtualization: no untested
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-readahead-done.timer
After: graphical.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-readahead-done.timer
References: shutdown.target
References: graphical.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-readahead-done.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-notify --readahead=done
SysVStartPriority: 0
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: default.target
Name: graphical.target
Name: runlevel5.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: multi-user.target
Wants: display-manager.service
Wants: systemd-update-utmp-runlevel.service
Wants: exim4.service
Wants: gpm.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-readahead-done.timer
Before: systemd-readahead-done.service
Before: systemd-update-utmp-runlevel.service
After: gpm.service
After: exim4.service
After: multi-user.target
References: display-manager.service
References: systemd-update-utmp-runlevel.service
References: shutdown.target
References: exim4.service
References: gpm.service
References: multi-user.target
References: rescue.target
ReferencedBy: systemd-readahead-done.timer
ReferencedBy: systemd-readahead-done.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: runlevel4.target
Name: multi-user.target
Name: runlevel3.target
Name: runlevel2.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: basic.target
Wants: systemd-update-utmp-runlevel.service
Wants: exim4.service
Wants: gpm.service
Wants: cron.service
Wants: fstrim.timer
Wants: rsyslog.service
Wants: atd.service
Wants: remote-fs.target
Wants: rc-local.service
Wants: getty.target
Wants: systemd-ask-password-wall.path
Wants: dbus.service
Wants: systemd-logind.service
Wants: systemd-user-sessions.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: gpm.service
After: exim4.service
After: basic.target
After: rescue.service
After: rsyslog.service
After: dbus.service
After: systemd-user-sessions.service
After: systemd-logind.service
After: getty.target
After: rc-local.service
After: atd.service
After: fstrim.timer
After: cron.service
After: rescue.target
References: basic.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: exim4.service
References: gpm.service
References: cron.service
References: fstrim.timer
References: rsyslog.service
References: atd.service
References: remote-fs.target
References: rc-local.service
References: getty.target
References: systemd-ask-password-wall.path
References: dbus.service
References: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: rescue.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: gpm.service
ReferencedBy: exim4.service
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
After: sysinit.target
After: rescue.service
References: sysinit.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: shutdown.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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
ReferencedBy: graphical.target
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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-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
Requires: var.mount
Requires: -.mount
Requisite: systemd-update-utmp.service
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: rescue.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-update-utmp.service
After: rescue.target
After: multi-user.target
After: systemd-journald.socket
After: system.slice
After: graphical.target
After: var.mount
After: -.mount
References: shutdown.target
References: systemd-update-utmp.service
References: rescue.target
References: multi-user.target
References: systemd-journald.socket
References: system.slice
References: graphical.target
References: var.mount
References: -.mount
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
SysVStartPriority: 0
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2014-11-08 21:48:42 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: exim4.service
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: graphical.target
Before: shutdown.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: nss-lookup.target
After: network-online.target
After: time-sync.target
After: postgresql.service
After: mysql.service
After: clamav-daemon.service
After: greylist.service
After: spamassassin.service
After: systemd-journald.socket
After: basic.target
After: system.slice
References: multi-user.target
References: graphical.target
References: shutdown.target
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: nss-lookup.target
References: network-online.target
References: time-sync.target
References: postgresql.service
References: mysql.service
References: clamav-daemon.service
References: greylist.service
References: spamassassin.service
References: systemd-journald.socket
References: basic.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: failed
Result: exit-code
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/exim4 start
PID: 322
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:42 CET
Exit Code: exited
Exit Status: 1
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
SysVStartPriority: 2
-> Unit gpm.service:
Description: LSB: gpm sysv init script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:42 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/gpm.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: gpm.service
Fragment Path: /run/systemd/generator.late/gpm.service
Source Path: /etc/init.d/gpm
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: graphical.target
Before: shutdown.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: basic.target
After: system.slice
References: multi-user.target
References: graphical.target
References: shutdown.target
References: remote-fs.target
References: systemd-journald-dev-log.socket
References: systemd-journald.socket
References: basic.target
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gpm start
PID: 323
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:42 CET
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/gpm stop
SysVStartPriority: 2
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target
Before: exim4.service
References: shutdown.target
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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 cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 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: 0x0
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
Main PID: 319
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/cron
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 319
Start Timestamp: Sat 2014-11-08 21:48:40 CET
SysVStartPriority: 0
-> Unit fstrim.timer:
Description: Discard unused blocks once a week
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: fstrim.timer
Documentation: man:fstrim
Fragment Path: /lib/systemd/system/fstrim.timer
Condition Timestamp: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: sysinit.target
Requires: var.mount
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: fstrim.service
Before: timers.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: var.mount
After: -.mount
Triggers: fstrim.service
References: fstrim.service
References: timers.target
References: sysinit.target
References: shutdown.target
References: var.mount
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: fstrim.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
OnCalendar: Mon *-*-* 00:00:00
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:40 CET
Active Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Inactive Enter Timestamp: Sat 2014-11-08 21:48:41 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: atd.service
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: failed
Result: exit-code
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 320
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Exit Code: exited
Exit Status: 1
SysVStartPriority: 0
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:41 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: 0x0
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: multi-user.target
Before: getty at tty2.service
Before: getty at tty3.service
After: network.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: network.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
PID: 321
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 99
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:41 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: Sat 2014-11-08 21:48:41 CET
Condition Result: yes
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty1.service
After: getty at tty2.service
After: getty at tty3.service
References: getty at tty1.service
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: shutdown.target
References: paths.target
References: systemd-ask-password-wall.service
References: -.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:49:12 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:12 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: 0x0
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
Condition Timestamp: Sat 2014-11-08 21:49:12 CET
Condition Result: yes
Requires: basic.target
Wants: user.slice
Wants: dbus.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: nss-user-lookup.target
After: user.slice
After: dbus.socket
After: systemd-journald.socket
After: basic.target
After: system.slice
References: user.slice
References: nss-user-lookup.target
References: dbus.socket
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
Main PID: 360
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
LimitNOFILE: 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
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 360
Start Timestamp: Sat 2014-11-08 21:49:12 CET
SysVStartPriority: 0
Status Text: Processing requests...
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:24 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:24 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: 0x0
CGroup members mask: 0x0
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Wants: -.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: systemd-logind.service
Before: slices.target
Before: shutdown.target
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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
References: shutdown.target
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-wall.path
After: systemd-user-sessions.service
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: systemd-ask-password-wall.path
References: systemd-user-sessions.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
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
SysVStartPriority: 0
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:41 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:41 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: 0x0
CGroup members mask: 0x0
Name: getty at tty1.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Sat 2014-11-08 21:48:41 CET
Condition Result: yes
Requires: basic.target
Wants: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: systemd-journald.socket
After: basic.target
After: system-getty.slice
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
References: getty.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system-getty.slice
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
Main PID: 331
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=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 331
Start Timestamp: Sat 2014-11-08 21:48:41 CET
SysVStartPriority: 0
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
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: getty at tty2.service
Before: getty at tty3.service
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: getty at tty1.service
WantedBy: getty at tty2.service
WantedBy: getty at tty3.service
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
Before: getty at tty2.service
Before: getty at tty3.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
ReferencedBy: getty at tty2.service
ReferencedBy: getty at tty3.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit fstrim.service:
Description: Discard unused blocks
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
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: fstrim.service
Fragment Path: /lib/systemd/system/fstrim.service
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: fstrim.timer
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: fstrim.timer
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: fstrim.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /sbin/fstrim -a
SysVStartPriority: 0
-> Unit systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service:
Description: File System Check on /dev/disk/by-uuid/ed917d25-faab-43e0-9c10-a65263dfb2ff
Instance: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:31 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\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2014-11-08 21:48:30 CET
Condition Result: yes
Wants: system-systemd\x2dfsck.slice
BindsTo: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
RequiredByOverridable: home.mount
Before: home.mount
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system-systemd\x2dfsck.slice
References: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-fsck-root.service
References: shutdown.target
References: systemd-journald.socket
References: system-systemd\x2dfsck.slice
ReferencedBy: home.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
PID: 171
Start Timestamp: Sat 2014-11-08 21:48:30 CET
Exit Timestamp: Sat 2014-11-08 21:48:31 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device:
Description: QEMU_HARDDISK 8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Wants: home.mount
BoundBy: home.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: home.mount
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: home.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:25 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:25 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: 0x0
CGroup members mask: 0x0
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Sat 2014-11-08 21:48:25 CET
Condition Result: yes
Wants: system.slice
WantedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=n/a
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLimit=18446744073709551615
DevicePolicy=auto
-> Unit systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service:
Description: File System Check on /dev/disk/by-uuid/85cb489d-f572-4f77-ac84-a41175927bca
Instance: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:31 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\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2014-11-08 21:48:30 CET
Condition Result: yes
Wants: system-systemd\x2dfsck.slice
BindsTo: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
RequiredByOverridable: tmp.mount
Before: tmp.mount
Before: shutdown.target
After: systemd-readahead-collect.service
After: systemd-readahead-replay.service
After: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system-systemd\x2dfsck.slice
References: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
References: systemd-readahead-collect.service
References: systemd-readahead-replay.service
References: systemd-fsck-root.service
References: shutdown.target
References: systemd-journald.socket
References: system-systemd\x2dfsck.slice
ReferencedBy: tmp.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
PID: 172
Start Timestamp: Sat 2014-11-08 21:48:30 CET
Exit Timestamp: Sat 2014-11-08 21:48:31 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device:
Description: QEMU_HARDDISK 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Wants: tmp.mount
BoundBy: tmp.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
Before: tmp.mount
Before: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit delay.service:
Description: Hack Delay
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Active Enter Timestamp: Sat 2014-11-08 21:49:11 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/delay.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: delay.service
Fragment Path: /etc/systemd/system/delay.service
Condition Timestamp: Sat 2014-11-08 21:48:40 CET
Condition Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: var.mount
Conflicts: shutdown.target
Before: var.mount
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
ReferencedBy: var.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
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
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/echo 'Delay service start...'
PID: 318
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Code: exited
Exit Status: 0
Command Line: /bin/sleep 30
PID: 327
Start Timestamp: Sat 2014-11-08 21:48:40 CET
Exit Timestamp: Sat 2014-11-08 21:49:11 CET
Exit Code: exited
Exit Status: 0
Command Line: /bin/echo 'Delay service terminating.'
PID: 353
Start Timestamp: Sat 2014-11-08 21:49:11 CET
Exit Timestamp: Sat 2014-11-08 21:49:11 CET
Exit Code: exited
Exit Status: 0
SysVStartPriority: 0
-> Unit dev-sda5.device:
Description: QEMU_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda5.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-fcc07d15\x2d8d66\x2d4782\x2d94bb\x2db236c6f03fa0.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2014-11-08 21:48:24 CET
Condition Result: yes
Wants: var.mount
BoundBy: var.mount
Before: var.mount
ReferencedBy: var.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sys-devices-platform-floppy.0-block-fd0.device:
Description: /sys/devices/platform/floppy.0/block/fd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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-floppy.0-block-fd0.device
Following Set Member: dev-fd0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> Unit dev-fd0.device:
Description: /dev/fd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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-fd0.device
Following: sys-devices-platform-floppy.0-block-fd0.device
Following Set Member: sys-devices-platform-floppy.0-block-fd0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-pnp0-00:05-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:05/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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:05-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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS0
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:28 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:28 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:05-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:05-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS0
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: QEMU_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-sda.device:
Description: QEMU_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001.device:
Description: QEMU_HARDDISK
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: QEMU_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0180a999\x2d56fc\x2d4ac2\x2da5fe\x2d5fb0289e70be.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda1.device:
Description: QEMU_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda1.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-0180a999\x2d56fc\x2d4ac2\x2da5fe\x2d5fb0289e70be.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device:
Description: QEMU_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-0180a999\x2d56fc\x2d4ac2\x2da5fe\x2d5fb0289e70be.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2duuid-0180a999\x2d56fc\x2d4ac2\x2da5fe\x2d5fb0289e70be.device:
Description: QEMU_HARDDISK 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-0180a999\x2d56fc\x2d4ac2\x2da5fe\x2d5fb0289e70be.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: QEMU_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-sda2.device:
Description: QEMU_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda2.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart2.device:
Description: QEMU_HARDDISK 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: QEMU_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-fcc07d15\x2d8d66\x2d4782\x2d94bb\x2db236c6f03fa0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device:
Description: QEMU_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart5.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-fcc07d15\x2d8d66\x2d4782\x2d94bb\x2db236c6f03fa0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2duuid-fcc07d15\x2d8d66\x2d4782\x2d94bb\x2db236c6f03fa0.device:
Description: QEMU_HARDDISK 5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-fcc07d15\x2d8d66\x2d4782\x2d94bb\x2db236c6f03fa0.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
Description: QEMU_HARDDISK 6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-sda6.device:
Description: QEMU_HARDDISK 6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda6.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.device:
Description: QEMU_HARDDISK 6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart6.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device:
Description: QEMU_HARDDISK 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-sda7.device:
Description: QEMU_HARDDISK 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda7.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart7.device:
Description: QEMU_HARDDISK 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart7.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2duuid-85cb489d\x2df572\x2d4f77\x2dac84\x2da41175927bca.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device:
Description: QEMU_HARDDISK 8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart8.device
Following Set Member: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
-> Unit dev-sda8.device:
Description: QEMU_HARDDISK 8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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-sda8.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart8.device
Following Set Member: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart8.device:
Description: QEMU_HARDDISK 8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:29 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:29 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_HARDDISK_QM00001\x2dpart8.device
Following: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-sda8.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda8.device
Following Set Member: dev-disk-by\x2duuid-ed917d25\x2dfaab\x2d43e0\x2d9c10\x2da65263dfb2ff.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
-> 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
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-sr0.device
Following Set Member: dev-cdrom.device
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
Following Set Member: dev-dvd.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: 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-sr0.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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: 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: dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
Following Set Member: dev-dvd.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: 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-cdrom.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-sr0.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\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
Following Set Member: dev-dvd.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: 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-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-cdrom.device
Following Set Member: dev-sr0.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-dvd.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: 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-dvd.device:
Description: QEMU_DVD-ROM
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00003.device
Following Set Member: dev-cdrom.device
Following Set Member: dev-sr0.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.1-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: 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-sda6.swap:
Description: /dev/sda6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-sda6.swap
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda6.swap
Following Set Member: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Following Set Member: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Requires: -.mount
Wants: system.slice
RequiredBy: swap.target
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: swap.target
RequiresMountsFor: /dev/sda6
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/sda6
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda6
Priority: -1
NoAuto: no
NoFail: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap:
Description: /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:30 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:30 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-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dQEMU_HARDDISK_QM00001\x2dpart6.swap
Following: dev-sda6.swap
Following Set Member: dev-disk-by\x2duuid-4fad123f\x2d1005\x2d4dfc\x2d880f\x2da2da86ab4aed.swap
Following Set Member: dev-sda6.swap
Requires: -.mount
Wants: system.slice
RequiredBy: swap.target
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
References: -.mount
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part6
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001-part6
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda6
Priority: -1
NoAuto: no
NoFail: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:03.0-net-eth0.device:
Description: 82540EM Gigabit Ethernet Controller (QEMU Virtual Machine)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:31 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:31 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-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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/eth0
-> Unit sys-subsystem-net-devices-eth0.device:
Description: 82540EM Gigabit Ethernet Controller (QEMU Virtual Machine)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:48:31 CET
Active Enter Timestamp: Sat 2014-11-08 21:48:31 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-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/net/eth0
-> Unit getty at tty2.service:
Description: Getty on tty2
Instance: tty2
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 21:51:20 CET
Active Enter Timestamp: Sat 2014-11-08 21:51:20 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 tty2.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: autovt at tty2.service
Name: getty at tty2.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: Sat 2014-11-08 21:51:20 CET
Condition Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: systemd-journald.socket
After: basic.target
After: system-getty.slice
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
References: getty.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system-getty.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
Main PID: 382
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=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty2
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty2
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 382
Start Timestamp: Sat 2014-11-08 21:51:20 CET
SysVStartPriority: 0
-> Unit getty at tty3.service:
Description: Getty on tty3
Instance: tty3
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2014-11-08 22:37:56 CET
Active Enter Timestamp: Sat 2014-11-08 22:37:56 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 tty3.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: autovt at tty3.service
Name: getty at tty3.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: Sat 2014-11-08 22:37:56 CET
Condition Result: yes
Requires: basic.target
Wants: system-getty.slice
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: rc-local.service
After: systemd-journald.socket
After: basic.target
After: system-getty.slice
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: rc-local.service
References: getty.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system-getty.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
Main PID: 2527
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=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty3
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty3
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 2527
Start Timestamp: Sat 2014-11-08 22:37:56 CET
SysVStartPriority: 0
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.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
==> /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/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/fstrim.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fstrim.timer
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=0180a999-56fc-4ac2-a5fe-5fb0289e70be / ext4 errors=remount-ro 0 1
# /home was on /dev/sda8 during installation
UUID=ed917d25-faab-43e0-9c10-a65263dfb2ff /home ext4 defaults 0 2
# /tmp was on /dev/sda7 during installation
UUID=85cb489d-f572-4f77-ac84-a41175927bca /tmp ext4 defaults 0 2
# /var was on /dev/sda5 during installation
UUID=fcc07d15-8d66-4782-94bb-b236c6f03fa0 /var ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=4fad123f-1005-4dfc-880f-a2da86ab4aed none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
-------------- next part --------------
[Unit]
Description=Add artificial delay
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/echo "Delay service start..."
ExecStart=/bin/sleep 30
ExecStart=/bin/echo "Delay service terminating."
-------------- next part --------------
[Unit]
Description=Var Mount hack
Wants=delay.service
After=delay.service
[Mount]
What=/dev/sda5
Where=/var
Type=ext4
More information about the Pkg-systemd-maintainers
mailing list