Bug#875557: systemd: service mark as enabled but not in reality
sthiry
sthiry at cblue.be
Tue Sep 12 08:45:40 BST 2017
Package: systemd
Version: 232-25+deb9u1
Severity: normal
Hello,
I use multiple php-fpm process to run apache websites and I have to create one process by site, so I have a service file named php7-fpm at .service. It let me create service like this php7-fpm at mysite that
I have to enable once it is created. So I notice that when I enable one service, the others are mark as enabled when I type "service php7-fpm* status", but they are not enabled. So you have to enable all
services.
Thanks,
-- Package-specific info:
-- System Information:
Debian Release: 9.1
APT prefers stable
APT policy: (990, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.12.0-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.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+deb9u2
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+deb9u1
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+deb9u1
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+deb9u1
-- no debconf information
-------------- next part --------------
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[OVERRIDDEN] /etc/systemd/system/varnish.service -> /lib/systemd/system/varnish.service
--- /lib/systemd/system/varnish.service 2017-07-31 21:12:21.000000000 +0200
+++ /etc/systemd/system/varnish.service 2017-09-01 11:00:58.292391047 +0200
@@ -1,16 +1,14 @@
[Unit]
Description=Varnish HTTP accelerator
-Documentation=https://www.varnish-cache.org/docs/4.1/ man:varnishd
+After=mnt-nas.mount
[Service]
-Type=simple
+Type=forking
LimitNOFILE=131072
LimitMEMLOCK=82000
-ExecStart=/usr/sbin/varnishd -j unix,user=vcache -F -a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
-ProtectSystem=full
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
+ExecStartPre=/usr/sbin/varnishd -C -f /etc/varnish/default.vcl
+ExecStart=/usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,2048m -p pipe_timeout=3600
+ExecReload=/usr/share/varnish/reload-vcl
[Install]
WantedBy=multi-user.target
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[OVERRIDDEN] /etc/systemd/system/varnishncsa.service -> /lib/systemd/system/varnishncsa.service
--- /lib/systemd/system/varnishncsa.service 2017-07-31 21:12:21.000000000 +0200
+++ /etc/systemd/system/varnishncsa.service 2017-09-01 11:00:58.292391047 +0200
@@ -4,12 +4,14 @@
After=varnish.service
[Service]
+Environment='ARGUMENT=\'%%{X-Forwarded-For}i %%l %%u %%t "%%r" %%s %%b "%%{Referer}i" "%%{User-agent}i" "%%{Varnish:time_firstbyte}x"\''
Type=forking
PIDFile=/run/varnishncsa/varnishncsa.pid
RuntimeDirectory=varnishncsa
User=varnishlog
Group=varnish
-ExecStart=/usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -P /run/varnishncsa/varnishncsa.pid
+#ExecStart=/usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -P /run/varnishncsa/varnishncsa.pid
+ExecStart=/usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -P /run/varnishncsa/varnishncsa.pid -F $ARGUMENT
ExecReload=/bin/kill -HUP $MAINPID
PrivateDevices=true
PrivateNetwork=true
5 overridden configuration files found.
-------------- next part --------------
-> Unit varnishncsa.service:
Description: Varnish HTTP accelerator log daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 06:25:11 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:31 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:31 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/varnishncsa.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: varnishncsa.service
Invocation ID: 459891fc18644138be769dcce7245ca1
Documentation: https://www.varnish-cache.org/docs/4.1/
Documentation: man:varnishncsa
Fragment Path: /etc/systemd/system/varnishncsa.service
Condition Timestamp: Mon 2017-09-11 11:33:31 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:31 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: var.mount
After: system.slice
After: -.mount
After: sysinit.target
After: basic.target
After: varnish.service
References: systemd-journald.socket
References: var.mount
References: system.slice
References: -.mount
References: sysinit.target
References: shutdown.target
References: basic.target
References: varnish.service
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: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1482
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/varnishncsa/varnishncsa.pid
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
Environment: ARGUMENT='%{X-Forwarded-For}i %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i" "%{Varnish:time_firstbyte}x"'
RuntimeDirectoryMode: 0755
RuntimeDirectory: varnishncsa
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read
User: varnishlog
Group: varnish
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/varnishncsa -a -w /var/log/varnish/varnishncsa.log -D -P /run/varnishncsa/varnishncsa.pid -F $ARGUMENT
PID: 1265
Start Timestamp: Mon 2017-09-11 11:33:31 CEST
Exit Timestamp: Mon 2017-09-11 11:33:31 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
PID: 27750
Start Timestamp: Tue 2017-09-12 06:25:11 CEST
Exit Timestamp: Tue 2017-09-12 06:25:11 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
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: system.slice
After: systemd-journald.socket
After: systemd-initctl.socket
TriggeredBy: systemd-initctl.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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-quotacheck.service:
Description: File System Quota Check
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-quotacheck.service
Documentation: man:systemd-quotacheck.service(8)
Fragment Path: /lib/systemd/system/systemd-quotacheck.service
ConditionPathExists: /sbin/quotacheck untested
Requires: system.slice
Before: local-fs.target
Before: shutdown.target
After: system.slice
After: systemd-remount-fs.service
After: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: shutdown.target
References: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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-quotacheck
-> 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: Mon 2017-09-11 11:32:45 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-done.service
Before: sysinit.target
Before: shutdown.target
Before: systemd-udev-trigger.service
After: system.slice
After: systemd-remount-fs.service
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-remount-fs.service
References: systemd-journald.socket
References: system.slice
References: systemd-update-done.service
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 firewalld.service:
Description: firewalld.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: firewalld.service
ConsistsOf: fail2ban.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
-> Unit mdmonitor.service:
Description: MD array monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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/mdmonitor.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mdmonitor.service
Invocation ID: 9c05a879676b46fca81ab5d14af81466
Fragment Path: /lib/systemd/system/mdmonitor.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sys-devices-virtual-block-md0.device
WantedBy: sys-devices-virtual-block-md1.device
WantedBy: sys-devices-virtual-block-md2.device
After: system.slice
After: systemd-journald.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: sys-devices-virtual-block-md0.device
ReferencedBy: sys-devices-virtual-block-md1.device
ReferencedBy: sys-devices-virtual-block-md2.device
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: 459
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: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/mdadm --monitor --scan
PID: 459
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
-> Unit php7.0-fpm at inseec_pedagogy.service:
Description: The PHP FastCGI Process Manager for inseec_pedagogy
Instance: inseec_pedagogy
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_pedagogy.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_pedagogy.service
Invocation ID: 30d8152e004e47d0baba896b6da8bdf2
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system-php7.0\x2dfpm.slice
After: sysinit.target
After: basic.target
After: mnt-nas.mount
After: systemd-journald.socket
References: shutdown.target
References: system-php7.0\x2dfpm.slice
References: sysinit.target
References: basic.target
References: mnt-nas.mount
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 831
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_pedagogy.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_pedagogy.conf
PID: 831
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 11494, slow: 0, Traffic: 0req/sec
-> Unit slapd.service:
Description: slapd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slapd.service
Before: pure-ftpd-mysql.service
ReferencedBy: pure-ftpd-mysql.service
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2\x2dpart5.device
Invocation ID: 617c33226e564fe68c7ecd88f4d9ae23
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Following Set Member: dev-sdb5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> 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: nss-user-lookup.target
ConflictedBy: network.target
ConflictedBy: php7.0-fpm at inseec_pedago-bs.service
ConflictedBy: ntp.service
ConflictedBy: php7.0-fpm at inseec_pedago.service
ConflictedBy: user.slice
ConflictedBy: pure-ftpd-mysql.service
ConflictedBy: remote-fs-pre.target
ConflictedBy: systemd-binfmt.service
ConflictedBy: rescue.service
ConflictedBy: swap.target
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: user-1003.slice
ConflictedBy: systemd-modules-load.service
ConflictedBy: graphical.target
ConflictedBy: user at 1220.service
ConflictedBy: syslog.socket
ConflictedBy: php7.0-fpm at inseec_ecetech.service
ConflictedBy: systemd-logind.service
ConflictedBy: rescue.target
ConflictedBy: php5-fpm at icdi.service
ConflictedBy: cryptsetup.target
ConflictedBy: php5-fpm at acceptcevora.service
ConflictedBy: phpsessionclean.timer
ConflictedBy: ssh.service
ConflictedBy: system-php7.0\x2dfpm.slice
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: exim4.service
ConflictedBy: dbus.service
ConflictedBy: systemd-random-seed.service
ConflictedBy: phpsessionclean.service
ConflictedBy: rsync.service
ConflictedBy: local-fs.target
ConflictedBy: dbus.socket
ConflictedBy: php7.0-fpm at inseec_executive.service
ConflictedBy: nfs-client.target
ConflictedBy: php7.0-fpm at inseec_monaco.service
ConflictedBy: basic.target
ConflictedBy: sockets.target
ConflictedBy: nss-lookup.target
ConflictedBy: local-fs-pre.target
ConflictedBy: php7.0-fpm at inseec_citedeslangues.service
ConflictedBy: rpcbind.target
ConflictedBy: multi-user.target
ConflictedBy: remote-fs.target
ConflictedBy: apache2.service
ConflictedBy: rc-local.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: php7.0-fpm at inseec_supcareer.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: php7.0-fpm at preprod-cned.service
ConflictedBy: system-getty.slice
ConflictedBy: smartd.service
ConflictedBy: irqbalance.service
ConflictedBy: slices.target
ConflictedBy: php5-fpm at inseec-atout.service
ConflictedBy: shibd.service
ConflictedBy: mcelog.service
ConflictedBy: netfilter-persistent.service
ConflictedBy: network-pre.target
ConflictedBy: user-1220.slice
ConflictedBy: cron.service
ConflictedBy: varnishncsa.service
ConflictedBy: varnish.service
ConflictedBy: php7.0-fpm at inseec_msc.service
ConflictedBy: systemd-rfkill.socket
ConflictedBy: fail2ban.service
ConflictedBy: session-1.scope
ConflictedBy: system-php5\x2dfpm.slice
ConflictedBy: apt-daily-upgrade.timer
ConflictedBy: timers.target
ConflictedBy: emergency.service
ConflictedBy: emergency.target
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: systemd-rfkill.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: php7.0-fpm at inseec_cesni.service
ConflictedBy: php7.0-fpm at inseec_london.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: networking.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: systemd-timesyncd.service
ConflictedBy: user at 1003.service
ConflictedBy: apt-daily-upgrade.service
ConflictedBy: paths.target
ConflictedBy: getty-static.service
ConflictedBy: nfs-utils.service
ConflictedBy: php7.0-fpm at inseec_heip.service
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: network-online.target
ConflictedBy: php5-fpm at prod-cned.service
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: php5-fpm at default.service
ConflictedBy: apt-daily.timer
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: php7.0-fpm at inseec_preprod.service
ConflictedBy: getty.target
ConflictedBy: edac.service
ConflictedBy: unattended-upgrades.service
ConflictedBy: zabbix-agent.service
ConflictedBy: session-133.scope
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: time-sync.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: apt-daily.service
ConflictedBy: sysinit.target
ConflictedBy: systemd-update-utmp.service
ConflictedBy: inetd.service
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: rsyslog.service
ConflictedBy: php7.0-fpm at inseec_pedagogy.service
ConflictedBy: getty at tty1.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-hwdb-update.service
After: user at 1003.service
After: systemd-tmpfiles-clean.service
After: php7.0-fpm at inseec_supcareer.service
After: phpsessionclean.timer
After: php7.0-fpm at inseec_preprod.service
After: system-php7.0\x2dfpm.slice
After: cron.service
After: systemd-ask-password-console.service
After: nfs-utils.service
After: networking.service
After: shibd.service
After: php5-fpm at acceptcevora.service
After: php7.0-fpm at inseec_monaco.service
After: systemd-tmpfiles-setup.service
After: rsync.service
After: edac.service
After: apt-daily.timer
After: systemd-ask-password-wall.path
After: systemd-logind.service
After: system-php5\x2dfpm.slice
After: php7.0-fpm at inseec_citedeslangues.service
After: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
After: systemd-machine-id-commit.service
After: getty at tty1.service
After: syslog.socket
After: user.slice
After: php7.0-fpm at inseec_london.service
After: ssh.service
After: irqbalance.service
After: apache2.service
After: systemd-rfkill.service
After: php7.0-fpm at preprod-cned.service
After: apt-daily.service
After: systemd-remount-fs.service
After: systemd-tmpfiles-clean.timer
After: php5-fpm at inseec-atout.service
After: system-systemd\x2dfsck.slice
After: apt-daily-upgrade.service
After: systemd-fsckd.service
After: phpsessionclean.service
After: php7.0-fpm at inseec_ecetech.service
After: user-1220.slice
After: systemd-ask-password-wall.service
After: php7.0-fpm at inseec_pedago.service
After: systemd-timesyncd.service
After: apt-daily-upgrade.timer
After: php7.0-fpm at inseec_pedagogy.service
After: varnishncsa.service
After: pure-ftpd-mysql.service
After: php7.0-fpm at inseec_msc.service
After: systemd-rfkill.socket
After: smartd.service
After: php7.0-fpm at inseec_executive.service
After: systemd-update-utmp-runlevel.service
After: rc-local.service
After: systemd-update-utmp.service
After: dbus.socket
After: php7.0-fpm at inseec_heip.service
After: system-getty.slice
After: user at 1220.service
After: php5-fpm at icdi.service
After: session-1.scope
After: php7.0-fpm at inseec_cesni.service
After: rsyslog.service
After: user-1003.slice
After: systemd-ask-password-console.path
After: systemd-binfmt.service
After: zabbix-agent.service
After: php7.0-fpm at inseec_pedago-bs.service
After: varnish.service
After: fail2ban.service
After: php5-fpm at prod-cned.service
After: session-133.scope
After: systemd-random-seed.service
After: mcelog.service
After: dbus.service
After: getty-static.service
After: systemd-modules-load.service
After: systemd-quotacheck.service
After: systemd-fsck-root.service
After: systemd-sysctl.service
After: inetd.service
After: systemd-user-sessions.service
After: rescue.service
After: ntp.service
After: unattended-upgrades.service
After: netfilter-persistent.service
After: php5-fpm at default.service
After: emergency.service
After: exim4.service
ReferencedBy: nss-lookup.target
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: syslog.socket
ReferencedBy: graphical.target
ReferencedBy: fail2ban.service
ReferencedBy: rc-local.service
ReferencedBy: basic.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: session-133.scope
ReferencedBy: system-php5\x2dfpm.slice
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: user.slice
ReferencedBy: systemd-quotacheck.service
ReferencedBy: timers.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: rsync.service
ReferencedBy: dbus.socket
ReferencedBy: ssh.service
ReferencedBy: emergency.target
ReferencedBy: dbus.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: apt-daily.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-logind.service
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: smartd.service
ReferencedBy: edac.service
ReferencedBy: nfs-utils.service
ReferencedBy: varnishncsa.service
ReferencedBy: network-online.target
ReferencedBy: session-1.scope
ReferencedBy: systemd-fsckd.service
ReferencedBy: system-php7.0\x2dfpm.slice
ReferencedBy: nfs-client.target
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: emergency.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: user at 1220.service
ReferencedBy: slices.target
ReferencedBy: user at 1003.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: php7.0-fpm at inseec_london.service
ReferencedBy: rescue.target
ReferencedBy: phpsessionclean.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: system-getty.slice
ReferencedBy: networking.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: user-1003.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: remote-fs.target
ReferencedBy: paths.target
ReferencedBy: network.target
ReferencedBy: local-fs-pre.target
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: inetd.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: local-fs.target
ReferencedBy: getty-static.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: getty.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: rsyslog.service
ReferencedBy: swap.target
ReferencedBy: rescue.service
ReferencedBy: zabbix-agent.service
ReferencedBy: network-pre.target
ReferencedBy: phpsessionclean.timer
ReferencedBy: netfilter-persistent.service
ReferencedBy: ntp.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: sysinit.target
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: user-1220.slice
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: time-sync.target
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-rfkill.socket
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: apt-daily.timer
ReferencedBy: php5-fpm at default.service
ReferencedBy: varnish.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: rpcbind.target
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: multi-user.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: mcelog.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: shibd.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: exim4.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: cron.service
ReferencedBy: sockets.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-md2.device:
Description: /dev/md2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md2.device
Invocation ID: f681367bb1b1494b8f2b69dead8bd4d4
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:2.device
Following Set Member: dev-md-2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Following Set Member: dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.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/md2
-> Unit sys-devices-pnp0-00:02-tty-ttyS1.device:
Description: /sys/devices/pnp0/00:02/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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:02-tty-ttyS1.device
Invocation ID: 8228a56760944209971bb394a277c676
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/pnp0/00:02/tty/ttyS1
-> Unit dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Invocation ID: 4f7b4cf9648f498bbccd22a65792c17f
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit php7.0-fpm at inseec_london.service:
Description: The PHP FastCGI Process Manager for inseec_london
Instance: inseec_london
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_london.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_london.service
Invocation ID: 51e95ff3100b4ff1b060560a0edec527
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: mnt-nas.mount
After: system-php7.0\x2dfpm.slice
References: mnt-nas.mount
References: systemd-journald.socket
References: shutdown.target
References: system-php7.0\x2dfpm.slice
References: sysinit.target
References: basic.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 823
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_london.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_london.conf
PID: 823
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 221, slow: 0, Traffic: 0req/sec
-> Unit nfs-client.target:
Description: NFS client services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: nfs-client.target
Invocation ID: 3cb29bcaa9d249619b073777ef10e509
Fragment Path: /lib/systemd/system/nfs-client.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Wants: remote-fs-pre.target
Wants: auth-rpcgss-module.service
Wants: nfs-blkmap.service
WantedBy: remote-fs.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: remote-fs-pre.target
Before: multi-user.target
After: gssproxy.service
After: rpc-svcgssd.service
After: rpc-gssd.service
References: nfs-blkmap.service
References: rpc-gssd.service
References: auth-rpcgss-module.service
References: rpc-svcgssd.service
References: remote-fs-pre.target
References: shutdown.target
References: gssproxy.service
ReferencedBy: remote-fs.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: 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-rfkill.service
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Requires: system.slice
Requires: var.mount
Requires: -.mount
BindsTo: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-remount-fs.service
After: var.mount
After: sys-devices-virtual-misc-rfkill.device
After: system.slice
After: systemd-rfkill.socket
After: -.mount
After: systemd-journald.socket
TriggeredBy: systemd-rfkill.socket
References: systemd-journald.socket
References: var.mount
References: sys-devices-virtual-misc-rfkill.device
References: system.slice
References: shutdown.target
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: systemd-rfkill.socket
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: 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-rfkill
-> Unit gssproxy.service:
Description: gssproxy.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: gssproxy.service
WantedBy: auth-rpcgss-module.service
Before: nfs-client.target
Before: rpc-svcgssd.service
After: auth-rpcgss-module.service
ReferencedBy: nfs-client.target
ReferencedBy: auth-rpcgss-module.service
ReferencedBy: rpc-svcgssd.service
-> Unit sys-devices-virtual-block-md0.device:
Description: /sys/devices/virtual/block/md0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md0.device
Invocation ID: 4fa33c70ec204511ae42c7f68a535e06
Following Set Member: dev-md0.device
Following Set Member: dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:0.device
Following Set Member: dev-md-0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Job Timeout: 1min 30s
Wants: mdmonitor.service
References: mdmonitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
-> 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 dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Invocation ID: a57e7f3fb2404048b6e0916e16f40e24
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Invocation ID: 351722c37eb64744b4f0b507ed8608cd
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device
Following Set Member: dev-sdb5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 4e809f5bcf5544f3b1f9b0b86b30646b
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Requires: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
After: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
After: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
After: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
After: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
After: dev-sdb2.swap
After: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
After: dev-sda2.swap
After: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
After: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
References: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
References: shutdown.target
References: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: dev-sda2.swap
ReferencedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ReferencedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ReferencedBy: sysinit.target
ReferencedBy: dev-sdb2.swap
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2\x2dpart1.device
Invocation ID: c50914659a5f4cd3a8210aa0d0927410
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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/networking.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: networking.service
Invocation ID: cbd8bbef1a7c4ef8b908601b9f02f647
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: system.slice
Wants: network.target
WantedBy: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: network.target
Before: shutdown.target
Before: network-online.target
After: apparmor.service
After: systemd-journald.socket
After: network-pre.target
After: local-fs.target
After: systemd-modules-load.service
After: system.slice
After: systemd-sysctl.service
References: apparmor.service
References: systemd-journald.socket
References: shutdown.target
References: network-pre.target
References: network-online.target
References: network.target
References: local-fs.target
References: systemd-modules-load.service
References: system.slice
References: systemd-sysctl.service
ReferencedBy: network-online.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/networking
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
PID: 565
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 570
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
-> Unit php7.0-fpm at inseec_msc.service:
Description: The PHP FastCGI Process Manager for inseec_msc
Instance: inseec_msc
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_msc.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_msc.service
Invocation ID: ff00280be1284791a022e3d851fcdf4d
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system-php7.0\x2dfpm.slice
After: mnt-nas.mount
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: system-php7.0\x2dfpm.slice
References: mnt-nas.mount
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 821
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_msc.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_msc.conf
PID: 821
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 2367, slow: 0, Traffic: 0req/sec
-> 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: systemd-ask-password-console.service
Before: rescue.service
Before: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
-> Unit shibd.service:
Description: Shibboleth Service Provider Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:34:00 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:34:00 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/shibd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: shibd.service
Invocation ID: 746ee470fb844486aff9de065cfd2a12
Documentation: man:shibd(8)
Documentation: https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPshibd
Fragment Path: /lib/systemd/system/shibd.service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: apache2.service
Before: multi-user.target
After: system.slice
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: mnt-nas.mount
References: system.slice
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: mnt-nas.mount
References: apache2.service
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: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 822
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: journal
SyslogFacility: daemon
SyslogLevel: info
User: _shibd
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/shibd -f -F
PID: 822
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> Unit iptables.service:
Description: iptables.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: iptables.service
ConsistsOf: fail2ban.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
-> 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: Mon 2017-09-11 11:32:47 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
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 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: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 91a34fcf8fa2487883db388f238eedde
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
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: -.mount
After: systemd-journald.socket
After: var.mount
After: system.slice
After: systemd-tmpfiles-setup.service
After: systemd-remount-fs.service
After: auditd.service
References: -.mount
References: sysinit.target
References: systemd-journald.socket
References: var.mount
References: system.slice
References: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: shutdown.target
References: auditd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-update-utmp-runlevel.service
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 542
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap:
Description: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D18UZS-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Invocation ID: 4cad0a443be64b5c8d650ca84b564762
Following: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-sda2.swap
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: -.mount
References: system.slice
References: umount.target
References: swap.target
References: systemd-journald.socket
RequiresMountsFor: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D18UZS-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D18UZS-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda2
Priority: -2
Options:
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-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: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 366a021b5c164ca4b82f880f59e6a744
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 rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: d1db4247b7ac44629261f03a0d63afc1
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Requires: syslog.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: system.slice
After: syslog.socket
After: basic.target
After: mnt-nas.mount
TriggeredBy: syslog.socket
References: sysinit.target
References: system.slice
References: syslog.socket
References: basic.target
References: shutdown.target
References: mnt-nas.mount
ReferencedBy: syslog.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 818
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: 818
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> Unit dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device:
Description: /dev/disk/by-id/md-uuid-357ef6b5:5cb0bf9c:ce09abb8:89c7fe98
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Invocation ID: cb2f60f97a32428481c9892ea42e4ac8
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
Following Set Member: dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:0.device
Following Set Member: dev-md-0.device
Following Set Member: sys-devices-virtual-block-md0.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/md0
-> Unit php5-fpm at prod-cned.service:
Description: The PHP FastCGI Process Manager for prod-cned
Instance: prod-cned
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php5\x2dfpm.slice
CGroup: /system.slice/system-php5\x2dfpm.slice/php5-fpm at prod-cned.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php5-fpm at prod-cned.service
Invocation ID: 36d17dce421c489ebbf45d1b4ca0315c
Fragment Path: /etc/systemd/system/php5-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-php5\x2dfpm.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: mnt-nas.mount
After: system-php5\x2dfpm.slice
After: network.target
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: mnt-nas.mount
References: system-php5\x2dfpm.slice
References: network.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1202
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php5-fpm.prod-cned.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/php5/php5-fpm-checkconf
PID: 829
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/master.d/prod-cned.conf
PID: 1202
Start Timestamp: Mon 2017-09-11 11:33:28 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 4, idle: 24, Requests: 395436, slow: 0, Traffic: 12.6req/sec
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8\x2dpart2.device
Invocation ID: 43665a15bc9948c4a32c52cfc8b035ec
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2017-09-11 11:47:42 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:47:42 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2017-09-11 11:47:42 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Invocation ID: ddeb642f2e884f798344fc65123e81fb
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Mon 2017-09-11 11:47:42 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:47:42 CEST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: time-sync.target
After: system.slice
After: local-fs.target
After: systemd-tmpfiles-clean.timer
After: systemd-journald.socket
TriggeredBy: systemd-tmpfiles-clean.timer
References: time-sync.target
References: shutdown.target
References: system.slice
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
PID: 4345
Start Timestamp: Mon 2017-09-11 11:47:42 CEST
Exit Timestamp: Mon 2017-09-11 11:47:42 CEST
Exit Code: exited
Exit Status: 0
-> Unit system-php5\x2dfpm.slice:
Description: system-php5\x2dfpm.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-php5\x2dfpm.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-php5\x2dfpm.slice
Invocation ID: 443e0812ac3e4ec89e3ee4baa7ed38de
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: php5-fpm at inseec-atout.service
RequiredBy: php5-fpm at prod-cned.service
RequiredBy: php5-fpm at default.service
RequiredBy: php5-fpm at icdi.service
RequiredBy: php5-fpm at acceptcevora.service
Conflicts: shutdown.target
Before: php5-fpm at inseec-atout.service
Before: php5-fpm at prod-cned.service
Before: php5-fpm at default.service
Before: php5-fpm at icdi.service
Before: shutdown.target
Before: php5-fpm at acceptcevora.service
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: php5-fpm at default.service
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: php5-fpm at acceptcevora.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 mnt-nas.mount:
Description: /mnt/nas
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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/mnt-nas.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mnt-nas.mount
Invocation ID: 149ca23228f4472da830e48ed78a69ea
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/mnt-nas.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Wants: network-online.target
RequiredBy: remote-fs.target
Conflicts: umount.target
Before: php5-fpm at inseec-atout.service
Before: php7.0-fpm at inseec_pedagogy.service
Before: php7.0-fpm at inseec_supcareer.service
Before: php5-fpm at prod-cned.service
Before: php7.0-fpm at inseec_monaco.service
Before: php7.0-fpm at inseec_ecetech.service
Before: php7.0-fpm at inseec_executive.service
Before: php7.0-fpm at inseec_preprod.service
Before: umount.target
Before: php5-fpm at icdi.service
Before: php7.0-fpm at inseec_london.service
Before: shibd.service
Before: php7.0-fpm at inseec_msc.service
Before: php7.0-fpm at preprod-cned.service
Before: php7.0-fpm at inseec_heip.service
Before: apache2.service
Before: rsyslog.service
Before: php7.0-fpm at inseec_cesni.service
Before: php7.0-fpm at inseec_pedago.service
Before: php7.0-fpm at inseec_pedago-bs.service
Before: remote-fs.target
Before: php7.0-fpm at inseec_citedeslangues.service
Before: varnish.service
Before: php5-fpm at default.service
Before: php5-fpm at acceptcevora.service
After: network-online.target
After: network.target
After: -.mount
After: remote-fs-pre.target
After: system.slice
References: system.slice
References: network-online.target
References: umount.target
References: network.target
References: -.mount
References: remote-fs-pre.target
References: remote-fs.target
ReferencedBy: varnish.service
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: php7.0-fpm at inseec_london.service
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: remote-fs.target
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: apache2.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: php5-fpm at default.service
ReferencedBy: shibd.service
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: rsyslog.service
RequiresMountsFor: /mnt
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /mnt/nas
What: 192.168.153.13:/mnt/nas01
File System Type: nfs4
Options: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=10,retrans=5,sec=sys,clientaddr=192.168.153.24,local_lock=none,addr=192.168.153.13,_netdev
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 dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Invocation ID: abba12a3f08b4047b5b688ff1fda0a32
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.device
Job Timeout: 1min 30s
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Wants: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
BoundBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Before: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Invocation ID: 8a72221aeb7242c0b6be9aa1460ccfbd
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: sockets.target
Before: systemd-journald.service
After: -.slice
Triggers: systemd-journald.service
References: sockets.target
References: systemd-journald.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: systemd-journald.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
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 rc-local.service:
Description: /etc/rc.local Compatibility
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: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
After: sysinit.target
After: network-online.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: network.target
References: sysinit.target
References: network-online.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
References: network.target
ReferencedBy: getty at tty1.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: 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
-> Unit php7.0-fpm at inseec_pedago.service:
Description: The PHP FastCGI Process Manager for inseec_pedago
Instance: inseec_pedago
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_pedago.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_pedago.service
Invocation ID: c957f5310b1a4f609f78337626c9bf09
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: mnt-nas.mount
After: sysinit.target
After: systemd-journald.socket
After: system-php7.0\x2dfpm.slice
References: basic.target
References: mnt-nas.mount
References: sysinit.target
References: systemd-journald.socket
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 816
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_pedago.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_pedago.conf
PID: 816
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 6806, slow: 0, Traffic: 0.4req/sec
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device
Invocation ID: 099fde6b9f454445af091b9ae6666a3e
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit user-1220.slice:
Description: User Slice of sthiry
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 09:31:43 CEST
Inactive Exit Timestamp: Tue 2017-09-12 09:31:43 CEST
Active Enter Timestamp: Tue 2017-09-12 09:31:43 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-1220.slice
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x40
Name: user-1220.slice
Invocation ID: 531c8511e95c4bc09014a0c23800e0e9
Fragment Path: /run/systemd/transient/user-1220.slice
Condition Timestamp: Tue 2017-09-12 09:31:43 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 09:31:43 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1220.service
RequiredBy: session-133.scope
Conflicts: shutdown.target
Before: user at 1220.service
Before: shutdown.target
Before: session-133.scope
After: user.slice
After: systemd-user-sessions.service
After: systemd-logind.service
References: user.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
ReferencedBy: user at 1220.service
ReferencedBy: session-133.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit 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: getty at tty1.service
ConflictedBy: emergency.service
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: rescue.target
Before: shutdown.target
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: getty at tty1.service
After: system.slice
After: plymouth-start.service
After: -.mount
References: -.mount
References: system.slice
References: plymouth-start.service
References: shutdown.target
References: sysinit.target
ReferencedBy: emergency.service
ReferencedBy: graphical.target
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in rescue mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-disk-by\x2did-md\x2dname\x2ddebian:0.device:
Description: /dev/disk/by-id/md-name-debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2dname\x2ddebian:0.device
Invocation ID: 4d62c1da06b042059be52553286d541e
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
Following Set Member: dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Following Set Member: dev-md-0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Following Set Member: sys-devices-virtual-block-md0.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/md0
-> Unit dev-sdb.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb.device
Invocation ID: e332f64d63e540a5a5462c1455db5e97
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
Before: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udevd.service
-> Unit rpcbind.service:
Description: RPC bind portmap service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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/rpcbind.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rpcbind.service
Invocation ID: 9c412cffa863496cbdd2108502cb89f6
Documentation: man:rpcbind(8)
Fragment Path: /lib/systemd/system/rpcbind.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: rpcbind.socket
Requires: system.slice
Wants: remote-fs-pre.target
Wants: rpcbind.target
WantedBy: multi-user.target
Before: remote-fs-pre.target
Before: rpcbind.target
After: rpcbind.socket
After: system.slice
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
TriggeredBy: rpcbind.socket
References: remote-fs-pre.target
References: systemd-tmpfiles-setup.service
References: rpcbind.socket
References: rpcbind.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: rpcbind.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 543
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: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: OPTIONS=-w
EnvironmentFile: -/etc/rpcbind.conf
EnvironmentFile: -/etc/default/rpcbind
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/rpcbind -f $OPTIONS
PID: 543
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
References: systemd-journald.socket
References: proc-sys-fs-binfmt_misc.automount
References: shutdown.target
References: system.slice
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 user-1003.slice:
Description: User Slice of eroger
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:36:33 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:36:33 CEST
Active Enter Timestamp: Mon 2017-09-11 11:36:33 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-1003.slice
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x40
Name: user-1003.slice
Invocation ID: f9c86d24e62e464bbf8fb468f0ffc515
Fragment Path: /run/systemd/transient/user-1003.slice
Condition Timestamp: Mon 2017-09-11 11:36:33 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:36:33 CEST
Assert Result: yes
Requires: user.slice
RequiredBy: user at 1003.service
RequiredBy: session-1.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 1003.service
Before: session-1.scope
After: user.slice
After: systemd-user-sessions.service
After: systemd-logind.service
References: user.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
ReferencedBy: user at 1003.service
ReferencedBy: session-1.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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: 491bb8fbcb6846bbad1edb1d98c1724f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Wants: phpsessionclean.timer
Wants: apt-daily.timer
Wants: systemd-tmpfiles-clean.timer
Wants: apt-daily-upgrade.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
After: apt-daily.timer
After: phpsessionclean.timer
After: apt-daily-upgrade.timer
References: shutdown.target
References: systemd-tmpfiles-clean.timer
References: apt-daily-upgrade.timer
References: phpsessionclean.timer
References: apt-daily.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: apt-daily.timer
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: phpsessionclean.timer
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Tue 2017-09-12 06:27:57 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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: c30e38a367d84808a8cdd68497c06c40
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
WantedBy: timers.target
Conflicts: shutdown.target
Before: apt-daily-upgrade.service
Before: shutdown.target
Before: timers.target
After: time-sync.target
After: sysinit.target
After: -.mount
After: var.mount
After: apt-daily.timer
Triggers: apt-daily-upgrade.service
References: sysinit.target
References: var.mount
References: time-sync.target
References: shutdown.target
References: apt-daily-upgrade.service
References: apt-daily.timer
References: timers.target
References: -.mount
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06:00:00
-> Unit dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap:
Description: /dev/disk/by-uuid/654d4cbc-58a0-4322-80e4-f2c18e7a9e17
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Invocation ID: b0f0148e72ca48feaa3042d413be60df
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Following Set Member: dev-sdb2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
RequiredBy: swap.target
WantedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
After: systemd-journald.socket
After: -.mount
References: umount.target
References: -.mount
References: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
References: system.slice
References: systemd-journald.socket
References: swap.target
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/654d4cbc-58a0-4322-80e4-f2c18e7a9e17
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/654d4cbc-58a0-4322-80e4-f2c18e7a9e17
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sdb2
Priority: -1
Options:
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-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Invocation ID: e1448d8a21a94d0d8cd59b4f686b4e69
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-sdb4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb4.device
Invocation ID: ef9191ec0e6c4d698fb548e2b88bdd03
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit sys-subsystem-net-devices-bond0.153.device:
Description: /sys/subsystem/net/devices/bond0.153
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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-bond0.153.device
Invocation ID: 297d619da6e34f93a2960941c6437d0e
Following Set Member: sys-devices-virtual-net-bond0.153.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/bond0.153
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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: bcc0921689714b77a98ab52de177d90d
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 555
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: 555
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
-> Unit dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.device
Invocation ID: d11612fbda6640538e726d596e37637d
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Following Set Member: dev-sdb1.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit dev-sdb3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb3.device
Invocation ID: 421d40634aae4d979cd7a40fcb5e8184
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit unattended-upgrades.service:
Description: Unattended Upgrades Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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/unattended-upgrades.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: unattended-upgrades.service
Invocation ID: ee057abe42b14fb2b822e464974690fb
Documentation: man:unattended-upgrade(8)
Fragment Path: /lib/systemd/system/unattended-upgrades.service
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: -.mount
After: basic.target
After: system.slice
After: network.target
After: local-fs.target
After: var.mount
References: var.mount
References: systemd-journald.socket
References: sysinit.target
References: -.mount
References: basic.target
References: system.slice
References: network.target
References: local-fs.target
References: shutdown.target
ReferencedBy: multi-user.target
RequiresMountsFor: /var/log /var/run /var/lib /boot
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
-> ExecStop:
Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 090a299e83064788a6b81c8310066ea0
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: -.mount
References: sockets.target
References: -.slice
References: systemd-udevd.service
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 dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Invocation ID: ab8cc715712345af83cc85f7ef48afa3
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit smartd.service:
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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/smartd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: smartd.service
Invocation ID: 05432ec30407434887cde0a53b21450a
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartd.service
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 557
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/smartmontools
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
PID: 557
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:27 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:27 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: d13bab87ec134412a0db72222ee557f6
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: postgresql.service
After: remote-fs.target
After: clamav-daemon.service
After: network-online.target
After: nss-lookup.target
After: mysql.service
After: spamassassin.service
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: greylist.service
After: time-sync.target
After: system.slice
References: system.slice
References: nss-lookup.target
References: graphical.target
References: time-sync.target
References: greylist.service
References: spamassassin.service
References: multi-user.target
References: postgresql.service
References: network-online.target
References: systemd-journald.socket
References: shutdown.target
References: mysql.service
References: clamav-daemon.service
References: remote-fs.target
References: basic.target
References: sysinit.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 834
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 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: sys-kernel-debug.mount
RequiredBy: emergency.service
RequiredBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
RequiredBy: rescue.service
RequiredBy: rpcbind.socket
RequiredBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
RequiredBy: var.mount
RequiredBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
RequiredBy: dev-sda2.swap
RequiredBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
RequiredBy: basic.target
RequiredBy: dev-sdb2.swap
RequiredBy: systemd-timesyncd.service
RequiredBy: systemd-rfkill.socket
RequiredBy: run-user-1220.mount
RequiredBy: systemd-rfkill.service
RequiredBy: systemd-journald.socket
RequiredBy: systemd-ask-password-wall.path
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: phpsessionclean.service
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
RequiredBy: phpsessionclean.timer
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
RequiredBy: varnishncsa.service
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-random-seed.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-fsckd.socket
RequiredBy: dbus.socket
RequiredBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: apt-daily-upgrade.timer
RequiredBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
RequiredBy: systemd-journal-flush.service
RequiredBy: var-www.mount
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
RequiredBy: unattended-upgrades.service
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: local-fs.target
RequiredBy: systemd-update-utmp.service
RequiredBy: run-rpc_pipefs.mount
RequiredBy: run-user-1003.mount
RequiredBy: systemd-ask-password-console.path
RequiredBy: dev-hugepages.mount
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
RequiredBy: console-setup.service
RequiredBy: apache2.service
RequiredBy: mnt-nas.mount
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: systemd-initctl.socket
RequiredBy: syslog.socket
RequiredBy: apt-daily.timer
RequiredBy: sys-kernel-config.mount
Before: systemd-ask-password-console.path
Before: basic.target
Before: systemd-ask-password-wall.path
Before: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Before: syslog.socket
Before: unattended-upgrades.service
Before: dev-sda2.swap
Before: var.mount
Before: systemd-journald-dev-log.socket
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
Before: dev-sdb2.swap
Before: systemd-udevd-control.socket
Before: sys-kernel-debug.mount
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Before: systemd-update-utmp-runlevel.service
Before: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Before: systemd-journal-flush.service
Before: systemd-fsckd.socket
Before: phpsessionclean.timer
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Before: phpsessionclean.service
Before: proc-sys-fs-binfmt_misc.automount
Before: varnishncsa.service
Before: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Before: systemd-journald.socket
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Before: dev-mqueue.mount
Before: apt-daily-upgrade.timer
Before: mnt-nas.mount
Before: systemd-initctl.socket
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Before: apt-daily.timer
Before: dev-hugepages.mount
Before: systemd-random-seed.service
Before: run-rpc_pipefs.mount
Before: systemd-rfkill.service
Before: console-setup.service
Before: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Before: rescue.service
Before: var-www.mount
Before: systemd-rfkill.socket
Before: rpcbind.socket
Before: emergency.service
Before: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Before: systemd-timesyncd.service
Before: run-user-1003.mount
Before: apache2.service
Before: dbus.socket
Before: systemd-update-utmp.service
Before: local-fs.target
Before: run-user-1220.mount
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: varnishncsa.service
ReferencedBy: apt-daily.timer
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-rfkill.service
ReferencedBy: var-www.mount
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: basic.target
ReferencedBy: console-setup.service
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ReferencedBy: dev-sda2.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ReferencedBy: dev-hugepages.mount
ReferencedBy: var.mount
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: emergency.service
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
ReferencedBy: dev-sdb2.swap
ReferencedBy: unattended-upgrades.service
ReferencedBy: rescue.service
ReferencedBy: run-user-1003.mount
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dev-mqueue.mount
ReferencedBy: mnt-nas.mount
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: phpsessionclean.service
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ReferencedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ReferencedBy: systemd-fsckd.socket
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-journal-flush.service
ReferencedBy: syslog.socket
ReferencedBy: phpsessionclean.timer
ReferencedBy: systemd-random-seed.service
ReferencedBy: run-user-1220.mount
ReferencedBy: systemd-rfkill.socket
ReferencedBy: local-fs.target
ReferencedBy: dbus.socket
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ReferencedBy: apache2.service
ReferencedBy: rpcbind.socket
ReferencedBy: systemd-update-utmp.service
RequiresMountsFor: /dev/disk/by-uuid/6a9f322f-bc86-4c61-b934-d87b642ea166
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/md0
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 sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-debug.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Invocation ID: 490dd9d436f94929964349949924af2a
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
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 slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Invocation ID: 871eba6044904d4494328f6632194f21
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 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 dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device
Invocation ID: 4e0893953e34479d889988f3dcff6f6f
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Job Timeout: 1min 30s
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Wants: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
BoundBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Before: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Invocation ID: fea6bc942e984d318799ee17d4d3e79b
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-sdb3.device
Following Set Member: dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device:
Description: /dev/disk/by-uuid/f4529a73-7f9a-4639-a27a-0bcab806264f
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
Invocation ID: 35f8c9e371154643bdfb4014cf200341
Following: sys-devices-virtual-block-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:1.device
Job Timeout: 1min 30s
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Wants: var.mount
BoundBy: var.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Before: var.mount
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
ReferencedBy: var.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
-> 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 dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 80e13e0b68784a42913d4e1e394e8940
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: var.mount
Requires: sysinit.target
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-logind.service
RequiredBy: dbus.service
WantedBy: sockets.target
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: sockets.target
Before: shutdown.target
Before: systemd-logind.service
Before: dbus.service
After: var.mount
After: sysinit.target
After: -.slice
After: -.mount
Triggers: dbus.service
References: var.mount
References: sockets.target
References: dbus.service
References: sysinit.target
References: shutdown.target
References: -.mount
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: systemd-logind.service
ReferencedBy: dbus.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit 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: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 2d418742bce845fa923db2fc692e5e4b
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.12.0-0.bpo.1-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: system.slice
After: systemd-journald.socket
References: system.slice
References: sysinit.target
References: systemd-tmpfiles-setup-dev.service
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 341
Start Timestamp: Mon 2017-09-11 11:32:44 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> Unit user at 1220.service:
Description: User Manager for UID 1220
Instance: 1220
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 09:31:43 CEST
Inactive Exit Timestamp: Tue 2017-09-12 09:31:43 CEST
Active Enter Timestamp: Tue 2017-09-12 09:31:43 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-1220.slice
CGroup: /user.slice/user-1220.slice/user at 1220.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: user at 1220.service
Invocation ID: 06c458547dc44ff7bc36d4227c034c95
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Tue 2017-09-12 09:31:43 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 09:31:43 CEST
Assert Result: yes
Requires: sysinit.target
Requires: user-1220.slice
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
After: user-1220.slice
After: systemd-user-sessions.service
After: basic.target
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: user-1220.slice
References: systemd-user-sessions.service
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: 21254
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: 1220
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 21254
Start Timestamp: Tue 2017-09-12 09:31:43 CEST
Status Text: Startup finished in 10ms.
-> Unit dev-md-0.device:
Description: /dev/md/0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md-0.device
Invocation ID: 6bb3e8792ee84588a92042ee5832f88c
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
Following Set Member: dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Following Set Member: sys-devices-virtual-block-md0.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/md0
-> Unit edac.service:
Description: LSB: Initialize EDAC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:27 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:27 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/edac.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: edac.service
Invocation ID: f467d5ffe49c4c4e97c1a31b71cb018c
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/edac.service
Source Path: /etc/init.d/edac
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: time-sync.target
After: systemd-journald.socket
After: sysinit.target
After: remote-fs.target
After: basic.target
References: system.slice
References: time-sync.target
References: systemd-journald.socket
References: sysinit.target
References: remote-fs.target
References: graphical.target
References: basic.target
References: multi-user.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/edac start
PID: 835
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/edac stop
-> Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: f465e2f733a1472cb2f1e0dc758a27f8
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: sysinit.target
Before: local-fs-pre.target
After: system.slice
After: systemd-journald.socket
References: system.slice
References: local-fs-pre.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 344
Start Timestamp: Mon 2017-09-11 11:32:44 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-md\x2dname\x2ddebian:2.device:
Description: /dev/disk/by-id/md-name-debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2dname\x2ddebian:2.device
Invocation ID: 34dde51b26554920882566f660b13205
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-md-2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Following Set Member: dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device
Following Set Member: dev-md2.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/md2
-> Unit dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Invocation ID: e609c2b0cf1e4c978ff840ad6bcaf8a9
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit postgresql-8.3.service:
Description: postgresql-8.3.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-8.3.service
Before: pure-ftpd-mysql.service
ReferencedBy: pure-ftpd-mysql.service
-> Unit dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device:
Description: /dev/disk/by-uuid/9215b244-1306-40ee-b1c1-24652ea06902
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device
Invocation ID: 1c7c64cf29db4bb3bbff58c117db34cc
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:2.device
Following Set Member: dev-md-2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Following Set Member: dev-md2.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/md2
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Invocation ID: ce7bd625024646d3baf0a45e51abb56f
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device
Following Set Member: dev-sdb5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Invocation ID: cc791f9faf3140238be3b2a5f437d81f
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-hugepages.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-hugepages.mount
Invocation ID: ddb8c27b7f1144d0b2beb9a25ea47946
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 succeeded
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
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/hugepages
What: hugetlbfs
File System Type: hugetlbfs
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 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 php7.0-fpm at inseec_executive.service:
Description: The PHP FastCGI Process Manager for inseec_executive
Instance: inseec_executive
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_executive.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_executive.service
Invocation ID: e917a0fbf4944b3a9861e0f122df0b62
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system-php7.0\x2dfpm.slice
After: mnt-nas.mount
After: systemd-journald.socket
After: sysinit.target
References: basic.target
References: shutdown.target
References: system-php7.0\x2dfpm.slice
References: mnt-nas.mount
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 826
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_executive.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_executive.conf
PID: 826
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 47, slow: 0, Traffic: 0req/sec
-> Unit postgresql-8.4.service:
Description: postgresql-8.4.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-8.4.service
Before: pure-ftpd-mysql.service
ReferencedBy: pure-ftpd-mysql.service
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap:
Description: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D7P15J-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Invocation ID: d0a5101e40a543519270634ae99e2cd2
Following: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-sdb2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: systemd-journald.socket
References: -.mount
References: swap.target
References: system.slice
References: umount.target
RequiresMountsFor: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D7P15J-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/ata-WDC_WD2004FBYZ-01YCBB0_WD-WMC6N0D7P15J-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sdb2
Priority: -1
Options:
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-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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: 9adea2b5ad5c4105be1a9e04c51fa549
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Wants: networking.service
WantedBy: mnt-nas.mount
WantedBy: apt-daily.timer
WantedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
WantedBy: exim4.service
WantedBy: var-www.mount
WantedBy: ntp.service
Conflicts: shutdown.target
Before: ntp.service
Before: mnt-nas.mount
Before: apt-daily.timer
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Before: exim4.service
Before: var-www.mount
Before: rc-local.service
After: network.target
After: networking.service
References: network.target
References: networking.service
References: shutdown.target
ReferencedBy: ntp.service
ReferencedBy: exim4.service
ReferencedBy: apt-daily.timer
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: rc-local.service
ReferencedBy: mnt-nas.mount
ReferencedBy: var-www.mount
ReferencedBy: networking.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit php5-fpm at default.service:
Description: The PHP FastCGI Process Manager for default
Instance: default
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php5\x2dfpm.slice
CGroup: /system.slice/system-php5\x2dfpm.slice/php5-fpm at default.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php5-fpm at default.service
Invocation ID: d3a5ee586b0246b181d5c284e2c55270
Fragment Path: /etc/systemd/system/php5-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-php5\x2dfpm.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system-php5\x2dfpm.slice
After: systemd-journald.socket
After: mnt-nas.mount
After: network.target
After: basic.target
After: sysinit.target
References: shutdown.target
References: system-php5\x2dfpm.slice
References: systemd-journald.socket
References: mnt-nas.mount
References: network.target
References: basic.target
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1201
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php5-fpm.default.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/php5/php5-fpm-checkconf
PID: 812
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/master.d/default.conf
PID: 1201
Start Timestamp: Mon 2017-09-11 11:33:28 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 5, Requests: 1, slow: 0, Traffic: 0req/sec
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572\x2dpart1.device
Invocation ID: 0d2ae6ae5c0f439ab4229c9a1c4758ed
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: user.slice
Invocation ID: b892c8735fa84c7bbd9afdbe973c3da9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1003.slice
RequiredBy: user-1220.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: slices.target
Before: user-1003.slice
Before: systemd-logind.service
Before: shutdown.target
Before: user-1220.slice
After: -.slice
References: shutdown.target
References: -.slice
References: slices.target
ReferencedBy: systemd-logind.service
ReferencedBy: user-1003.slice
ReferencedBy: user-1220.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 35ee19d3cc454020a0a98895f59594e3
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: dbus.socket
TriggeredBy: dbus.socket
References: basic.target
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: dbus.socket
ReferencedBy: dbus.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 546
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: 546
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> 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: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Invocation ID: 31e50a517df34dcc8c402db270e057ba
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: cryptsetup.target
Before: systemd-ask-password-console.service
After: plymouth-start.service
After: -.mount
Triggers: systemd-ask-password-console.service
References: -.mount
References: cryptsetup.target
References: systemd-ask-password-console.service
References: shutdown.target
References: plymouth-start.service
References: paths.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 php5-fpm at inseec-atout.service:
Description: The PHP FastCGI Process Manager for inseec-atout
Instance: inseec-atout
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php5\x2dfpm.slice
CGroup: /system.slice/system-php5\x2dfpm.slice/php5-fpm at inseec-atout.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php5-fpm at inseec-atout.service
Invocation ID: 190a8256bb1a43d691e3b5fbae5057d0
Fragment Path: /etc/systemd/system/php5-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-php5\x2dfpm.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system-php5\x2dfpm.slice
After: mnt-nas.mount
After: network.target
After: sysinit.target
After: basic.target
References: systemd-journald.socket
References: system-php5\x2dfpm.slice
References: mnt-nas.mount
References: network.target
References: sysinit.target
References: shutdown.target
References: basic.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1203
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php5-fpm.inseec-atout.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/php5/php5-fpm-checkconf
PID: 832
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/master.d/inseec-atout.conf
PID: 1203
Start Timestamp: Mon 2017-09-11 11:33:28 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 11318, slow: 0, Traffic: 0.4req/sec
-> Unit dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Invocation ID: 09a60d54e17e4beab4a90c7b09d928a2
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Invocation ID: c9b1ffe64bf346ab959c47626369bfa9
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-journald.service
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: systemd-journal-flush.service
Before: smartd.service
Before: systemd-udevd.service
Before: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Before: dev-sda2.swap
Before: systemd-logind.service
Before: nfs-config.service
Before: networking.service
Before: systemd-journald.service
Before: console-setup.service
Before: php7.0-fpm at inseec_citedeslangues.service
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Before: php5-fpm at prod-cned.service
Before: rsync.service
Before: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Before: varnishncsa.service
Before: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Before: systemd-hwdb-update.service
Before: netfilter-persistent.service
Before: php5-fpm at acceptcevora.service
Before: mcelog.service
Before: php7.0-fpm at inseec_cesni.service
Before: irqbalance.service
Before: php5-fpm at icdi.service
Before: php7.0-fpm at inseec_preprod.service
Before: php7.0-fpm at inseec_pedagogy.service
Before: inetd.service
Before: exim4.service
Before: systemd-rfkill.service
Before: getty-static.service
Before: php7.0-fpm at inseec_monaco.service
Before: shibd.service
Before: systemd-machine-id-commit.service
Before: php7.0-fpm at inseec_london.service
Before: systemd-user-sessions.service
Before: systemd-modules-load.service
Before: php7.0-fpm at inseec_pedago-bs.service
Before: rpc-svcgssd.service
Before: nfs-utils.service
Before: systemd-tmpfiles-clean.service
Before: cron.service
Before: php7.0-fpm at inseec_ecetech.service
Before: php7.0-fpm at inseec_heip.service
Before: auth-rpcgss-module.service
Before: varnish.service
Before: php7.0-fpm at inseec_msc.service
Before: systemd-remount-fs.service
Before: systemd-ask-password-wall.service
Before: getty at tty1.service
Before: apache2.service
Before: rpc-gssd.service
Before: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Before: zabbix-agent.service
Before: systemd-timesyncd.service
Before: systemd-binfmt.service
Before: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Before: rc-local.service
Before: phpsessionclean.service
Before: systemd-fsckd.service
Before: php7.0-fpm at inseec_pedago.service
Before: dev-sdb2.swap
Before: systemd-initctl.service
Before: systemd-udev-trigger.service
Before: ssh.service
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Before: user at 1220.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-random-seed.service
Before: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Before: systemd-quotacheck.service
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Before: systemd-update-utmp-runlevel.service
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Before: systemd-fsck-root.service
Before: ntp.service
Before: mdmonitor.service
Before: keyboard-setup.service
Before: apt-daily-upgrade.service
Before: php7.0-fpm at inseec_executive.service
Before: php7.0-fpm at preprod-cned.service
Before: kmod-static-nodes.service
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Before: sockets.target
Before: apt-daily.service
Before: systemd-sysctl.service
Before: unattended-upgrades.service
Before: systemd-ask-password-console.service
Before: pure-ftpd-mysql.service
Before: user at 1003.service
Before: fail2ban.service
Before: dbus.service
Before: php5-fpm at inseec-atout.service
Before: php5-fpm at default.service
Before: systemd-tmpfiles-setup.service
Before: rpcbind.service
Before: systemd-update-utmp.service
Before: edac.service
Before: php7.0-fpm at inseec_supcareer.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: -.mount
References: sockets.target
References: systemd-journald.service
References: -.slice
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: exim4.service
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: zabbix-agent.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-udevd.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ReferencedBy: inetd.service
ReferencedBy: getty-static.service
ReferencedBy: sockets.target
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ReferencedBy: varnishncsa.service
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: user at 1003.service
ReferencedBy: getty at tty1.service
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: systemd-journal-flush.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
ReferencedBy: varnish.service
ReferencedBy: dev-sdb2.swap
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: apache2.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: shibd.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: smartd.service
ReferencedBy: systemd-logind.service
ReferencedBy: cron.service
ReferencedBy: php7.0-fpm at inseec_london.service
ReferencedBy: mcelog.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-journald.service
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: phpsessionclean.service
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ReferencedBy: keyboard-setup.service
ReferencedBy: netfilter-persistent.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mdmonitor.service
ReferencedBy: auth-rpcgss-module.service
ReferencedBy: rpc-gssd.service
ReferencedBy: networking.service
ReferencedBy: nfs-utils.service
ReferencedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dbus.service
ReferencedBy: nfs-config.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: irqbalance.service
ReferencedBy: dev-sda2.swap
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: rpc-svcgssd.service
ReferencedBy: rc-local.service
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: user at 1220.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: fail2ban.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ReferencedBy: ntp.service
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ReferencedBy: rsync.service
ReferencedBy: php5-fpm at default.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: ssh.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: edac.service
ReferencedBy: systemd-initctl.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: apt-daily.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
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 dev-disk-by\x2did-wwn\x2d0x50014ee00420a572.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572.device
Invocation ID: 5e77e54a6f2743e5ae2f4a3fbece9117
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> 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: Mon 2017-09-11 11:34:00 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2017-09-11 11:34:00 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: c9fc4541631b4188989e73bedddaac0a
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Mon 2017-09-11 11:34:00 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:34:00 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: -.mount
Requisite: systemd-update-utmp.service
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: rescue.target
Conflicts: shutdown.target
Before: shutdown.target
After: rescue.target
After: multi-user.target
After: var.mount
After: systemd-journald.socket
After: graphical.target
After: systemd-update-utmp.service
After: -.mount
After: system.slice
References: rescue.target
References: multi-user.target
References: var.mount
References: shutdown.target
References: systemd-journald.socket
References: graphical.target
References: systemd-update-utmp.service
References: -.mount
References: system.slice
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
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: 1722
Start Timestamp: Mon 2017-09-11 11:34:00 CEST
Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap:
Description: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Invocation ID: 7dd6352e06cb439bad2b5dd40298db62
Following: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Following Set Member: dev-sda2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: umount.target
References: systemd-journald.socket
References: -.mount
References: swap.target
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-path/pci-0000:00:17.0-ata-1-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda2
Priority: -2
Options:
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 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: emergency.target
Before: sysinit.target
Before: shutdown.target
After: system.slice
After: -.mount
References: -.mount
References: system.slice
References: rescue.service
References: syslog.socket
References: shutdown.target
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ -x /bin/plymouth ] && /bin/plymouth --wait quit'
Command Line: /bin/echo -e 'You are in emergency mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit php7.0-fpm at inseec_pedago-bs.service:
Description: The PHP FastCGI Process Manager for inseec_pedago-bs
Instance: inseec_pedago-bs
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_pedago-bs.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_pedago-bs.service
Invocation ID: b6c544b7329940bf8fe17d2d1e1f593b
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: mnt-nas.mount
After: system-php7.0\x2dfpm.slice
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: mnt-nas.mount
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 815
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_pedago-bs.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_pedago-bs.conf
PID: 815
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 3505, slow: 0, Traffic: 0req/sec
-> Unit php7.0-fpm at inseec_cesni.service:
Description: The PHP FastCGI Process Manager for inseec_cesni
Instance: inseec_cesni
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_cesni.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_cesni.service
Invocation ID: 23e3b8a4438a40398d58349bfb85805b
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: mnt-nas.mount
After: sysinit.target
After: systemd-journald.socket
After: system-php7.0\x2dfpm.slice
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: mnt-nas.mount
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 817
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_cesni.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_cesni.conf
PID: 817
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 3041, slow: 0, Traffic: 0req/sec
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: system.slice
Invocation ID: b227890753dd4ef4bed6f68224c1a3a9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
RequiredBy: systemd-journal-flush.service
RequiredBy: dev-sda2.swap
RequiredBy: edac.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: systemd-timesyncd.service
RequiredBy: run-rpc_pipefs.mount
RequiredBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
RequiredBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
RequiredBy: sys-kernel-config.mount
RequiredBy: apt-daily-upgrade.service
RequiredBy: system-php5\x2dfpm.slice
RequiredBy: unattended-upgrades.service
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
RequiredBy: systemd-ask-password-console.service
RequiredBy: systemd-modules-load.service
RequiredBy: networking.service
RequiredBy: systemd-user-sessions.service
RequiredBy: rpcbind.service
RequiredBy: mnt-nas.mount
RequiredBy: phpsessionclean.service
RequiredBy: systemd-sysctl.service
RequiredBy: fail2ban.service
RequiredBy: rpc-svcgssd.service
RequiredBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
RequiredBy: systemd-rfkill.service
RequiredBy: systemd-hwdb-update.service
RequiredBy: varnish.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
RequiredBy: rescue.service
RequiredBy: system-getty.slice
RequiredBy: system-php7.0\x2dfpm.slice
RequiredBy: dev-sdb2.swap
RequiredBy: rsyslog.service
RequiredBy: run-user-1220.mount
RequiredBy: varnishncsa.service
RequiredBy: systemd-initctl.service
RequiredBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
RequiredBy: irqbalance.service
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: ntp.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: inetd.service
RequiredBy: rsync.service
RequiredBy: apache2.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
RequiredBy: systemd-fsck-root.service
RequiredBy: netfilter-persistent.service
RequiredBy: auth-rpcgss-module.service
RequiredBy: rpc-gssd.service
RequiredBy: nfs-utils.service
RequiredBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
RequiredBy: zabbix-agent.service
RequiredBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
RequiredBy: smartd.service
RequiredBy: dbus.service
RequiredBy: systemd-fsckd.service
RequiredBy: nfs-config.service
RequiredBy: systemd-udev-trigger.service
RequiredBy: system-systemd\x2dfsck.slice
RequiredBy: -.mount
RequiredBy: exim4.service
RequiredBy: systemd-quotacheck.service
RequiredBy: kmod-static-nodes.service
RequiredBy: ssh.service
RequiredBy: keyboard-setup.service
RequiredBy: shibd.service
RequiredBy: systemd-random-seed.service
RequiredBy: pure-ftpd-mysql.service
RequiredBy: dev-hugepages.mount
RequiredBy: var.mount
RequiredBy: emergency.service
RequiredBy: mdmonitor.service
RequiredBy: cron.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: systemd-remount-fs.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: apt-daily.service
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-udevd.service
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-journald.service
RequiredBy: run-user-1003.mount
RequiredBy: rc-local.service
RequiredBy: var-www.mount
RequiredBy: console-setup.service
RequiredBy: systemd-binfmt.service
RequiredBy: sys-kernel-debug.mount
RequiredBy: systemd-logind.service
RequiredBy: mcelog.service
RequiredBy: getty-static.service
WantedBy: slices.target
Before: irqbalance.service
Before: systemd-journal-flush.service
Before: systemd-logind.service
Before: systemd-tmpfiles-clean.service
Before: systemd-user-sessions.service
Before: slices.target
Before: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Before: rsync.service
Before: var-www.mount
Before: systemd-udevd.service
Before: rpc-svcgssd.service
Before: systemd-journald.service
Before: edac.service
Before: sys-fs-fuse-connections.mount
Before: rpc-gssd.service
Before: keyboard-setup.service
Before: rc-local.service
Before: networking.service
Before: -.mount
Before: systemd-ask-password-wall.service
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Before: systemd-update-utmp.service
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Before: ssh.service
Before: unattended-upgrades.service
Before: dev-sdb2.swap
Before: proc-sys-fs-binfmt_misc.mount
Before: shibd.service
Before: kmod-static-nodes.service
Before: smartd.service
Before: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Before: systemd-update-utmp-runlevel.service
Before: system-systemd\x2dfsck.slice
Before: exim4.service
Before: mnt-nas.mount
Before: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Before: system-php7.0\x2dfpm.slice
Before: zabbix-agent.service
Before: sys-kernel-debug.mount
Before: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Before: getty-static.service
Before: rpcbind.service
Before: mdmonitor.service
Before: dbus.service
Before: systemd-remount-fs.service
Before: systemd-timesyncd.service
Before: fail2ban.service
Before: system-php5\x2dfpm.slice
Before: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Before: cron.service
Before: systemd-ask-password-console.service
Before: systemd-udev-trigger.service
Before: nfs-config.service
Before: systemd-binfmt.service
Before: systemd-hwdb-update.service
Before: systemd-sysctl.service
Before: run-user-1003.mount
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Before: rescue.service
Before: systemd-random-seed.service
Before: phpsessionclean.service
Before: dev-sda2.swap
Before: varnishncsa.service
Before: systemd-tmpfiles-setup.service
Before: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Before: inetd.service
Before: systemd-fsckd.service
Before: run-user-1220.mount
Before: run-rpc_pipefs.mount
Before: systemd-rfkill.service
Before: console-setup.service
Before: apt-daily-upgrade.service
Before: emergency.service
Before: mcelog.service
Before: systemd-quotacheck.service
Before: apt-daily.service
Before: system-getty.slice
Before: systemd-machine-id-commit.service
Before: systemd-fsck-root.service
Before: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Before: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Before: ntp.service
Before: systemd-tmpfiles-setup-dev.service
Before: netfilter-persistent.service
Before: auth-rpcgss-module.service
Before: dev-mqueue.mount
Before: systemd-modules-load.service
Before: pure-ftpd-mysql.service
Before: sys-kernel-config.mount
Before: varnish.service
Before: dev-hugepages.mount
Before: nfs-utils.service
Before: apache2.service
Before: rsyslog.service
Before: var.mount
Before: systemd-initctl.service
After: -.slice
References: -.slice
References: slices.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: rpcbind.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: rescue.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: nfs-utils.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: dbus.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: slices.target
ReferencedBy: systemd-rfkill.service
ReferencedBy: auth-rpcgss-module.service
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
ReferencedBy: apache2.service
ReferencedBy: varnish.service
ReferencedBy: varnishncsa.service
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: phpsessionclean.service
ReferencedBy: inetd.service
ReferencedBy: rpc-svcgssd.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-journald.service
ReferencedBy: var.mount
ReferencedBy: rc-local.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cron.service
ReferencedBy: system-getty.slice
ReferencedBy: dev-sdb2.swap
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: netfilter-persistent.service
ReferencedBy: dev-sda2.swap
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: system-php7.0\x2dfpm.slice
ReferencedBy: irqbalance.service
ReferencedBy: console-setup.service
ReferencedBy: mnt-nas.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: run-user-1003.mount
ReferencedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ReferencedBy: nfs-config.service
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: rsyslog.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ReferencedBy: systemd-timesyncd.service
ReferencedBy: system-php5\x2dfpm.slice
ReferencedBy: systemd-modules-load.service
ReferencedBy: shibd.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: ntp.service
ReferencedBy: rsync.service
ReferencedBy: mcelog.service
ReferencedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ReferencedBy: systemd-quotacheck.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: ssh.service
ReferencedBy: systemd-logind.service
ReferencedBy: -.mount
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ReferencedBy: systemd-journal-flush.service
ReferencedBy: run-user-1220.mount
ReferencedBy: keyboard-setup.service
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: networking.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: rpc-gssd.service
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: fail2ban.service
ReferencedBy: mdmonitor.service
ReferencedBy: apt-daily.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: getty-static.service
ReferencedBy: smartd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: var-www.mount
ReferencedBy: exim4.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: emergency.service
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ReferencedBy: zabbix-agent.service
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ReferencedBy: edac.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
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 var.mount:
Description: /var
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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/var.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: var.mount
Invocation ID: aef516cef85d4252bfb84d7302bd9369
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
RequiredBy: systemd-timesyncd.service
RequiredBy: apt-daily.timer
RequiredBy: var-www.mount
RequiredBy: varnishncsa.service
RequiredBy: dbus.socket
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
RequiredBy: basic.target
RequiredBy: systemd-rfkill.service
RequiredBy: apache2.service
RequiredBy: phpsessionclean.timer
RequiredBy: apt-daily-upgrade.timer
RequiredBy: unattended-upgrades.service
RequiredBy: phpsessionclean.service
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: systemd-random-seed.service
Before: phpsessionclean.service
Before: dbus.socket
Before: apt-daily-upgrade.timer
Before: var-www.mount
Before: systemd-journal-flush.service
Before: systemd-timesyncd.service
Before: unattended-upgrades.service
Before: systemd-rfkill.service
Before: basic.target
Before: apache2.service
Before: phpsessionclean.timer
Before: apt-daily.timer
Before: systemd-update-utmp-runlevel.service
Before: systemd-update-utmp.service
Before: varnishncsa.service
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
After: system.slice
After: -.mount
After: local-fs-pre.target
After: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
After: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
References: system.slice
References: -.mount
References: local-fs-pre.target
References: umount.target
References: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
References: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
References: local-fs.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: var-www.mount
ReferencedBy: unattended-upgrades.service
ReferencedBy: phpsessionclean.service
ReferencedBy: varnishncsa.service
ReferencedBy: basic.target
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-journal-flush.service
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: phpsessionclean.timer
ReferencedBy: local-fs.target
ReferencedBy: dbus.socket
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: apache2.service
ReferencedBy: systemd-timesyncd.service
RequiresMountsFor: / /dev/disk/by-uuid/f4529a73-7f9a-4639-a27a-0bcab806264f
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var
What: /dev/md1
File System Type: ext4
Options: rw,relatime,data=ordered
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 ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: 07ba8409252540c4b62b80b60b7485af
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: network-online.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: remote-fs.target
After: basic.target
References: network-online.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: remote-fs.target
References: graphical.target
References: basic.target
References: multi-user.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: 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: 833
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp stop
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 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 sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Invocation ID: cd279bd6b38f478c851e630e1f96da6b
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device
Following Set Member: dev-sda4.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit sys-devices-virtual-block-md2.device:
Description: /sys/devices/virtual/block/md2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md2.device
Invocation ID: f8acf6fc9ab24657a230094188f1edb9
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:2.device
Following Set Member: dev-md-2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Following Set Member: dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device
Following Set Member: dev-md2.device
Job Timeout: 1min 30s
Wants: mdmonitor.service
References: mdmonitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
-> 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Invocation ID: c9feda91db2b43c2949cde68f0b7548e
Following Set Member: dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> 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 failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: no
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: local-fs.target
Before: systemd-remount-fs.service
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
References: systemd-fsckd.socket
References: shutdown.target
References: system.slice
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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 remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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-pre.target
Invocation ID: 7668ed094ecf4585902dce2de0415aa4
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
WantedBy: nfs-client.target
WantedBy: rpcbind.service
Conflicts: shutdown.target
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Before: mnt-nas.mount
Before: remote-fs.target
Before: var-www.mount
After: nfs-client.target
After: rpcbind.service
References: shutdown.target
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: mnt-nas.mount
ReferencedBy: var-www.mount
ReferencedBy: nfs-client.target
ReferencedBy: remote-fs.target
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Invocation ID: 612a7e2fd77c4dcfb415be624389006d
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 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: dbus.socket
RequiredBy: systemd-initctl.socket
RequiredBy: rpcbind.socket
RequiredBy: init.scope
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-rfkill.socket
RequiredBy: user.slice
RequiredBy: system.slice
RequiredBy: systemd-fsckd.socket
RequiredBy: syslog.socket
RequiredBy: systemd-journald-audit.socket
RequiredBy: systemd-journald.socket
WantedBy: slices.target
Before: rpcbind.socket
Before: user.slice
Before: dbus.socket
Before: systemd-journald-dev-log.socket
Before: slices.target
Before: syslog.socket
Before: systemd-journald.socket
Before: init.scope
Before: systemd-journald-audit.socket
Before: systemd-udevd-kernel.socket
Before: systemd-fsckd.socket
Before: systemd-rfkill.socket
Before: system.slice
Before: systemd-udevd-control.socket
Before: systemd-initctl.socket
ReferencedBy: init.scope
ReferencedBy: systemd-initctl.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-rfkill.socket
ReferencedBy: system.slice
ReferencedBy: user.slice
ReferencedBy: systemd-journald.socket
ReferencedBy: slices.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-fsckd.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: rpcbind.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-udevd-kernel.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 systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 0fd2d7e44af8496b98b64dd3841d7acf
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: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
Before: networking.service
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
ReferencedBy: networking.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: 369
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> Unit systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service:
Description: File System Check on /dev/disk/by-uuid/f4529a73-7f9a-4639-a27a-0bcab806264f
Instance: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Invocation ID: 300079b299d24611a63fc939b4cb7492
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
RequiredBy: var.mount
Before: var.mount
Before: shutdown.target
Before: systemd-quotacheck.service
After: systemd-fsck-root.service
After: systemd-journald.socket
After: systemd-fsckd.socket
After: system-systemd\x2dfsck.slice
After: local-fs-pre.target
After: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
References: systemd-fsck-root.service
References: systemd-journald.socket
References: systemd-fsckd.socket
References: system-systemd\x2dfsck.slice
References: local-fs-pre.target
References: systemd-quotacheck.service
References: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
References: shutdown.target
ReferencedBy: var.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/f4529a73-7f9a-4639-a27a-0bcab806264f
PID: 511
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: ddeb11d15dcc4fee950088f1de3f947f
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 local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: d2f92df3d3bf4e8ab3efa3bceca32d69
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: var.mount
Requires: -.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
WantedBy: netfilter-persistent.service
Conflicts: shutdown.target
Before: systemd-tmpfiles-setup.service
Before: nfs-config.service
Before: systemd-tmpfiles-clean.service
Before: sysinit.target
Before: console-setup.service
Before: rpc-svcgssd.service
Before: netfilter-persistent.service
Before: networking.service
Before: systemd-machine-id-commit.service
Before: unattended-upgrades.service
After: systemd-fsck-root.service
After: var.mount
After: -.mount
After: local-fs-pre.target
After: systemd-quotacheck.service
After: systemd-remount-fs.service
After: run-user-1220.mount
After: run-user-1003.mount
OnFailure: emergency.target
References: -.mount
References: var.mount
References: local-fs-pre.target
References: systemd-fsck-root.service
References: systemd-remount-fs.service
References: shutdown.target
References: emergency.target
ReferencedBy: systemd-quotacheck.service
ReferencedBy: var.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: sysinit.target
ReferencedBy: unattended-upgrades.service
ReferencedBy: run-user-1220.mount
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: rpc-svcgssd.service
ReferencedBy: nfs-config.service
ReferencedBy: -.mount
ReferencedBy: run-user-1003.mount
ReferencedBy: networking.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: netfilter-persistent.service
ReferencedBy: console-setup.service
ReferencedBy: systemd-tmpfiles-clean.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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: rpcbind.target
Invocation ID: 1f4f4966102446339fb7c6337d440963
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
WantedBy: rpcbind.service
Conflicts: shutdown.target
After: rpcbind.service
References: shutdown.target
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit nfs-config.service:
Description: Preprocess NFS configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2017-09-11 11:32:46 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: nfs-config.service
Invocation ID: 27ad674f192440338002fcb18eb2575b
Fragment Path: /lib/systemd/system/nfs-config.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
WantedBy: rpc-svcgssd.service
WantedBy: rpc-gssd.service
Before: rpc-svcgssd.service
Before: rpc-gssd.service
After: local-fs.target
After: system.slice
After: systemd-journald.socket
References: local-fs.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: rpc-svcgssd.service
ReferencedBy: rpc-gssd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/systemd/scripts/nfs-utils_env.sh
PID: 527
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.device
Invocation ID: d5d37a2033814323b798b1592b565a0d
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-sdb3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1\x2dpart1.device
Invocation ID: c7a0a4aa8b824d0f80eeca0c8cdf556b
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Invocation ID: 078c3f286713420e83e91199052a7426
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device
Following Set Member: dev-sdb5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Invocation ID: ba48e32432e44c42853bb2152caa44aa
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device
Following Set Member: dev-sdb5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> Unit sys-subsystem-net-devices-bond0.device:
Description: /sys/subsystem/net/devices/bond0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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-bond0.device
Invocation ID: 1fc89d4fafd7447a95cd68ffec3f8f8f
Following Set Member: sys-devices-virtual-net-bond0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/bond0
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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/ssh.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ssh.service
Invocation ID: 6a260ca04987477d9ce32281723fa5c2
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: network.target
After: auditd.service
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: system.slice
References: network.target
References: auditd.service
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: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 754
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: 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
PID: 754
Start Timestamp: Mon 2017-09-11 11:32:48 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap:
Description: /dev/disk/by-id/wwn-0x50014ee05975c2f8-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Invocation ID: 78eafbe4a67f4c348a2a3484d7f3c5f0
Following: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Following Set Member: dev-sdb2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: swap.target
References: system.slice
References: systemd-journald.socket
References: -.mount
References: umount.target
RequiresMountsFor: /dev/disk/by-id/wwn-0x50014ee05975c2f8-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/wwn-0x50014ee05975c2f8-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sdb2
Priority: -1
Options:
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 syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Invocation ID: af98aac7ff7940d6865ef01ab81d2ccc
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: sockets.target
Before: shutdown.target
Before: rsyslog.service
Before: systemd-journald.service
After: -.slice
After: -.mount
Triggers: rsyslog.service
References: -.mount
References: sockets.target
References: shutdown.target
References: rsyslog.service
References: -.slice
ReferencedBy: emergency.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-journald.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
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-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: eb7aaae1556141139ec2ac4d7467edc1
Following: sys-devices-pnp0-00:02-tty-ttyS1.device
Following Set Member: sys-devices-pnp0-00:02-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/pnp0/00:02/tty/ttyS1
-> Unit sys-devices-pci0000:00-0000:00:1d.0-0000:02:00.0-net-eno1.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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:1d.0-0000:02:00.0-net-eno1.device
Invocation ID: 7a5a519ef371457188dfc79a17c63f43
Following Set Member: sys-subsystem-net-devices-eno1.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:1d.0/0000:02:00.0/net/eno1
-> 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: Mon 2017-09-11 11:32:46 CEST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: local-fs.target
After: system.slice
After: systemd-journald.socket
References: local-fs.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
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: /bin/systemd-machine-id-setup --commit
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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: f0539e33fa1c45e385e8dbd2ac5119a0
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
WantedBy: networking.service
Conflicts: shutdown.target
Before: php5-fpm at inseec-atout.service
Before: network-online.target
Before: systemd-user-sessions.service
Before: php5-fpm at default.service
Before: ssh.service
Before: mnt-nas.mount
Before: apache2.service
Before: var-www.mount
Before: php5-fpm at acceptcevora.service
Before: unattended-upgrades.service
Before: zabbix-agent.service
Before: php5-fpm at prod-cned.service
Before: rc-local.service
Before: php5-fpm at icdi.service
Before: fail2ban.service
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
After: network-pre.target
After: networking.service
References: network-pre.target
References: shutdown.target
ReferencedBy: unattended-upgrades.service
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: networking.service
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: php5-fpm at default.service
ReferencedBy: rc-local.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: fail2ban.service
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: ssh.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: network-online.target
ReferencedBy: apache2.service
ReferencedBy: mnt-nas.mount
ReferencedBy: zabbix-agent.service
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: var-www.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-subsystem-net-devices-eno2.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-eno2.device
Invocation ID: 2a017a7f84374339940a520b6871e39a
Following Set Member: sys-devices-pci0000:00-0000:00:1d.1-0000:03:00.0-net-eno2.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:1d.1/0000:03:00.0/net/eno2
-> Unit dev-disk-by\x2did-md\x2dname\x2ddebian:1.device:
Description: /dev/disk/by-id/md-name-debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2dname\x2ddebian:1.device
Invocation ID: 94578f61fe3c4e69a13c6e0ac42f569c
Following: sys-devices-virtual-block-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Following Set Member: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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/md1
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 8def7dbf6dd4405b9043e48b9dc218e3
Following: sys-devices-pnp0-00:01-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:01-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:01/tty/ttyS0
-> Unit nfs-blkmap.service:
Description: nfs-blkmap.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: nfs-blkmap.service
WantedBy: nfs-client.target
ReferencedBy: nfs-client.target
-> 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: Mon 2017-09-11 11:33:16 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Exit Timestamp: Mon 2017-09-11 11:33:16 CEST
Inactive Enter Timestamp: Mon 2017-09-11 11:33:16 CEST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Invocation ID: 39ddb41f734043f68bbcb5523a77cb0f
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: systemd-fsckd.socket
Before: shutdown.target
After: system.slice
After: systemd-fsckd.socket
After: systemd-journald.socket
TriggeredBy: systemd-fsckd.socket
References: system.slice
References: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.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
PID: 513
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:33:16 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap:
Description: /dev/disk/by-id/wwn-0x50014ee00420a572-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Invocation ID: f7cb28b2fcd3443fa9b9aef5f903e6a8
Following: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-sda2.swap
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: swap.target
References: -.mount
References: systemd-journald.socket
References: umount.target
References: system.slice
RequiresMountsFor: /dev/disk/by-id/wwn-0x50014ee00420a572-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/wwn-0x50014ee00420a572-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda2
Priority: -2
Options:
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 system-php7.0\x2dfpm.slice:
Description: system-php7.0\x2dfpm.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-php7.0\x2dfpm.slice
Invocation ID: 641676b628934c40a1c1d1bf3f616378
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: php7.0-fpm at inseec_citedeslangues.service
RequiredBy: php7.0-fpm at inseec_supcareer.service
RequiredBy: php7.0-fpm at inseec_ecetech.service
RequiredBy: php7.0-fpm at inseec_london.service
RequiredBy: php7.0-fpm at inseec_pedago-bs.service
RequiredBy: php7.0-fpm at preprod-cned.service
RequiredBy: php7.0-fpm at inseec_pedago.service
RequiredBy: php7.0-fpm at inseec_monaco.service
RequiredBy: php7.0-fpm at inseec_preprod.service
RequiredBy: php7.0-fpm at inseec_cesni.service
RequiredBy: php7.0-fpm at inseec_msc.service
RequiredBy: php7.0-fpm at inseec_pedagogy.service
RequiredBy: php7.0-fpm at inseec_heip.service
RequiredBy: php7.0-fpm at inseec_executive.service
Conflicts: shutdown.target
Before: shutdown.target
Before: php7.0-fpm at inseec_london.service
Before: php7.0-fpm at inseec_executive.service
Before: php7.0-fpm at inseec_msc.service
Before: php7.0-fpm at inseec_preprod.service
Before: php7.0-fpm at inseec_ecetech.service
Before: php7.0-fpm at preprod-cned.service
Before: php7.0-fpm at inseec_supcareer.service
Before: php7.0-fpm at inseec_pedago.service
Before: php7.0-fpm at inseec_citedeslangues.service
Before: php7.0-fpm at inseec_monaco.service
Before: php7.0-fpm at inseec_pedagogy.service
Before: php7.0-fpm at inseec_pedago-bs.service
Before: php7.0-fpm at inseec_cesni.service
Before: php7.0-fpm at inseec_heip.service
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: php7.0-fpm at inseec_london.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Invocation ID: 49c9449b18f448b6bb6b985305944fc7
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
WantedBy: systemd-journald.service
Before: sockets.target
Before: systemd-journald.service
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: -.mount
References: sockets.target
References: systemd-journald.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: systemd-journald.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Invocation ID: 46306268867446c39f9225918c9fc803
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-sda4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda4.device
Invocation ID: 2cf20f3c51db41cda4aeb48d918c289e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Invocation ID: 61ca9972a7854612bd693e3bbe3409a6
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-net-bond0.153.device:
Description: /sys/devices/virtual/net/bond0.153
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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-net-bond0.153.device
Invocation ID: 218121f4a27641aeaf889a26d0d8bd65
Following Set Member: sys-subsystem-net-devices-bond0.153.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/bond0.153
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: systemd-user-sessions.service
After: systemd-ask-password-wall.path
After: sysinit.target
After: basic.target
After: system.slice
TriggeredBy: systemd-ask-password-wall.path
References: systemd-journald.socket
References: systemd-user-sessions.service
References: shutdown.target
References: sysinit.target
References: basic.target
References: system.slice
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 4cd82659beb647548bcde268c278c063
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: apt-daily.timer
Before: phpsessionclean.timer
Before: apt-daily-upgrade.timer
Before: systemd-tmpfiles-clean.service
Before: edac.service
Before: exim4.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: edac.service
ReferencedBy: apt-daily.timer
ReferencedBy: systemd-timesyncd.service
ReferencedBy: phpsessionclean.timer
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mysql.service
Before: exim4.service
Before: pure-ftpd-mysql.service
ReferencedBy: exim4.service
ReferencedBy: pure-ftpd-mysql.service
-> Unit dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.device
Invocation ID: 30d5c79b720d46f39bd8fdbdf632feeb
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Invocation ID: 90369b0938af4a0fa9913786e1584cda
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 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: systemd-ask-password-wall.path
ReferencedBy: sysinit.target
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit netfilter-persistent.service:
Description: netfilter persistent configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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/netfilter-persistent.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: netfilter-persistent.service
Invocation ID: a90bebba8b2a477cbcdb8133b0d81655
Fragment Path: /lib/systemd/system/netfilter-persistent.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Wants: network-pre.target
Wants: local-fs.target
Wants: systemd-modules-load.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: network-pre.target
Before: shutdown.target
After: local-fs.target
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
References: systemd-journald.socket
References: system.slice
References: network-pre.target
References: systemd-modules-load.service
References: local-fs.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/sbin/netfilter-persistent start
PID: 525
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/netfilter-persistent stop
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-getty.slice
Invocation ID: a594cc9efd6147b6b78887462f6ee289
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: getty at tty1.service
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
After: system.slice
References: system.slice
References: shutdown.target
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\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap:
Description: /dev/disk/by-path/pci-0000:00:17.0-ata-2-part2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Invocation ID: 7cecbf1af91c4ab6bb268f67dc892622
Following: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Following Set Member: dev-sdb2.swap
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: swap.target
References: -.mount
References: system.slice
References: systemd-journald.socket
References: umount.target
RequiresMountsFor: /dev/disk/by-path/pci-0000:00:17.0-ata-2-part2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-path/pci-0000:00:17.0-ata-2-part2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sdb2
Priority: -1
Options:
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 php5-fpm at acceptcevora.service:
Description: The PHP FastCGI Process Manager for acceptcevora
Instance: acceptcevora
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php5\x2dfpm.slice
CGroup: /system.slice/system-php5\x2dfpm.slice/php5-fpm at acceptcevora.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php5-fpm at acceptcevora.service
Invocation ID: a2adbcf4245741e4be9f7009c2cddcb5
Fragment Path: /etc/systemd/system/php5-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-php5\x2dfpm.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: system-php5\x2dfpm.slice
After: sysinit.target
After: basic.target
After: mnt-nas.mount
After: systemd-journald.socket
References: network.target
References: shutdown.target
References: system-php5\x2dfpm.slice
References: sysinit.target
References: basic.target
References: mnt-nas.mount
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1200
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php5-fpm.acceptcevora.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/php5/php5-fpm-checkconf
PID: 811
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/master.d/acceptcevora.conf
PID: 1200
Start Timestamp: Mon 2017-09-11 11:33:28 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 10, slow: 0, Traffic: 0req/sec
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 0de1a5312191445c93a0c919dd83cb13
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
Wants: sockets.target
Wants: timers.target
Wants: slices.target
Wants: tmp.mount
Wants: paths.target
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: zabbix-agent.service
Before: php7.0-fpm at inseec_cesni.service
Before: smartd.service
Before: rc-local.service
Before: apache2.service
Before: php7.0-fpm at inseec_pedago-bs.service
Before: php7.0-fpm at inseec_pedagogy.service
Before: php7.0-fpm at inseec_preprod.service
Before: pure-ftpd-mysql.service
Before: getty-static.service
Before: phpsessionclean.service
Before: php7.0-fpm at inseec_london.service
Before: fail2ban.service
Before: mcelog.service
Before: dbus.service
Before: cron.service
Before: php7.0-fpm at inseec_citedeslangues.service
Before: systemd-user-sessions.service
Before: ssh.service
Before: rsyslog.service
Before: apt-daily.service
Before: user at 1220.service
Before: getty at tty1.service
Before: unattended-upgrades.service
Before: rsync.service
Before: php7.0-fpm at inseec_ecetech.service
Before: php7.0-fpm at inseec_heip.service
Before: php7.0-fpm at inseec_executive.service
Before: varnish.service
Before: nfs-utils.service
Before: shibd.service
Before: irqbalance.service
Before: php7.0-fpm at inseec_supcareer.service
Before: multi-user.target
Before: varnishncsa.service
Before: inetd.service
Before: php7.0-fpm at inseec_monaco.service
Before: edac.service
Before: php7.0-fpm at preprod-cned.service
Before: php5-fpm at prod-cned.service
Before: php5-fpm at inseec-atout.service
Before: php5-fpm at default.service
Before: systemd-logind.service
Before: exim4.service
Before: php7.0-fpm at inseec_pedago.service
Before: apt-daily-upgrade.service
Before: ntp.service
Before: php5-fpm at acceptcevora.service
Before: php5-fpm at icdi.service
Before: user at 1003.service
Before: php7.0-fpm at inseec_msc.service
Before: systemd-ask-password-wall.service
After: sockets.target
After: slices.target
After: sysinit.target
After: tmp.mount
After: -.mount
After: var.mount
After: paths.target
References: sockets.target
References: timers.target
References: shutdown.target
References: slices.target
References: sysinit.target
References: tmp.mount
References: -.mount
References: var.mount
References: paths.target
ReferencedBy: shibd.service
ReferencedBy: edac.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: rc-local.service
ReferencedBy: irqbalance.service
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: phpsessionclean.service
ReferencedBy: multi-user.target
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: dbus.service
ReferencedBy: varnish.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: ntp.service
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: cron.service
ReferencedBy: inetd.service
ReferencedBy: rsync.service
ReferencedBy: zabbix-agent.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: php7.0-fpm at inseec_london.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: getty at tty1.service
ReferencedBy: smartd.service
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: user at 1220.service
ReferencedBy: mcelog.service
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: getty-static.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: fail2ban.service
ReferencedBy: exim4.service
ReferencedBy: apt-daily.service
ReferencedBy: ssh.service
ReferencedBy: php5-fpm at default.service
ReferencedBy: nfs-utils.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: rsyslog.service
ReferencedBy: user at 1003.service
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: varnishncsa.service
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: systemd-logind.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: apache2.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: 287a251a7f5d4fe2a8b261bab9f04d64
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: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-getty.slice
WantedBy: getty.target
Conflicts: rescue.service
Conflicts: shutdown.target
Before: rescue.service
Before: shutdown.target
Before: getty.target
After: sysinit.target
After: plymouth-quit-wait.service
After: systemd-journald.socket
After: system-getty.slice
After: rc-local.service
After: systemd-user-sessions.service
After: basic.target
References: sysinit.target
References: plymouth-quit-wait.service
References: systemd-journald.socket
References: system-getty.slice
References: rc-local.service
References: rescue.service
References: getty.target
References: shutdown.target
References: systemd-user-sessions.service
References: basic.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: 872
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: 872
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> Unit pure-ftpd-mysql.service:
Description: pure-ftpd-mysql.service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:27 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:27 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/pure-ftpd-mysql.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: pure-ftpd-mysql.service
Invocation ID: 335e3ddefe8a419aac6d3b0890a24319
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/pure-ftpd-mysql.service
Source Path: /etc/init.d/pure-ftpd-mysql
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: mysql.service
After: remote-fs.target
After: basic.target
After: system.slice
After: postgresql-8.4.service
After: postgresql-8.3.service
After: slapd.service
After: sysinit.target
After: systemd-journald.socket
References: slapd.service
References: postgresql-8.4.service
References: sysinit.target
References: remote-fs.target
References: graphical.target
References: multi-user.target
References: system.slice
References: systemd-journald.socket
References: mysql.service
References: postgresql-8.3.service
References: basic.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/pure-ftpd-mysql start
PID: 837
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:27 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/pure-ftpd-mysql stop
-> Unit session-1.scope:
Description: Session 1 of user eroger
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:36:33 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:36:33 CEST
Active Enter Timestamp: Mon 2017-09-11 11:36:33 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-1003.slice
CGroup: /user.slice/user-1003.slice/session-1.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-1.scope
Invocation ID: eac5f735aff545979e6c62fc942fdc82
Fragment Path: /run/systemd/transient/session-1.scope
Condition Timestamp: Mon 2017-09-11 11:36:33 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:36:33 CEST
Assert Result: yes
Requires: user-1003.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: systemd-logind.service
After: user-1003.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-1003.slice
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 systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-console.path
After: system.slice
After: systemd-vconsole-setup.service
After: plymouth-start.service
After: systemd-journald.socket
TriggeredBy: systemd-ask-password-console.path
References: shutdown.target
References: system.slice
References: plymouth-start.service
References: systemd-vconsole-setup.service
References: systemd-journald.socket
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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 dev-sda2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda2.device
Invocation ID: 706f828fd5d54a2fa5e7880c71b7e96c
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: b0bd45616a014075960bfa82cf1b7173
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Wants: systemd-journal-flush.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: sys-fs-fuse-connections.mount
Wants: systemd-modules-load.service
Wants: dev-hugepages.mount
Wants: systemd-udev-trigger.service
Wants: cryptsetup.target
Wants: sys-kernel-debug.mount
Wants: keyboard-setup.service
Wants: systemd-machine-id-commit.service
Wants: systemd-ask-password-console.path
Wants: systemd-journald.service
Wants: swap.target
Wants: kmod-static-nodes.service
Wants: dev-mqueue.mount
Wants: sys-kernel-config.mount
Wants: systemd-hwdb-update.service
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-binfmt.service
Wants: systemd-timesyncd.service
Wants: systemd-tmpfiles-setup.service
Wants: systemd-udevd.service
Wants: local-fs.target
Wants: systemd-random-seed.service
Wants: systemd-update-utmp.service
Wants: systemd-sysctl.service
RequiredBy: php5-fpm at icdi.service
RequiredBy: php7.0-fpm at inseec_supcareer.service
RequiredBy: shibd.service
RequiredBy: php5-fpm at default.service
RequiredBy: ntp.service
RequiredBy: php7.0-fpm at inseec_ecetech.service
RequiredBy: varnish.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: mcelog.service
RequiredBy: php7.0-fpm at inseec_citedeslangues.service
RequiredBy: user at 1003.service
RequiredBy: php7.0-fpm at inseec_pedagogy.service
RequiredBy: zabbix-agent.service
RequiredBy: apt-daily-upgrade.timer
RequiredBy: cron.service
RequiredBy: fail2ban.service
RequiredBy: irqbalance.service
RequiredBy: getty at tty1.service
RequiredBy: dbus.service
RequiredBy: smartd.service
RequiredBy: apt-daily.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: rc-local.service
RequiredBy: user at 1220.service
RequiredBy: systemd-logind.service
RequiredBy: php7.0-fpm at inseec_executive.service
RequiredBy: php7.0-fpm at inseec_msc.service
RequiredBy: php5-fpm at acceptcevora.service
RequiredBy: inetd.service
RequiredBy: apache2.service
RequiredBy: systemd-user-sessions.service
RequiredBy: rsync.service
RequiredBy: exim4.service
RequiredBy: unattended-upgrades.service
RequiredBy: php7.0-fpm at inseec_preprod.service
RequiredBy: php7.0-fpm at inseec_monaco.service
RequiredBy: varnishncsa.service
RequiredBy: edac.service
RequiredBy: rescue.target
RequiredBy: php5-fpm at inseec-atout.service
RequiredBy: php7.0-fpm at inseec_pedago-bs.service
RequiredBy: php7.0-fpm at inseec_heip.service
RequiredBy: nfs-utils.service
RequiredBy: basic.target
RequiredBy: php7.0-fpm at inseec_london.service
RequiredBy: php5-fpm at prod-cned.service
RequiredBy: pure-ftpd-mysql.service
RequiredBy: php7.0-fpm at preprod-cned.service
RequiredBy: phpsessionclean.service
RequiredBy: php7.0-fpm at inseec_cesni.service
RequiredBy: getty-static.service
RequiredBy: dbus.socket
RequiredBy: apt-daily-upgrade.service
RequiredBy: php7.0-fpm at inseec_pedago.service
RequiredBy: ssh.service
RequiredBy: rsyslog.service
RequiredBy: apt-daily.timer
RequiredBy: phpsessionclean.timer
Conflicts: emergency.target
Conflicts: emergency.service
Conflicts: shutdown.target
Before: pure-ftpd-mysql.service
Before: irqbalance.service
Before: inetd.service
Before: rc-local.service
Before: php7.0-fpm at inseec_citedeslangues.service
Before: php7.0-fpm at inseec_pedago-bs.service
Before: ntp.service
Before: varnish.service
Before: mcelog.service
Before: apt-daily.timer
Before: php7.0-fpm at inseec_executive.service
Before: rsyslog.service
Before: apt-daily-upgrade.timer
Before: user at 1003.service
Before: rsync.service
Before: varnishncsa.service
Before: php7.0-fpm at inseec_cesni.service
Before: systemd-user-sessions.service
Before: php7.0-fpm at inseec_ecetech.service
Before: php5-fpm at prod-cned.service
Before: nfs-utils.service
Before: phpsessionclean.service
Before: php7.0-fpm at inseec_monaco.service
Before: smartd.service
Before: zabbix-agent.service
Before: cron.service
Before: fail2ban.service
Before: rescue.service
Before: apache2.service
Before: exim4.service
Before: apt-daily.service
Before: phpsessionclean.timer
Before: user at 1220.service
Before: php7.0-fpm at inseec_heip.service
Before: shibd.service
Before: php7.0-fpm at inseec_msc.service
Before: dbus.socket
Before: rescue.target
Before: getty at tty1.service
Before: php5-fpm at icdi.service
Before: php7.0-fpm at inseec_supcareer.service
Before: ssh.service
Before: php5-fpm at default.service
Before: unattended-upgrades.service
Before: php7.0-fpm at inseec_preprod.service
Before: edac.service
Before: getty-static.service
Before: php7.0-fpm at preprod-cned.service
Before: dbus.service
Before: systemd-tmpfiles-clean.timer
Before: systemd-logind.service
Before: php7.0-fpm at inseec_pedago.service
Before: php5-fpm at inseec-atout.service
Before: php7.0-fpm at inseec_london.service
Before: apt-daily-upgrade.service
Before: php7.0-fpm at inseec_pedagogy.service
Before: basic.target
Before: systemd-ask-password-wall.service
Before: php5-fpm at acceptcevora.service
After: emergency.service
After: cryptsetup.target
After: emergency.target
After: systemd-modules-load.service
After: local-fs.target
After: systemd-tmpfiles-setup.service
After: systemd-machine-id-commit.service
After: systemd-binfmt.service
After: systemd-timesyncd.service
After: systemd-journald.service
After: systemd-update-utmp.service
After: dev-mqueue.mount
After: sys-fs-fuse-connections.mount
After: kmod-static-nodes.service
After: systemd-udev-trigger.service
After: sys-kernel-debug.mount
After: systemd-sysctl.service
After: sys-kernel-config.mount
After: proc-sys-fs-binfmt_misc.automount
After: systemd-tmpfiles-setup-dev.service
After: swap.target
After: dev-hugepages.mount
After: systemd-hwdb-update.service
After: systemd-udevd.service
After: systemd-random-seed.service
References: systemd-binfmt.service
References: emergency.service
References: systemd-random-seed.service
References: dev-hugepages.mount
References: sys-fs-fuse-connections.mount
References: systemd-machine-id-commit.service
References: emergency.target
References: keyboard-setup.service
References: sys-kernel-debug.mount
References: sys-kernel-config.mount
References: systemd-ask-password-console.path
References: systemd-modules-load.service
References: shutdown.target
References: systemd-journal-flush.service
References: swap.target
References: systemd-udev-trigger.service
References: systemd-hwdb-update.service
References: dev-mqueue.mount
References: kmod-static-nodes.service
References: cryptsetup.target
References: systemd-udevd.service
References: systemd-tmpfiles-setup.service
References: systemd-tmpfiles-setup-dev.service
References: local-fs.target
References: systemd-timesyncd.service
References: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.service
References: systemd-update-utmp.service
References: systemd-sysctl.service
ReferencedBy: php7.0-fpm at inseec_preprod.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: cron.service
ReferencedBy: rescue.target
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: apt-daily-upgrade.timer
ReferencedBy: php5-fpm at icdi.service
ReferencedBy: varnish.service
ReferencedBy: php7.0-fpm at preprod-cned.service
ReferencedBy: php5-fpm at default.service
ReferencedBy: php7.0-fpm at inseec_pedago.service
ReferencedBy: php7.0-fpm at inseec_pedagogy.service
ReferencedBy: php7.0-fpm at inseec_citedeslangues.service
ReferencedBy: ntp.service
ReferencedBy: php7.0-fpm at inseec_london.service
ReferencedBy: php7.0-fpm at inseec_supcareer.service
ReferencedBy: user at 1220.service
ReferencedBy: getty-static.service
ReferencedBy: rc-local.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: getty at tty1.service
ReferencedBy: ssh.service
ReferencedBy: php5-fpm at acceptcevora.service
ReferencedBy: dbus.service
ReferencedBy: phpsessionclean.timer
ReferencedBy: apt-daily.timer
ReferencedBy: php7.0-fpm at inseec_pedago-bs.service
ReferencedBy: rsync.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: edac.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: php7.0-fpm at inseec_monaco.service
ReferencedBy: rescue.service
ReferencedBy: php7.0-fpm at inseec_executive.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: phpsessionclean.service
ReferencedBy: php5-fpm at inseec-atout.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: exim4.service
ReferencedBy: inetd.service
ReferencedBy: systemd-logind.service
ReferencedBy: dbus.socket
ReferencedBy: fail2ban.service
ReferencedBy: php7.0-fpm at inseec_msc.service
ReferencedBy: unattended-upgrades.service
ReferencedBy: php7.0-fpm at inseec_cesni.service
ReferencedBy: varnishncsa.service
ReferencedBy: apt-daily.service
ReferencedBy: apt-daily-upgrade.service
ReferencedBy: shibd.service
ReferencedBy: user at 1003.service
ReferencedBy: php7.0-fpm at inseec_ecetech.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-udevd.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: irqbalance.service
ReferencedBy: mcelog.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: basic.target
ReferencedBy: smartd.service
ReferencedBy: php5-fpm at prod-cned.service
ReferencedBy: nfs-utils.service
ReferencedBy: php7.0-fpm at inseec_heip.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journald.service
ReferencedBy: zabbix-agent.service
ReferencedBy: rsyslog.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-binfmt.service
ReferencedBy: apache2.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-1220.mount
ConflictedBy: run-user-1003.mount
ConflictedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ConflictedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
ConflictedBy: rpc-gssd.service
ConflictedBy: mnt-nas.mount
ConflictedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
ConflictedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ConflictedBy: var.mount
ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ConflictedBy: var-www.mount
ConflictedBy: dev-sda2.swap
ConflictedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ConflictedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ConflictedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ConflictedBy: dev-sdb2.swap
ConflictedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ConflictedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ConflictedBy: run-rpc_pipefs.mount
After: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
After: dev-sda2.swap
After: mnt-nas.mount
After: dev-sdb2.swap
After: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
After: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
After: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
After: var-www.mount
After: run-user-1003.mount
After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
After: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
After: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
After: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
After: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
After: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
After: run-user-1220.mount
After: var.mount
After: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: run-user-1220.mount
ReferencedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
ReferencedBy: var-www.mount
ReferencedBy: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: mnt-nas.mount
ReferencedBy: run-user-1003.mount
ReferencedBy: dev-sdb2.swap
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
ReferencedBy: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
ReferencedBy: rpc-gssd.service
ReferencedBy: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
ReferencedBy: dev-sda2.swap
ReferencedBy: var.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-sdb2.swap:
Description: /dev/sdb2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-sdb2.swap
Invocation ID: a44750ea72814c9b82f8d6a7489ba82c
Following: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: systemd-journald.socket
References: -.mount
References: umount.target
References: system.slice
References: swap.target
RequiresMountsFor: /dev/sdb2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/sdb2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sdb2
Priority: -1
Options:
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: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: a68db0e48b854d9b9bbca096a6d4c90e
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: multi-user.target
After: systemd-journald.socket
After: console-screen.service
After: system.slice
After: local-fs.target
After: kbd.service
After: -.mount
References: systemd-journald.socket
References: console-screen.service
References: system.slice
References: local-fs.target
References: kbd.service
References: -.mount
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: 526
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap:
Description: /dev/disk/by-partuuid/588d97f8-4de2-4164-b3a6-b8ab1c981c95
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Invocation ID: 5fecc4c998364ad8a4ba747d14d2fe2d
Following: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-sda2.swap
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: systemd-journald.socket
References: umount.target
References: -.mount
References: swap.target
References: system.slice
RequiresMountsFor: /dev/disk/by-partuuid/588d97f8-4de2-4164-b3a6-b8ab1c981c95
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-partuuid/588d97f8-4de2-4164-b3a6-b8ab1c981c95
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda2
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2017-09-12 06:27:57 CEST
Inactive Exit Timestamp: Tue 2017-09-12 06:27:54 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2017-09-12 06:27:57 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: apt-daily-upgrade.service
Invocation ID: ab8dc289a95a4225bb701afe246c5948
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true succeeded
Condition Timestamp: Tue 2017-09-12 06:27:54 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 06:27:54 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: apt-daily.service
After: apt-daily-upgrade.timer
After: basic.target
After: system.slice
After: systemd-journald.socket
TriggeredBy: apt-daily-upgrade.timer
References: sysinit.target
References: apt-daily.service
References: basic.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
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
PID: 28131
Start Timestamp: Tue 2017-09-12 06:27:54 CEST
Exit Timestamp: Tue 2017-09-12 06:27:57 CEST
Exit Code: exited
Exit Status: 0
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target
Before: exim4.service
Before: apache2.service
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit php7.0-fpm at inseec_citedeslangues.service:
Description: The PHP FastCGI Process Manager for inseec_citedeslangues
Instance: inseec_citedeslangues
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_citedeslangues.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_citedeslangues.service
Invocation ID: 29f12e187a9f45b6b5eac61dabe38305
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: system-php7.0\x2dfpm.slice
After: mnt-nas.mount
References: shutdown.target
References: systemd-journald.socket
References: basic.target
References: sysinit.target
References: system-php7.0\x2dfpm.slice
References: mnt-nas.mount
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 814
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_citedeslangues.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_citedeslangues.conf
PID: 814
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 1, slow: 0, Traffic: 0req/sec
-> Unit dev-sda1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda1.device
Invocation ID: 7b3c38c19fbc4abe830147915b04203a
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda.device
Invocation ID: 28baf5c28f6c4117836ed0cec47d9a21
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: cbb5b36be7054d7987d36a0e30e54421
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Requires: mnt-nas.mount
Requires: var-www.mount
Wants: nfs-client.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-user-sessions.service
Before: mcelog.service
Before: pure-ftpd-mysql.service
Before: edac.service
Before: exim4.service
Before: apache2.service
Before: ntp.service
After: remote-fs-pre.target
After: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
After: mnt-nas.mount
After: var-www.mount
References: var-www.mount
References: nfs-client.target
References: mnt-nas.mount
References: shutdown.target
References: remote-fs-pre.target
References: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: ntp.service
ReferencedBy: exim4.service
ReferencedBy: var-www.mount
ReferencedBy: apache2.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: mcelog.service
ReferencedBy: multi-user.target
ReferencedBy: edac.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: mnt-nas.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Mon 2017-09-11 11:32:47 CEST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
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 phpsessionclean.timer:
Description: Clean PHP session files every 30 mins
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 09:09:01 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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: phpsessionclean.timer
Invocation ID: aeeb76b1be024c5c8f9ecd54ca80b55e
Fragment Path: /lib/systemd/system/phpsessionclean.timer
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: timers.target
Before: phpsessionclean.service
After: time-sync.target
After: var.mount
After: sysinit.target
After: -.mount
Triggers: phpsessionclean.service
References: shutdown.target
References: var.mount
References: time-sync.target
References: -.mount
References: phpsessionclean.service
References: timers.target
References: sysinit.target
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: phpsessionclean.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* *:09,39:00
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 5b247f37452b4377a7ec497cd8399785
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: systemd-udevd-kernel.socket
After: systemd-hwdb-update.service
After: systemd-journald.socket
After: systemd-udevd-control.socket
References: sysinit.target
References: systemd-udevd.service
References: system.slice
References: systemd-udevd-kernel.socket
References: systemd-hwdb-update.service
References: systemd-journald.socket
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: 365
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 367
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> 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: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 0c62302720264f2f9a4f839981b90b2b
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 php7.0-fpm at inseec_monaco.service:
Description: The PHP FastCGI Process Manager for inseec_monaco
Instance: inseec_monaco
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_monaco.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_monaco.service
Invocation ID: 96ddc7f0af304d3b83557a417b3a98be
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: mnt-nas.mount
After: system-php7.0\x2dfpm.slice
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: mnt-nas.mount
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 828
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_monaco.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_monaco.conf
PID: 828
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 9519, slow: 0, Traffic: 0req/sec
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart1.device
Invocation ID: af87559112d24773a1c9f21a1b8e4af9
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-33b7d8af\x2d3b30\x2d4407\x2d8d8a\x2db1a30bfe137b.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: 8f265d4513484222ae1aaac04d8b3ff9
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: user at 1003.service
Before: systemd-ask-password-wall.service
Before: shutdown.target
Before: session-133.scope
Before: user-1220.slice
Before: session-1.scope
Before: getty at tty1.service
Before: multi-user.target
Before: user at 1220.service
Before: user-1003.slice
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
After: nss-user-lookup.target
After: sysinit.target
After: basic.target
After: systemd-journal-flush.service
After: network.target
References: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: nss-user-lookup.target
References: sysinit.target
References: basic.target
References: network.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: user at 1003.service
ReferencedBy: user-1003.slice
ReferencedBy: multi-user.target
ReferencedBy: session-1.scope
ReferencedBy: user at 1220.service
ReferencedBy: session-133.scope
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: user-1220.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 840
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1.device
Invocation ID: aaf584a18eaf48c5909cbe86414cfff7
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device:
Description: /dev/disk/by-id/md-uuid-a1417f74:3dd192a7:bfc1e708:81df0c16
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Invocation ID: 8ff771983ee94d5e8ce71f216d767a4a
Following: sys-devices-virtual-block-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:1.device
Following Set Member: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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/md1
-> Unit sys-subsystem-net-devices-eno1.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-eno1.device
Invocation ID: 12a64c8fca6c443d89698b5edfa165f5
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:02:00.0-net-eno1.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:1d.0/0000:02:00.0/net/eno1
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Invocation ID: 8322d00eca6c4eafa89f6536ff55d3bd
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device
Invocation ID: c0caec96f90b42f38ad05d56a329d77d
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit var-www.mount:
Description: /var/www
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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/var-www.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: var-www.mount
Invocation ID: c6c7c16591884a5dae75b7c9fefadc30
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-www.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: -.mount
Wants: network-online.target
RequiredBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
RequiredBy: remote-fs.target
Conflicts: umount.target
Before: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Before: remote-fs.target
Before: umount.target
After: network-online.target
After: var.mount
After: network.target
After: -.mount
After: remote-fs-pre.target
After: system.slice
References: system.slice
References: network-online.target
References: umount.target
References: var.mount
References: network.target
References: -.mount
References: remote-fs-pre.target
References: remote-fs.target
ReferencedBy: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
ReferencedBy: remote-fs.target
RequiresMountsFor: /var
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/www
What: 192.168.153.13:/mnt/nas01/www
File System Type: nfs4
Options: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=10,retrans=5,sec=sys,clientaddr=192.168.153.24,local_lock=none,addr=192.168.153.13,_netdev
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 apache2.service:
Description: The Apache HTTP Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 06:25:05 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Active Enter Timestamp: Mon 2017-09-11 11:34:00 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/apache2.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: apache2.service
Invocation ID: fee93bcc45d644638997478e15ef1bac
Fragment Path: /lib/systemd/system/apache2.service
Condition Timestamp: Mon 2017-09-11 11:34:00 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:34:00 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: var.mount
After: -.mount
After: mnt-nas.mount
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
After: remote-fs.target
After: shibd.service
After: nss-lookup.target
After: sysinit.target
References: shutdown.target
References: remote-fs.target
References: nss-lookup.target
References: sysinit.target
References: basic.target
References: mnt-nas.mount
References: var.mount
References: systemd-journald.socket
References: system.slice
References: network.target
References: -.mount
ReferencedBy: shibd.service
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: forking
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 1721
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: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: APACHE_STARTED_BY_SYSTEMD=true
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/apachectl start
PID: 1710
Start Timestamp: Mon 2017-09-11 11:34:00 CEST
Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/apachectl graceful
PID: 27278
Start Timestamp: Tue 2017-09-12 06:25:05 CEST
Exit Timestamp: Tue 2017-09-12 06:25:05 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/apachectl stop
-> Unit php7.0-fpm at inseec_supcareer.service:
Description: The PHP FastCGI Process Manager for inseec_supcareer
Instance: inseec_supcareer
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_supcareer.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_supcareer.service
Invocation ID: 62fc9555f4644c8593b0f7fe96a9af68
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system-php7.0\x2dfpm.slice
After: basic.target
After: systemd-journald.socket
After: mnt-nas.mount
After: sysinit.target
References: system-php7.0\x2dfpm.slice
References: basic.target
References: systemd-journald.socket
References: mnt-nas.mount
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 830
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_supcareer.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_supcareer.conf
PID: 830
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 982, slow: 0, Traffic: 0req/sec
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: ecf670e04e9d46e48b1667ae9c52c953
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
WantedBy: netfilter-persistent.service
Conflicts: shutdown.target
Before: netfilter-persistent.service
Before: shutdown.target
Before: networking.service
Before: systemd-sysctl.service
Before: sys-kernel-config.mount
Before: sys-fs-fuse-connections.mount
Before: sysinit.target
After: system.slice
After: systemd-journald.socket
References: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: netfilter-persistent.service
ReferencedBy: networking.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: 357
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> Unit inetd.service:
Description: Internet superserver
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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/inetd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: inetd.service
Invocation ID: 34281c45592146cba08ce418c75f7678
Documentation: man:inetd(8)
Fragment Path: /lib/systemd/system/inetd.service
ConditionPathExists: /etc/inetd.conf succeeded
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: shutdown.target
References: sysinit.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 558
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: 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/sbin/inetd
PID: 558
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> 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 sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Invocation ID: 728d7e582827475fa1c7d3e303b41737
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.device
Following Set Member: dev-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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: e2a0d47241de44e8b6216e2d8ae2a1a5
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: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Wants: getty at tty1.service
Wants: getty-static.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
After: getty-static.service
After: getty at tty1.service
References: getty at tty1.service
References: getty-static.service
References: shutdown.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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 dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2\x2dpart4.device
Invocation ID: b09b52287be043c684945b287a9b59e4
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-522598f2\x2d1aef\x2d43a9\x2db735\x2d6186d3c3d971.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
-> Unit var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount:
Description: /var/www/eformation.cned.fr/moodledata/repository/mainrepo
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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/var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Invocation ID: 51dec6a190004456a4680931de6fcf19
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-www-eformation.cned.fr-moodledata-repository-mainrepo.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: -.mount
Requires: system.slice
Requires: var.mount
Requires: var-www.mount
Wants: network-online.target
RequiredBy: remote-fs.target
Conflicts: umount.target
Before: remote-fs.target
Before: umount.target
After: remote-fs-pre.target
After: network.target
After: system.slice
After: network-online.target
After: var-www.mount
After: var.mount
After: -.mount
References: remote-fs-pre.target
References: umount.target
References: network.target
References: system.slice
References: remote-fs.target
References: network-online.target
References: var-www.mount
References: var.mount
References: -.mount
ReferencedBy: remote-fs.target
RequiresMountsFor: /var/www/eformation.cned.fr/moodledata/repository
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/www/eformation.cned.fr/moodledata/repository/mainrepo
What: 192.168.153.13:/mnt/nas01/www/preprod-eformation.cned.fr/moodledata/repository/mainrepo
File System Type: nfs4
Options: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=10,retrans=5,sec=sys,clientaddr=192.168.153.24,local_lock=none,addr=192.168.153.13,_netdev
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 dev-sda3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda3.device
Invocation ID: 0d8b6abe28774459a2b77e4135f3135d
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device:
Description: /dev/disk/by-id/md-uuid-992c0655:82bca8e5:28cceea2:054897ef
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Invocation ID: b220e63f366645f5a516b58f11074c21
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:2.device
Following Set Member: dev-md-2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device
Following Set Member: dev-md2.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/md2
-> Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-misc-rfkill.device
Invocation ID: 08741d12b4ec4bcb9a9f4369f0049129
Following Set Member: dev-rfkill.device
Job Timeout: 1min 30s
Wants: systemd-rfkill.socket
BoundBy: systemd-rfkill.service
BoundBy: systemd-rfkill.socket
Before: systemd-rfkill.service
Before: systemd-rfkill.socket
References: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-rfkill.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1\x2dpart3.device
Invocation ID: 3f0eb486c6bc4f6d9765cc98eb59e365
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> 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: networking.service
ReferencedBy: networking.service
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Invocation ID: d79ff26379f8405cb7f8e0df5a876c41
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device
Following Set Member: dev-sda4.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2\x2dpart3.device
Invocation ID: 6daeb9e4d364436c852be93a1d372239
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Following Set Member: dev-sdb3.device
Following Set Member: dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit run-rpc_pipefs.mount:
Description: RPC Pipe File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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/run-rpc_pipefs.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-rpc_pipefs.mount
Invocation ID: b27f65096aca49329d050a8707fa0a9a
Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: rpc-svcgssd.service
RequiredBy: rpc-gssd.service
Conflicts: umount.target
Before: rpc-svcgssd.service
Before: rpc-gssd.service
After: system.slice
After: -.mount
References: system.slice
References: umount.target
References: -.mount
ReferencedBy: rpc-svcgssd.service
ReferencedBy: rpc-gssd.service
RequiresMountsFor: /run
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/rpc_pipefs
What: sunrpc
File System Type: rpc_pipefs
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 network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Invocation ID: a12ee25e28d34b3ca18c2b21ba8b9a96
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
WantedBy: netfilter-persistent.service
Conflicts: shutdown.target
Before: network.target
Before: networking.service
After: netfilter-persistent.service
References: shutdown.target
ReferencedBy: network.target
ReferencedBy: networking.service
ReferencedBy: netfilter-persistent.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Invocation ID: 04919425e2bd42f7b6f77d18ac93e4d2
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:34:00 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Active Enter Timestamp: Mon 2017-09-11 11:34:00 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: graphical.target
Name: default.target
Name: runlevel5.target
Invocation ID: a5fd476c5eae48b1bc38dacf9e78dd17
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Mon 2017-09-11 11:34:00 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:34:00 CEST
Assert Result: yes
Requires: multi-user.target
Wants: exim4.service
Wants: systemd-update-utmp-runlevel.service
Wants: ntp.service
Wants: display-manager.service
Wants: mcelog.service
Wants: edac.service
Wants: pure-ftpd-mysql.service
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: ntp.service
After: exim4.service
After: display-manager.service
After: mcelog.service
After: multi-user.target
After: rescue.service
After: edac.service
After: pure-ftpd-mysql.service
After: rescue.target
References: systemd-update-utmp-runlevel.service
References: exim4.service
References: ntp.service
References: display-manager.service
References: shutdown.target
References: mcelog.service
References: multi-user.target
References: rescue.service
References: edac.service
References: pure-ftpd-mysql.service
References: rescue.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mcelog.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: edac.service
ReferencedBy: exim4.service
ReferencedBy: ntp.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-sdb1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb1.device
Invocation ID: a446843e6e984d69a701bb0222e470c9
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
ReferencedBy: getty at tty1.service
-> Unit dev-sda2.swap:
Description: /dev/sda2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-sda2.swap
Invocation ID: 3252621f275f4df68c25223433b26ff6
Following: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: system.slice
References: umount.target
References: systemd-journald.socket
References: swap.target
References: -.mount
RequiresMountsFor: /dev/sda2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/sda2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda2
Priority: -2
Options:
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-devices-pci0000:00-0000:00:1d.1-0000:03:00.0-net-eno2.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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:1d.1-0000:03:00.0-net-eno2.device
Invocation ID: fe6d70861aab4c1f81864c009c51d0ef
Following Set Member: sys-subsystem-net-devices-eno2.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:1d.1/0000:03:00.0/net/eno2
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2017-09-12 08:12:54 CEST
Inactive Exit Timestamp: Tue 2017-09-12 08:12:52 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2017-09-12 08:12:54 CEST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.service
Invocation ID: 251c4820f065441ba3367c87a5a3abd5
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true succeeded
Condition Timestamp: Tue 2017-09-12 08:12:52 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 08:12:52 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: apt-daily-upgrade.service
Before: shutdown.target
After: sysinit.target
After: apt-daily.timer
After: systemd-journald.socket
After: basic.target
After: system.slice
TriggeredBy: apt-daily.timer
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: basic.target
References: sysinit.target
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
PID: 10155
Start Timestamp: Tue 2017-09-12 08:12:52 CEST
Exit Timestamp: Tue 2017-09-12 08:12:54 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Invocation ID: 9b0b831cbc7c434eb1dbc759702ef6eb
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit irqbalance.service:
Description: irqbalance daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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/irqbalance.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: irqbalance.service
Invocation ID: 77208eff7b6942e3a9562fcb78cd4b6b
Fragment Path: /lib/systemd/system/irqbalance.service
Condition Timestamp: Mon 2017-09-11 11:32:47 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:47 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
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: 560
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/irqbalance
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
PID: 560
Start Timestamp: Mon 2017-09-11 11:32:47 CEST
-> 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 dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-rfkill.device
Invocation ID: 2ba7ca4d5c7c442194424490a7c20bb5
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Invocation ID: 0f933f999c2e47fea7fb3c2a4b43c772
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> 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 sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Mon 2017-09-11 11:32:45 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: system.slice
References: systemd-modules-load.service
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
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-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 698a932b947e4ca5afdd76a3b7a359ad
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: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: shutdown.target
After: -.mount
After: var.mount
After: systemd-remount-fs.service
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: system.slice
References: var.mount
References: systemd-remount-fs.service
References: systemd-journald.socket
References: shutdown.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 524
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2\x2dpart2.device
Invocation ID: b1814055980e47fab7f626a42b25a7d2
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> 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: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Invocation ID: 9300046c57af4eab857d22645e114d3f
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: paths.target
Before: shutdown.target
Before: cryptsetup.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: -.mount
References: cryptsetup.target
References: paths.target
References: shutdown.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 dev-sda5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sda5.device
Invocation ID: c194ecad4f3645c8862aed74330a781f
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Invocation ID: 885c403a39e3435b98a4984846d2b2bd
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 5505d2f05dbb48a7a0749645dbd39963
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 auth-rpcgss-module.service:
Description: Kernel Module supporting RPCSEC_GSS
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: auth-rpcgss-module.service
Fragment Path: /lib/systemd/system/auth-rpcgss-module.service
ConditionPathExists: /etc/krb5.keytab failed
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: no
Requires: system.slice
Wants: rpc-gssd.service
Wants: rpc-svcgssd.service
Wants: gssproxy.service
WantedBy: nfs-client.target
Before: rpc-gssd.service
Before: rpc-svcgssd.service
Before: gssproxy.service
After: system.slice
After: systemd-journald.socket
References: rpc-gssd.service
References: rpc-svcgssd.service
References: system.slice
References: gssproxy.service
References: systemd-journald.socket
ReferencedBy: nfs-client.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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: /sbin/modprobe -q auth_rpcgss
-> Unit php7.0-fpm at inseec_heip.service:
Description: The PHP FastCGI Process Manager for inseec_heip
Instance: inseec_heip
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_heip.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_heip.service
Invocation ID: 0431118205754880af4e4ced92bbba4a
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
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: mnt-nas.mount
After: system-php7.0\x2dfpm.slice
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: mnt-nas.mount
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 819
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_heip.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_heip.conf
PID: 819
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 1, slow: 0, Traffic: 0req/sec
-> Unit dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Invocation ID: 6b1f0e1a9abd4268b0136f741c4532c3
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Following Set Member: dev-sdb3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572\x2dpart2.device
Invocation ID: e82ae132d2894aee886421c39e71f1a6
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Invocation ID: 9f81baa04ac340f38a53fd18788783be
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 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: -.slice
References: systemd-udevd.service
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 fail2ban.service:
Description: Fail2Ban Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:49 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:49 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/fail2ban.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: fail2ban.service
Invocation ID: 43f20db2962342959c36badf89cc9f48
Documentation: man:fail2ban(1)
Fragment Path: /lib/systemd/system/fail2ban.service
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
PartOf: firewalld.service
PartOf: iptables.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: network.target
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: iptables.service
After: system.slice
After: firewalld.service
References: network.target
References: shutdown.target
References: systemd-journald.socket
References: basic.target
References: sysinit.target
References: iptables.service
References: system.slice
References: firewalld.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 784
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/fail2ban/fail2ban.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/fail2ban-client -x start
PID: 752
Start Timestamp: Mon 2017-09-11 11:32:48 CEST
Exit Timestamp: Mon 2017-09-11 11:32:49 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/bin/fail2ban-client reload
-> ExecStop:
Command Line: /usr/bin/fail2ban-client stop
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572\x2dpart3.device
Invocation ID: 07bc519c9d494b5bbbcd01d2d766b962
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-dd84f36c\x2da70f\x2d4516\x2da243\x2dd31bdafb4d27.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart3.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap:
Description: /dev/disk/by-partuuid/3dd7454a-9898-499d-8865-0827f317ef72
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.swap
Invocation ID: 70155f3c155c471d8642f2ab00f5058d
Following: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.swap
Following Set Member: dev-sdb2.swap
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.swap
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart2.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: system.slice
After: systemd-journald.socket
After: -.mount
References: -.mount
References: umount.target
References: system.slice
References: swap.target
References: systemd-journald.socket
RequiresMountsFor: /dev/disk/by-partuuid/3dd7454a-9898-499d-8865-0827f317ef72
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-partuuid/3dd7454a-9898-499d-8865-0827f317ef72
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sdb2
Priority: -1
Options:
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 php7.0-fpm at preprod-cned.service:
Description: The PHP FastCGI Process Manager for preprod-cned
Instance: preprod-cned
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at preprod-cned.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at preprod-cned.service
Invocation ID: 2cfae3ec1fde4c5587b4d7761c53d22b
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
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: mnt-nas.mount
After: system-php7.0\x2dfpm.slice
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: mnt-nas.mount
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 820
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.preprod-cned.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/preprod-cned.conf
PID: 820
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 6425, slow: 0, Traffic: 0.2req/sec
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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: 3d82aff4c74848778c88e077733e7108
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: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: user.slice
Wants: dbus.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: session-1.scope
Before: user-1003.slice
Before: shutdown.target
Before: user-1220.slice
Before: session-133.scope
After: system.slice
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: user.slice
After: dbus.socket
After: nss-user-lookup.target
References: user.slice
References: systemd-journald.socket
References: nss-user-lookup.target
References: basic.target
References: shutdown.target
References: system.slice
References: dbus.socket
References: sysinit.target
ReferencedBy: user-1220.slice
ReferencedBy: multi-user.target
ReferencedBy: session-133.scope
ReferencedBy: session-1.scope
ReferencedBy: user-1003.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: 545
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: ~vm86 request_key pciconfig_read lock ulimit rtas s390_pci_mmio_read pciconfig_iobase sgetmask finit_module init_module perf_event_open ioperm process_vm_readv clock_settime getpmsg stime sysfs vserver process_vm_writev uselib adjtimex tuxcall query_module ustat pciconfig_write prof iopl break _sysctl lookup_dcookie s390_pci_mmio_write add_key modify_ldt ssetmask settimeofday s390_runtime_instr afs_syscall spu_run security ftime ptrace get_kernel_syms stty gtty switch_endian mpx clock_adjtime profil keyctl create_module delete_module vm86old putpmsg
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 545
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Status Text: Processing requests...
-> 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: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: 318f91935ec74e1ba887abc6a3db69eb
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-binfmt.service
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 08:12:54 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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: e679a20f4aa448a38bb4f12fda0c4db0
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
Wants: network-online.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: apt-daily.service
Before: shutdown.target
Before: apt-daily-upgrade.timer
Before: timers.target
After: time-sync.target
After: sysinit.target
After: network-online.target
After: -.mount
After: var.mount
Triggers: apt-daily.service
References: time-sync.target
References: sysinit.target
References: shutdown.target
References: apt-daily.service
References: network-online.target
References: timers.target
References: var.mount
References: -.mount
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 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: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1\x2dpart4.device
Invocation ID: 499f92dc722f4d768c035bfc8597c0b9
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device
Following Set Member: dev-sda4.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit phpsessionclean.service:
Description: Clean php session files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2017-09-12 09:09:01 CEST
Inactive Exit Timestamp: Tue 2017-09-12 09:09:01 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2017-09-12 09:09:01 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: phpsessionclean.service
Invocation ID: 2baa3ead03214abd820348b3eb8a0cfa
Fragment Path: /lib/systemd/system/phpsessionclean.service
Condition Timestamp: Tue 2017-09-12 09:09:01 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 09:09:01 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: sysinit.target
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: var.mount
After: phpsessionclean.timer
After: basic.target
After: sysinit.target
After: system.slice
After: systemd-journald.socket
TriggeredBy: phpsessionclean.timer
References: -.mount
References: var.mount
References: basic.target
References: sysinit.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
ReferencedBy: phpsessionclean.timer
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: yes
ProtectSystem: yes
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/php/sessionclean
PID: 18014
Start Timestamp: Tue 2017-09-12 09:09:01 CEST
Exit Timestamp: Tue 2017-09-12 09:09:01 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.device
Invocation ID: f42d17827d9a4790ad63af84fb812a2e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit dev-md0.device:
Description: /dev/md0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md0.device
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:0.device
Following Set Member: dev-md-0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Following Set Member: sys-devices-virtual-block-md0.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/md0
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Invocation ID: 90b69c4a07074166b25cca0032345d1d
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dfsck.slice
Invocation ID: c2d3639f247c473cb37ac0bcd4da6097
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
After: system.slice
References: system.slice
References: shutdown.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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-wwn\x2d0x50014ee00420a572\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572\x2dpart5.device
Invocation ID: 6a73fd28583c450eabf0e55029b2cb0e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> 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: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 8d65fb34cb2b42c88c753809fd4074e6
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: var.mount
Requires: systemd-journald.service
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: system.slice
After: systemd-journald.service
After: systemd-remount-fs.service
After: -.mount
After: var.mount
References: systemd-user-sessions.service
References: systemd-journald.socket
References: system.slice
References: systemd-journald.service
References: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: -.mount
References: var.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: 523
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1\x2dpart5.device
Invocation ID: 6e33d61495c4490aa21e5cc43e350260
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: dfea1a4536ae4292b7a379b5a44b4068
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Wants: systemd-udevd-kernel.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-udevd-control.socket
Wants: dbus.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
Wants: rpcbind.socket
Wants: systemd-initctl.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-udevd-kernel.socket
After: systemd-journald-dev-log.socket
After: systemd-udevd-control.socket
After: systemd-journald-audit.socket
After: dbus.socket
After: systemd-journald.socket
After: systemd-initctl.socket
After: syslog.socket
References: systemd-udevd-kernel.socket
References: systemd-journald-dev-log.socket
References: systemd-udevd-control.socket
References: dbus.socket
References: systemd-journald-audit.socket
References: systemd-journald.socket
References: rpcbind.socket
References: systemd-initctl.socket
References: shutdown.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: syslog.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: basic.target
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-udevd-kernel.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
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 dev-md1.device:
Description: /dev/md1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md1.device
Invocation ID: afbff1423d8c4a7f99ab963fdd60f94f
Following: sys-devices-virtual-block-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Following Set Member: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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/md1
-> Unit dev-md-1.device:
Description: /dev/md/1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md-1.device
Invocation ID: fb0c7395d3b74755b2d074e1c6922728
Following: sys-devices-virtual-block-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:1.device
Following Set Member: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.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/md1
-> Unit nfs-server.service:
Description: nfs-server.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: nfs-server.service
ConsistsOf: rpc-svcgssd.service
ReferencedBy: rpc-svcgssd.service
-> Unit session-133.scope:
Description: Session 133 of user sthiry
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 09:31:43 CEST
Inactive Exit Timestamp: Tue 2017-09-12 09:31:43 CEST
Active Enter Timestamp: Tue 2017-09-12 09:31:43 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-1220.slice
CGroup: /user.slice/user-1220.slice/session-133.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-133.scope
Invocation ID: c50e18b9d80d43cb96d96978927d1a4d
Fragment Path: /run/systemd/transient/session-133.scope
Condition Timestamp: Tue 2017-09-12 09:31:43 CEST
Condition Result: yes
Assert Timestamp: Tue 2017-09-12 09:31:43 CEST
Assert Result: yes
Requires: user-1220.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-user-sessions.service
After: systemd-logind.service
After: user-1220.slice
References: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-1220.slice
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 systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Invocation ID: 2cbbbe9fedf44fdbaf7d7bf91ba2281f
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: -.mount
References: sockets.target
References: -.slice
References: systemd-initctl.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.device
Invocation ID: a9ca8bbdf7b6406e970aa106a364b2b3
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit rpc-svcgssd.service:
Description: RPC security service for NFS 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: rpc-svcgssd.service
Fragment Path: /lib/systemd/system/rpc-svcgssd.service
ConditionPathExists: /etc/krb5.keytab failed
ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested
ConditionPathExists: |!/run/gssproxy.pid untested
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: no
Requires: system.slice
Requires: run-rpc_pipefs.mount
Wants: nfs-config.service
PartOf: nfs-server.service
PartOf: nfs-utils.service
WantedBy: auth-rpcgss-module.service
Before: nfs-client.target
After: nfs-config.service
After: system.slice
After: run-rpc_pipefs.mount
After: systemd-journald.socket
After: local-fs.target
After: auth-rpcgss-module.service
After: gssproxy.service
References: nfs-config.service
References: nfs-utils.service
References: system.slice
References: systemd-journald.socket
References: run-rpc_pipefs.mount
References: local-fs.target
References: nfs-server.service
References: gssproxy.service
ReferencedBy: nfs-client.target
ReferencedBy: auth-rpcgss-module.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: 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
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS
-> Unit php7.0-fpm at inseec_preprod.service:
Description: The PHP FastCGI Process Manager for inseec_preprod
Instance: inseec_preprod
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_preprod.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_preprod.service
Invocation ID: 89e82e40cdc74205ad19eedf3a4f05ca
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: mnt-nas.mount
After: sysinit.target
After: systemd-journald.socket
After: system-php7.0\x2dfpm.slice
References: basic.target
References: mnt-nas.mount
References: sysinit.target
References: systemd-journald.socket
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 825
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_preprod.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_preprod.conf
PID: 825
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 3, Requests: 193, slow: 0, Traffic: 0req/sec
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart4.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee00420a572\x2dpart4.device
Invocation ID: 06cdf772859d4b4c917ae252a865fa1e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartuuid-3c435a63\x2dac2f\x2d499f\x2d8fe3\x2d4ec15b754bc9.device
Following Set Member: dev-sda4.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-md-2.device:
Description: /dev/md/2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md-2.device
Invocation ID: 0fa55a5df61c4bdd9fbf589889bc2f48
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d992c0655:82bca8e5:28cceea2:054897ef.device
Following Set Member: dev-disk-by\x2duuid-9215b244\x2d1306\x2d40ee\x2db1c1\x2d24652ea06902.device
Following Set Member: dev-md2.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/md2
-> Unit sys-devices-virtual-net-bond0.device:
Description: /sys/devices/virtual/net/bond0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:47 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:47 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-net-bond0.device
Invocation ID: 4b89f370ed4940c3afab07d864595ee9
Following Set Member: sys-subsystem-net-devices-bond0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/bond0
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb3.device
Invocation ID: 36243cb1f3bf481ba4aac7df3bf2c8c1
Following Set Member: dev-sdb3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-f65dccb8\x2daed1\x2d476c\x2d9e94\x2da2190f0e9537.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart3.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device:
Description: WDC_WD2004FBYZ-01YCBB0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Invocation ID: eccf497f405b4130b6f690a3891badea
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart1.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-943d9461\x2d7d3e\x2d4528\x2dbf48\x2d38b94a08405b.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
-> Unit sys-devices-virtual-block-md1.device:
Description: /sys/devices/virtual/block/md1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-md1.device
Invocation ID: 58af0f0959e045219a6718404c94e02a
Following Set Member: dev-md-1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2da1417f74:3dd192a7:bfc1e708:81df0c16.device
Following Set Member: dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.device
Job Timeout: 1min 30s
Wants: mdmonitor.service
References: mdmonitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
-> Unit rpcbind.socket:
Description: RPCbind Server Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:47 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rpcbind.socket
Invocation ID: 11c44f2b66954e7f85516bce5b1062f8
Fragment Path: /lib/systemd/system/rpcbind.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: rpcbind.service
WantedBy: sockets.target
Before: rpcbind.service
After: -.slice
After: -.mount
Triggers: rpcbind.service
References: -.mount
References: rpcbind.service
References: -.slice
ReferencedBy: sockets.target
ReferencedBy: rpcbind.service
RequiresMountsFor: /run/rpcbind.sock
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: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: rpcbind.socket
SELinuxContextFromNet: no
ListenStream: /run/rpcbind.sock
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 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 dev-disk-by\x2duuid-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device:
Description: /dev/disk/by-uuid/6a9f322f-bc86-4c61-b934-d87b642ea166
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-6a9f322f\x2dbc86\x2d4c61\x2db934\x2dd87b642ea166.device
Invocation ID: 4f1a50542d93426387aeaeaab51f1111
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2ddebian:0.device
Following Set Member: dev-md-0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d357ef6b5:5cb0bf9c:ce09abb8:89c7fe98.device
Following Set Member: sys-devices-virtual-block-md0.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/md0
-> Unit zabbix-agent.service:
Description: Zabbix Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:48 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:48 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:48 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/zabbix-agent.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: zabbix-agent.service
Invocation ID: b43540a93ebc4c8cb1743c727d92146a
Documentation: man:zabbix_agentd
Fragment Path: /lib/systemd/system/zabbix-agent.service
Condition Timestamp: Mon 2017-09-11 11:32:48 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:48 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: basic.target
References: network.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abnormal
NotifyAccess: none
NotifyState: unknown
Main PID: 753
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: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: zabbix
Group: zabbix
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/zabbix_agentd --foreground
PID: 753
Start Timestamp: Mon 2017-09-11 11:32:48 CEST
-> Unit run-user-1003.mount:
Description: /run/user/1003
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:36:33 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:36:33 CEST
Active Enter Timestamp: Mon 2017-09-11 11:36:33 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-1003.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-1003.mount
Invocation ID: e94dbac9030e41d58ef56854139dc5dc
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: local-fs-pre.target
After: -.mount
References: -.mount
References: umount.target
References: local-fs.target
References: local-fs-pre.target
References: system.slice
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1003
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=3277084k,mode=700,uid=1003,gid=1003
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 rpc-gssd.service:
Description: RPC security service for NFS client and 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: rpc-gssd.service
Fragment Path: /lib/systemd/system/rpc-gssd.service
ConditionPathExists: /etc/krb5.keytab failed
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: no
Requires: system.slice
Requires: run-rpc_pipefs.mount
Wants: nfs-config.service
PartOf: nfs-utils.service
WantedBy: auth-rpcgss-module.service
Conflicts: umount.target
Before: nfs-client.target
After: nfs-config.service
After: system.slice
After: run-rpc_pipefs.mount
After: systemd-journald.socket
After: auth-rpcgss-module.service
References: nfs-config.service
References: nfs-utils.service
References: system.slice
References: run-rpc_pipefs.mount
References: systemd-journald.socket
References: umount.target
ReferencedBy: nfs-client.target
ReferencedBy: auth-rpcgss-module.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: 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
EnvironmentFile: -/run/sysconfig/nfs-utils
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/rpc.gssd $GSSDARGS
-> Unit tmp.mount:
Description: tmp.mount
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: tmp.mount
WantedBy: basic.target
Before: basic.target
ReferencedBy: basic.target
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d1\x2dpart2.device
Invocation ID: 93c3fa635c634eb2b5d09e18e6da9b51
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> 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: Mon 2017-09-11 11:47:42 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 1e08dddaa8df4189bdadcb49280d59ae
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: shutdown.target
Before: timers.target
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: systemd-tmpfiles-clean.service
References: sysinit.target
References: shutdown.target
References: timers.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit 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: Mon 2017-09-11 11:32:46 CEST
Condition Result: no
Requires: system.slice
Requires: var.mount
Requires: -.mount
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: time-sync.target
Before: sysinit.target
Before: shutdown.target
After: system.slice
After: var.mount
After: systemd-sysusers.service
After: -.mount
After: systemd-journald.socket
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: var.mount
References: systemd-tmpfiles-setup.service
References: time-sync.target
References: -.mount
References: shutdown.target
References: systemd-sysusers.service
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: 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: ~sgetmask iopl request_key pciconfig_iobase getpmsg get_kernel_syms pivot_root vm86 profil prof putpmsg stty tuxcall query_module security ssetmask s390_runtime_instr pciconfig_write sysfs vm86old keyctl vserver finit_module perf_event_open pciconfig_read spu_run rtas lookup_dcookie chroot gtty add_key umount2 s390_pci_mmio_read lock mpx s390_pci_mmio_write afs_syscall process_vm_readv switch_endian break ustat mount create_module modify_ldt _sysctl ulimit process_vm_writev umount ptrace delete_module ftime init_module uselib ioperm
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
-> 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: graphical.target
ConflictedBy: multi-user.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
Before: multi-user.target
After: sysinit.target
After: rescue.service
References: shutdown.target
References: sysinit.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit user at 1003.service:
Description: User Manager for UID 1003
Instance: 1003
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:36:33 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:36:33 CEST
Active Enter Timestamp: Mon 2017-09-11 11:36:33 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-1003.slice
CGroup: /user.slice/user-1003.slice/user at 1003.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: user at 1003.service
Invocation ID: e34a122419fa46859a1981bd87dd29ff
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Mon 2017-09-11 11:36:33 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:36:33 CEST
Assert Result: yes
Requires: sysinit.target
Requires: user-1003.slice
Conflicts: shutdown.target
Before: shutdown.target
After: user-1003.slice
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: systemd-user-sessions.service
References: user-1003.slice
References: shutdown.target
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 2585
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: 1003
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 2585
Start Timestamp: Mon 2017-09-11 11:36:33 CEST
Status Text: Startup finished in 68ms.
-> Unit run-user-1220.mount:
Description: /run/user/1220
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2017-09-12 09:31:43 CEST
Inactive Exit Timestamp: Tue 2017-09-12 09:31:43 CEST
Active Enter Timestamp: Tue 2017-09-12 09:31:43 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: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: run-user-1220.mount
Invocation ID: d656da51200346dfac79853c4e4d79e4
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: local-fs-pre.target
After: -.mount
References: local-fs-pre.target
References: local-fs.target
References: system.slice
References: -.mount
References: umount.target
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1220
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=3277084k,mode=700,uid=1220,gid=1004
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 php5-fpm at icdi.service:
Description: The PHP FastCGI Process Manager for icdi
Instance: icdi
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php5\x2dfpm.slice
CGroup: /system.slice/system-php5\x2dfpm.slice/php5-fpm at icdi.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php5-fpm at icdi.service
Invocation ID: d3568e38a2f84619b8cc4b8508367b2f
Fragment Path: /etc/systemd/system/php5-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: sysinit.target
Requires: system-php5\x2dfpm.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system-php5\x2dfpm.slice
After: mnt-nas.mount
After: network.target
After: sysinit.target
After: basic.target
References: systemd-journald.socket
References: system-php5\x2dfpm.slice
References: mnt-nas.mount
References: network.target
References: sysinit.target
References: shutdown.target
References: basic.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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1195
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php5-fpm.icdi.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/lib/php5/php5-fpm-checkconf
PID: 824
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:28 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/master.d/icdi.conf
PID: 1195
Start Timestamp: Mon 2017-09-11 11:33:28 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 1, slow: 0, Traffic: 0req/sec
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:34:00 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:34:00 CEST
Active Enter Timestamp: Mon 2017-09-11 11:34:00 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: runlevel2.target
Name: runlevel4.target
Name: multi-user.target
Name: runlevel3.target
Invocation ID: 1d06245771c642de8c8ef2c001b786a6
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Mon 2017-09-11 11:34:00 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:34:00 CEST
Assert Result: yes
Requires: basic.target
Wants: unattended-upgrades.service
Wants: ntp.service
Wants: netfilter-persistent.service
Wants: mcelog.service
Wants: exim4.service
Wants: inetd.service
Wants: php5-fpm at default.service
Wants: php7.0-fpm at preprod-cned.service
Wants: systemd-logind.service
Wants: systemd-ask-password-wall.path
Wants: php7.0-fpm at inseec_msc.service
Wants: edac.service
Wants: varnishncsa.service
Wants: php7.0-fpm at inseec_ecetech.service
Wants: varnish.service
Wants: dbus.service
Wants: irqbalance.service
Wants: php7.0-fpm at inseec_monaco.service
Wants: rsyslog.service
Wants: apache2.service
Wants: pure-ftpd-mysql.service
Wants: remote-fs.target
Wants: php7.0-fpm at inseec_pedago-bs.service
Wants: php7.0-fpm at inseec_executive.service
Wants: cron.service
Wants: shibd.service
Wants: zabbix-agent.service
Wants: systemd-update-utmp-runlevel.service
Wants: php7.0-fpm at inseec_pedago.service
Wants: fail2ban.service
Wants: rpcbind.service
Wants: smartd.service
Wants: ssh.service
Wants: php7.0-fpm at inseec_cesni.service
Wants: getty.target
Wants: networking.service
Wants: php5-fpm at inseec-atout.service
Wants: console-setup.service
Wants: php7.0-fpm at inseec_heip.service
Wants: php7.0-fpm at inseec_supcareer.service
Wants: php7.0-fpm at inseec_citedeslangues.service
Wants: php7.0-fpm at inseec_pedagogy.service
Wants: php7.0-fpm at inseec_london.service
Wants: php5-fpm at acceptcevora.service
Wants: systemd-user-sessions.service
Wants: php7.0-fpm at inseec_preprod.service
Wants: nfs-client.target
Wants: php5-fpm at prod-cned.service
Wants: rsync.service
Wants: php5-fpm at icdi.service
RequiredBy: graphical.target
Conflicts: rescue.service
Conflicts: shutdown.target
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: php7.0-fpm at preprod-cned.service
After: shibd.service
After: php7.0-fpm at inseec_msc.service
After: php7.0-fpm at inseec_executive.service
After: php5-fpm at prod-cned.service
After: inetd.service
After: php5-fpm at icdi.service
After: php5-fpm at acceptcevora.service
After: varnish.service
After: systemd-user-sessions.service
After: ntp.service
After: php5-fpm at inseec-atout.service
After: php5-fpm at default.service
After: rescue.service
After: basic.target
After: irqbalance.service
After: rsyslog.service
After: apache2.service
After: php7.0-fpm at inseec_pedagogy.service
After: varnishncsa.service
After: pure-ftpd-mysql.service
After: php7.0-fpm at inseec_supcareer.service
After: mcelog.service
After: zabbix-agent.service
After: php7.0-fpm at inseec_citedeslangues.service
After: nfs-client.target
After: php7.0-fpm at inseec_monaco.service
After: cron.service
After: edac.service
After: getty.target
After: systemd-logind.service
After: rescue.target
After: php7.0-fpm at inseec_london.service
After: rsync.service
After: exim4.service
After: smartd.service
After: php7.0-fpm at inseec_pedago-bs.service
After: fail2ban.service
After: php7.0-fpm at inseec_pedago.service
After: php7.0-fpm at inseec_cesni.service
After: php7.0-fpm at inseec_preprod.service
After: php7.0-fpm at inseec_ecetech.service
After: php7.0-fpm at inseec_heip.service
After: unattended-upgrades.service
After: dbus.service
After: ssh.service
References: exim4.service
References: rsync.service
References: php7.0-fpm at inseec_cesni.service
References: getty.target
References: ntp.service
References: cron.service
References: shibd.service
References: systemd-update-utmp-runlevel.service
References: php7.0-fpm at inseec_citedeslangues.service
References: php5-fpm at default.service
References: mcelog.service
References: systemd-user-sessions.service
References: edac.service
References: php7.0-fpm at inseec_pedagogy.service
References: inetd.service
References: php7.0-fpm at inseec_preprod.service
References: php5-fpm at prod-cned.service
References: varnish.service
References: php7.0-fpm at inseec_heip.service
References: dbus.service
References: php5-fpm at icdi.service
References: php7.0-fpm at inseec_london.service
References: zabbix-agent.service
References: php7.0-fpm at preprod-cned.service
References: php7.0-fpm at inseec_pedago.service
References: php5-fpm at inseec-atout.service
References: php7.0-fpm at inseec_msc.service
References: apache2.service
References: rpcbind.service
References: systemd-logind.service
References: rescue.target
References: fail2ban.service
References: php7.0-fpm at inseec_pedago-bs.service
References: unattended-upgrades.service
References: php7.0-fpm at inseec_executive.service
References: console-setup.service
References: php7.0-fpm at inseec_supcareer.service
References: remote-fs.target
References: php7.0-fpm at inseec_ecetech.service
References: smartd.service
References: php7.0-fpm at inseec_monaco.service
References: pure-ftpd-mysql.service
References: basic.target
References: rescue.service
References: rsyslog.service
References: varnishncsa.service
References: systemd-ask-password-wall.path
References: shutdown.target
References: php5-fpm at acceptcevora.service
References: irqbalance.service
References: netfilter-persistent.service
References: networking.service
References: nfs-client.target
References: ssh.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mcelog.service
ReferencedBy: pure-ftpd-mysql.service
ReferencedBy: ntp.service
ReferencedBy: graphical.target
ReferencedBy: exim4.service
ReferencedBy: edac.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart5.device
Invocation ID: 3e3c7d446ff54fdebd9046cb870be9c5
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-ec68d812\x2dd529\x2d4dcf\x2d84e4\x2daa6196b7e970.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> 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: Mon 2017-09-11 11:32:45 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: system.slice
References: systemd-modules-load.service
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
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 nfs-utils.service:
Description: NFS server and client services
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: nfs-utils.service
Fragment Path: /lib/systemd/system/nfs-utils.service
Requires: system.slice
Requires: sysinit.target
ConsistsOf: rpc-svcgssd.service
ConsistsOf: rpc-gssd.service
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: shutdown.target
ReferencedBy: rpc-svcgssd.service
ReferencedBy: rpc-gssd.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: 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/true
-> Unit php7.0-fpm at inseec_ecetech.service:
Description: The PHP FastCGI Process Manager for inseec_ecetech
Instance: inseec_ecetech
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:28 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:28 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-php7.0\x2dfpm.slice
CGroup: /system.slice/system-php7.0\x2dfpm.slice/php7.0-fpm at inseec_ecetech.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: php7.0-fpm at inseec_ecetech.service
Invocation ID: a81e36ce389743bdb3e9a7ee10cd0115
Fragment Path: /etc/systemd/system/php7.0-fpm at .service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system-php7.0\x2dfpm.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: mnt-nas.mount
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system-php7.0\x2dfpm.slice
References: mnt-nas.mount
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: system-php7.0\x2dfpm.slice
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: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 827
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/php7.0-fpm.inseec_ecetech.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0002
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/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/master.d/inseec_ecetech.conf
PID: 827
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
Status Text: Processes active: 0, idle: 2, Requests: 67, slow: 0, Traffic: 0req/sec
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: ccc0f99207914be3a5fe44a31676b48a
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
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 emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: b1632ca08ed54021be9d3d63d1058354
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: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udevd.service
Before: sysinit.target
Before: local-fs-pre.target
Before: shutdown.target
After: kmod-static-nodes.service
After: system.slice
After: systemd-sysusers.service
After: systemd-journald.socket
References: systemd-sysusers.service
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: local-fs-pre.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: 359
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap:
Description: /dev/disk/by-uuid/86ba464b-d4b7-4ca0-b6fe-6479b38195b6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Invocation ID: b04bfe3170354d209d145a4b1566a6bf
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.swap
Following Set Member: dev-disk-by\x2dpartuuid-588d97f8\x2d4de2\x2d4164\x2db3a6\x2db8ab1c981c95.swap
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572\x2dpart2.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS\x2dpart2.swap
Following Set Member: dev-sda2.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.swap
Source Path: /etc/fstab
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device
RequiredBy: swap.target
WantedBy: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device
After: system.slice
After: systemd-journald.socket
After: -.mount
References: systemd-journald.socket
References: dev-disk-by\x2duuid-86ba464b\x2dd4b7\x2d4ca0\x2db6fe\x2d6479b38195b6.device
References: system.slice
References: -.mount
References: swap.target
References: umount.target
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/86ba464b-d4b7-4ca0-b6fe-6479b38195b6
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/86ba464b-d4b7-4ca0-b6fe-6479b38195b6
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sda2
Priority: -2
Options:
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-devices-pnp0-00:01-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:01/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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:01-tty-ttyS0.device
Invocation ID: cbee8c2ac7004d28bbe1674f8dd473bd
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:01/tty/ttyS0
-> 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: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 6e94e40fc0524766ab424537566c2533
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: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-timesyncd.service
Before: local-fs.target
Before: systemd-hwdb-update.service
Before: systemd-random-seed.service
Before: shutdown.target
Before: systemd-rfkill.service
Before: systemd-journal-flush.service
Before: systemd-update-utmp.service
Before: systemd-quotacheck.service
Before: local-fs-pre.target
After: systemd-fsck-root.service
After: system.slice
After: systemd-journald.socket
References: local-fs-pre.target
References: systemd-fsck-root.service
References: systemd-journald.socket
References: system.slice
References: local-fs.target
References: shutdown.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-rfkill.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: 354
Start Timestamp: Mon 2017-09-11 11:32:44 CEST
Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Exit Code: exited
Exit Status: 0
-> 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: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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: 904ea1fe709b476fa600b3228b76aa3b
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Mon 2017-09-11 11:32:46 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:46 CEST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: rpcbind.service
Before: sysinit.target
Before: systemd-timesyncd.service
Before: shutdown.target
Before: systemd-update-utmp.service
After: systemd-journal-flush.service
After: system.slice
After: local-fs.target
After: systemd-journald.socket
After: systemd-sysusers.service
References: sysinit.target
References: system.slice
References: local-fs.target
References: systemd-sysusers.service
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: rpcbind.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-timesyncd.service
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: 536
Start Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Exit Code: exited
Exit Status: 0
-> Unit varnish.service:
Description: Varnish HTTP accelerator
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:31 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:31 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/varnish.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: varnish.service
Invocation ID: f8dbdfcfbdea42ceb4cf5644c1cc3e9e
Fragment Path: /etc/systemd/system/varnish.service
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: varnishncsa.service
Before: shutdown.target
Before: multi-user.target
After: mnt-nas.mount
After: basic.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: mnt-nas.mount
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: sysinit.target
ReferencedBy: varnishncsa.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1263
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: 131072
LimitNOFILESoft: 131072
LimitMEMLOCK: 82000
LimitMEMLOCKSoft: 82000
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/sbin/varnishd -C -f /etc/varnish/default.vcl
PID: 813
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:31 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,2048m -p pipe_timeout=3600
PID: 1252
Start Timestamp: Mon 2017-09-11 11:33:31 CEST
Exit Timestamp: Mon 2017-09-11 11:33:31 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/share/varnish/reload-vcl
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0\x2data\x2d2.device
Invocation ID: 044cc56429b94b98991ddff04d1d778a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:16 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Invocation ID: 2c2f36fde01640efb0e2401a1201b086
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck-root.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Before: systemd-fsck-root.service
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Before: systemd-fsckd.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: -.mount
References: -.slice
References: systemd-fsckd.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
ReferencedBy: systemd-fsckd.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
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 local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 63dfba4ceba74536bca4812412af2bea
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
WantedBy: systemd-remount-fs.service
WantedBy: keyboard-setup.service
Conflicts: shutdown.target
Before: local-fs.target
Before: var.mount
Before: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
Before: run-user-1003.mount
Before: run-user-1220.mount
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup-dev.service
After: keyboard-setup.service
References: shutdown.target
ReferencedBy: var.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: keyboard-setup.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-f4529a73\x2d7f9a\x2d4639\x2da27a\x2d0bcab806264f.service
ReferencedBy: run-user-1220.mount
ReferencedBy: run-user-1003.mount
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-sdb2.device:
Description: WDC_WD2004FBYZ-01YCBB0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb2.device
Invocation ID: 35de71b178c649ada3a38caba01fa9ae
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-654d4cbc\x2d58a0\x2d4322\x2d80e4\x2df2c18e7a9e17.device
Following Set Member: dev-disk-by\x2dpartuuid-3dd7454a\x2d9898\x2d499d\x2d8865\x2d0827f317ef72.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
-> Unit mcelog.service:
Description: LSB: Machine Check Exceptions (MCE) collector & decoder
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:33:26 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Active Enter Timestamp: Mon 2017-09-11 11:33:26 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/mcelog.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mcelog.service
Invocation ID: d54c494985ae4b94abd65b3dbb0dadc4
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mcelog.service
Source Path: /etc/init.d/mcelog
Condition Timestamp: Mon 2017-09-11 11:33:26 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:33:26 CEST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: remote-fs.target
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: graphical.target
References: remote-fs.target
References: shutdown.target
References: basic.target
References: system.slice
References: multi-user.target
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
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/mcelog start
PID: 839
Start Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Timestamp: Mon 2017-09-11 11:33:26 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/mcelog stop
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: b792574c2aec4aecaa5244b898596b90
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: system.slice
Requires: systemd-journald.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: system.slice
After: systemd-journald-dev-log.socket
After: syslog.socket
After: systemd-journald-audit.socket
After: systemd-journald.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-dev-log.socket
References: syslog.socket
References: systemd-journald-dev-log.socket
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: systemd-journald-audit.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journal-flush.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: all
NotifyState: ready
Main PID: 358
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: ~spu_run perf_event_open chroot process_vm_writev pciconfig_iobase vm86old mount ssetmask add_key pivot_root create_module adjtimex mpx break uselib stty switch_endian s390_runtime_instr modify_ldt gtty get_kernel_syms stime clock_settime tuxcall process_vm_readv profil ftime s390_pci_mmio_write umount pciconfig_read s390_pci_mmio_read ptrace putpmsg _sysctl clock_adjtime init_module rtas keyctl iopl vm86 getpmsg umount2 lock afs_syscall prof finit_module query_module settimeofday ulimit security request_key ioperm lookup_dcookie pciconfig_write delete_module vserver sgetmask sysfs ustat
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 358
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 12
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:44 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:44 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Invocation ID: 6fee94d158da4e0e952e4ceb43602c08
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Mon 2017-09-11 11:32:44 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:44 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 dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-wwn\x2d0x50014ee05975c2f8.device
Invocation ID: 4bf2c935a2a949d08c7d60f1bb19eef5
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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-rfkill.socket
Invocation ID: 08e1ce89959649bab793101081da8226
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 CEST
Assert Result: yes
Requires: -.slice
Requires: -.mount
BindsTo: sys-devices-virtual-misc-rfkill.device
WantedBy: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-rfkill.service
After: sys-devices-virtual-misc-rfkill.device
After: -.slice
After: -.mount
Triggers: systemd-rfkill.service
References: sys-devices-virtual-misc-rfkill.device
References: -.slice
References: systemd-rfkill.service
References: shutdown.target
References: -.mount
ReferencedBy: sys-devices-virtual-misc-rfkill.device
RequiresMountsFor: /dev/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: yes
FDName: systemd-rfkill.socket
SELinuxContextFromNet: no
ListenSpecial: /dev/rfkill
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-sdb5.device:
Description: WDC_WD2004FBYZ-01YCBB0 debian:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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-sdb5.device
Invocation ID: af981e4576da42d7948a93fb7a872e31
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D7P15J\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee05975c2f8\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-839b0151\x2dbcd5\x2d4091\x2d9f3f\x2db285a9c01089.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: WDC_WD2004FBYZ-01YCBB0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:46 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:46 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:46 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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Invocation ID: 4a14a6cc5e0742d0a9becbfce0f112af
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD2004FBYZ\x2d01YCBB0_WD\x2dWMC6N0D18UZS.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee00420a572.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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2017-09-11 11:32:45 CEST
Inactive Exit Timestamp: Mon 2017-09-11 11:32:45 CEST
Active Enter Timestamp: Mon 2017-09-11 11:32:45 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: 38c78444337b4b1caae990661ed7c656
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Mon 2017-09-11 11:32:45 CEST
Condition Result: yes
Assert Timestamp: Mon 2017-09-11 11:32:45 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
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: system.slice
After: systemd-sysusers.service
After: systemd-udevd-control.socket
After: systemd-tmpfiles-setup-dev.service
TriggeredBy: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
References: systemd-journald.socket
References: systemd-udevd-kernel.socket
References: sysinit.target
References: system.slice
References: systemd-sysusers.service
References: systemd-udevd-control.socket
ReferencedBy: sysinit.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 381
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: 381
Start Timestamp: Mon 2017-09-11 11:32:45 CEST
Status Text: Processing with 24 children at max
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/fail2ban.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fail2ban.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/shibd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/shibd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
/etc/systemd/system/multi-user.target.wants/rpcbind.service
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/php7.0-fpm.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/php7.0-fpm.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.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/sockets.target.wants/rpcbind.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apache2.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/phpsessionclean.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/varnishncsa.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/varnishncsa.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/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/netfilter-persistent.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/netfilter-persistent.service
==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.service
==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nfs-client.target
/etc/systemd/system/remote-fs.target.wants/nfs-client.target
==> /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/inetd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/inetd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
==> /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/varnish.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/varnish.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/zabbix-agent.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/zabbix-agent.service
==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service
==> /var/lib/systemd/deb-systemd-helper-enabled/php5-fpm.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/php5-fpm.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unattended-upgrades.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/unattended-upgrades.service
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/php5-fpm.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/zabbix-agent.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rpcbind.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/varnish.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/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-client.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/fail2ban.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/shibd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/unattended-upgrades.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/netfilter-persistent.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/php7.0-fpm.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apache2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/varnishncsa.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/network-online.target.wants/networking.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/md0 during installation
UUID=6a9f322f-bc86-4c61-b934-d87b642ea166 / ext4 errors=remount-ro 0 1
# /var was on /dev/md1 during installation
UUID=f4529a73-7f9a-4639-a27a-0bcab806264f /var ext4 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=86ba464b-d4b7-4ca0-b6fe-6479b38195b6 none swap sw 0 0
# swap was on /dev/sdb2 during installation
UUID=654d4cbc-58a0-4322-80e4-f2c18e7a9e17 none swap sw 0 0
192.168.153.13:/mnt/nas01 /mnt/nas nfs defaults,_netdev,async,timeo=10,retrans=5 0 0
192.168.153.13:/mnt/nas01/www /var/www nfs defaults,_netdev,async,timeo=10,retrans=5 0 0
192.168.153.13:/mnt/nas01/www/preprod-eformation.cned.fr/moodledata/repository/mainrepo /var/www/eformation.cned.fr/moodledata/repository/mainrepo nfs defaults,_netdev,async,timeo=10,retrans=5 0 0
More information about the Pkg-systemd-maintainers
mailing list