Bug#868325: systemd-networkd-wait-online fails if PreferredLifetime=0 is set on an interface
Marc Haber
mh+debian-packages at zugschlus.de
Fri Jul 14 15:02:42 BST 2017
Package: systemd
Version: 232-25
Severity: normal
File: systemd-networkd
Hi,
here is my configuration from /etc/systemd/network/alemana.network:
[Match]
Name=e*
[Network]
Gateway=2001:db8:1002::1
Gateway=192.168.0.129
DNS=127.0.0.1
IPv6AcceptRA=no
DHCP=no
[Address]
Address=2001:db8:1002::45:100/64
[Address]
Address=192.168.0.132/28
[Address]
Address=192.168.0.139/32
[Address]
Address=192.168.0.140/32
[Address]
Address=192.168.0.141/32
[Address]
Address=2001:db8:1002::45:153/64
PreferredLifetime=0
[Address]
Address=2001:db8:1002::45:253/64
#PreferredLifetime=0
[Address]
Address=2001:db8:1002::45:353/64
#PreferredLifetime=0
As soon as I have one of the PreferredLifetime=0 lines enable,
systemd-networkd hangs on startup ad the "Gained IPv6LL" state:
1 [1/737]mh at alemana:~ $ sudo systemctl status systemd-networkd
[sudo] password for mh on alemana:
● systemd-networkd.service - Network Service
Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor
Active: active (running) since Fri 2017-07-14 15:50:38 CEST; 1min 1s ago
Docs: man:systemd-networkd.service(8)
Main PID: 675 (systemd-network)
Status: "Processing requests..."
Tasks: 1 (limit: 4915)
CGroup: /system.slice/systemd-networkd.service
└─675 /lib/systemd/systemd-networkd
Jul 14 15:50:38 alemana systemd[1]: Starting Network Service...
Jul 14 15:50:38 alemana systemd-networkd[675]: Enumeration completed
Jul 14 15:50:38 alemana systemd[1]: Started Network Service.
Jul 14 15:50:38 alemana systemd-networkd[675]: eth0: IPv6 enabled for interface:
Jul 14 15:50:38 alemana systemd-networkd[675]: eth0: Gained carrier
Jul 14 15:50:39 alemana systemd-networkd[675]: eth0: Gained IPv6LL
which makes systemd-networkd-wait-online.service time out and eventually
fail.
Restarting systemd-networkd makes the init process finish:
[2/738]mh at alemana:~ $ sudo systemctl restart systemd-networkd
[3/739]mh at alemana:~ $ sudo systemctl status systemd-networkd
● systemd-networkd.service - Network Service
Loaded: loaded (/lib/systemd/system/systemd-networkd.service; enabled; vendor
Active: active (running) since Fri 2017-07-14 15:51:51 CEST; 3s ago
Docs: man:systemd-networkd.service(8)
Main PID: 962 (systemd-network)
Status: "Processing requests..."
Tasks: 1 (limit: 4915)
CGroup: /system.slice/systemd-networkd.service
└─962 /lib/systemd/systemd-networkd
Jul 14 15:51:51 alemana systemd[1]: Starting Network Service...
Jul 14 15:51:51 alemana systemd-networkd[962]: eth0: Gained IPv6LL
Jul 14 15:51:51 alemana systemd-networkd[962]: Enumeration completed
Jul 14 15:51:51 alemana systemd[1]: Started Network Service.
Jul 14 15:51:51 alemana systemd-networkd[962]: eth0: Configured
This is hard to debug since there is no documentation about
systemd-networkd-wait-online.service that say what exactly the program
is waiting for. stracing it is also inconclusive, it just waits on an
epoll on /proc/self/stat until it times out.
Any idea how I can debug this, or what I might be doing wrong?
Currently I just kick systemd-networkd after rebooting, but that
certainly is not a long-term solution.
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.12.1-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/haveged.service -> /etc/systemd/system/haveged.service.d/after-systemd-tmpfiles.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
[EXTENDED] /lib/systemd/system/bind9.service -> /etc/systemd/system/bind9.service.d/override.conf
[MASKED] /etc/systemd/system/anacron.timer -> /lib/systemd/system/anacron.timer
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
6 overridden configuration files found.
-------------- next part --------------
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 3d6a709462864ce0a6f4bc0f6f0765c6
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-monitor.service
RequiredBy: dm-event.service
WantedBy: sockets.target
Before: lvm2-monitor.service
Before: dm-event.service
After: -.mount
After: -.slice
Triggers: dm-event.service
References: -.slice
References: -.mount
References: dm-event.service
ReferencedBy: sockets.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: dm-event.service
RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
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 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: b33b746408124cecb22fbc828ded6cb9
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-serial\x2dgetty.slice
BindsTo: dev-ttyS0.device
WantedBy: getty.target
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: plymouth-quit-wait.service
After: rc-local.service
After: systemd-user-sessions.service
After: sysinit.target
After: system-serial\x2dgetty.slice
After: dev-ttyS0.device
After: systemd-journald.socket
After: basic.target
References: plymouth-quit-wait.service
References: rc-local.service
References: shutdown.target
References: systemd-user-sessions.service
References: sysinit.target
References: system-serial\x2dgetty.slice
References: dev-ttyS0.device
References: systemd-journald.socket
References: basic.target
References: getty.target
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: 983
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: 983
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
-> 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: sysinit.target
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: apt-daily-upgrade.timer
After: apt-daily.service
After: systemd-journald.socket
After: sysinit.target
TriggeredBy: apt-daily-upgrade.timer
References: basic.target
References: system.slice
References: shutdown.target
References: apt-daily.service
References: systemd-journald.socket
References: sysinit.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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 0e73178cda4043e283632fa8c1f1cac3
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd-control.socket
Wants: systemd-udevd-kernel.socket
WantedBy: sysinit.target
WantedBy: systemd-udev-trigger.service
Before: sysinit.target
Before: systemd-networkd.service
After: systemd-sysusers.service
After: system.slice
After: systemd-udevd-control.socket
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-sysusers.service
References: system.slice
References: systemd-udevd-control.socket
References: systemd-journald.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-networkd.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: 660
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: 660
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Status Text: Processing with 12 children at max
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 756d675ff9314b069e2f4b9aa8a41967
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.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-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 getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 2afd72b140d04768b534067597562fbb
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Wants: serial-getty at ttyS0.service
Wants: getty at tty1.service
Wants: getty-static.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: serial-getty at ttyS0.service
After: getty-static.service
After: getty at tty1.service
References: serial-getty at ttyS0.service
References: shutdown.target
References: getty at tty1.service
References: getty-static.service
ReferencedBy: multi-user.target
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: a61783e8769e40d89192520d6cca3e81
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-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 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-14 15:50:38 CEST
Condition Result: no
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: system.slice
References: systemd-journald.socket
References: sysinit.target
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 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-14 15:51:09 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:09 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:09 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: 89231b108532481eb20ea352482400f1
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: -.mount
After: local-fs-pre.target
References: system.slice
References: umount.target
References: local-fs.target
References: -.mount
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 84cb623c73b54486a9ca99e2c54104a4
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: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.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-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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: accbde32d07c4ae9b8fae8fd975e98dd
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: systemd-journald.service
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: systemd-journald.service
After: systemd-remount-fs.service
After: system.slice
After: -.mount
References: systemd-user-sessions.service
References: systemd-journald.socket
References: systemd-journald.service
References: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 661
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
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 tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: b11dff9127e449a68caa6721d92abce5
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: haveged.service
RequiredBy: systemd-resolved.service
RequiredBy: local-fs.target
RequiredBy: systemd-timesyncd.service
WantedBy: basic.target
Conflicts: umount.target
Before: local-fs.target
Before: systemd-timesyncd.service
Before: basic.target
Before: systemd-resolved.service
Before: umount.target
Before: haveged.service
After: system.slice
After: -.mount
After: local-fs-pre.target
References: local-fs.target
References: local-fs-pre.target
References: -.mount
References: umount.target
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: haveged.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-resolved.service
ReferencedBy: basic.target
RequiresMountsFor: /
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,relatime
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 remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 8b9769795e8c463e8dedefc3fec4d964
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-user-sessions.service
Before: exim4.service
Before: ippl.service
Before: console-log.service
Before: ntp.service
After: remote-fs-pre.target
References: shutdown.target
References: remote-fs-pre.target
ReferencedBy: ippl.service
ReferencedBy: multi-user.target
ReferencedBy: ntp.service
ReferencedBy: console-log.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-14 15:51:09 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:09 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:09 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: 3888246b678340d7b7dac37fb0774d9f
Fragment Path: /run/systemd/transient/user-1001.slice
Condition Timestamp: Fri 2017-07-14 15:51:09 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:09 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: session-3.scope
RequiredBy: session-5.scope
RequiredBy: user at 1001.service
Conflicts: shutdown.target
Before: shutdown.target
Before: session-3.scope
Before: session-5.scope
Before: user at 1001.service
After: systemd-user-sessions.service
After: user.slice
After: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user.slice
References: systemd-logind.service
ReferencedBy: session-3.scope
ReferencedBy: session-5.scope
ReferencedBy: user at 1001.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=10813
DevicePolicy=auto
Delegate=no
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Requires: system.slice
Requires: -.mount
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
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: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
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-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-vconsole-setup.service
After: system.slice
After: systemd-ask-password-console.path
After: systemd-journald.socket
After: plymouth-start.service
TriggeredBy: systemd-ask-password-console.path
References: systemd-vconsole-setup.service
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: plymouth-start.service
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 26adaf82c6874df1a50f047ccfcc2fb6
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: dm-event.socket
Requires: lvm2-lvmetad.socket
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
After: lvm2-lvmetad.socket
After: dm-event.service
After: systemd-journald.socket
After: lvm2-activation.service
After: system.slice
After: dm-event.socket
After: lvm2-lvmetad.service
References: lvm2-lvmetad.socket
References: dm-event.service
References: systemd-journald.socket
References: lvm2-activation.service
References: shutdown.target
References: system.slice
References: dm-event.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: 632
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 0346cfcec4b34840b29bf9519387623a
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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: sockets.target
References: systemd-journald.service
References: -.slice
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
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-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: af36d76756e640e9a6a47560591e3220
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmpolld.service
References: lvm2-lvmpolld.service
References: -.mount
References: -.slice
ReferencedBy: sysinit.target
ReferencedBy: lvm2-lvmpolld.service
RequiresMountsFor: /run/lvm/lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
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-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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: c90d1507271d4d669a868f6e1b921142
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.mount
After: -.slice
Triggers: systemd-initctl.service
References: -.slice
References: 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 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-networkd-wait-online.service:
Description: Wait for Network to be Configured
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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-wait-online.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-networkd-wait-online.service
Invocation ID: 58406843999c47eb9cc15e4be7ba365b
Documentation: man:systemd-networkd-wait-online.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd-wait-online.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requisite: systemd-networkd.service
WantedBy: network-online.target
Conflicts: shutdown.target
Before: network-online.target
After: systemd-journald.socket
After: system.slice
After: systemd-networkd.service
References: systemd-journald.socket
References: shutdown.target
References: systemd-networkd.service
References: system.slice
References: network-online.target
ReferencedBy: network-online.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-networkd-wait-online
PID: 677
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Code: exited
Exit Status: 0
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e77033d20831499e83c0cc77cce6b109
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1001.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: slices.target
Before: shutdown.target
Before: user-1001.slice
Before: systemd-logind.service
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: user-1001.slice
ReferencedBy: systemd-logind.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-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device:
Description: /dev/disk/by-partuuid/d8460a1a-c8e5-461d-be35-ec19e0b70130
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Invocation ID: 0d1d1856a76b48118a2d5c960bc3e0ea
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-vda2.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\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e4d3bf8ac26d4803ae9de22762a396b3
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 05c15baadd0b453ea2b1dadc1848cec3
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Requires: -.slice
RequiredBy: dbus.service
RequiredBy: systemd-logind.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: sockets.target
Before: shutdown.target
Before: dbus.service
Before: systemd-logind.service
After: sysinit.target
After: -.mount
After: -.slice
Triggers: dbus.service
References: shutdown.target
References: -.mount
References: sockets.target
References: sysinit.target
References: dbus.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: dbus.service
ReferencedBy: systemd-logind.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
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 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: serial-getty at ttyS0.service
Before: getty at tty1.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: getty at tty1.service
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e6898295cba84268898d96a752079f75
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.mount
References: -.slice
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: da93bbb7aff249428f63eeba1c13af86
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
WantedBy: sys-module-configfs.device
Before: sysinit.target
After: system.slice
After: systemd-modules-load.service
After: -.mount
References: sysinit.target
References: system.slice
References: systemd-modules-load.service
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: sys-module-configfs.device
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 16c1090e5e1248dc8defe518659aa484
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/virtio0/net/eth0
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5d7519290732479eba8b6ea5f65145b0
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Wants: systemd-random-seed.service
Wants: local-fs.target
Wants: swap.target
Wants: kmod-static-nodes.service
Wants: systemd-modules-load.service
Wants: systemd-journald.service
Wants: systemd-journal-flush.service
Wants: systemd-update-utmp.service
Wants: systemd-timesyncd.service
Wants: sys-fs-fuse-connections.mount
Wants: systemd-udev-trigger.service
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-udevd.service
Wants: systemd-ask-password-console.path
Wants: systemd-hwdb-update.service
Wants: cryptsetup.target
Wants: sys-kernel-debug.mount
Wants: lvm2-lvmetad.socket
Wants: lvm2-lvmpolld.socket
Wants: systemd-binfmt.service
Wants: sys-kernel-config.mount
Wants: systemd-tmpfiles-setup.service
Wants: lvm2-monitor.service
Wants: systemd-machine-id-commit.service
Wants: keyboard-setup.service
Wants: systemd-sysctl.service
Wants: dev-mqueue.mount
Wants: dev-hugepages.mount
Wants: proc-sys-fs-binfmt_misc.automount
RequiredBy: rescue.target
RequiredBy: systemd-logind.service
RequiredBy: dbus.service
RequiredBy: getty-static.service
RequiredBy: console-log.service
RequiredBy: basic.target
RequiredBy: exim4.service
RequiredBy: getty at tty1.service
RequiredBy: ippl.service
RequiredBy: rc-local.service
RequiredBy: systemd-user-sessions.service
RequiredBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
RequiredBy: serial-getty at ttyS0.service
RequiredBy: systemd-resolved.service
RequiredBy: apt-daily-upgrade.timer
RequiredBy: bind9.service
RequiredBy: rsync.service
RequiredBy: ssh.service
RequiredBy: rsyslog.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: ntp.service
RequiredBy: ssh.socket
RequiredBy: dbus.socket
RequiredBy: apt-daily-upgrade.service
RequiredBy: cron.service
RequiredBy: anacron.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: apt-daily.service
RequiredBy: zg2-rebootscript.service
RequiredBy: apt-daily.timer
RequiredBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
RequiredBy: user at 1001.service
Conflicts: shutdown.target
Conflicts: emergency.service
Conflicts: emergency.target
Before: ippl.service
Before: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Before: rescue.target
Before: exim4.service
Before: rescue.service
Before: ssh.service
Before: rsync.service
Before: systemd-resolved.service
Before: systemd-logind.service
Before: ntp.service
Before: rc-local.service
Before: apt-daily.service
Before: apt-daily.timer
Before: apt-daily-upgrade.timer
Before: anacron.service
Before: systemd-ask-password-wall.service
Before: user at 1001.service
Before: systemd-tmpfiles-clean.timer
Before: getty at tty1.service
Before: bind9.service
Before: getty-static.service
Before: serial-getty at ttyS0.service
Before: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Before: cron.service
Before: dbus.socket
Before: systemd-user-sessions.service
Before: apt-daily-upgrade.service
Before: dbus.service
Before: ssh.socket
Before: basic.target
Before: rsyslog.service
Before: zg2-rebootscript.service
Before: console-log.service
After: cryptsetup.target
After: systemd-modules-load.service
After: swap.target
After: sys-kernel-debug.mount
After: emergency.service
After: sys-kernel-config.mount
After: systemd-hwdb-update.service
After: systemd-udev-trigger.service
After: kmod-static-nodes.service
After: systemd-binfmt.service
After: systemd-timesyncd.service
After: haveged.service
After: dev-mqueue.mount
After: systemd-sysctl.service
After: systemd-update-utmp.service
After: sys-fs-fuse-connections.mount
After: systemd-machine-id-commit.service
After: emergency.target
After: proc-sys-fs-binfmt_misc.automount
After: local-fs.target
After: systemd-random-seed.service
After: systemd-tmpfiles-setup.service
After: dev-hugepages.mount
After: systemd-journald.service
After: systemd-udevd.service
After: systemd-tmpfiles-setup-dev.service
References: sys-kernel-config.mount
References: dev-mqueue.mount
References: systemd-udevd.service
References: lvm2-lvmetad.socket
References: systemd-sysctl.service
References: systemd-modules-load.service
References: systemd-journal-flush.service
References: lvm2-lvmpolld.socket
References: local-fs.target
References: systemd-tmpfiles-setup-dev.service
References: emergency.target
References: systemd-udev-trigger.service
References: systemd-journald.service
References: sys-kernel-debug.mount
References: systemd-machine-id-commit.service
References: systemd-binfmt.service
References: shutdown.target
References: cryptsetup.target
References: systemd-timesyncd.service
References: systemd-ask-password-console.path
References: systemd-tmpfiles-setup.service
References: kmod-static-nodes.service
References: systemd-update-utmp.service
References: keyboard-setup.service
References: dev-hugepages.mount
References: systemd-random-seed.service
References: lvm2-monitor.service
References: systemd-hwdb-update.service
References: sys-fs-fuse-connections.mount
References: proc-sys-fs-binfmt_misc.automount
References: swap.target
References: emergency.service
ReferencedBy: dbus.socket
ReferencedBy: haveged.service
ReferencedBy: rc-local.service
ReferencedBy: getty at tty1.service
ReferencedBy: bind9.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: ippl.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: rescue.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: dbus.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: apt-daily.service
ReferencedBy: systemd-journald.service
ReferencedBy: rescue.target
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily.timer
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: user at 1001.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: ssh.socket
ReferencedBy: systemd-udevd.service
ReferencedBy: ssh.service
ReferencedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ReferencedBy: ntp.service
ReferencedBy: rsync.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: anacron.service
ReferencedBy: exim4.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: console-log.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: cron.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: systemd-logind.service
ReferencedBy: rsyslog.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-resolved.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device:
Description: /dev/disk/by-id/dm-uuid-LVM-JKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Invocation ID: c1ee6a8fc410451dac425c444977f37c
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-alemana\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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: c6ab6ae6363547a5ab7a0fd4ba0fb62a
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: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda.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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: cc61c0d1e29e4d6f8f49666151f7c348
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: sysinit.target
References: system.slice
References: -.mount
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 dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device:
Description: /dev/disk/by-id/dm-name-alemana-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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\x2dalemana\x2droot.device
Invocation ID: 5f3ecd3243da4e8488df0a9e90398656
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: add0248db70c41bc97687f9f9d2c345d
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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-hwdb-update.service
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: systemd-udevd.service
References: systemd-udevd-control.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: 644
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 659
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 652eecd9afe64364ba6135518030d56b
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 basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 6dd400ac5ba343028db9e30cec8d45c9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: slices.target
Wants: tmp.mount
Wants: sockets.target
Wants: paths.target
Wants: timers.target
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: anacron.service
Before: dbus.service
Before: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Before: ssh.service
Before: rsync.service
Before: console-log.service
Before: serial-getty at ttyS0.service
Before: apt-daily-upgrade.service
Before: user at 1001.service
Before: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Before: cron.service
Before: zg2-rebootscript.service
Before: getty at tty1.service
Before: systemd-logind.service
Before: exim4.service
Before: ippl.service
Before: multi-user.target
Before: systemd-ask-password-wall.service
Before: ntp.service
Before: systemd-resolved.service
Before: bind9.service
Before: apt-daily.service
Before: systemd-user-sessions.service
Before: rsyslog.service
Before: rc-local.service
Before: getty-static.service
After: tmp.mount
After: paths.target
After: slices.target
After: sockets.target
After: sysinit.target
After: -.mount
References: timers.target
References: tmp.mount
References: paths.target
References: slices.target
References: sockets.target
References: shutdown.target
References: sysinit.target
References: -.mount
ReferencedBy: systemd-user-sessions.service
ReferencedBy: multi-user.target
ReferencedBy: bind9.service
ReferencedBy: getty at tty1.service
ReferencedBy: dbus.service
ReferencedBy: user at 1001.service
ReferencedBy: rsyslog.service
ReferencedBy: rsync.service
ReferencedBy: exim4.service
ReferencedBy: apt-daily.service
ReferencedBy: anacron.service
ReferencedBy: getty-static.service
ReferencedBy: cron.service
ReferencedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: ippl.service
ReferencedBy: ssh.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ReferencedBy: console-log.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-resolved.service
ReferencedBy: ntp.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-ask-password-wall.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit session-5.scope:
Description: Session 5 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:52:24 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:52:24 CEST
Active Enter Timestamp: Fri 2017-07-14 15:52:24 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-5.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-5.scope
Invocation ID: 6dd8a2f7f00a4814b719442611dae9e2
Fragment Path: /run/systemd/transient/session-5.scope
Condition Timestamp: Fri 2017-07-14 15:52:24 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:52:24 CEST
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-1001.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-1001.slice
References: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
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-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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e5462ef95d2140448e4b7228ef0b449e
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-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 dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: d037b58afe9242228455275690c415f1
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 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: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
Before: multi-user.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: sysinit.target
After: rescue.service
References: sysinit.target
References: shutdown.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Enter Timestamp: Fri 2017-07-14 15:50:38 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: e23eab55dfbb46a3940122ac67a65094
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: time-sync.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: time-sync.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: 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: 723
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 3a8bb1509f3a430abd315289f9962bf2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Fri 2017-07-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Wants: apt-daily.timer
Wants: anacron.timer
Wants: systemd-tmpfiles-clean.timer
Wants: apt-daily-upgrade.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: apt-daily.timer
After: systemd-tmpfiles-clean.timer
After: apt-daily-upgrade.timer
References: apt-daily.timer
References: anacron.timer
References: systemd-tmpfiles-clean.timer
References: shutdown.target
References: apt-daily-upgrade.timer
ReferencedBy: basic.target
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily-upgrade.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-virtual-tty-ttyprintk.device:
Description: /sys/devices/virtual/tty/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 4bf8c7eb27d74f8e9c31be50cc360e1c
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 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: sysinit.target
References: system.slice
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/kernel/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 -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-udevd-kernel.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: dbus.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-networkd.socket
RequiredBy: syslog.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: systemd-initctl.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: systemd-journald.socket
RequiredBy: system.slice
RequiredBy: ssh.socket
RequiredBy: systemd-journald-audit.socket
RequiredBy: lvm2-lvmetad.socket
RequiredBy: init.scope
RequiredBy: user.slice
WantedBy: slices.target
Before: systemd-fsckd.socket
Before: ssh.socket
Before: lvm2-lvmetad.socket
Before: systemd-initctl.socket
Before: syslog.socket
Before: systemd-journald-dev-log.socket
Before: systemd-udevd-kernel.socket
Before: systemd-networkd.socket
Before: user.slice
Before: systemd-journald-audit.socket
Before: systemd-journald.socket
Before: dm-event.socket
Before: systemd-udevd-control.socket
Before: init.scope
Before: dbus.socket
Before: slices.target
Before: system.slice
Before: lvm2-lvmpolld.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: system.slice
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: init.scope
ReferencedBy: slices.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: syslog.socket
ReferencedBy: dm-event.socket
ReferencedBy: user.slice
ReferencedBy: ssh.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-networkd.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 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-14 15:51:09 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:09 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:09 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: e664bdf071834b10975ab9131ee84a11
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Fri 2017-07-14 15:51:09 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:09 CEST
Assert Result: yes
Requires: sysinit.target
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: user-1001.slice
After: systemd-user-sessions.service
After: sysinit.target
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: user-1001.slice
References: systemd-user-sessions.service
References: sysinit.target
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 807
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: 807
Start Timestamp: Fri 2017-07-14 15:51:09 CEST
Status Text: Startup finished in 8ms.
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: fbbba5eeab6a4c7ea70d11ae2c1f0ec1
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: system.slice
References: shutdown.target
References: system.slice
References: sysinit.target
References: basic.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 705
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: 705
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> Unit dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device:
Description: /dev/disk/by-uuid/a6945693-9ac0-4b9e-9b1d-ee35efd6580a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Invocation ID: d7c827ec8e054e7b86ac426649c85dee
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 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: sysinit.target
Requires: system.slice
Conflicts: shutdown.target
ConflictedBy: ssh.socket
Before: shutdown.target
After: system.slice
After: sysinit.target
After: ssh.socket
After: network.target
After: auditd.service
After: basic.target
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: network.target
References: auditd.service
References: basic.target
References: shutdown.target
References: systemd-journald.socket
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 dev-vda1.device:
Description: /dev/vda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f5774b673ce9419e9f128c858071a897
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: dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 6314e7cd938f49adbb7f7937eb0f8797
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-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-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 9d5efc152c754bdc831f082c7945ae31
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-mapper-alemana\x2droot.device:
Description: /dev/mapper/alemana-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-alemana\x2droot.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.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-fsckd.service:
Description: File System Check Daemon to report status
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-fsckd.service
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Requires: system.slice
Requires: systemd-fsckd.socket
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: systemd-fsckd.socket
TriggeredBy: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: systemd-fsckd.socket
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
-> 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-done.service
Before: systemd-udev-trigger.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: system.slice
References: systemd-update-done.service
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 9e31a9f74c1942da8b59c3f7e58140a4
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: multi-user.target
Before: shutdown.target
Before: graphical.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: remote-fs.target
After: system.slice
References: graphical.target
References: sysinit.target
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: remote-fs.target
References: system.slice
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: 706
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 74916ba0e42344bdad77999c402dcfcc
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-ask-password-console.service
Before: shutdown.target
Before: cryptsetup.target
Before: paths.target
After: plymouth-start.service
After: -.mount
Triggers: systemd-ask-password-console.service
References: paths.target
References: -.mount
References: systemd-ask-password-console.service
References: shutdown.target
References: plymouth-start.service
References: cryptsetup.target
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 dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: b0c3aa12eb0049f7a5a29ec5a8e4e323
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 dev-disk-by\x2dlabel-alemana\x2droot.device:
Description: /dev/disk/by-label/alemana-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-alemana\x2droot.device
Invocation ID: 6739916df3584882a54727465aaf1e77
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 434cbe2d8b8945b6b52145db98ccd495
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
References: shutdown.target
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5977a60d91a14185af9fa677293c9156
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-udevd.service
Before: local-fs-pre.target
After: kmod-static-nodes.service
After: system.slice
After: systemd-journald.socket
After: systemd-sysusers.service
References: systemd-journald.socket
References: local-fs-pre.target
References: systemd-sysusers.service
References: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-udevd.service
ReferencedBy: sysinit.target
ReferencedBy: kmod-static-nodes.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 642
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: syslog.service
Name: rsyslog.service
Invocation ID: b5038e2419364240a3da54c84b54d064
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
Requires: syslog.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: system.slice
After: syslog.socket
TriggeredBy: syslog.socket
References: basic.target
References: system.slice
References: syslog.socket
References: sysinit.target
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: 701
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: 701
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> 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-14 15:50:38 CEST
Condition Result: no
Requires: sysinit.target
Requires: system.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: system.slice
References: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: basic.target
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 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-14 15:55:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: abff2005339341c1999a1463095e178c
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Fri 2017-07-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: network-online.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily.service
Before: timers.target
Before: apt-daily-upgrade.timer
After: sysinit.target
After: time-sync.target
After: -.mount
After: network-online.target
Triggers: apt-daily.service
References: network-online.target
References: shutdown.target
References: sysinit.target
References: timers.target
References: time-sync.target
References: -.mount
References: apt-daily.service
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 7e9e7b309887411097b55df0ca7d0d86
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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: 626
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 90f904be1a454841b0b798a1bec577fc
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5f867d300aa84f568fd6b5d6cb55b4ec
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-sysctl.service
Before: sysinit.target
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.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-modules-load
PID: 622
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: fb8faf6daf6a4f608d1bd58f7eedead3
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-udevd.service
Before: rsync.service
Before: systemd-sysctl.service
Before: systemd-journald.service
Before: systemd-fsck-root.service
Before: bind9.service
Before: systemd-remount-fs.service
Before: systemd-logind.service
Before: systemd-fsckd.service
Before: systemd-hwdb-update.service
Before: systemd-initctl.service
Before: systemd-modules-load.service
Before: systemd-tmpfiles-setup-dev.service
Before: zg2-rebootscript.service
Before: systemd-tmpfiles-setup.service
Before: systemd-tmpfiles-clean.service
Before: user at 1001.service
Before: dm-event.service
Before: systemd-networkd.service
Before: apt-daily.service
Before: systemd-machine-id-commit.service
Before: ippl.service
Before: systemd-resolved.service
Before: console-setup.service
Before: sockets.target
Before: getty-static.service
Before: serial-getty at ttyS0.service
Before: console-log.service
Before: systemd-update-utmp.service
Before: rc-local.service
Before: systemd-udev-trigger.service
Before: cron.service
Before: systemd-timesyncd.service
Before: ntp.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-binfmt.service
Before: exim4.service
Before: systemd-ask-password-console.service
Before: ssh.service
Before: keyboard-setup.service
Before: systemd-networkd-wait-online.service
Before: apt-daily-upgrade.service
Before: systemd-user-sessions.service
Before: anacron.service
Before: lvm2-lvmetad.service
Before: systemd-random-seed.service
Before: haveged.service
Before: lvm2-lvmpolld.service
Before: kmod-static-nodes.service
Before: getty at tty1.service
Before: systemd-ask-password-wall.service
Before: systemd-journal-flush.service
Before: dbus.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.mount
References: -.slice
ReferencedBy: dbus.service
ReferencedBy: ssh.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: dm-event.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: apt-daily.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: cron.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: console-log.service
ReferencedBy: getty-static.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-resolved.service
ReferencedBy: exim4.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-networkd-wait-online.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: sockets.target
ReferencedBy: ntp.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: anacron.service
ReferencedBy: haveged.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: bind9.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: ippl.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: user at 1001.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-udevd.service
ReferencedBy: rsync.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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 1c5c97971f49412bbfd6d83377ba9139
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: multi-user.target
After: system.slice
After: console-screen.service
After: systemd-journald.socket
After: kbd.service
After: -.mount
After: local-fs.target
References: system.slice
References: console-screen.service
References: systemd-journald.socket
References: kbd.service
References: -.mount
References: local-fs.target
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: 686
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> 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-14 15:51:52 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:52 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2017-07-14 15:51:52 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: a59d2a35eba34541a951ad141fe3dddb
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-14 15:51:52 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:52 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: -.mount
After: systemd-journald.socket
After: rescue.target
After: system.slice
After: systemd-update-utmp.service
After: graphical.target
After: multi-user.target
References: shutdown.target
References: -.mount
References: systemd-journald.socket
References: rescue.target
References: system.slice
References: systemd-update-utmp.service
References: graphical.target
References: multi-user.target
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: 1366
Start Timestamp: Fri 2017-07-14 15:51:52 CEST
Exit Timestamp: Fri 2017-07-14 15:51:52 CEST
Exit Code: exited
Exit Status: 0
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f999dddc78094c9b8bd54aaf64fa4674
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.12.1-zgsrv20080/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup-dev.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 624
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f58cb09fae6e4d189f607e698d520db8
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-journal-flush.service
Before: systemd-random-seed.service
Before: shutdown.target
Before: local-fs-pre.target
Before: local-fs.target
Before: systemd-update-utmp.service
Before: systemd-hwdb-update.service
Before: systemd-timesyncd.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsck-root.service
References: system.slice
References: local-fs-pre.target
References: systemd-fsck-root.service
References: systemd-journald.socket
References: shutdown.target
References: local-fs.target
ReferencedBy: local-fs.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-hwdb-update.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: 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: 623
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f0ca8e61adcf4e85bad08e80d867f274
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: dbus.socket
Requires: system.slice
Wants: dbus.socket
Wants: user.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-3.scope
Before: user-1001.slice
Before: session-5.scope
Before: multi-user.target
Before: shutdown.target
After: system.slice
After: basic.target
After: systemd-journald.socket
After: nss-user-lookup.target
After: dbus.socket
After: user.slice
After: sysinit.target
References: system.slice
References: basic.target
References: systemd-journald.socket
References: nss-user-lookup.target
References: dbus.socket
References: user.slice
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: session-3.scope
ReferencedBy: session-5.scope
ReferencedBy: user-1001.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 724
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: ~_sysctl finit_module process_vm_writev adjtimex get_kernel_syms iopl create_module uselib tuxcall vm86 process_vm_readv rtas lookup_dcookie afs_syscall profil ioperm add_key prof security sgetmask clock_adjtime s390_pci_mmio_read ptrace getpmsg stty s390_pci_mmio_write ftime vm86old s390_runtime_instr spu_run ulimit perf_event_open init_module vserver mpx pciconfig_write switch_endian clock_settime settimeofday modify_ldt delete_module sysfs gtty request_key break pciconfig_read ustat pciconfig_iobase query_module stime putpmsg keyctl ssetmask lock
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 724
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Status Text: Processing requests...
-> 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-14 15:55:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: d0bdb8a30d9d405d8cd651967ca5802c
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Fri 2017-07-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
WantedBy: timers.target
Conflicts: shutdown.target
Before: apt-daily-upgrade.service
Before: shutdown.target
Before: timers.target
After: apt-daily.timer
After: sysinit.target
After: time-sync.target
After: -.mount
Triggers: apt-daily-upgrade.service
References: sysinit.target
References: timers.target
References: apt-daily-upgrade.service
References: -.mount
References: time-sync.target
References: shutdown.target
References: apt-daily.timer
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 init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5f1ec5ff0fac40eab6ef09beed8a4980
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-binfmt.service
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
References: -.mount
ReferencedBy: sysinit.target
ReferencedBy: systemd-binfmt.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 01556feed0b344b39fd7c45a24a3d6a6
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: lvm2-lvmetad.socket
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: system.slice
After: lvm2-lvmetad.socket
TriggeredBy: lvm2-lvmetad.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
ReferencedBy: lvm2-lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 640
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: 640
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Enter Timestamp: Fri 2017-07-14 15:51:51 CEST
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: 1e822f423c3e45639adfb026f4484d1e
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Fri 2017-07-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: system.slice
Wants: network.target
Wants: org.freedesktop.network1.busname
RequisiteOf: systemd-networkd-wait-online.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-networkd-wait-online.service
Before: network.target
Before: systemd-resolved.service
Before: multi-user.target
Before: shutdown.target
After: systemd-sysctl.service
After: systemd-journald.socket
After: systemd-udevd.service
After: org.freedesktop.network1.busname
After: systemd-sysusers.service
After: network-pre.target
After: system.slice
After: systemd-networkd.socket
TriggeredBy: systemd-networkd.socket
References: multi-user.target
References: systemd-journald.socket
References: systemd-udevd.service
References: org.freedesktop.network1.busname
References: shutdown.target
References: network.target
References: systemd-sysusers.service
References: network-pre.target
References: system.slice
References: systemd-sysctl.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-networkd.socket
ReferencedBy: systemd-networkd-wait-online.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: 962
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: ~pciconfig_read finit_module create_module query_module ustat pciconfig_write stime stty iopl afs_syscall umount mpx security _sysctl pivot_root request_key ulimit add_key vm86old switch_endian rtas vserver delete_module init_module adjtimex sgetmask profil getpmsg putpmsg ssetmask mount spu_run gtty clock_settime lookup_dcookie lock vm86 s390_pci_mmio_read pciconfig_iobase get_kernel_syms process_vm_readv break chroot process_vm_writev sysfs umount2 keyctl uselib s390_runtime_instr tuxcall perf_event_open s390_pci_mmio_write ftime prof ptrace ioperm clock_adjtime modify_ldt settimeofday
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
PID: 962
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Status Text: Processing requests...
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 74659ac3fc8a4a4e9500ab8d323f7cd8
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: dbus.socket
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: systemd-journald.socket
After: sysinit.target
After: system.slice
After: basic.target
TriggeredBy: dbus.socket
References: dbus.socket
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: system.slice
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: 719
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: 719
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: c7ff32b920f14eabbd6bcd050ce1ace9
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
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: system.slice
After: sysinit.target
After: network-online.target
After: systemd-journald.socket
After: remote-fs.target
After: basic.target
References: system.slice
References: shutdown.target
References: multi-user.target
References: graphical.target
References: sysinit.target
References: network-online.target
References: systemd-journald.socket
References: remote-fs.target
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 968
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp stop
-> 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-14 15:55:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: d8c3e708ddbf4f53a63cc23d4fbf6055
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: timers.target
Before: systemd-tmpfiles-clean.service
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: sysinit.target
References: shutdown.target
References: timers.target
References: systemd-tmpfiles-clean.service
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 0db4649acff34d8995cd294b5e0b3c15
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: sysinit.target
References: system.slice
References: -.mount
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 4f1ac481299c4642ac930331893143a5
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 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-user-sessions.service
Before: systemd-logind.service
References: shutdown.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 98d25f995a57465ca93f7a9e44b84920
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-update-utmp-runlevel.service
After: systemd-tmpfiles-setup.service
After: system.slice
After: -.mount
After: auditd.service
After: systemd-journald.socket
After: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: system.slice
References: shutdown.target
References: -.mount
References: auditd.service
References: systemd-journald.socket
References: systemd-remount-fs.service
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 691
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Requires: system.slice
Wants: systemd-fsckd.socket
Before: shutdown.target
Before: systemd-remount-fs.service
Before: local-fs.target
After: systemd-journald.socket
After: system.slice
After: systemd-fsckd.socket
References: system.slice
References: local-fs.target
References: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-remount-fs.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: d6689dd5019a48a398aff8affe3467a1
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: systemd-udevd.service
RequiredBy: systemd-timesyncd.service
RequiredBy: dm-event.service
RequiredBy: apt-daily-upgrade.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: exim4.service
RequiredBy: getty-static.service
RequiredBy: systemd-remount-fs.service
RequiredBy: systemd-journald.service
RequiredBy: ntp.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: emergency.service
RequiredBy: systemd-fsckd.service
RequiredBy: haveged.service
RequiredBy: console-log.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: lvm2-monitor.service
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-binfmt.service
RequiredBy: lvm2-lvmpolld.service
RequiredBy: systemd-modules-load.service
RequiredBy: -.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-networkd-wait-online.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: rc-local.service
RequiredBy: system-getty.slice
RequiredBy: tmp.mount
RequiredBy: run-user-1001.mount
RequiredBy: system-serial\x2dgetty.slice
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: dbus.service
RequiredBy: systemd-user-sessions.service
RequiredBy: bind9.service
RequiredBy: rsync.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-sysctl.service
RequiredBy: cron.service
RequiredBy: rsyslog.service
RequiredBy: kmod-static-nodes.service
RequiredBy: systemd-logind.service
RequiredBy: systemd-initctl.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: system-ssh.slice
RequiredBy: zg2-rebootscript.service
RequiredBy: console-setup.service
RequiredBy: keyboard-setup.service
RequiredBy: anacron.service
RequiredBy: systemd-ask-password-console.service
RequiredBy: systemd-networkd.service
RequiredBy: systemd-resolved.service
RequiredBy: systemd-journal-flush.service
RequiredBy: dev-hugepages.mount
RequiredBy: systemd-fsck-root.service
RequiredBy: apt-daily.service
RequiredBy: ssh.service
RequiredBy: rescue.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: ippl.service
WantedBy: slices.target
Before: console-log.service
Before: systemd-udev-trigger.service
Before: exim4.service
Before: systemd-binfmt.service
Before: systemd-hwdb-update.service
Before: console-setup.service
Before: dev-mqueue.mount
Before: ippl.service
Before: dm-event.service
Before: systemd-remount-fs.service
Before: anacron.service
Before: keyboard-setup.service
Before: lvm2-lvmpolld.service
Before: lvm2-monitor.service
Before: system-serial\x2dgetty.slice
Before: ntp.service
Before: systemd-sysctl.service
Before: zg2-rebootscript.service
Before: systemd-machine-id-commit.service
Before: bind9.service
Before: rescue.service
Before: apt-daily-upgrade.service
Before: systemd-tmpfiles-clean.service
Before: systemd-resolved.service
Before: dev-hugepages.mount
Before: systemd-fsckd.service
Before: systemd-journal-flush.service
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-debug.mount
Before: dbus.service
Before: systemd-update-utmp-runlevel.service
Before: rsyslog.service
Before: systemd-user-sessions.service
Before: systemd-networkd.service
Before: ssh.service
Before: systemd-tmpfiles-setup.service
Before: systemd-networkd-wait-online.service
Before: systemd-timesyncd.service
Before: apt-daily.service
Before: sys-kernel-config.mount
Before: rsync.service
Before: systemd-journald.service
Before: systemd-ask-password-console.service
Before: -.mount
Before: rc-local.service
Before: tmp.mount
Before: systemd-ask-password-wall.service
Before: systemd-fsck-root.service
Before: systemd-logind.service
Before: system-ssh.slice
Before: systemd-random-seed.service
Before: system-getty.slice
Before: systemd-modules-load.service
Before: kmod-static-nodes.service
Before: run-user-1001.mount
Before: emergency.service
Before: systemd-tmpfiles-setup-dev.service
Before: lvm2-lvmetad.service
Before: proc-sys-fs-binfmt_misc.mount
Before: systemd-initctl.service
Before: haveged.service
Before: cron.service
Before: getty-static.service
Before: systemd-update-utmp.service
Before: slices.target
Before: systemd-udevd.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: slices.target
ReferencedBy: keyboard-setup.service
ReferencedBy: rsync.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: getty-static.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-journald.service
ReferencedBy: cron.service
ReferencedBy: system-getty.slice
ReferencedBy: dm-event.service
ReferencedBy: ippl.service
ReferencedBy: dbus.service
ReferencedBy: system-ssh.slice
ReferencedBy: emergency.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-initctl.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: apt-daily.service
ReferencedBy: systemd-udevd.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-fsckd.service
ReferencedBy: rescue.service
ReferencedBy: haveged.service
ReferencedBy: console-log.service
ReferencedBy: systemd-networkd-wait-online.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: anacron.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: run-user-1001.mount
ReferencedBy: exim4.service
ReferencedBy: rsyslog.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: bind9.service
ReferencedBy: ntp.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: systemd-random-seed.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ssh.service
ReferencedBy: systemd-resolved.service
ReferencedBy: -.mount
ReferencedBy: console-setup.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 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 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-14 15:51:52 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:52 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: 6568792b23be4a38bd5218ecfcaa0d46
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
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: spamassassin.service
After: time-sync.target
After: mysql.service
After: nss-lookup.target
After: network-online.target
After: system.slice
After: remote-fs.target
After: clamav-daemon.service
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: greylist.service
After: postgresql.service
References: mysql.service
References: clamav-daemon.service
References: spamassassin.service
References: multi-user.target
References: shutdown.target
References: remote-fs.target
References: network-online.target
References: basic.target
References: sysinit.target
References: postgresql.service
References: greylist.service
References: graphical.target
References: nss-lookup.target
References: systemd-journald.socket
References: time-sync.target
References: system.slice
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 972
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Timestamp: Fri 2017-07-14 15:51:52 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 902fd4954f5b43ae9337ea7f62b37ca6
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: systemd-networkd.service
After: systemd-journald.socket
After: system.slice
After: systemd-modules-load.service
References: sysinit.target
References: system.slice
References: systemd-modules-load.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-networkd.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-sysctl
PID: 650
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f964895437f1404a90188477d59cc28f
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: session-3.scope
Before: serial-getty at ttyS0.service
Before: session-5.scope
Before: user-1001.slice
Before: shutdown.target
Before: getty at tty1.service
Before: user at 1001.service
Before: systemd-ask-password-wall.service
After: systemd-journald.socket
After: systemd-journal-flush.service
After: network.target
After: basic.target
After: nss-user-lookup.target
After: system.slice
After: remote-fs.target
After: sysinit.target
References: systemd-journald.socket
References: network.target
References: basic.target
References: nss-user-lookup.target
References: system.slice
References: shutdown.target
References: remote-fs.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: session-3.scope
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: session-5.scope
ReferencedBy: user-1001.slice
ReferencedBy: systemd-journal-flush.service
ReferencedBy: getty at tty1.service
ReferencedBy: user at 1001.service
ReferencedBy: systemd-ask-password-wall.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 702
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: a8066a7074164ca48c50ce858c2540e1
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: systemd-networkd.service
Conflicts: shutdown.target
Before: bind9.service
Before: systemd-resolved.service
Before: systemd-user-sessions.service
Before: network-online.target
Before: ssh.service
Before: rc-local.service
After: systemd-networkd.service
After: network-pre.target
References: shutdown.target
References: network-pre.target
ReferencedBy: bind9.service
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-networkd.service
ReferencedBy: network-online.target
ReferencedBy: ssh.service
ReferencedBy: rc-local.service
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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 37e17a5b09ab44428a9ef010ee7d403e
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: systemd-journald.socket
Requires: system.slice
Wants: systemd-journald.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald-dev-log.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-journal-flush.service
After: systemd-journald.socket
After: syslog.socket
After: system.slice
After: systemd-journald-audit.socket
After: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald-dev-log.socket
References: systemd-journald-dev-log.socket
References: systemd-journald-audit.socket
References: system.slice
References: systemd-journald.socket
References: syslog.socket
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-audit.socket
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: 634
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: ~settimeofday switch_endian clock_adjtime stime add_key sgetmask vserver mpx iopl gtty prof umount query_module uselib clock_settime adjtimex sysfs chroot finit_module spu_run lock ptrace stty delete_module tuxcall pciconfig_iobase get_kernel_syms process_vm_readv umount2 modify_ldt ftime _sysctl vm86 mount rtas lookup_dcookie ustat getpmsg pivot_root ssetmask init_module profil ulimit putpmsg vm86old request_key pciconfig_write pciconfig_read ioperm afs_syscall keyctl s390_runtime_instr break create_module process_vm_writev security s390_pci_mmio_write perf_event_open s390_pci_mmio_read
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 634
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 10
-> 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 ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service:
Description: OpenBSD Secure Shell server per-connection daemon ([2a01:238:4071:3201::2:100]:47794)
Instance: 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:09 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:40 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:40 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 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Name: ssh at 4.service
Invocation ID: 499d4afe0c9f4633a7f34c5bd0a80c2d
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Fri 2017-07-14 15:50:40 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:40 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-ssh.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system-ssh.slice
After: ssh.socket
After: auditd.service
After: sysinit.target
After: basic.target
TriggeredBy: ssh.socket
References: system-ssh.slice
References: shutdown.target
References: auditd.service
References: sysinit.target
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 793
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: 793
Start Timestamp: Fri 2017-07-14 15:50:40 CEST
-> 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.service
Before: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Before: systemd-update-utmp.service
Before: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ReferencedBy: ssh.service
ReferencedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
-> 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: basic.target
ConflictedBy: apt-daily-upgrade.timer
ConflictedBy: session-5.scope
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: systemd-resolved.service
ConflictedBy: ippl.service
ConflictedBy: swap.target
ConflictedBy: sysinit.target
ConflictedBy: bind9.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: emergency.service
ConflictedBy: getty at tty1.service
ConflictedBy: remote-fs-pre.target
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: rescue.service
ConflictedBy: graphical.target
ConflictedBy: systemd-networkd-wait-online.service
ConflictedBy: anacron.service
ConflictedBy: network.target
ConflictedBy: systemd-modules-load.service
ConflictedBy: rescue.target
ConflictedBy: lvm2-monitor.service
ConflictedBy: rsyslog.service
ConflictedBy: system-ssh.slice
ConflictedBy: exim4.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: local-fs-pre.target
ConflictedBy: user at 1001.service
ConflictedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ConflictedBy: system-getty.slice
ConflictedBy: session-3.scope
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: user.slice
ConflictedBy: nss-user-lookup.target
ConflictedBy: apt-daily-upgrade.service
ConflictedBy: network-pre.target
ConflictedBy: slices.target
ConflictedBy: systemd-sysctl.service
ConflictedBy: dbus.service
ConflictedBy: ssh.socket
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: remote-fs.target
ConflictedBy: systemd-logind.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: ssh.service
ConflictedBy: emergency.target
ConflictedBy: syslog.socket
ConflictedBy: systemd-user-sessions.service
ConflictedBy: user-1001.slice
ConflictedBy: sockets.target
ConflictedBy: timers.target
ConflictedBy: systemd-networkd.service
ConflictedBy: cron.service
ConflictedBy: cryptsetup.target
ConflictedBy: nss-lookup.target
ConflictedBy: time-sync.target
ConflictedBy: systemd-binfmt.service
ConflictedBy: serial-getty at ttyS0.service
ConflictedBy: rsync.service
ConflictedBy: rc-local.service
ConflictedBy: apt-daily.service
ConflictedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
ConflictedBy: console-log.service
ConflictedBy: zg2-rebootscript.service
ConflictedBy: multi-user.target
ConflictedBy: system-serial\x2dgetty.slice
ConflictedBy: ntp.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: apt-daily.timer
ConflictedBy: systemd-update-utmp.service
ConflictedBy: paths.target
ConflictedBy: systemd-random-seed.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: systemd-timesyncd.service
ConflictedBy: local-fs.target
ConflictedBy: getty.target
ConflictedBy: network-online.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: getty-static.service
ConflictedBy: dbus.socket
After: exim4.service
After: getty-static.service
After: dbus.service
After: ssh.socket
After: apt-daily.service
After: serial-getty at ttyS0.service
After: haveged.service
After: user.slice
After: session-3.scope
After: syslog.socket
After: user-1001.slice
After: systemd-sysctl.service
After: anacron.service
After: rescue.service
After: cron.service
After: systemd-ask-password-console.service
After: systemd-ask-password-wall.path
After: systemd-hwdb-update.service
After: rsync.service
After: systemd-fsck-root.service
After: systemd-modules-load.service
After: systemd-tmpfiles-setup.service
After: systemd-tmpfiles-clean.service
After: apt-daily-upgrade.service
After: systemd-user-sessions.service
After: zg2-rebootscript.service
After: systemd-ask-password-console.path
After: rc-local.service
After: dbus.socket
After: system-getty.slice
After: ntp.service
After: systemd-fsckd.service
After: systemd-networkd.service
After: console-log.service
After: ippl.service
After: systemd-ask-password-wall.service
After: session-5.scope
After: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
After: system-serial\x2dgetty.slice
After: systemd-update-utmp-runlevel.service
After: systemd-update-utmp.service
After: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
After: user at 1001.service
After: system-ssh.slice
After: systemd-remount-fs.service
After: systemd-timesyncd.service
After: apt-daily.timer
After: systemd-logind.service
After: systemd-binfmt.service
After: getty at tty1.service
After: apt-daily-upgrade.timer
After: emergency.service
After: systemd-tmpfiles-setup-dev.service
After: bind9.service
After: systemd-random-seed.service
After: systemd-resolved.service
After: systemd-tmpfiles-clean.timer
After: systemd-machine-id-commit.service
After: rsyslog.service
After: ssh.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: dbus.service
ReferencedBy: emergency.target
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: getty.target
ReferencedBy: systemd-networkd-wait-online.service
ReferencedBy: getty-static.service
ReferencedBy: user.slice
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ReferencedBy: rsync.service
ReferencedBy: console-log.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: sockets.target
ReferencedBy: haveged.service
ReferencedBy: serial-getty at ttyS0.service
ReferencedBy: ssh.service
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
ReferencedBy: syslog.socket
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: time-sync.target
ReferencedBy: ntp.service
ReferencedBy: basic.target
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: paths.target
ReferencedBy: ssh.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: system-ssh.slice
ReferencedBy: nss-user-lookup.target
ReferencedBy: rc-local.service
ReferencedBy: user at 1001.service
ReferencedBy: anacron.service
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: exim4.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: nss-lookup.target
ReferencedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
ReferencedBy: system-getty.slice
ReferencedBy: session-5.scope
ReferencedBy: network-pre.target
ReferencedBy: network-online.target
ReferencedBy: rescue.target
ReferencedBy: timers.target
ReferencedBy: bind9.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: emergency.service
ReferencedBy: remote-fs-pre.target
ReferencedBy: systemd-sysctl.service
ReferencedBy: rescue.service
ReferencedBy: ippl.service
ReferencedBy: session-3.scope
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: slices.target
ReferencedBy: swap.target
ReferencedBy: apt-daily.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dbus.socket
ReferencedBy: cron.service
ReferencedBy: multi-user.target
ReferencedBy: user-1001.slice
ReferencedBy: system-serial\x2dgetty.slice
ReferencedBy: systemd-remount-fs.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-resolved.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: remote-fs.target
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: local-fs-pre.target
ReferencedBy: graphical.target
ReferencedBy: cryptsetup.target
ReferencedBy: network.target
ReferencedBy: systemd-binfmt.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 149baa569d0b45f1b58fcd43183cb86f
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: haveged.service
Before: systemd-timesyncd.service
Before: sysinit.target
Before: systemd-update-utmp.service
After: systemd-sysusers.service
After: system.slice
After: systemd-journald.socket
After: systemd-journal-flush.service
After: local-fs.target
References: systemd-sysusers.service
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: local-fs.target
ReferencedBy: haveged.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.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: 685
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-modules-load.service
After: -.mount
References: sysinit.target
References: system.slice
References: systemd-modules-load.service
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
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 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 4cf86503642b45a6aab3e9900b91390c
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Fri 2017-07-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
WantedBy: bind9.service
Conflicts: shutdown.target
Before: exim4.service
Before: ippl.service
After: bind9.service
References: shutdown.target
ReferencedBy: bind9.service
ReferencedBy: exim4.service
ReferencedBy: ippl.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 025ea5caaf434d129d06e1334e89e8e1
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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: shutdown.target
Before: multi-user.target
After: -.mount
After: systemd-networkd.service
After: tmp.mount
After: basic.target
After: org.freedesktop.resolve1.busname
After: system.slice
After: network.target
After: sysinit.target
After: systemd-journald.socket
References: systemd-networkd.service
References: systemd-journald.socket
References: shutdown.target
References: tmp.mount
References: sysinit.target
References: org.freedesktop.resolve1.busname
References: -.mount
References: basic.target
References: system.slice
References: network.target
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: 725
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: ~ptrace clock_settime getpmsg pciconfig_read vserver ssetmask perf_event_open keyctl umount ulimit uselib vm86old iopl s390_pci_mmio_write gtty adjtimex query_module umount2 _sysctl spu_run pciconfig_iobase mpx s390_pci_mmio_read add_key process_vm_readv process_vm_writev request_key putpmsg sysfs afs_syscall switch_endian ftime rtas chroot modify_ldt get_kernel_syms delete_module stime mount settimeofday break security init_module vm86 s390_runtime_instr pciconfig_write ustat ioperm create_module lock sgetmask profil tuxcall clock_adjtime pivot_root stty lookup_dcookie finit_module prof
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
PID: 725
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> ExecStartPost:
Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
PID: 760
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
Status Text: Processing requests...
-> 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 zg2-rebootscript.service:
Description: LSB: zg2-rebootscript
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: baf2bceaf20d42a4ae7601190fd026c1
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
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: sysinit.target
After: basic.target
After: system.slice
References: multi-user.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
References: system.slice
References: graphical.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: 704
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/zg2-rebootscript stop
-> 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: shutdown.target
References: emergency.service
ReferencedBy: sysinit.target
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e1f86d92ab6b4e2a8dc6adfb8d6137b2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: tmp.mount
Requires: -.mount
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: systemd-machine-id-commit.service
Before: systemd-tmpfiles-clean.service
Before: console-setup.service
Before: systemd-tmpfiles-setup.service
After: systemd-fsck-root.service
After: local-fs-pre.target
After: tmp.mount
After: systemd-remount-fs.service
After: -.mount
After: run-user-1001.mount
OnFailure: emergency.target
References: local-fs-pre.target
References: emergency.target
References: shutdown.target
References: tmp.mount
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: run-user-1001.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: -.mount
ReferencedBy: tmp.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 43720293f3b6498c9677d7a520bf2679
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-monitor.service
WantedBy: sysinit.target
Before: lvm2-lvmetad.service
Before: lvm2-monitor.service
After: -.mount
After: -.slice
Triggers: lvm2-lvmetad.service
References: lvm2-lvmetad.service
References: -.mount
References: -.slice
ReferencedBy: sysinit.target
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmetad.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
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.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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: d4a50ea983af4ab4b0d4d9e2ef76b124
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
After: -.mount
After: -.slice
Triggers: systemd-udevd.service
References: -.slice
References: sockets.target
References: systemd-udevd.service
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.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 systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-tmpfiles-clean.timer
After: time-sync.target
After: local-fs.target
After: systemd-journald.socket
TriggeredBy: systemd-tmpfiles-clean.timer
References: system.slice
References: time-sync.target
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
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
-> 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 apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: haveged.service
ReferencedBy: haveged.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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: e0b09cab7a444fbab7c51f953b7e7029
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device
Following Set Member: dev-disk-by\x2dpath-pci\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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 2276a1664cb74bba9f6b9e66a137e7f6
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda1
-> 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-tmpfiles-setup-dev.service
Before: systemd-networkd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-udevd.service
Before: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
-> 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: -.mount
After: getty at tty1.service
After: system.slice
After: sysinit.target
After: plymouth-start.service
References: shutdown.target
References: -.mount
References: system.slice
References: sysinit.target
References: plymouth-start.service
ReferencedBy: rescue.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.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 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: b5c08b0b3de746c8a972615202f5dfbe
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 dev-disk-by\x2dpartlabel-alemana.device:
Description: /dev/disk/by-partlabel/alemana
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-alemana.device
Invocation ID: 3cd9892a06ac4ffb86c8039138423c35
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.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\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: fc07c6abcfff4412a6aaa53e83634c1a
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: serial-getty at ttyS0.service
Conflicts: shutdown.target
Before: serial-getty at ttyS0.service
Before: shutdown.target
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 bind9.service:
Description: BIND Domain Name Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:55:03 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:55:03 CEST
Active Enter Timestamp: Fri 2017-07-14 15:55:03 CEST
Active Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Enter Timestamp: Fri 2017-07-14 15:51:51 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/bind9.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: bind9.service
Invocation ID: cb60ac0a95f44cfaba6fc932b3dd2a9a
Documentation: man:named(8)
Fragment Path: /lib/systemd/system/bind9.service
DropIn Path: /etc/systemd/system/bind9.service.d/override.conf
Condition Timestamp: Fri 2017-07-14 15:55:03 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:55:03 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
Wants: nss-lookup.target
Wants: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: nss-lookup.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: network.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
After: network-online.target
References: nss-lookup.target
References: basic.target
References: network.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: network-online.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1617
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
EnvironmentFile: /etc/default/bind9
EnvironmentFile: -/etc/default/bind9
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/named $OPTIONS
PID: 1617
Start Timestamp: Fri 2017-07-14 15:55:03 CEST
-> ExecReload:
Command Line: /usr/sbin/rndc reload
-> ExecStop:
Command Line: /usr/sbin/rndc stop
PID: 1122
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Code: exited
Exit Status: 1
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 2b3938a6e98644e78e60fdc83866a506
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: apt-daily-upgrade.timer
Before: anacron.service
Before: apt-daily.timer
Before: exim4.service
Before: ippl.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: anacron.service
ReferencedBy: apt-daily.timer
ReferencedBy: exim4.service
ReferencedBy: ippl.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: d255cb689dcd4a32b821f6791edb7e3e
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
Requires: -.slice
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: sockets.target
Before: shutdown.target
Before: rsyslog.service
After: -.mount
After: -.slice
Triggers: rsyslog.service
References: sockets.target
References: shutdown.target
References: -.mount
References: -.slice
References: rsyslog.service
ReferencedBy: systemd-journald.service
ReferencedBy: rsyslog.service
ReferencedBy: emergency.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
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 ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service:
Description: OpenBSD Secure Shell server per-connection daemon ([2a01:238:4071:3201::2:100]:47796)
Instance: 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:52:24 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:52:21 CEST
Active Enter Timestamp: Fri 2017-07-14 15:52:21 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 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: ssh at 22.service
Name: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Invocation ID: 4c0c4f66790845d9a43654bc8d978e99
Fragment Path: /lib/systemd/system/ssh at .service
Condition Timestamp: Fri 2017-07-14 15:52:21 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:52:21 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-ssh.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system-ssh.slice
After: auditd.service
After: ssh.socket
After: sysinit.target
TriggeredBy: ssh.socket
References: basic.target
References: system-ssh.slice
References: auditd.service
References: shutdown.target
References: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1398
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: 1398
Start Timestamp: Fri 2017-07-14 15:52:21 CEST
-> 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: sysinit.target
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: apt-daily-upgrade.service
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: apt-daily.timer
After: system.slice
TriggeredBy: apt-daily.timer
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: sysinit.target
References: system.slice
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 multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:52 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:52 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:52 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: runlevel4.target
Name: runlevel3.target
Name: runlevel2.target
Name: multi-user.target
Invocation ID: da7dfb34723a42cbb4c463d524ff2273
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Fri 2017-07-14 15:51:52 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:52 CEST
Assert Result: yes
Requires: basic.target
Wants: ntp.service
Wants: exim4.service
Wants: systemd-networkd.service
Wants: console-log.service
Wants: cron.service
Wants: getty.target
Wants: dbus.service
Wants: console-setup.service
Wants: systemd-update-utmp-runlevel.service
Wants: zg2-rebootscript.service
Wants: rsyslog.service
Wants: ippl.service
Wants: systemd-logind.service
Wants: systemd-user-sessions.service
Wants: rc-local.service
Wants: bind9.service
Wants: remote-fs.target
Wants: systemd-resolved.service
Wants: rsync.service
Wants: systemd-ask-password-wall.path
Wants: anacron.service
RequiredBy: graphical.target
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: bind9.service
After: console-log.service
After: anacron.service
After: ntp.service
After: exim4.service
After: rsyslog.service
After: systemd-logind.service
After: rc-local.service
After: systemd-resolved.service
After: dbus.service
After: rsync.service
After: cron.service
After: zg2-rebootscript.service
After: systemd-user-sessions.service
After: ippl.service
After: systemd-networkd.service
After: rescue.target
After: rescue.service
After: basic.target
After: getty.target
References: systemd-user-sessions.service
References: console-log.service
References: dbus.service
References: zg2-rebootscript.service
References: rescue.target
References: remote-fs.target
References: systemd-resolved.service
References: systemd-update-utmp-runlevel.service
References: exim4.service
References: systemd-networkd.service
References: cron.service
References: bind9.service
References: rc-local.service
References: getty.target
References: console-setup.service
References: ntp.service
References: systemd-ask-password-wall.path
References: ippl.service
References: rsync.service
References: anacron.service
References: shutdown.target
References: basic.target
References: rsyslog.service
References: rescue.service
References: systemd-logind.service
ReferencedBy: ippl.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ntp.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: console-log.service
ReferencedBy: graphical.target
ReferencedBy: zg2-rebootscript.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 7d9a74b8a0d44f0aae50c6f7ea5b7fab
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Wants: systemd-networkd-wait-online.service
WantedBy: bind9.service
WantedBy: ntp.service
WantedBy: apt-daily.timer
WantedBy: exim4.service
WantedBy: ippl.service
Conflicts: shutdown.target
Before: apt-daily.timer
Before: rc-local.service
Before: ippl.service
Before: bind9.service
Before: exim4.service
Before: ntp.service
After: network.target
After: systemd-networkd-wait-online.service
References: network.target
References: shutdown.target
References: systemd-networkd-wait-online.service
ReferencedBy: systemd-networkd-wait-online.service
ReferencedBy: rc-local.service
ReferencedBy: apt-daily.timer
ReferencedBy: exim4.service
ReferencedBy: ippl.service
ReferencedBy: ntp.service
ReferencedBy: bind9.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5c4c267ec3d34cb38154e5454c82c61e
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
RequiredBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Conflicts: shutdown.target
Before: shutdown.target
Before: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Before: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
ReferencedBy: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.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-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 6161c64ece0f434fa53014fb3fb338db
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: dev-alemana-root.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 dev-alemana-root.device:
Description: /dev/alemana/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-alemana-root.device
Invocation ID: ceb8138725a54f28b8c5289185dc5ec8
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dalemana\x2droot.device
Following Set Member: dev-disk-by\x2dlabel-alemana\x2droot.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-a6945693\x2d9ac0\x2d4b9e\x2d9b1d\x2dee35efd6580a.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dJKiwtBirs51I9rSRl7vyOnB4KJnd6OxogoqohAbNgR2X0IBtO5yvUhvcvZyUT9ER.device
Following Set Member: dev-mapper-alemana\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 haveged.service:
Description: Entropy daemon using the HAVEGE algorithm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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/haveged.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: haveged.service
Invocation ID: 554e919a0c0441479c869cfe7b589965
Documentation: man:haveged(8)
Documentation: http://www.issihosts.com/haveged/
Fragment Path: /lib/systemd/system/haveged.service
DropIn Path: /etc/systemd/system/haveged.service.d/after-systemd-tmpfiles.conf
ConditionVirtualization: !container succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: tmp.mount
Requires: -.mount
WantedBy: graphical.target
Before: sysinit.target
Before: shutdown.target
After: apparmor.service
After: -.mount
After: systemd-tmpfiles-setup.service
After: system.slice
After: systemd-random-seed.service
After: systemd-journald.socket
After: tmp.mount
References: apparmor.service
References: shutdown.target
References: -.mount
References: systemd-tmpfiles-setup.service
References: system.slice
References: systemd-random-seed.service
References: systemd-journald.socket
References: sysinit.target
References: tmp.mount
ReferencedBy: graphical.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 695
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: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/haveged
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
Secure Bits:noroot-locked
CapabilityBoundingSet: cap_sys_admin
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS
PID: 695
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 13da58af9bc340e5b9fe4380fa769697
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Wants: ssh.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-udevd-control.socket
Wants: systemd-journald-dev-log.socket
Wants: dbus.socket
Wants: systemd-networkd.socket
Wants: dm-event.socket
Wants: systemd-initctl.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: dbus.socket
After: systemd-journald.socket
After: syslog.socket
After: ssh.socket
After: systemd-udevd-kernel.socket
After: systemd-networkd.socket
After: systemd-udevd-control.socket
After: systemd-journald-audit.socket
After: systemd-initctl.socket
After: systemd-journald-dev-log.socket
References: ssh.socket
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
References: systemd-journald-dev-log.socket
References: dbus.socket
References: systemd-networkd.socket
References: dm-event.socket
References: systemd-initctl.socket
References: shutdown.target
References: systemd-journald-audit.socket
References: systemd-journald.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: basic.target
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: ssh.socket
ReferencedBy: dbus.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-vda2.device:
Description: /dev/vda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 1e7d2244045841cab398cd9bc8c81c48
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: dff5d68f9d8d41519eadbea873c342fa
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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 dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device:
Description: /dev/disk/by-id/lvm-pv-uuid-Aw2mbb-SdFE-g9Su-HatZ-aMmK-NAdq-ahXZVL
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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\x2dAw2mbb\x2dSdFE\x2dg9Su\x2dHatZ\x2daMmK\x2dNAdq\x2dahXZVL.device
Invocation ID: 507cfffec0934642a0bdefe73faa2fef
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-vda2.device
Following Set Member: dev-disk-by\x2dpartuuid-d8460a1a\x2dc8e5\x2d461d\x2dbe35\x2dec19e0b70130.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-alemana.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:04.0/virtio1/block/vda/vda2
-> 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 2e84b2397c0b4609b658bb62c8b2d686
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: systemd-remount-fs.service
WantedBy: keyboard-setup.service
Conflicts: shutdown.target
Before: run-user-1001.mount
Before: local-fs.target
Before: tmp.mount
After: dm-event.service
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup-dev.service
After: keyboard-setup.service
After: lvm2-monitor.service
References: shutdown.target
ReferencedBy: dm-event.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: run-user-1001.mount
ReferencedBy: keyboard-setup.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: local-fs.target
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 1a6e527be5414365b72a3e9624d73369
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: cryptsetup.target
Before: systemd-ask-password-wall.service
Before: paths.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: cryptsetup.target
References: -.mount
References: shutdown.target
References: paths.target
References: systemd-ask-password-wall.service
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 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: lvm2-monitor.service
Before: local-fs-pre.target
After: systemd-journald.socket
After: system.slice
After: dm-event.socket
TriggeredBy: dm-event.socket
References: systemd-journald.socket
References: system.slice
References: dm-event.socket
References: local-fs-pre.target
ReferencedBy: dm-event.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 1558a29f7cb04dfcbdfbeedf805ae0d7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Wants: system.slice
Wants: -.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: system.slice
After: user.slice
After: -.slice
References: system.slice
References: shutdown.target
References: -.slice
ReferencedBy: system.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
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 ippl.service:
Description: LSB: IP protocols logger
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:54:49 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: a1688328142b4468a5d80abadbed579a
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
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: time-sync.target
After: remote-fs.target
After: nss-lookup.target
After: systemd-journald.socket
After: sysinit.target
After: network-online.target
After: basic.target
After: system.slice
References: remote-fs.target
References: time-sync.target
References: multi-user.target
References: nss-lookup.target
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: network-online.target
References: basic.target
References: system.slice
References: graphical.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: 973
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ippl stop
-> 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 4e5d00b67977448db6050192aa43bff7
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: serial-getty at ttyS0.service
Before: shutdown.target
Before: multi-user.target
Before: getty at tty1.service
After: network.target
After: basic.target
After: system.slice
After: sysinit.target
After: network-online.target
After: systemd-journald.socket
References: network.target
References: basic.target
References: system.slice
References: sysinit.target
References: network-online.target
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
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: 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: 976
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
Exit Timestamp: Fri 2017-07-14 15:51:51 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: f003262c896642f0b4597e0a759d4d89
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 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
Requires: -.mount
Requires: tmp.mount
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: time-sync.target
Before: sysinit.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: systemd-sysusers.service
After: tmp.mount
After: systemd-tmpfiles-setup.service
After: -.mount
After: system.slice
References: shutdown.target
References: time-sync.target
References: systemd-sysusers.service
References: system.slice
References: tmp.mount
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: sysinit.target
References: -.mount
References: systemd-journald.socket
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: ~perf_event_open pciconfig_read init_module umount2 afs_syscall create_module sgetmask tuxcall break ulimit chroot pivot_root keyctl ioperm pciconfig_iobase mpx mount umount gtty iopl ptrace security s390_runtime_instr sysfs request_key profil vserver ssetmask rtas s390_pci_mmio_write get_kernel_syms switch_endian putpmsg stty getpmsg _sysctl add_key process_vm_writev lookup_dcookie finit_module delete_module process_vm_readv modify_ldt pciconfig_write prof lock s390_pci_mmio_read ftime query_module ustat vm86old vm86 spu_run uselib
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
-> 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-14 15:50:38 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: local-fs.target
References: sysinit.target
References: local-fs.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: fcb0cf2d42c848f0817c81b570a8c1ed
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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 374a624906624a4391a0abbf24ebf1bb
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
After: -.slice
Triggers: systemd-udevd.service
References: sockets.target
References: systemd-udevd.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-udevd.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 network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target
Before: network.target
Before: systemd-networkd.service
References: shutdown.target
ReferencedBy: network.target
ReferencedBy: systemd-networkd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit session-3.scope:
Description: Session 3 of user mh
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:09 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:09 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:09 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-3.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-3.scope
Invocation ID: 5d855234736e4014879e21a655f236a3
Fragment Path: /run/systemd/transient/session-3.scope
Condition Timestamp: Fri 2017-07-14 15:51:09 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:09 CEST
Assert Result: yes
Requires: user-1001.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: user-1001.slice
After: systemd-logind.service
References: systemd-user-sessions.service
References: shutdown.target
References: user-1001.slice
References: systemd-logind.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
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-ttyprintk.device:
Description: /dev/ttyprintk
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: b02e08e6d7c54a058276ddbe3999e46f
Following: sys-devices-virtual-tty-ttyprintk.device
Following Set Member: sys-devices-virtual-tty-ttyprintk.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/ttyprintk
-> Unit dev-disk-by\x2dpartuuid-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device:
Description: /dev/disk/by-partuuid/98bc3e97-a666-495f-85e5-2ea2897d9993
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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-98bc3e97\x2da666\x2d495f\x2d85e5\x2d2ea2897d9993.device
Invocation ID: 5a3af5e2b25a4780a6fda0c36327c59b
Following: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-vda1.device
Following Set Member: dev-vda1.device
Following Set Member: dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-bios_grub.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:04.0-virtio1-block-vda-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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 5e7b613187f14ef892b444c6daaffbb1
Fragment Path: /lib/systemd/system/ssh.socket
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: sysinit.target
Requires: -.slice
WantedBy: sockets.target
Conflicts: shutdown.target
Conflicts: ssh.service
Before: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Before: sockets.target
Before: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
Before: shutdown.target
Before: ssh.service
After: sysinit.target
After: -.slice
Triggers: ssh at 22-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47796.service
Triggers: ssh at 4-2001:67c:24f8:1002::45:100:22-2a01:238:4071:3201::2:100:47794.service
References: sysinit.target
References: sockets.target
References: ssh.service
References: shutdown.target
References: -.slice
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: 65
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-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: c85b36ba06ac494592ee90beac41ed3f
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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: systemd-journal-flush.service
RequiredBy: dev-hugepages.mount
RequiredBy: systemd-resolved.service
RequiredBy: systemd-initctl.socket
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-fsckd.socket
RequiredBy: haveged.service
RequiredBy: emergency.service
RequiredBy: syslog.socket
RequiredBy: apt-daily-upgrade.timer
RequiredBy: basic.target
RequiredBy: sys-kernel-debug.mount
RequiredBy: local-fs.target
RequiredBy: apt-daily.timer
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: systemd-journald.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: run-user-1001.mount
RequiredBy: dbus.socket
RequiredBy: systemd-random-seed.service
RequiredBy: dm-event.socket
RequiredBy: systemd-ask-password-wall.path
RequiredBy: console-setup.service
RequiredBy: systemd-ask-password-console.path
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-timesyncd.service
RequiredBy: rescue.service
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-update-utmp.service
RequiredBy: tmp.mount
RequiredBy: systemd-udevd-control.socket
RequiredBy: proc-sys-fs-binfmt_misc.automount
Before: systemd-update-utmp.service
Before: dev-mqueue.mount
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-debug.mount
Before: systemd-random-seed.service
Before: dbus.socket
Before: emergency.service
Before: systemd-fsckd.socket
Before: dm-event.socket
Before: lvm2-lvmpolld.socket
Before: haveged.service
Before: systemd-ask-password-wall.path
Before: syslog.socket
Before: systemd-initctl.socket
Before: systemd-update-utmp-runlevel.service
Before: dev-hugepages.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: tmp.mount
Before: systemd-timesyncd.service
Before: lvm2-lvmetad.socket
Before: systemd-udevd-control.socket
Before: local-fs.target
Before: systemd-resolved.service
Before: basic.target
Before: apt-daily-upgrade.timer
Before: run-user-1001.mount
Before: systemd-journald-dev-log.socket
Before: systemd-journal-flush.service
Before: systemd-journald.socket
Before: sys-kernel-config.mount
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-ask-password-console.path
Before: rescue.service
Before: console-setup.service
Before: apt-daily.timer
After: system.slice
References: system.slice
References: local-fs.target
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: dm-event.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: emergency.service
ReferencedBy: syslog.socket
ReferencedBy: rescue.service
ReferencedBy: local-fs.target
ReferencedBy: apt-daily.timer
ReferencedBy: dev-hugepages.mount
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: sys-kernel-config.mount
ReferencedBy: console-setup.service
ReferencedBy: basic.target
ReferencedBy: systemd-fsckd.socket
ReferencedBy: run-user-1001.mount
ReferencedBy: dbus.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-update-utmp.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: haveged.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-resolved.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-timesyncd.service
RequiresMountsFor: /dev/mapper/alemana-root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/alemana-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 graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:52 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:52 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:52 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: graphical.target
Name: runlevel5.target
Invocation ID: 11f2776141664ff9ae58484c365bec2f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Fri 2017-07-14 15:51:52 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:52 CEST
Assert Result: yes
Requires: multi-user.target
Wants: exim4.service
Wants: ntp.service
Wants: systemd-update-utmp-runlevel.service
Wants: console-log.service
Wants: display-manager.service
Wants: ippl.service
Wants: haveged.service
Wants: zg2-rebootscript.service
Conflicts: shutdown.target
Conflicts: rescue.target
Conflicts: rescue.service
Before: systemd-update-utmp-runlevel.service
After: exim4.service
After: ntp.service
After: rescue.service
After: console-log.service
After: rescue.target
After: multi-user.target
After: display-manager.service
After: ippl.service
After: zg2-rebootscript.service
References: systemd-update-utmp-runlevel.service
References: console-log.service
References: haveged.service
References: ippl.service
References: rescue.service
References: ntp.service
References: shutdown.target
References: rescue.target
References: multi-user.target
References: display-manager.service
References: exim4.service
References: zg2-rebootscript.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: exim4.service
ReferencedBy: zg2-rebootscript.service
ReferencedBy: ippl.service
ReferencedBy: console-log.service
ReferencedBy: ntp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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 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-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: b70a38aacd244bc4ab3318ca6cc4eebc
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: haveged.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
After: -.mount
References: systemd-remount-fs.service
References: system.slice
References: -.mount
References: systemd-journald.socket
References: shutdown.target
References: sysinit.target
ReferencedBy: sysinit.target
ReferencedBy: haveged.service
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: 645
Start Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> 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: sysinit.target
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: systemd-ask-password-wall.path
After: systemd-user-sessions.service
After: sysinit.target
TriggeredBy: systemd-ask-password-wall.path
References: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-user-sessions.service
References: system.slice
References: basic.target
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 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: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: sysinit.target
Before: shutdown.target
Before: emergency.target
After: system.slice
After: -.mount
References: rescue.service
References: syslog.socket
References: -.mount
References: shutdown.target
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: emergency.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
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: systemd-fsckd.socket
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Requires: -.mount
Requires: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsckd.service
Before: systemd-fsck-root.service
After: -.mount
After: -.slice
Triggers: systemd-fsckd.service
References: -.slice
References: systemd-fsckd.service
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: dead
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 swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 2b75b49e3266481c9be9a8525eedca13
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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 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: lvm2-lvmpolld.socket
Requires: system.slice
Conflicts: shutdown.target
After: lvm2-lvmpolld.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: lvm2-lvmpolld.socket
References: lvm2-lvmpolld.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/lvmpolld.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
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 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-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 372b125c41c94985bc50a2b637e0169f
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-networkd.service
After: -.slice
Triggers: systemd-networkd.service
References: sockets.target
References: systemd-networkd.service
References: -.slice
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 dev-vda.device:
Description: /dev/vda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 57798f3d7bf8401684ea59a32597c4f4
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-disk-by\x2dpath-pci\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 getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:51:51 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:51:51 CEST
Active Enter Timestamp: Fri 2017-07-14 15:51:51 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: 170d0aa8f825471dbd451abc04adc13b
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-14 15:51:51 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:51:51 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Conflicts: rescue.service
Before: getty.target
Before: shutdown.target
Before: rescue.service
After: plymouth-quit-wait.service
After: systemd-journald.socket
After: basic.target
After: system-getty.slice
After: systemd-user-sessions.service
After: sysinit.target
After: rc-local.service
References: plymouth-quit-wait.service
References: getty.target
References: systemd-journald.socket
References: basic.target
References: system-getty.slice
References: rescue.service
References: systemd-user-sessions.service
References: shutdown.target
References: sysinit.target
References: rc-local.service
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 982
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: 982
Start Timestamp: Fri 2017-07-14 15:51:51 CEST
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 13388dbc4479420c94aaa4324620de9a
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-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 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 cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-07-14 15:50:38 CEST
Inactive Exit Timestamp: Fri 2017-07-14 15:50:38 CEST
Active Enter Timestamp: Fri 2017-07-14 15:50:38 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: 78c39dbb2abd4cddb886b73bd88e9bad
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Fri 2017-07-14 15:50:38 CEST
Condition Result: yes
Assert Timestamp: Fri 2017-07-14 15:50:38 CEST
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
References: shutdown.target
ReferencedBy: sysinit.target
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-------------- next part --------------
==> /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/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-pkcs11.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9-pkcs11.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/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /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/bind9-resolvconf.service.dsh-also <==
/etc/systemd/system/bind9.service.wants/bind9-resolvconf.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/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /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/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/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.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/anacron.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/rsync.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/haveged.service.dsh-also <==
/etc/systemd/system/default.target.wants/haveged.service
==> /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/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/haveged.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
-------------- next part --------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/alemana-root / ext4 errors=remount-ro 0 0
tmpfs /tmp tmpfs defaults 0 0
More information about the Pkg-systemd-maintainers
mailing list