Bug#867590: networkd removes statically set default route when RA expires
Marc Haber
mh+debian-packages at zugschlus.de
Fri Jul 7 16:52:04 BST 2017
Package: systemd
Version: 232-25
Severity: normal
Tags: ipv6
Hi,
I do have a system with systemd-networkd. IPv6AcceptRA is set to 1,
which is not strictly needed, but I can easily dream up a use case
where this is actually useful.
In the .network unit file, I have an IPv6 Gateway set statically:
[1/847]mh at milonga:~ $ cat /etc/systemd/network/milonga.network
[Match]
Name=e*
[Network]
Gateway=2001:db8::1
IPv6AcceptRA=yes
DHCP=no
[Address]
Address=2001:db8::43:100/64
When this system boots, it learns IPv6 default gateways from a HSRP
pair of routers, resulting in this routing table:
2001:67c:24f8:1002::/64 dev eth0 proto kernel metric 256 pref medium
2001:67c:24f8:1002::/64 dev eth0 proto ra metric 1024 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
default metric 1024
nexthop via 2001:67c:24f8:1002::1 dev eth0 weight 1
nexthop via fe80::21d:70ff:fe9f:65a0 dev eth0 weight 1
nexthop via fe80::21e:13ff:fe22:b510 dev eth0 weight 1
I am not sure whether it has any negative effects that the /64 route
is entered twice.
The HSRP pair of routers has RA disabled. It will, however, answer
router solicitations, a behavior which cannot be turned off on Cisco
devices.
When the SLAAC learned IP address and routes expire, systemd-networkd
removes the statically set default route as well, leaving the system
without IPv6 connectivity outside the local network.
Expected behavior would be to leave the statically set route in place.
A workaround is setting IPv6AcceptRA=no, but this means that even after
sending a router announcement, the system will not learn a new IP
address. Sending out a router announcement is a frequently used trick to
access a system whose network init has failed in some way and therefore
the static IP address failed to show up.
Greetings
Marc
-- Package-specific info:
-- System Information:
Debian Release: 9.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.11.8-zgsrv20080 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE=en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.115
ii libacl1 2.2.52-3+b1
ii libapparmor1 2.11.0-3
ii libaudit1 1:2.6.7-2
ii libblkid1 2.29.2-1
ii libc6 2.24-11+deb9u1
ii libcap2 1:2.25-1
ii libcryptsetup4 2:1.7.3-4
ii libgcrypt20 1.7.6-2+deb9u1
ii libgpg-error0 1.26-2
ii libidn11 1.33-1
ii libip4tc0 1.6.0+snapshot20161117-6
ii libkmod2 23-2
ii liblz4-1 0.0~r131-2+b1
ii liblzma5 5.2.2-1.2+b1
ii libmount1 2.29.2-1
ii libpam0g 1.1.8-3.6
ii libseccomp2 2.3.1-2.1
ii libselinux1 2.6-3+b1
ii libsystemd0 232-25
ii mount 2.29.2-1
ii procps 2:3.3.12-3
ii util-linux 2.29.2-1
Versions of packages systemd recommends:
ii dbus 1.10.18-1
ii libpam-systemd 232-25
Versions of packages systemd suggests:
pn policykit-1 <none>
pn systemd-container <none>
pn systemd-ui <none>
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.130
ii udev 232-25
-- no debconf information
-------------- next part --------------
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[MASKED] /etc/systemd/system/anacron.timer -> /lib/systemd/system/anacron.timer
4 overridden configuration files found.
-------------- next part --------------
-> Unit ferm.service:
Description: ferm firewall configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ferm.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ferm.service
Invocation ID: 440c648ab5164bc7ac872f5e90a80655
Fragment Path: /lib/systemd/system/ferm.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Wants: network-pre.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: network-pre.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: network-pre.target
References: -.mount
References: system.slice
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
RequiresMountsFor: /var/cache
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/ferm start
PID: 631
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/ferm reload
-> ExecStop:
Command Line: /etc/init.d/ferm stop
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-07-07 14:23:50 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:23:50 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2017-07-07 14:23:50 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Invocation ID: 13bf0375e6454fb2b2ee047c568c5f46
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Fri 2017-07-07 14:23:50 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:23:50 CEST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-tmpfiles-clean.timer
After: local-fs.target
After: time-sync.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-tmpfiles-clean.timer
References: local-fs.target
References: time-sync.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 1482
Start Timestamp: Fri 2017-07-07 14:23:50 CEST
Exit Timestamp: Fri 2017-07-07 14:23:50 CEST
Exit Code: exited
Exit Status: 0
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: d96b4811605a46bcaa14edd949c89b35
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Invocation ID: 4ba59cdcf19d47618ee7892cf90fa9e8
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:04.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device
Invocation ID: 08810e9bffe242268cea0bfbba38991a
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device
Following Set Member: dev-vda.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda
-> Unit sys-devices-pnp0-00:04-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:04/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pnp0-00:04-tty-ttyS0.device
Invocation ID: 52a01a99e9ec4428b83fadfcd42983d9
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Invocation ID: c3131d79b2f24cd9a1b45c078aa1249d
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Wants: systemd-timesyncd.service
Wants: keyboard-setup.service
Wants: local-fs.target
Wants: ferm.service
Wants: lvm2-lvmpolld.socket
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-sysctl.service
Wants: systemd-journald.service
Wants: kmod-static-nodes.service
Wants: lvm2-lvmetad.socket
Wants: systemd-hwdb-update.service
Wants: cryptsetup.target
Wants: dev-mqueue.mount
Wants: systemd-journal-flush.service
Wants: systemd-modules-load.service
Wants: systemd-binfmt.service
Wants: systemd-udev-trigger.service
Wants: sys-kernel-debug.mount
Wants: systemd-update-utmp.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: lvm2-monitor.service
Wants: sys-fs-fuse-connections.mount
Wants: systemd-udevd.service
Wants: sys-kernel-config.mount
Wants: systemd-random-seed.service
Wants: swap.target
Wants: systemd-tmpfiles-setup.service
Wants: dev-hugepages.mount
Wants: systemd-machine-id-commit.service
Wants: systemd-ask-password-console.path
RequiredBy: getty-static.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: dnsmasq.service
RequiredBy: exim4.service
RequiredBy: rsyslog.service
RequiredBy: dbus.service
RequiredBy: zg2-rebootscript.service
RequiredBy: ntp.service
RequiredBy: rc-local.service
RequiredBy: rescue.target
RequiredBy: apt-daily.service
RequiredBy: cron.service
RequiredBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
RequiredBy: console-log.service
RequiredBy: ssh.socket
RequiredBy: ssh.service
RequiredBy: apt-daily-upgrade.service
RequiredBy: rsync.service
RequiredBy: systemd-logind.service
RequiredBy: basic.target
RequiredBy: anacron.service
RequiredBy: ippl.service
RequiredBy: getty at tty1.service
RequiredBy: apt-daily.timer
RequiredBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: user at 1001.service
RequiredBy: serial-getty at ttyS0.service
RequiredBy: apt-daily-upgrade.timer
RequiredBy: systemd-user-sessions.service
RequiredBy: dbus.socket
RequiredBy: systemd-resolved.service
Conflicts: emergency.service
Conflicts: emergency.target
Conflicts: shutdown.target
Before: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Before: ntp.service
Before: dbus.socket
Before: dnsmasq.service
Before: ippl.service
Before: console-log.service
Before: systemd-logind.service
Before: systemd-tmpfiles-clean.timer
Before: getty at tty1.service
Before: ssh.socket
Before: apt-daily-upgrade.timer
Before: dbus.service
Before: user at 1001.service
Before: apt-daily.timer
Before: rsync.service
Before: apt-daily-upgrade.service
Before: systemd-ask-password-wall.service
Before: ssh.service
Before: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
Before: apt-daily.service
Before: anacron.service
Before: rsyslog.service
Before: getty-static.service
Before: serial-getty at ttyS0.service
Before: rescue.target
Before: systemd-resolved.service
Before: rc-local.service
Before: basic.target
Before: cron.service
Before: rescue.service
Before: exim4.service
Before: zg2-rebootscript.service
Before: systemd-user-sessions.service
After: systemd-udev-trigger.service
After: systemd-random-seed.service
After: cryptsetup.target
After: systemd-update-utmp.service
After: proc-sys-fs-binfmt_misc.automount
After: sys-fs-fuse-connections.mount
After: systemd-timesyncd.service
After: systemd-binfmt.service
After: systemd-machine-id-commit.service
After: systemd-hwdb-update.service
After: systemd-udevd.service
After: sys-kernel-config.mount
After: systemd-tmpfiles-setup.service
After: dev-hugepages.mount
After: kmod-static-nodes.service
After: local-fs.target
After: swap.target
After: sys-kernel-debug.mount
After: systemd-tmpfiles-setup-dev.service
After: systemd-modules-load.service
After: systemd-journald.service
After: dev-mqueue.mount
After: emergency.target
After: systemd-sysctl.service
After: emergency.service
References: sys-fs-fuse-connections.mount
References: sys-kernel-config.mount
References: emergency.service
References: systemd-hwdb-update.service
References: systemd-update-utmp.service
References: cryptsetup.target
References: lvm2-lvmpolld.socket
References: sys-kernel-debug.mount
References: proc-sys-fs-binfmt_misc.automount
References: systemd-binfmt.service
References: ferm.service
References: systemd-ask-password-console.path
References: lvm2-lvmetad.socket
References: systemd-sysctl.service
References: systemd-journald.service
References: dev-mqueue.mount
References: systemd-machine-id-commit.service
References: dev-hugepages.mount
References: keyboard-setup.service
References: swap.target
References: systemd-timesyncd.service
References: kmod-static-nodes.service
References: systemd-journal-flush.service
References: emergency.target
References: systemd-tmpfiles-setup-dev.service
References: local-fs.target
References: systemd-udev-trigger.service
References: systemd-tmpfiles-setup.service
References: systemd-udevd.service
References: lvm2-monitor.service
References: systemd-modules-load.service
References: systemd-random-seed.service
References: shutdown.target
ReferencedBy: systemd-udevd.service
ReferencedBy: rescue.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: getty-static.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: kmod-static-nodes.service
ReferencedBy: ippl.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: rc-local.service
ReferencedBy: rescue.service
ReferencedBy: systemd-logind.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-journald.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-sysctl.service
ReferencedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
ReferencedBy: ssh.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: cron.service
ReferencedBy: apt-daily.service
ReferencedBy: console-log.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: ntp.service
ReferencedBy: rsync.service
ReferencedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ReferencedBy: getty at tty1.service
ReferencedBy: basic.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: apt-daily.timer
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: dbus.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: sys-kernel-config.mount
ReferencedBy: user at 1001.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: systemd-resolved.service
ReferencedBy: rsyslog.service
ReferencedBy: ssh.socket
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: anacron.service
ReferencedBy: dnsmasq.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rsyslog.service
Name: syslog.service
Invocation ID: ff1039f9cf9c4c77b7f01ee4bc7e795b
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: syslog.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: sysinit.target
After: syslog.socket
After: system.slice
After: basic.target
TriggeredBy: syslog.socket
References: system.slice
References: sysinit.target
References: basic.target
References: syslog.socket
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 711
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
PID: 711
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-networkd.service
Before: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-udevd.service
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/VBoxService succeeded
ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd failed
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
Requires: tmp.mount
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: time-sync.target
After: -.mount
After: tmp.mount
After: systemd-remount-fs.service
After: system.slice
After: systemd-journald.socket
After: systemd-tmpfiles-setup.service
After: systemd-sysusers.service
References: systemd-journald.socket
References: systemd-tmpfiles-setup.service
References: sysinit.target
References: -.mount
References: shutdown.target
References: time-sync.target
References: systemd-sysusers.service
References: systemd-remount-fs.service
References: system.slice
References: tmp.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
DynamicUser: no
SystemCallFilter: ~putpmsg keyctl s390_pci_mmio_read _sysctl create_module s390_pci_mmio_write pciconfig_read umount2 perf_event_open rtas s390_runtime_instr afs_syscall sgetmask ustat tuxcall switch_endian ptrace mpx vserver init_module finit_module uselib vm86old ulimit vm86 pciconfig_write lock security query_module modify_ldt ioperm chroot profil gtty pivot_root add_key ftime iopl prof pciconfig_iobase stty ssetmask lookup_dcookie umount sysfs process_vm_writev spu_run delete_module request_key break get_kernel_syms process_vm_readv getpmsg mount
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Invocation ID: 30034e677c294a81b97d29d3226d0cfb
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.11.8-zgsrv20080/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup-dev.service
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 635
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-milonga-root.device:
Description: /dev/milonga/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-milonga-root.device
Invocation ID: 346c923aa13544a7932c4edb9d36e515
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit system-serial\x2dgetty.slice:
Description: system-serial\x2dgetty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-serial\x2dgetty.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-serial\x2dgetty.slice
Invocation ID: b9b03df094974139b7f9316666b5486a
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: serial-getty at ttyS0.service
Conflicts: shutdown.target
Before: shutdown.target
Before: serial-getty at ttyS0.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Invocation ID: 51c2bc090e074bc8a4e81376f1753c8b
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: lvm2-lvmetad.socket
Requires: system.slice
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: lvm2-lvmetad.socket
After: system.slice
TriggeredBy: lvm2-lvmetad.socket
References: systemd-journald.socket
References: lvm2-lvmetad.socket
References: shutdown.target
References: system.slice
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 664
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/lvmetad.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmetad -f
PID: 664
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-resolved.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-resolved.service
Invocation ID: cbc7e032c51e4b53967caf3c01d2a010
Documentation: man:systemd-resolved.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
Fragment Path: /lib/systemd/system/systemd-resolved.service
DropIn Path: /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
Requires: -.mount
Requires: tmp.mount
Wants: org.freedesktop.resolve1.busname
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: basic.target
After: systemd-networkd.service
After: systemd-journald.socket
After: tmp.mount
After: -.mount
After: org.freedesktop.resolve1.busname
After: sysinit.target
After: network.target
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-networkd.service
References: systemd-journald.socket
References: tmp.mount
References: -.mount
References: org.freedesktop.resolve1.busname
References: sysinit.target
References: network.target
References: system.slice
ReferencedBy: multi-user.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 752
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_raw
DynamicUser: no
ReadWritePaths: -/run/resolvconf
SystemCallFilter: ~sgetmask adjtimex get_kernel_syms s390_runtime_instr pciconfig_iobase chroot init_module iopl request_key security rtas putpmsg clock_settime ssetmask break switch_endian getpmsg pivot_root query_module process_vm_writev vm86 perf_event_open stime vm86old gtty modify_ldt clock_adjtime ioperm s390_pci_mmio_write pciconfig_read create_module tuxcall prof _sysctl ulimit keyctl mpx stty spu_run add_key process_vm_readv umount sysfs profil umount2 ptrace vserver lookup_dcookie ftime uselib s390_pci_mmio_read delete_module afs_syscall ustat settimeofday finit_module mount lock pciconfig_write
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
PID: 752
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> ExecStartPost:
Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
PID: 784
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
Status Text: Processing requests...
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
Before: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
ReferencedBy: serial-getty at ttyS0.service
-> Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: system.slice
Requires: lvm2-lvmpolld.socket
Conflicts: shutdown.target
After: systemd-journald.socket
After: system.slice
After: lvm2-lvmpolld.socket
TriggeredBy: lvm2-lvmpolld.socket
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: lvm2-lvmpolld.socket
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/lvmpolld.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Invocation ID: 3bb2529030404943baff1c37a704a374
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert 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-wall.path
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-07-07 14:09:23 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: Fri 2017-07-07 14:09:23 CEST
Inactive Enter Timestamp: Fri 2017-07-07 14:09:23 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Invocation ID: 6a2c33ecd38c45bf98641d7c14502258
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: systemd-fsckd.socket
Requires: system.slice
Before: shutdown.target
After: systemd-fsckd.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-fsckd.socket
References: systemd-fsckd.socket
References: systemd-journald.socket
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 656
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:09:23 CEST
Exit Code: exited
Exit Status: 0
-> Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rsync.service
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf failed
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
References: sysinit.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.socket
Invocation ID: e8fc0bdb273b4d9f9ac705fb8ee85210
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: dm-event.service
RequiredBy: lvm2-monitor.service
WantedBy: sockets.target
Before: dm-event.service
Before: lvm2-monitor.service
After: -.slice
After: -.mount
Triggers: dm-event.service
References: dm-event.service
References: -.slice
References: -.mount
ReferencedBy: dm-event.service
ReferencedBy: sockets.target
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service failed
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
References: basic.target
References: sysinit.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit user-1001.slice:
Description: User Slice of mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 15:44:44 CEST
Inactive Exit Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Enter Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user.slice
CGroup: /user.slice/user-1001.slice
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x40
Name: user-1001.slice
Invocation ID: 3d6481df08544d2985aec98b8e6aba9e
Fragment Path: /run/systemd/transient/user-1001.slice
Condition Timestamp: Fri 2017-07-07 15:44:44 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 15:44:44 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1001.service
RequiredBy: session-14.scope
RequiredBy: session-22.scope
Conflicts: shutdown.target
Before: session-22.scope
Before: shutdown.target
Before: user at 1001.service
Before: session-14.scope
After: user.slice
After: systemd-logind.service
After: systemd-user-sessions.service
References: user.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
ReferencedBy: user at 1001.service
ReferencedBy: session-14.scope
ReferencedBy: session-22.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Invocation ID: 7a7a5238d23146f387ca51753c8ac7dd
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: systemd-remount-fs.service
WantedBy: keyboard-setup.service
Conflicts: shutdown.target
Before: run-user-1001.mount
Before: tmp.mount
Before: local-fs.target
After: dm-event.service
After: systemd-remount-fs.service
After: keyboard-setup.service
After: lvm2-monitor.service
After: systemd-tmpfiles-setup-dev.service
References: shutdown.target
ReferencedBy: dm-event.service
ReferencedBy: local-fs.target
ReferencedBy: tmp.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: keyboard-setup.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: run-user-1001.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Invocation ID: 70554aec71d74ec387156ffbfca0e66b
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: systemd-journald.service
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: systemd-journald.service
After: -.mount
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: systemd-journald.service
References: -.mount
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: systemd-user-sessions.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 670
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:04.0-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Invocation ID: ba271628ce3141c7bfc3299078313027
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Invocation ID: 6efbbb3b8cc14c5488d3c611875a7abf
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: timers.target
Wants: slices.target
Wants: paths.target
Wants: sockets.target
Wants: tmp.mount
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: dnsmasq.service
Before: systemd-resolved.service
Before: ntp.service
Before: getty at tty1.service
Before: user at 1001.service
Before: systemd-logind.service
Before: multi-user.target
Before: zg2-rebootscript.service
Before: cron.service
Before: getty-static.service
Before: exim4.service
Before: ssh.service
Before: serial-getty at ttyS0.service
Before: rsyslog.service
Before: dbus.service
Before: apt-daily-upgrade.service
Before: anacron.service
Before: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Before: console-log.service
Before: ippl.service
Before: rc-local.service
Before: rsync.service
Before: apt-daily.service
Before: systemd-ask-password-wall.service
Before: systemd-user-sessions.service
Before: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
After: sysinit.target
After: slices.target
After: paths.target
After: sockets.target
After: -.mount
After: tmp.mount
References: sysinit.target
References: timers.target
References: paths.target
References: slices.target
References: sockets.target
References: shutdown.target
References: -.mount
References: tmp.mount
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rsyslog.service
ReferencedBy: getty-static.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
ReferencedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: user at 1001.service
ReferencedBy: multi-user.target
ReferencedBy: ssh.service
ReferencedBy: cron.service
ReferencedBy: dnsmasq.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: rc-local.service
ReferencedBy: ippl.service
ReferencedBy: dbus.service
ReferencedBy: ntp.service
ReferencedBy: systemd-logind.service
ReferencedBy: getty at tty1.service
ReferencedBy: exim4.service
ReferencedBy: rsync.service
ReferencedBy: systemd-resolved.service
ReferencedBy: anacron.service
ReferencedBy: console-log.service
ReferencedBy: apt-daily.service
ReferencedBy: zg2-rebootscript.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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 sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device:
Description: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Invocation ID: c953b87241f44bb2a029f3a103476f8b
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device
Following Set Member: dev-vda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Invocation ID: a960055bc42840e39ca614eefb17c137
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: -.mount
After: auditd.service
After: systemd-remount-fs.service
After: systemd-journald.socket
After: systemd-tmpfiles-setup.service
References: system.slice
References: -.mount
References: auditd.service
References: sysinit.target
References: systemd-remount-fs.service
References: shutdown.target
References: systemd-journald.socket
References: systemd-tmpfiles-setup.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 700
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: sysinit.target
References: proc-sys-fs-binfmt_misc.automount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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 systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-07-07 14:08:54 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2017-07-07 14:08:54 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Invocation ID: 75aa6b0b46894d6798cf7d55da21b7c8
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Fri 2017-07-07 14:08:54 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:54 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requisite: systemd-update-utmp.service
WantedBy: multi-user.target
WantedBy: rescue.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-update-utmp.service
After: system.slice
After: -.mount
After: multi-user.target
After: graphical.target
After: rescue.target
After: systemd-journald.socket
References: systemd-update-utmp.service
References: system.slice
References: shutdown.target
References: -.mount
References: multi-user.target
References: graphical.target
References: rescue.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
ReferencedBy: graphical.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 1207
Start Timestamp: Fri 2017-07-07 14:08:54 CEST
Exit Timestamp: Fri 2017-07-07 14:08:54 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Invocation ID: 28a4c29988354974b41a1f3366b60880
Following: sys-devices-pnp0-00:04-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
Job Timeout: 1min 30s
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
BoundBy: serial-getty at ttyS0.service
Before: serial-getty at ttyS0.service
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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: system-ssh.slice
ConflictedBy: network.target
ConflictedBy: getty.target
ConflictedBy: user-1001.slice
ConflictedBy: systemd-user-sessions.service
ConflictedBy: console-log.service
ConflictedBy: slices.target
ConflictedBy: dbus.socket
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: multi-user.target
ConflictedBy: exim4.service
ConflictedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ConflictedBy: remote-fs.target
ConflictedBy: anacron.service
ConflictedBy: remote-fs-pre.target
ConflictedBy: apt-daily-upgrade.service
ConflictedBy: time-sync.target
ConflictedBy: network-pre.target
ConflictedBy: getty at tty1.service
ConflictedBy: graphical.target
ConflictedBy: apt-daily.timer
ConflictedBy: systemd-random-seed.service
ConflictedBy: getty-static.service
ConflictedBy: sysinit.target
ConflictedBy: systemd-modules-load.service
ConflictedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: systemd-logind.service
ConflictedBy: session-22.scope
ConflictedBy: local-fs-pre.target
ConflictedBy: nss-user-lookup.target
ConflictedBy: apt-daily-upgrade.timer
ConflictedBy: systemd-timesyncd.service
ConflictedBy: apt-daily.service
ConflictedBy: dnsmasq.service
ConflictedBy: rescue.service
ConflictedBy: nss-lookup.target
ConflictedBy: basic.target
ConflictedBy: systemd-networkd.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: network-online.target
ConflictedBy: ferm.service
ConflictedBy: system-getty.slice
ConflictedBy: cron.service
ConflictedBy: system-serial\x2dgetty.slice
ConflictedBy: user.slice
ConflictedBy: emergency.service
ConflictedBy: swap.target
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: sockets.target
ConflictedBy: rsyslog.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-update-utmp.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-resolved.service
ConflictedBy: dbus.service
ConflictedBy: rsync.service
ConflictedBy: zg2-rebootscript.service
ConflictedBy: session-14.scope
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: serial-getty at ttyS0.service
ConflictedBy: rescue.target
ConflictedBy: lvm2-monitor.service
ConflictedBy: paths.target
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: emergency.target
ConflictedBy: timers.target
ConflictedBy: ssh.service
ConflictedBy: syslog.socket
ConflictedBy: systemd-sysctl.service
ConflictedBy: ippl.service
ConflictedBy: user at 1001.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: ntp.service
ConflictedBy: local-fs.target
ConflictedBy: cryptsetup.target
ConflictedBy: ssh.socket
ConflictedBy: rc-local.service
After: systemd-ask-password-wall.path
After: apt-daily-upgrade.service
After: apt-daily.timer
After: systemd-hwdb-update.service
After: dnsmasq.service
After: dbus.socket
After: systemd-machine-id-commit.service
After: apt-daily-upgrade.timer
After: systemd-timesyncd.service
After: cron.service
After: user.slice
After: user at 1001.service
After: dbus.service
After: system-getty.slice
After: rsync.service
After: ippl.service
After: systemd-update-utmp.service
After: systemd-modules-load.service
After: anacron.service
After: systemd-binfmt.service
After: ssh.socket
After: session-14.scope
After: serial-getty at ttyS0.service
After: getty-static.service
After: systemd-sysctl.service
After: systemd-random-seed.service
After: rescue.service
After: systemd-fsckd.service
After: syslog.socket
After: user-1001.slice
After: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
After: ntp.service
After: rc-local.service
After: systemd-update-utmp-runlevel.service
After: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
After: systemd-resolved.service
After: ferm.service
After: console-log.service
After: systemd-ask-password-console.path
After: systemd-tmpfiles-clean.timer
After: system-serial\x2dgetty.slice
After: systemd-networkd.service
After: systemd-tmpfiles-setup.service
After: rsyslog.service
After: exim4.service
After: systemd-fsck-root.service
After: systemd-user-sessions.service
After: systemd-ask-password-wall.service
After: zg2-rebootscript.service
After: systemd-tmpfiles-setup-dev.service
After: session-22.scope
After: systemd-remount-fs.service
After: systemd-logind.service
After: systemd-tmpfiles-clean.service
After: getty at tty1.service
After: system-ssh.slice
After: systemd-ask-password-console.service
After: apt-daily.service
After: ssh.service
After: emergency.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: ferm.service
ReferencedBy: remote-fs.target
ReferencedBy: local-fs-pre.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: multi-user.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: dbus.socket
ReferencedBy: systemd-binfmt.service
ReferencedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: rescue.service
ReferencedBy: paths.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: network-online.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: dnsmasq.service
ReferencedBy: anacron.service
ReferencedBy: cron.service
ReferencedBy: console-log.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: swap.target
ReferencedBy: emergency.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sysinit.target
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: system-getty.slice
ReferencedBy: rescue.target
ReferencedBy: exim4.service
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: graphical.target
ReferencedBy: network-pre.target
ReferencedBy: apt-daily.timer
ReferencedBy: nss-lookup.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dbus.service
ReferencedBy: session-22.scope
ReferencedBy: emergency.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: ssh.socket
ReferencedBy: nss-user-lookup.target
ReferencedBy: sockets.target
ReferencedBy: rc-local.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: syslog.socket
ReferencedBy: ntp.service
ReferencedBy: user-1001.slice
ReferencedBy: ssh.service
ReferencedBy: ippl.service
ReferencedBy: timers.target
ReferencedBy: basic.target
ReferencedBy: session-14.scope
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: slices.target
ReferencedBy: system-ssh.slice
ReferencedBy: rsync.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: user.slice
ReferencedBy: apt-daily.service
ReferencedBy: network.target
ReferencedBy: local-fs.target
ReferencedBy: zg2-rebootscript.service
ReferencedBy: time-sync.target
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-networkd.service
ReferencedBy: rsyslog.service
ReferencedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ReferencedBy: getty.target
ReferencedBy: user at 1001.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 0066958ddd814449a4d4c4a10d4b425e
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: 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
Invocation ID: 704af4247b1d41a288c49d9801990463
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/keyboard-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: keyboard-setup.service
Invocation ID: 4f3c4203a956486987e48a69ace59113
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: sysinit.target
Before: local-fs-pre.target
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 629
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
ConflictedBy: ssh.socket
Before: shutdown.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: auditd.service
After: network.target
After: ssh.socket
After: sysinit.target
References: auditd.service
References: systemd-journald.socket
References: basic.target
References: network.target
References: sysinit.target
References: system.slice
References: shutdown.target
ReferencedBy: ssh.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service:
Description: OpenBSD Secure Shell server per-connection daemon ([2a01:238:4071:3201::2:100]:57422)
Instance: 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 17:41:39 CEST
Inactive Exit Timestamp: Fri 2017-07-07 17:41:39 CEST
Active Enter Timestamp: Fri 2017-07-07 17:41:39 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-ssh.slice
CGroup: /system.slice/system-ssh.slice/ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: ssh at 89.service
Name: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
Invocation ID: 7943593796f04b83b7d079d5c347435a
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Fri 2017-07-07 17:41:39 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 17:41:39 CEST
Assert Result: yes
Requires: system-ssh.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: auditd.service
After: ssh.socket
After: sysinit.target
After: basic.target
After: system-ssh.slice
TriggeredBy: ssh.socket
References: auditd.service
References: sysinit.target
References: basic.target
References: system-ssh.slice
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 3842
Main PID Known: yes
Main PID Alien: no
Accept Socket: ssh.socket
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/sshd -i $SSHD_OPTS
PID: 3842
Start Timestamp: Fri 2017-07-07 17:41:39 CEST
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-mqueue.mount
Invocation ID: 78bceb5c76584833a6ed84803db3f3dd
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: display-manager.service
WantedBy: graphical.target
Before: graphical.target
ReferencedBy: graphical.target
-> Unit anacron.timer:
Description: anacron.timer
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.timer
Fragment Path: /dev/null
WantedBy: timers.target
ReferencedBy: timers.target
-> Unit lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation.service
Before: lvm2-monitor.service
ReferencedBy: lvm2-monitor.service
-> Unit serial-getty at ttyS0.service:
Description: Serial Getty on ttyS0
Instance: ttyS0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-serial\x2dgetty.slice
CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: serial-getty at ttyS0.service
Invocation ID: 8f44d64041d149eb99684f2dfff289c8
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/serial-getty at .service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system-serial\x2dgetty.slice
Requires: sysinit.target
BindsTo: dev-ttyS0.device
WantedBy: getty.target
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: rc-local.service
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: system-serial\x2dgetty.slice
After: dev-ttyS0.device
After: systemd-journald.socket
References: sysinit.target
References: basic.target
References: rc-local.service
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: shutdown.target
References: getty.target
References: system-serial\x2dgetty.slice
References: dev-ttyS0.device
References: systemd-journald.socket
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 761
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/ttyS0
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: ttyS0
-> ExecStart:
Command Line: /sbin/agetty --keep-baud 115200,38400,9600 ttyS0 $TERM
PID: 761
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: user.slice
Invocation ID: 78189de793ac449abf30da7eaef4a2a0
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1001.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: systemd-logind.service
Before: user-1001.slice
Before: shutdown.target
Before: slices.target
After: -.slice
References: -.slice
References: slices.target
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: user-1001.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-module-configfs.device
Invocation ID: dd3e97ea7d084d8ab7ece302625dda02
Job Timeout: 1min 30s
Wants: sys-kernel-config.mount
References: sys-kernel-config.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/configfs
-> Unit dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device:
Description: /dev/disk/by-uuid/787f7951-e7c0-47cb-ab64-5a090533c0b5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Invocation ID: 407f70c9eab14e2aaaf28a540b5f3a0f
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit ippl.service:
Description: LSB: IP protocols logger
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:25:31 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ippl.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ippl.service
Invocation ID: d8b83295525b45df801f0f4a1e039b76
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ippl.service
Source Path: /etc/init.d/ippl
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: network-online.target
After: system.slice
After: sysinit.target
After: nss-lookup.target
After: remote-fs.target
After: time-sync.target
After: systemd-journald.socket
After: basic.target
References: basic.target
References: network-online.target
References: system.slice
References: sysinit.target
References: nss-lookup.target
References: shutdown.target
References: graphical.target
References: remote-fs.target
References: time-sync.target
References: systemd-journald.socket
References: multi-user.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/ippl start
PID: 797
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ippl stop
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily-upgrade.service
After: basic.target
After: system.slice
After: apt-daily.timer
After: sysinit.target
After: systemd-journald.socket
TriggeredBy: apt-daily.timer
References: basic.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: apt-daily.timer
ReferencedBy: apt-daily-upgrade.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rc-local.service
Invocation ID: fc32f1ec2b1246bab530e3e6b49c2012
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: multi-user.target
Before: shutdown.target
Before: serial-getty at ttyS0.service
After: network-online.target
After: systemd-journald.socket
After: sysinit.target
After: system.slice
After: basic.target
After: network.target
References: network-online.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: system.slice
References: basic.target
References: network.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/rc.local start
PID: 754
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit session-14.scope:
Description: Session 14 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 15:44:44 CEST
Inactive Exit Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Enter Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/session-14.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-14.scope
Invocation ID: 2faa466b6a694d638c3e7479f5f075fe
Fragment Path: /run/systemd/transient/session-14.scope
Condition Timestamp: Fri 2017-07-07 15:44:44 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 15:44:44 CEST
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-1001.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: user-1001.slice
References: shutdown.target
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: systemd-journald-audit.socket
RequiredBy: ssh.socket
RequiredBy: system.slice
RequiredBy: systemd-initctl.socket
RequiredBy: init.scope
RequiredBy: systemd-journald.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: syslog.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: lvm2-lvmetad.socket
RequiredBy: dbus.socket
RequiredBy: systemd-udevd-kernel.socket
RequiredBy: systemd-networkd.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: user.slice
WantedBy: slices.target
Before: systemd-udevd-control.socket
Before: systemd-journald-audit.socket
Before: lvm2-lvmetad.socket
Before: systemd-journald.socket
Before: systemd-udevd-kernel.socket
Before: syslog.socket
Before: systemd-networkd.socket
Before: lvm2-lvmpolld.socket
Before: systemd-journald-dev-log.socket
Before: ssh.socket
Before: system.slice
Before: dbus.socket
Before: user.slice
Before: slices.target
Before: systemd-initctl.socket
Before: dm-event.socket
Before: init.scope
Before: systemd-fsckd.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: user.slice
ReferencedBy: systemd-fsckd.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: system.slice
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: slices.target
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: dm-event.socket
ReferencedBy: init.scope
ReferencedBy: systemd-initctl.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: ssh.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-vda2.device:
Description: /dev/vda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-vda2.device
Invocation ID: ed502407fd6145c9bfc5907a44c6a0ea
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit dev-vda1.device:
Description: /dev/vda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-vda1.device
Invocation ID: 49edb91c412d437e94fabbffb09454a4
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:23:50 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Invocation ID: d8551eabca634714a131432a7c400499
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: timers.target
Before: shutdown.target
Before: systemd-tmpfiles-clean.service
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: timers.target
References: shutdown.target
References: systemd-tmpfiles-clean.service
References: sysinit.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Invocation ID: a5494bf64e8f45aca4a81a03806899b2
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: ippl.service
WantedBy: apt-daily.timer
WantedBy: ntp.service
WantedBy: exim4.service
Conflicts: shutdown.target
Before: rc-local.service
Before: ntp.service
Before: ippl.service
Before: exim4.service
Before: apt-daily.timer
After: network.target
References: network.target
References: shutdown.target
ReferencedBy: rc-local.service
ReferencedBy: ntp.service
ReferencedBy: ippl.service
ReferencedBy: exim4.service
ReferencedBy: apt-daily.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-console.path
After: plymouth-start.service
After: system.slice
After: systemd-vconsole-setup.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-console.path
References: plymouth-start.service
References: system.slice
References: systemd-vconsole-setup.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit zg2-rebootscript.service:
Description: LSB: zg2-rebootscript
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:11:05 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/zg2-rebootscript.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: zg2-rebootscript.service
Invocation ID: b339f6b7f29046e2ae515e036e50437d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/zg2-rebootscript.service
Source Path: /etc/init.d/zg2-rebootscript
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
References: basic.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: graphical.target
References: systemd-journald.socket
References: multi-user.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/zg2-rebootscript start
PID: 714
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/zg2-rebootscript stop
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Invocation ID: 5c33c641dd944110af921da04454e5a6
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: sockets.target
Before: shutdown.target
Before: rsyslog.service
After: -.slice
After: -.mount
Triggers: rsyslog.service
References: rsyslog.service
References: -.mount
References: sockets.target
References: -.slice
References: shutdown.target
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
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
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
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Invocation ID: df9933611cf642abaad23925b89ec3f0
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
Requires: sysinit.target
RequiredBy: systemd-logind.service
RequiredBy: dbus.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: sockets.target
Before: shutdown.target
Before: dbus.service
After: -.slice
After: -.mount
After: sysinit.target
Triggers: dbus.service
References: sysinit.target
References: dbus.service
References: sockets.target
References: shutdown.target
References: -.slice
References: -.mount
ReferencedBy: systemd-logind.service
ReferencedBy: sockets.target
ReferencedBy: dbus.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: kbd.service
Before: console-setup.service
ReferencedBy: console-setup.service
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Invocation ID: e076711f124f4558a083245c0cf5a76d
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-tmpfiles-setup.service
Before: systemd-logind.service
Before: dnsmasq.service
Before: systemd-initctl.service
Before: exim4.service
Before: systemd-fsckd.service
Before: systemd-user-sessions.service
Before: getty-static.service
Before: dm-event.service
Before: systemd-modules-load.service
Before: systemd-udev-trigger.service
Before: kmod-static-nodes.service
Before: systemd-remount-fs.service
Before: systemd-resolved.service
Before: console-setup.service
Before: rc-local.service
Before: systemd-tmpfiles-setup-dev.service
Before: ferm.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-journald.service
Before: rsync.service
Before: zg2-rebootscript.service
Before: systemd-binfmt.service
Before: dbus.service
Before: systemd-journal-flush.service
Before: lvm2-lvmetad.service
Before: sockets.target
Before: ippl.service
Before: console-log.service
Before: user at 1001.service
Before: cron.service
Before: systemd-update-utmp.service
Before: ntp.service
Before: systemd-ask-password-wall.service
Before: systemd-sysctl.service
Before: systemd-fsck-root.service
Before: systemd-tmpfiles-clean.service
Before: lvm2-lvmpolld.service
Before: systemd-machine-id-commit.service
Before: lvm2-monitor.service
Before: systemd-timesyncd.service
Before: systemd-random-seed.service
Before: apt-daily.service
Before: ssh.service
Before: keyboard-setup.service
Before: anacron.service
Before: systemd-ask-password-console.service
Before: systemd-udevd.service
Before: apt-daily-upgrade.service
Before: systemd-hwdb-update.service
Before: systemd-networkd.service
Before: serial-getty at ttyS0.service
Before: getty at tty1.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
References: -.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-logind.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: apt-daily.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rsync.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: console-log.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: anacron.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: ferm.service
ReferencedBy: dnsmasq.service
ReferencedBy: ippl.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: dbus.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: cron.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: systemd-networkd.service
ReferencedBy: dm-event.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: ssh.service
ReferencedBy: exim4.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: console-setup.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: user at 1001.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: ntp.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-monitor.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-monitor.service
Invocation ID: 887897ea4f3f41daa139bce0a78147dc
Documentation: man:dmeventd(8)
Documentation: man:lvcreate(8)
Documentation: man:lvchange(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-monitor.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: lvm2-lvmetad.socket
Requires: system.slice
Requires: dm-event.socket
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
After: dm-event.service
After: lvm2-lvmetad.socket
After: dm-event.socket
After: system.slice
After: lvm2-lvmetad.service
After: systemd-journald.socket
After: lvm2-activation.service
References: dm-event.service
References: lvm2-lvmetad.socket
References: dm-event.socket
References: shutdown.target
References: system.slice
References: lvm2-activation.service
References: systemd-journald.socket
References: lvm2-lvmetad.service
References: local-fs-pre.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
PID: 654
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device:
Description: /dev/disk/by-partuuid/b9a6b5bc-ad0f-43fe-94bb-aa2c28eff8cf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Invocation ID: 7d1667d3eb3a445cbaa009ef7b26a337
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit sys-devices-virtual-tty-ttyprintk.device:
Description: /sys/devices/virtual/tty/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-tty-ttyprintk.device
Invocation ID: d545a77484524610975f28678355758d
Following Set Member: dev-ttyprintk.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyprintk
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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: sysinit.target
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:54 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: default.target
Name: runlevel5.target
Name: graphical.target
Invocation ID: 7c747a4848714a1a813295560b17a0f1
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Fri 2017-07-07 14:08:54 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:54 CEST
Assert Result: yes
Requires: multi-user.target
Wants: ippl.service
Wants: zg2-rebootscript.service
Wants: ntp.service
Wants: console-log.service
Wants: exim4.service
Wants: display-manager.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: rescue.service
Conflicts: rescue.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
After: ippl.service
After: zg2-rebootscript.service
After: console-log.service
After: ntp.service
After: rescue.target
After: exim4.service
After: display-manager.service
After: rescue.service
After: multi-user.target
References: ippl.service
References: zg2-rebootscript.service
References: ntp.service
References: console-log.service
References: rescue.target
References: exim4.service
References: shutdown.target
References: display-manager.service
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: multi-user.target
ReferencedBy: zg2-rebootscript.service
ReferencedBy: ntp.service
ReferencedBy: exim4.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: ippl.service
ReferencedBy: console-log.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Invocation ID: 1b124650095d4cb7a0e6aa0375f721f6
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device:
Description: /dev/disk/by-id/lvm-pv-uuid-bNverc-6Ju4-mE0e-XG0W-xVFr-un2U-3crA0H
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Invocation ID: fd85648e70e949f48507a5144c831584
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device:
Description: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Invocation ID: 1ecce97bed0147d2841a44aa899fb657
Following Set Member: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit user at 1001.service:
Description: User Manager for UID 1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 15:44:44 CEST
Inactive Exit Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Enter Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/user at 1001.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: user at 1001.service
Invocation ID: da0534d7ed594849a67208c2935c5105
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Fri 2017-07-07 15:44:44 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 15:44:44 CEST
Assert Result: yes
Requires: user-1001.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: user-1001.slice
After: basic.target
After: systemd-user-sessions.service
After: systemd-journald.socket
References: sysinit.target
References: user-1001.slice
References: basic.target
References: systemd-user-sessions.service
References: shutdown.target
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 2791
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1001
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 2791
Start Timestamp: Fri 2017-07-07 15:44:44 CEST
Status Text: Startup finished in 12ms.
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udev-trigger.service
Before: systemd-update-done.service
Before: shutdown.target
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
References: system.slice
References: sysinit.target
References: systemd-remount-fs.service
References: systemd-update-done.service
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-random-seed.service
Invocation ID: 2072b29c04fd4cb5b3b128a0eb42eb2c
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: -.mount
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
References: system.slice
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 669
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Invocation ID: 8b4ca820a3ab43dbbc7342d5da316e6d
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Wants: systemd-journald.socket
Wants: dm-event.socket
Wants: systemd-initctl.socket
Wants: systemd-networkd.socket
Wants: systemd-udevd-control.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald-dev-log.socket
Wants: dbus.socket
Wants: systemd-udevd-kernel.socket
Wants: ssh.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: ssh.socket
After: systemd-networkd.socket
After: systemd-journald-audit.socket
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
After: systemd-journald-dev-log.socket
After: systemd-initctl.socket
After: syslog.socket
After: systemd-journald.socket
After: dbus.socket
References: systemd-journald.socket
References: dm-event.socket
References: systemd-initctl.socket
References: systemd-networkd.socket
References: systemd-udevd-control.socket
References: shutdown.target
References: systemd-journald-audit.socket
References: systemd-journald-dev-log.socket
References: dbus.socket
References: systemd-udevd-kernel.socket
References: ssh.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: basic.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: dbus.socket
ReferencedBy: ssh.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-dev-log.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:54 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: multi-user.target
Name: runlevel4.target
Name: runlevel3.target
Name: runlevel2.target
Invocation ID: 948f56ced57e43d8a740e9627cc9da1a
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Fri 2017-07-07 14:08:54 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:54 CEST
Assert Result: yes
Requires: basic.target
Wants: systemd-resolved.service
Wants: rc-local.service
Wants: console-setup.service
Wants: systemd-logind.service
Wants: systemd-update-utmp-runlevel.service
Wants: console-log.service
Wants: ippl.service
Wants: rsyslog.service
Wants: anacron.service
Wants: systemd-user-sessions.service
Wants: remote-fs.target
Wants: systemd-networkd.service
Wants: cron.service
Wants: systemd-ask-password-wall.path
Wants: dbus.service
Wants: exim4.service
Wants: rsync.service
Wants: getty.target
Wants: dnsmasq.service
Wants: ntp.service
Wants: zg2-rebootscript.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: rescue.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: zg2-rebootscript.service
After: rescue.target
After: rsync.service
After: systemd-resolved.service
After: basic.target
After: rc-local.service
After: dbus.service
After: rsyslog.service
After: dnsmasq.service
After: getty.target
After: systemd-user-sessions.service
After: ntp.service
After: anacron.service
After: systemd-networkd.service
After: systemd-logind.service
After: exim4.service
After: rescue.service
After: ippl.service
After: console-log.service
After: cron.service
References: systemd-ask-password-wall.path
References: zg2-rebootscript.service
References: dbus.service
References: ntp.service
References: rescue.service
References: rc-local.service
References: console-setup.service
References: systemd-user-sessions.service
References: shutdown.target
References: systemd-networkd.service
References: anacron.service
References: ippl.service
References: console-log.service
References: rescue.target
References: exim4.service
References: cron.service
References: systemd-update-utmp-runlevel.service
References: getty.target
References: basic.target
References: rsyslog.service
References: dnsmasq.service
References: systemd-logind.service
References: rsync.service
References: remote-fs.target
References: systemd-resolved.service
ReferencedBy: ippl.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: console-log.service
ReferencedBy: ntp.service
ReferencedBy: exim4.service
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-networkd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Invocation ID: 6e965efc9a0d42bfad91846b7d194a11
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp.service
Before: shutdown.target
Before: systemd-timesyncd.service
Before: sysinit.target
After: local-fs.target
After: systemd-journal-flush.service
After: systemd-journald.socket
After: system.slice
After: systemd-sysusers.service
References: shutdown.target
References: system.slice
References: sysinit.target
References: local-fs.target
References: systemd-sysusers.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 683
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: system.slice
Invocation ID: 7ad8b66bcd304adfa5657bed3edd9fb2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: ntp.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: system-serial\x2dgetty.slice
RequiredBy: anacron.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: system-getty.slice
RequiredBy: exim4.service
RequiredBy: systemd-fsckd.service
RequiredBy: dev-mqueue.mount
RequiredBy: dnsmasq.service
RequiredBy: systemd-initctl.service
RequiredBy: systemd-ask-password-console.service
RequiredBy: systemd-binfmt.service
RequiredBy: ssh.service
RequiredBy: systemd-journald.service
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: apt-daily-upgrade.service
RequiredBy: sys-kernel-debug.mount
RequiredBy: rescue.service
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: rc-local.service
RequiredBy: rsyslog.service
RequiredBy: dbus.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-lvmpolld.service
RequiredBy: zg2-rebootscript.service
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-udevd.service
RequiredBy: system-ssh.slice
RequiredBy: dev-hugepages.mount
RequiredBy: dm-event.service
RequiredBy: systemd-networkd.service
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: systemd-resolved.service
RequiredBy: ferm.service
RequiredBy: keyboard-setup.service
RequiredBy: systemd-user-sessions.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: tmp.mount
RequiredBy: cron.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-logind.service
RequiredBy: systemd-modules-load.service
RequiredBy: kmod-static-nodes.service
RequiredBy: ippl.service
RequiredBy: emergency.service
RequiredBy: apt-daily.service
RequiredBy: lvm2-monitor.service
RequiredBy: systemd-sysctl.service
RequiredBy: -.mount
RequiredBy: rsync.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: console-log.service
RequiredBy: console-setup.service
RequiredBy: run-user-1001.mount
RequiredBy: systemd-fsck-root.service
RequiredBy: systemd-remount-fs.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: systemd-timesyncd.service
RequiredBy: getty-static.service
RequiredBy: systemd-journal-flush.service
WantedBy: slices.target
Before: sys-fs-fuse-connections.mount
Before: systemd-udevd.service
Before: systemd-machine-id-commit.service
Before: systemd-modules-load.service
Before: systemd-tmpfiles-clean.service
Before: emergency.service
Before: ntp.service
Before: rc-local.service
Before: console-log.service
Before: systemd-journal-flush.service
Before: dev-mqueue.mount
Before: kmod-static-nodes.service
Before: systemd-binfmt.service
Before: systemd-timesyncd.service
Before: ippl.service
Before: exim4.service
Before: systemd-ask-password-console.service
Before: dbus.service
Before: systemd-random-seed.service
Before: systemd-tmpfiles-setup-dev.service
Before: sys-kernel-config.mount
Before: zg2-rebootscript.service
Before: -.mount
Before: systemd-networkd.service
Before: ssh.service
Before: systemd-initctl.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-hwdb-update.service
Before: apt-daily-upgrade.service
Before: sys-kernel-debug.mount
Before: systemd-update-utmp.service
Before: systemd-ask-password-wall.service
Before: systemd-fsckd.service
Before: getty-static.service
Before: lvm2-lvmetad.service
Before: systemd-udev-trigger.service
Before: rsyslog.service
Before: system-ssh.slice
Before: dm-event.service
Before: cron.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-tmpfiles-setup.service
Before: dev-hugepages.mount
Before: system-serial\x2dgetty.slice
Before: ferm.service
Before: tmp.mount
Before: keyboard-setup.service
Before: lvm2-lvmpolld.service
Before: systemd-user-sessions.service
Before: console-setup.service
Before: anacron.service
Before: apt-daily.service
Before: systemd-logind.service
Before: systemd-sysctl.service
Before: system-getty.slice
Before: slices.target
Before: systemd-remount-fs.service
Before: dnsmasq.service
Before: run-user-1001.mount
Before: lvm2-monitor.service
Before: rescue.service
Before: rsync.service
Before: systemd-journald.service
Before: systemd-fsck-root.service
Before: systemd-resolved.service
After: -.slice
References: -.slice
References: slices.target
ReferencedBy: run-user-1001.mount
ReferencedBy: systemd-journald.service
ReferencedBy: slices.target
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: ferm.service
ReferencedBy: system-ssh.slice
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-journal-flush.service
ReferencedBy: rescue.service
ReferencedBy: anacron.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: rsync.service
ReferencedBy: dbus.service
ReferencedBy: rsyslog.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: getty-static.service
ReferencedBy: ntp.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: ssh.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: system-getty.slice
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: console-setup.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: apt-daily.service
ReferencedBy: dnsmasq.service
ReferencedBy: rc-local.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: cron.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ippl.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-resolved.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: console-log.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: dm-event.service
ReferencedBy: -.mount
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: exim4.service
ReferencedBy: emergency.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit system-ssh.slice:
Description: system-ssh.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:56 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:56 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:56 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-ssh.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-ssh.slice
Invocation ID: 14fe3e0b7c6f47dc9c2facb505a2caf3
Condition Timestamp: Fri 2017-07-07 14:08:56 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:56 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
RequiredBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
Conflicts: shutdown.target
Before: shutdown.target
Before: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Before: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ReferencedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyprintk.device:
Description: /dev/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyprintk.device
Invocation ID: a113013c586949939b5eb611b485e447
Following: sys-devices-virtual-tty-ttyprintk.device
Following Set Member: sys-devices-virtual-tty-ttyprintk.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyprintk
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 17:42:25 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: c662b2a779514d708aa4dbe1c40750cb
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-binfmt.service
Before: sysinit.target
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit run-user-1001.mount:
Description: /run/user/1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 15:44:44 CEST
Inactive Exit Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Enter Timestamp: Fri 2017-07-07 15:44:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-1001.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-1001.mount
Invocation ID: 29549302fed94cbab3f38e4d324d8447
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: local-fs.target
After: system.slice
After: -.mount
After: local-fs-pre.target
References: -.mount
References: umount.target
References: local-fs.target
References: system.slice
References: local-fs-pre.target
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1001
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=50720k,mode=700,uid=1001,gid=1001
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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 session-22.scope:
Description: Session 22 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 17:41:39 CEST
Inactive Exit Timestamp: Fri 2017-07-07 17:41:39 CEST
Active Enter Timestamp: Fri 2017-07-07 17:41:39 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1001.slice
CGroup: /user.slice/user-1001.slice/session-22.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-22.scope
Invocation ID: 4cb97985112f476fb2010181ed8ff0cb
Fragment Path: /run/systemd/transient/session-22.scope
Condition Timestamp: Fri 2017-07-07 17:41:39 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 17:41:39 CEST
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-1001.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: user-1001.slice
References: shutdown.target
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit dev-mapper-milonga\x2droot.device:
Description: /dev/mapper/milonga-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-milonga\x2droot.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Invocation ID: 353bb77d417d45b6a2105e74a234fd00
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice
Requires: -.mount
RequiredBy: emergency.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: shutdown.target
Before: emergency.target
Before: sysinit.target
After: system.slice
After: -.mount
References: rescue.service
References: shutdown.target
References: system.slice
References: syslog.socket
References: -.mount
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in emergency mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:09:02 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.timer
Invocation ID: 6f80396daf814a2199bca634e4c7cb31
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: network-online.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: timers.target
Before: apt-daily-upgrade.timer
Before: apt-daily.service
Before: shutdown.target
After: sysinit.target
After: time-sync.target
After: -.mount
After: network-online.target
Triggers: apt-daily.service
References: time-sync.target
References: -.mount
References: network-online.target
References: timers.target
References: sysinit.target
References: apt-daily.service
References: shutdown.target
ReferencedBy: timers.target
ReferencedBy: apt-daily-upgrade.timer
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06,18:00:00
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dbus.service
Invocation ID: d8cbc39d784b4adaaaa7140e18d11159
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: dbus.socket
After: basic.target
TriggeredBy: dbus.socket
References: sysinit.target
References: dbus.socket
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: dbus.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 705
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
PID: 705
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit dev-disk-by\x2dlabel-milonga\x2droot.device:
Description: /dev/disk/by-label/milonga-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-milonga\x2droot.device
Invocation ID: 8f44bb7802c34b968e150e8aa44f41e8
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Invocation ID: c28a074fb1424f0b9d8b14a0ebe2fd8c
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Requires: system.slice
RequiredBy: basic.target
RequiredBy: systemd-udevd-control.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: console-setup.service
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-ask-password-wall.path
RequiredBy: ferm.service
RequiredBy: systemd-ask-password-console.path
RequiredBy: apt-daily.timer
RequiredBy: systemd-journal-flush.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: dev-mqueue.mount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-resolved.service
RequiredBy: local-fs.target
RequiredBy: tmp.mount
RequiredBy: systemd-timesyncd.service
RequiredBy: dm-event.socket
RequiredBy: syslog.socket
RequiredBy: systemd-journald.socket
RequiredBy: dev-hugepages.mount
RequiredBy: emergency.service
RequiredBy: dbus.socket
RequiredBy: sys-kernel-debug.mount
RequiredBy: systemd-fsckd.socket
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-initctl.socket
RequiredBy: apt-daily-upgrade.timer
RequiredBy: run-user-1001.mount
RequiredBy: systemd-update-utmp.service
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: rescue.service
Before: tmp.mount
Before: systemd-initctl.socket
Before: local-fs.target
Before: sys-kernel-config.mount
Before: systemd-resolved.service
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.automount
Before: console-setup.service
Before: lvm2-lvmpolld.socket
Before: systemd-journald.socket
Before: lvm2-lvmetad.socket
Before: systemd-timesyncd.service
Before: dbus.socket
Before: apt-daily.timer
Before: syslog.socket
Before: systemd-ask-password-console.path
Before: dev-mqueue.mount
Before: apt-daily-upgrade.timer
Before: systemd-udevd-control.socket
Before: emergency.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-journald-dev-log.socket
Before: ferm.service
Before: dm-event.socket
Before: sys-fs-fuse-connections.mount
Before: systemd-update-utmp-runlevel.service
Before: systemd-ask-password-wall.path
Before: rescue.service
Before: run-user-1001.mount
Before: basic.target
Before: systemd-random-seed.service
Before: systemd-update-utmp.service
Before: systemd-journal-flush.service
Before: systemd-fsckd.socket
Before: dev-hugepages.mount
After: system.slice
References: system.slice
References: local-fs.target
ReferencedBy: run-user-1001.mount
ReferencedBy: emergency.service
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: rescue.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: tmp.mount
ReferencedBy: basic.target
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-fsckd.socket
ReferencedBy: ferm.service
ReferencedBy: console-setup.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: dev-mqueue.mount
ReferencedBy: local-fs.target
ReferencedBy: syslog.socket
ReferencedBy: dev-hugepages.mount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dm-event.socket
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-resolved.service
RequiresMountsFor: /dev/mapper/milonga-root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/milonga-root
File System Type: ext4
Options: rw,relatime,errors=remount-ro,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Invocation ID: 487c756b77254dcb99a66120bb139bfc
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: dnsmasq.service
Conflicts: shutdown.target
Before: exim4.service
Before: ippl.service
After: dnsmasq.service
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: dnsmasq.service
ReferencedBy: ippl.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ntp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ntp.service
Invocation ID: 23ab8cb3dc5c48ff9b5764d8119dd2d9
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: network-online.target
After: system.slice
After: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: basic.target
References: network-online.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: graphical.target
References: remote-fs.target
References: systemd-journald.socket
References: multi-user.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/ntp start
PID: 753
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp stop
-> Unit org.freedesktop.resolve1.busname:
Description: org.freedesktop.resolve1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.resolve1.busname
WantedBy: systemd-resolved.service
Before: systemd-resolved.service
ReferencedBy: systemd-resolved.service
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Invocation ID: 850a07cb2acf412191db27c8d7f0e5e7
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: ferm.service
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: network.target
After: ferm.service
References: shutdown.target
ReferencedBy: systemd-networkd.service
ReferencedBy: network.target
ReferencedBy: ferm.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Before: rescue.service
Before: systemd-ask-password-console.path
Before: systemd-ask-password-console.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
-> Unit tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: tmp.mount
Invocation ID: 3f835aa7fb354fe29c69fc996028d639
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
DropIn Path: /etc/systemd/system/tmp.mount.d/before.conf
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: systemd-resolved.service
RequiredBy: systemd-timesyncd.service
WantedBy: basic.target
WantedBy: local-fs.target
Conflicts: umount.target
Before: basic.target
Before: local-fs.target
Before: umount.target
Before: systemd-resolved.service
Before: systemd-timesyncd.service
After: system.slice
After: -.mount
After: local-fs-pre.target
References: umount.target
References: local-fs.target
References: local-fs-pre.target
References: -.mount
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-resolved.service
ReferencedBy: basic.target
ReferencedBy: systemd-timesyncd.service
RequiresMountsFor: /
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service
Requires: sysinit.target
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
Before: graphical.target
After: rescue.service
After: sysinit.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.socket
Invocation ID: 9c94532a93e647a183a4a9a16aabd78f
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-monitor.service
WantedBy: sysinit.target
Before: lvm2-lvmetad.service
Before: lvm2-monitor.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmetad.service
References: -.slice
References: lvm2-lvmetad.service
References: -.mount
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmetad.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: greylist.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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 time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Invocation ID: a4eb9f73d7364c7fb7c4f0f365d234cd
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: anacron.service
Before: apt-daily-upgrade.timer
Before: exim4.service
Before: ippl.service
Before: apt-daily.timer
Before: systemd-tmpfiles-clean.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: ippl.service
ReferencedBy: anacron.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: exim4.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: apt-daily.timer
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journald.service
Invocation ID: 06aaffc1e4ca4cedb3a6f1c7ca2f64a8
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: systemd-journald.socket
Requires: system.slice
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: systemd-journald-audit.socket
After: syslog.socket
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-dev-log.socket
References: system.slice
References: systemd-journald-dev-log.socket
References: systemd-journald-audit.socket
References: syslog.socket
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: ready
Main PID: 628
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
DynamicUser: no
SystemCallFilter: ~modify_ldt afs_syscall _sysctl ftime security finit_module perf_event_open pciconfig_read gtty clock_settime prof get_kernel_syms getpmsg putpmsg s390_pci_mmio_write lookup_dcookie delete_module umount pciconfig_write vserver process_vm_readv ustat s390_pci_mmio_read clock_adjtime pivot_root request_key pciconfig_iobase mount ioperm sysfs query_module add_key process_vm_writev iopl profil ssetmask settimeofday umount2 rtas tuxcall stime create_module s390_runtime_instr mpx vm86 chroot break stty init_module sgetmask switch_endian ptrace spu_run vm86old lock uselib adjtimex ulimit keyctl
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 628
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 8
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Before: systemd-update-utmp.service
Before: ssh.service
Before: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
ReferencedBy: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Invocation ID: ce9a2bb2c2584214a59086454d71764a
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-ask-password-console.service
Before: shutdown.target
Before: paths.target
Before: cryptsetup.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: cryptsetup.target
References: -.mount
References: plymouth-start.service
References: shutdown.target
References: paths.target
References: systemd-ask-password-console.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit ssh at 49-195.88.109.134:22-85.214.131.164:55718.service:
Description: OpenBSD Secure Shell server per-connection daemon (85.214.131.164:55718)
Instance: 49-195.88.109.134:22-85.214.131.164:55718
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 15:44:44 CEST
Inactive Exit Timestamp: Fri 2017-07-07 15:44:43 CEST
Active Enter Timestamp: Fri 2017-07-07 15:44:43 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-ssh.slice
CGroup: /system.slice/system-ssh.slice/ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: ssh at 49.service
Name: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Invocation ID: beb1646fa01d42a39eba7c6dac548f08
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Fri 2017-07-07 15:44:43 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 15:44:43 CEST
Assert Result: yes
Requires: system-ssh.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: system-ssh.slice
After: ssh.socket
After: auditd.service
TriggeredBy: ssh.socket
References: shutdown.target
References: basic.target
References: sysinit.target
References: system-ssh.slice
References: auditd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 2789
Main PID Known: yes
Main PID Alien: no
Accept Socket: ssh.socket
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/sshd -i $SSHD_OPTS
PID: 2789
Start Timestamp: Fri 2017-07-07 15:44:43 CEST
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Invocation ID: 5181f9bff72a48eebd0295424c4c7304
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
Wants: systemd-remount-fs.service
Wants: tmp.mount
Wants: systemd-fsck-root.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-setup.service
Before: console-setup.service
Before: systemd-machine-id-commit.service
Before: sysinit.target
Before: systemd-tmpfiles-clean.service
After: systemd-fsck-root.service
After: local-fs-pre.target
After: tmp.mount
After: -.mount
After: run-user-1001.mount
After: systemd-remount-fs.service
OnFailure: emergency.target
References: local-fs-pre.target
References: -.mount
References: systemd-fsck-root.service
References: shutdown.target
References: emergency.target
References: tmp.mount
References: systemd-remount-fs.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: tmp.mount
ReferencedBy: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: run-user-1001.mount
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:54 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:54 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: exim4.service
Invocation ID: a7a478565a0f46e5b016538b5677e811
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: clamav-daemon.service
After: basic.target
After: nss-lookup.target
After: system.slice
After: sysinit.target
After: greylist.service
After: spamassassin.service
After: time-sync.target
After: postgresql.service
After: mysql.service
After: remote-fs.target
After: systemd-journald.socket
After: network-online.target
References: mysql.service
References: time-sync.target
References: shutdown.target
References: basic.target
References: network-online.target
References: graphical.target
References: sysinit.target
References: system.slice
References: spamassassin.service
References: remote-fs.target
References: postgresql.service
References: clamav-daemon.service
References: greylist.service
References: nss-lookup.target
References: multi-user.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/exim4 start
PID: 800
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:54 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit dev-disk-by\x2dpartlabel-milonga.device:
Description: /dev/disk/by-partlabel/milonga
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartlabel-milonga.device
Invocation ID: 330baca346334cb7900834bcaa544d6e
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages failed
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-logind.service
Invocation ID: 9261bf81339248c4a2ac5b9fce79dbc0
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: sysinit.target
Wants: user.slice
Wants: dbus.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-22.scope
Before: session-14.scope
Before: shutdown.target
Before: user-1001.slice
Before: multi-user.target
After: user.slice
After: nss-user-lookup.target
After: dbus.socket
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: basic.target
References: user.slice
References: shutdown.target
References: dbus.socket
References: system.slice
References: nss-user-lookup.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: user-1001.slice
ReferencedBy: session-14.scope
ReferencedBy: session-22.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 715
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
DynamicUser: no
SystemCallFilter: ~ustat s390_runtime_instr stime add_key adjtimex request_key switch_endian ulimit modify_ldt putpmsg getpmsg vm86old afs_syscall init_module ptrace process_vm_writev gtty pciconfig_read process_vm_readv lookup_dcookie settimeofday ftime break uselib s390_pci_mmio_write iopl clock_adjtime finit_module delete_module ioperm vm86 perf_event_open _sysctl spu_run get_kernel_syms prof tuxcall create_module rtas sysfs pciconfig_write s390_pci_mmio_read query_module stty keyctl vserver profil lock clock_settime security mpx pciconfig_iobase ssetmask sgetmask
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 715
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Status Text: Processing requests...
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device:
Description: /dev/disk/by-id/dm-uuid-LVM-DWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Invocation ID: 5f45246f4049420ea1b8bc8fd2e92947
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udevd.service
Invocation ID: b4e3f914836e4b3f807a400a8c480d5e
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: systemd-networkd.service
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
After: systemd-udevd-control.socket
After: systemd-udevd-kernel.socket
After: systemd-sysusers.service
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: system.slice
References: sysinit.target
References: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: systemd-sysusers.service
References: systemd-journald.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 675
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 675
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Status Text: Processing with 12 children at max
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Invocation ID: 4ca4899d018d43c6944276dcf7d2778e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: -.slice
After: user.slice
After: system.slice
References: -.slice
References: system.slice
References: shutdown.target
ReferencedBy: user.slice
ReferencedBy: system.slice
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Invocation ID: 81da23e556c045a8842a02cf744589e9
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-update-utmp.service
Before: systemd-timesyncd.service
Before: local-fs.target
Before: systemd-journal-flush.service
Before: systemd-random-seed.service
Before: shutdown.target
Before: local-fs-pre.target
Before: systemd-hwdb-update.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsck-root.service
References: local-fs.target
References: local-fs-pre.target
References: systemd-fsck-root.service
References: system.slice
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-update-utmp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 662
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-networkd.socket:
Description: Network Service Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd.socket
Invocation ID: a595627d223d45ab9920e6346f5c739a
Documentation: man:systemd-networkd.service(8)
Documentation: man:rtnetlink(7)
Fragment Path: /lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
Before: systemd-networkd.service
Before: sockets.target
After: -.slice
Triggers: systemd-networkd.service
References: systemd-networkd.service
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-networkd.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenNetlink: route 1361
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-subsystem-net-devices-eth0.device:
Description: Virtio network device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Invocation ID: ef5a98c819b44772822afa7145ef1e45
Following Set Member: sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.socket
Invocation ID: a83933e729e84898bda9f96179bf5e6f
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmpolld.service
References: lvm2-lvmpolld.service
References: -.slice
References: -.mount
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/lvm/lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily-upgrade.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: apt-daily-upgrade.timer
After: basic.target
After: sysinit.target
After: apt-daily.service
After: systemd-journald.socket
After: system.slice
TriggeredBy: apt-daily-upgrade.timer
References: system.slice
References: basic.target
References: sysinit.target
References: apt-daily.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: apt-daily-upgrade.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
-> Unit ssh.socket:
Description: OpenBSD Secure Shell server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh.socket
Invocation ID: dafb8898556f4e17a8d79790bf25599c
Fragment Path: /lib/systemd/system/ssh.socket
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: sysinit.target
WantedBy: sockets.target
Conflicts: ssh.service
Conflicts: shutdown.target
Before: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
Before: sockets.target
Before: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Before: shutdown.target
Before: ssh.service
After: -.slice
After: sysinit.target
Triggers: ssh at 49-195.88.109.134:22-85.214.131.164:55718.service
Triggers: ssh at 89-2001:67c:24f8:1002::43:100:22-2a01:238:4071:3201::2:100:57422.service
References: -.slice
References: ssh.service
References: sockets.target
References: shutdown.target
References: sysinit.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: ssh.socket
SELinuxContextFromNet: no
Accepted: 93
NConnections: 2
MaxConnections: 64
ListenStream: [::]:22
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device:
Description: /dev/disk/by-path/pci-0000:00:04.0-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Invocation ID: 7d57c6f7a4e04176a4c32317f838a53e
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-networkd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-networkd.service
Invocation ID: 5736cc87fc194fafad8c9eea7996bd89
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: network.target
Wants: org.freedesktop.network1.busname
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: network.target
Before: shutdown.target
Before: systemd-resolved.service
After: systemd-networkd.socket
After: systemd-sysctl.service
After: systemd-sysusers.service
After: systemd-journald.socket
After: org.freedesktop.network1.busname
After: network-pre.target
After: system.slice
After: systemd-udevd.service
TriggeredBy: systemd-networkd.socket
References: shutdown.target
References: multi-user.target
References: systemd-sysctl.service
References: systemd-sysusers.service
References: systemd-journald.socket
References: org.freedesktop.network1.busname
References: network-pre.target
References: network.target
References: system.slice
References: systemd-udevd.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-networkd.socket
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 749
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
DynamicUser: no
SystemCallFilter: ~rtas spu_run switch_endian mount pivot_root create_module process_vm_writev mpx break ftime keyctl get_kernel_syms s390_runtime_instr uselib s390_pci_mmio_read umount2 putpmsg vm86 finit_module settimeofday ustat pciconfig_iobase query_module prof ioperm afs_syscall gtty request_key chroot _sysctl add_key s390_pci_mmio_write tuxcall ulimit vm86old security sgetmask sysfs clock_adjtime stime umount lock pciconfig_read getpmsg stty pciconfig_write process_vm_readv adjtimex ssetmask modify_ldt iopl ptrace perf_event_open lookup_dcookie profil clock_settime init_module vserver delete_module
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
PID: 749
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Status Text: Processing requests...
-> Unit dev-vda.device:
Description: /dev/vda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-vda.device
Invocation ID: cb5bf4fa794247bea9bafcd8f9316ab6
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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: run-user-1001.mount
ConflictedBy: tmp.mount
After: run-user-1001.mount
After: tmp.mount
ReferencedBy: run-user-1001.mount
ReferencedBy: tmp.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device:
Description: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Invocation ID: de9dfa7ff84f40c5a03ee821f6bfe5a4
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Invocation ID: ece6a5f48d06476fabecf6b2e7d96712
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: cryptsetup.target
Before: shutdown.target
Before: systemd-ask-password-wall.service
Before: paths.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: systemd-ask-password-wall.service
References: cryptsetup.target
References: shutdown.target
References: -.mount
References: paths.target
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d0.device
Invocation ID: c373667498f44193b5435aeca5c9b5de
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: system.slice
After: systemd-user-sessions.service
After: systemd-ask-password-wall.path
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-wall.path
References: sysinit.target
References: basic.target
References: system.slice
References: systemd-user-sessions.service
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Invocation ID: 83662b3d83884f5cbd80fd8a5eee1ba5
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit org.freedesktop.network1.busname:
Description: org.freedesktop.network1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.network1.busname
WantedBy: systemd-networkd.service
Before: systemd-networkd.service
ReferencedBy: systemd-networkd.service
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Invocation ID: 5691b127c1c54e4eacd8c3f4ebf53f01
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Wants: serial-getty at ttyS0.service
Wants: getty-static.service
Wants: getty at tty1.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty at tty1.service
After: getty-static.service
After: serial-getty at ttyS0.service
References: serial-getty at ttyS0.service
References: shutdown.target
References: getty-static.service
References: getty at tty1.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: serial-getty at ttyS0.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-fsck-root.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Invocation ID: 72302fbe08734cc98e21075792476925
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root succeeded
ConditionPathIsReadWrite: !/ succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: systemd-remount-fs.service
Before: shutdown.target
Before: local-fs.target
After: systemd-fsckd.socket
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-fsckd.socket
References: local-fs.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
PID: 627
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cron.service
Invocation ID: 6f1194c43d574b2d8b77be709bd12d4e
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
References: sysinit.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 712
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 712
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> Unit dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device:
Description: /dev/disk/by-partuuid/4d4ff821-b5b4-4253-bcda-3ba120d2bad0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Invocation ID: 9e05e898343e4db998fa9ec6554577ba
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device:
Description: /dev/disk/by-id/dm-name-milonga-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Invocation ID: 2b06e9d337fd404c88330278ccaa285a
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device:
Description: /dev/disk/by-path/virtio-pci-0000:00:04.0-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Invocation ID: 8aca67e07a8d41edb79aace12f1074bb
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartlabel-milonga.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dbNverc\x2d6Ju4\x2dmE0e\x2dXG0W\x2dxVFr\x2dun2U\x2d3crA0H.device
Following Set Member: dev-disk-by\x2dpartuuid-4d4ff821\x2db5b4\x2d4253\x2dbcda\x2d3ba120d2bad0.device
Following Set Member: dev-vda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Invocation ID: 18c8bc8fbe5e4e44987e5315e14e9612
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
RequiredBy: dnsmasq.service
WantedBy: systemd-networkd.service
Conflicts: shutdown.target
Before: dnsmasq.service
Before: network-online.target
Before: systemd-resolved.service
Before: systemd-user-sessions.service
Before: ssh.service
Before: rc-local.service
After: systemd-networkd.service
After: network-pre.target
References: shutdown.target
References: network-pre.target
ReferencedBy: rc-local.service
ReferencedBy: ssh.service
ReferencedBy: network-online.target
ReferencedBy: dnsmasq.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Invocation ID: b119c5d837834a4a888f99fb79a19240
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-user-sessions.service
Before: ntp.service
Before: exim4.service
Before: ippl.service
Before: console-log.service
After: remote-fs-pre.target
References: remote-fs-pre.target
References: shutdown.target
ReferencedBy: ippl.service
ReferencedBy: console-log.service
ReferencedBy: ntp.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: exim4.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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 dnsmasq.service:
Description: dnsmasq - A lightweight DHCP and caching DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dnsmasq.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dnsmasq.service
Invocation ID: 834d1480b9c74d5987372490cda9ed3e
Fragment Path: /lib/systemd/system/dnsmasq.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: network.target
Requires: system.slice
Requires: sysinit.target
Wants: nss-lookup.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: nss-lookup.target
Before: multi-user.target
Before: shutdown.target
After: systemd-journald.socket
After: network.target
After: system.slice
After: basic.target
After: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: network.target
References: system.slice
References: basic.target
References: sysinit.target
References: nss-lookup.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 787
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/dnsmasq/dnsmasq.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/sbin/dnsmasq --test
PID: 755
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /etc/init.d/dnsmasq systemd-exec
PID: 764
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStartPost:
Command Line: /etc/init.d/dnsmasq systemd-start-resolvconf
PID: 790
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> ExecStop:
Command Line: /etc/init.d/dnsmasq systemd-stop-resolvconf
-> Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: system.slice
Requires: dm-event.socket
Before: local-fs-pre.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: system.slice
After: dm-event.socket
TriggeredBy: dm-event.socket
References: local-fs-pre.target
References: systemd-journald.socket
References: system.slice
References: dm-event.socket
ReferencedBy: dm-event.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/dmeventd -f
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Invocation ID: 67ca1677697f482fba6483c4cee5417a
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Invocation ID: 1e9116f0d7fd4c14bb4f9d36894b2480
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: -.slice
References: sockets.target
References: systemd-initctl.service
References: -.mount
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-sysctl.service
Invocation ID: 38852431e6b14aafa47636e895bb5e96
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net/ succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: shutdown.target
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: systemd-modules-load.service
References: shutdown.target
References: sysinit.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 657
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 17:42:25 CEST
Inactive Exit Timestamp: Fri 2017-07-07 17:42:25 CEST
Active Enter Timestamp: Fri 2017-07-07 17:42:25 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Invocation ID: 1a6cf800b6674c6785e27d722ee6228f
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Fri 2017-07-07 17:42:25 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 17:42:25 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
After: proc-sys-fs-binfmt_misc.automount
After: system.slice
After: -.mount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
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
Mount State: mounted
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apt-daily-upgrade.timer:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:09:02 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily-upgrade.timer
Invocation ID: 63ccd08fe07945e990875d3d23c9e4af
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: timers.target
Before: shutdown.target
Before: apt-daily-upgrade.service
After: time-sync.target
After: apt-daily.timer
After: -.mount
After: sysinit.target
Triggers: apt-daily-upgrade.service
References: -.mount
References: time-sync.target
References: timers.target
References: apt-daily-upgrade.service
References: sysinit.target
References: apt-daily.timer
References: shutdown.target
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06:00:00
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device:
Description: /dev/disk/by-path/pci-0000:00:04.0-part1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Invocation ID: 374d299cab144956ab7dbe36304d1ade
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-vda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Invocation ID: 5b5f1bad108b4326a7bb601587489bef
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-udevd-kernel.socket
After: systemd-hwdb-update.service
After: system.slice
After: systemd-journald.socket
After: systemd-udevd-control.socket
References: systemd-udevd-kernel.socket
References: systemd-udevd.service
References: systemd-hwdb-update.service
References: sysinit.target
References: system.slice
References: systemd-udevd-control.socket
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 668
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 680
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: getty at tty1.service
Invocation ID: 3ba7768e9c4943be91de20a4bf18d353
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system-getty.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: rescue.service
Conflicts: shutdown.target
Before: rescue.service
Before: getty.target
Before: shutdown.target
After: sysinit.target
After: basic.target
After: rc-local.service
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
After: system-getty.slice
After: systemd-journald.socket
References: sysinit.target
References: basic.target
References: rc-local.service
References: systemd-user-sessions.service
References: plymouth-quit-wait.service
References: shutdown.target
References: system-getty.slice
References: getty.target
References: rescue.service
References: systemd-journald.socket
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 759
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear tty1 $TERM
PID: 759
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: 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
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Invocation ID: ae4a31cf61a84e6d9b6d44bf7ebd6fb8
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
After: basic.target
After: systemd-journald.socket
After: sysinit.target
After: time-sync.target
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
References: time-sync.target
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
PID: 704
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Invocation ID: c6ab3900ee9c4a4a9660cb36b0760e62
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-14.scope
Before: systemd-ask-password-wall.service
Before: session-22.scope
Before: shutdown.target
Before: user at 1001.service
Before: multi-user.target
Before: user-1001.slice
Before: serial-getty at ttyS0.service
Before: getty at tty1.service
After: basic.target
After: systemd-journal-flush.service
After: remote-fs.target
After: systemd-journald.socket
After: sysinit.target
After: network.target
After: system.slice
After: nss-user-lookup.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: sysinit.target
References: network.target
References: system.slice
References: shutdown.target
References: nss-user-lookup.target
ReferencedBy: session-14.scope
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: session-22.scope
ReferencedBy: user at 1001.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: user-1001.slice
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 750
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice
After: systemd-journald.socket
After: system.slice
After: systemd-initctl.socket
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-config.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Invocation ID: c76ff08555eb43a693784ea8267c7aa6
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sys-module-configfs.device
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sys-module-configfs.device
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
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
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: 2c840bdeeac6421c84fae2d84d374caf
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
Before: systemd-udevd.service
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: kmod-static-nodes.service
After: system.slice
After: systemd-sysusers.service
References: shutdown.target
References: system.slice
References: systemd-sysusers.service
References: systemd-udevd.service
References: systemd-journald.socket
References: sysinit.target
References: local-fs-pre.target
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 661
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d0.device
Invocation ID: 5424a274f99a4f1a8c4d2782a67cdca1
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-milonga\x2droot.device
Following Set Member: dev-disk-by\x2duuid-787f7951\x2de7c0\x2d47cb\x2dab64\x2d5a090533c0b5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dDWzfF95z2aEtfLac03zAyPgAWtpAy1gunVn6MnWgWjOnx00b5oJx4Xvjt0s2TzR9.device
Following Set Member: dev-disk-by\x2dlabel-milonga\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dmilonga\x2droot.device
Following Set Member: dev-milonga-root.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device:
Description: /dev/disk/by-path/pci-0000:00:04.0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device
Invocation ID: 62a3f6e27a6347d4ad57bd0d658d165b
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device
Following Set Member: dev-vda.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug failed
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: local-fs.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Invocation ID: 89b6b7608bb248eabc46b7a34329e192
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
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
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-modules-load.service
Invocation ID: 107024b9a8b74981b01765e72a03f6b6
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: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-kernel-config.mount
Before: sysinit.target
Before: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: systemd-sysctl.service
After: systemd-journald.socket
After: system.slice
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-config.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 645
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: system.slice
References: -.mount
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
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
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Invocation ID: f5713d691d2a486580a5ea1469b75aaa
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-getty.slice
Invocation ID: 76a5b75735ae4926a5f8a6251aa23b5c
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: getty at tty1.service
Conflicts: shutdown.target
Before: shutdown.target
Before: getty at tty1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:09:23 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Invocation ID: 7bdc30a0f2084840bd0fb4035dfbe289
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsckd.service
Before: systemd-fsck-root.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: systemd-fsckd.service
References: -.slice
References: -.mount
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-fsck-root.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Invocation ID: 88bcce6b447d4ef9ab0c7643c595dc09
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Wants: anacron.timer
Wants: apt-daily.timer
Wants: apt-daily-upgrade.timer
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: apt-daily-upgrade.timer
After: apt-daily.timer
After: systemd-tmpfiles-clean.timer
References: anacron.timer
References: systemd-tmpfiles-clean.timer
References: apt-daily.timer
References: shutdown.target
References: apt-daily-upgrade.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: apt-daily.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Invocation ID: 3def3b87b7d34ee7933673abadcaace2
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
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: systemd-udevd.service
References: -.slice
References: sockets.target
References: -.mount
ReferencedBy: systemd-udevd.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/console-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: console-setup.service
Invocation ID: b2667601e859480a93b78477252d60f3
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: multi-user.target
After: system.slice
After: kbd.service
After: -.mount
After: systemd-journald.socket
After: local-fs.target
After: console-screen.service
References: system.slice
References: kbd.service
References: -.mount
References: systemd-journald.socket
References: local-fs.target
References: console-screen.service
ReferencedBy: multi-user.target
RequiresMountsFor: /usr
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/console-setup/console-setup.sh
PID: 682
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> Unit console-log.service:
Description: LSB: Puts a logfile pager on virtual consoles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/console-log.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: console-log.service
Invocation ID: 79bc71995cc44c829a330fa18eb3c563
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/console-log.service
Source Path: /etc/init.d/console-log
Condition Timestamp: Fri 2017-07-07 14:08:53 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-07 14:08:53 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: system.slice
After: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
References: basic.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: graphical.target
References: remote-fs.target
References: systemd-journald.socket
References: multi-user.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/console-log start
PID: 703
Start Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/console-log reload
-> ExecStop:
Command Line: /etc/init.d/console-log stop
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: system.slice
Requires: -.mount
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: emergency.service
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
ConflictedBy: getty at tty1.service
Before: multi-user.target
Before: rescue.target
Before: shutdown.target
Before: graphical.target
After: sysinit.target
After: system.slice
After: plymouth-start.service
After: -.mount
After: getty at tty1.service
References: shutdown.target
References: plymouth-start.service
References: sysinit.target
References: system.slice
References: -.mount
ReferencedBy: emergency.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: rescue.target
ReferencedBy: getty at tty1.service
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in rescue mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-disk-by\x2dpartlabel-bios_grub.device:
Description: /dev/disk/by-partlabel/bios_grub
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartlabel-bios_grub.device
Invocation ID: a2f9a147790541a9b95a60a9fa477e27
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-b9a6b5bc\x2dad0f\x2d43fe\x2d94bb\x2daa2c28eff8cf.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-vda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> Unit sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device:
Description: Virtio network device
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-07 14:08:53 CEST
Inactive Exit Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Enter Timestamp: Fri 2017-07-07 14:08:53 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:03.0-virtio0-net-eth0.device
Invocation ID: a7bce6edeb694253ae676bd8ac2ba0f0
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/ferm.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.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/rsync.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnsmasq.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dnsmasq.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnsmasq.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/ssh.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh.service
/etc/systemd/system/sshd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ferm.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/ferm.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/milonga-root/ / ext4 errors=remount-ro 0 2
tmpfs /tmp tmpfs nofail 0 0
/dev/fd0 /media/floppy auto user,noauto 0 0
/dev/cdrom /media/cdrom iso9660 ro,user,noauto 0 0
More information about the Pkg-systemd-maintainers
mailing list