Bug#800087: systemd lists running daemons as failed after reboot
James Bottomley
James.Bottomley at HansenPartnership.com
Sat Sep 26 17:08:45 BST 2015
Package: systemd
Version: 226-3
Severity: normal
rebooting the current system often causes listed init system failures.
in addition to failing to start spamd (listed under separate bug).
Systemd thinks units have failed when, in fact, they're running. The
most common units for this are apache2 and mysql.
This is the state of a recent reboot, where apache2 is listed as failed
bedivere:~# systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● apache2.service loaded failed failed LSB: Apache2 web server
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Whereas ps shows it to be running
bedivere:~# ps -auxw|grep apache
root 1246 0.0 1.7 188440 17800 ? Ss 08:57 0:00 /usr/sbin/apache2 -k start
www-data 1422 0.0 0.5 188472 5668 ? S 08:57 0:00 /usr/sbin/apache2 -k start
www-data 1423 0.0 0.5 188472 5676 ? S 08:57 0:00 /usr/sbin/apache2 -k start
www-data 1425 0.0 0.5 188472 5676 ? S 08:57 0:00 /usr/sbin/apache2 -k start
www-data 1426 0.0 0.5 188472 5676 ? S 08:57 0:00 /usr/sbin/apache2 -k start
www-data 1428 0.0 0.7 188484 7888 ? S 08:57 0:00 /usr/sbin/apache2 -k start
root 3305 0.0 0.2 5044 2176 pts/1 S+ 09:07 0:00 grep apache
Apache can be brought back under systemd control by doing a manual
kill of all the processes and then a systemctl start apache2.service,
but it's a pain to have to do this after every reboot.
-- Package-specific info:
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.1.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.113+nmu3
ii libacl1 2.2.52-2
ii libapparmor1 2.9.2-3
ii libaudit1 1:2.4.4-3
ii libblkid1 2.27-3
ii libc6 2.19-20
ii libcap2 1:2.24-11
ii libcap2-bin 1:2.24-11
ii libcryptsetup4 2:1.6.6-5
ii libgcc1 1:5.2.1-17
ii libgcrypt20 1.6.3-2
ii libkmod2 21-1
ii liblzma5 5.1.1alpha+20120614-2.1
ii libmount1 2.27-3
ii libpam0g 1.1.8-3.1
ii libseccomp2 2.2.3-2
ii libselinux1 2.3-2+b1
ii libsystemd0 226-3
ii mount 2.27-3
ii sysv-rc 2.88dsf-59.2
ii udev 226-3
ii util-linux 2.27-3
Versions of packages systemd recommends:
ii dbus 1.10.0-3
ii libpam-systemd 226-3
Versions of packages systemd suggests:
pn systemd-container <none>
pn systemd-ui <none>
-- no debconf information
-------------- next part --------------
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED] /lib/systemd/system/clamav-daemon.socket -> /etc/systemd/system/clamav-daemon.socket.d/extend.conf
3 overridden configuration files found.
-------------- next part --------------
-> Unit ntp.service:
Description: LSB: Start NTP daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ntp.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ntp.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/ntp.service
Source Path: /etc/init.d/ntp
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
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: basic.target
After: remote-fs.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: remote-fs.target
References: basic.target
References: network-online.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/ntp start
PID: 642
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/ntp stop
-> Unit systemd-localed.service:
Description: Locale Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-localed.service
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/systemd-localed.service
Requires: -.mount
Requires: basic.target
Requires: tmp.mount
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: basic.target
After: tmp.mount
After: systemd-journald.socket
After: system.slice
After: org.freedesktop.locale1.busname
TriggeredBy: org.freedesktop.locale1.busname
References: -.mount
References: basic.target
References: shutdown.target
References: tmp.mount
References: systemd-journald.socket
References: system.slice
References: org.freedesktop.locale1.busname
ReferencedBy: org.freedesktop.locale1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.locale1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
-> ExecStart:
Command Line: /lib/systemd/systemd-localed
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Enter Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel5.target
Name: default.target
Name: graphical.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Sat 2015-09-26 09:00:02 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 09:00:02 PDT
Assert Result: yes
Requires: multi-user.target
Wants: dahdi.service
Wants: fetchmail.service
Wants: display-manager.service
Wants: gdomap.service
Wants: irqbalance.service
Wants: postgrey.service
Wants: amavis.service
Wants: ntp.service
Wants: amavis-mc.service
Wants: apache2.service
Wants: amavisd-snmp-subagent.service
Wants: dspam.service
Wants: cucm.service
Wants: stunnel4.service
Wants: systemd-update-utmp-runlevel.service
Wants: portmap.service
Wants: postfix.service
Wants: nfs-common.service
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: multi-user.target
After: gdomap.service
After: irqbalance.service
After: fetchmail.service
After: dahdi.service
After: rescue.service
After: apache2.service
After: postgrey.service
After: ntp.service
After: amavisd-snmp-subagent.service
After: portmap.service
After: stunnel4.service
After: amavis-mc.service
After: postfix.service
After: rescue.target
After: display-manager.service
After: cucm.service
After: amavis.service
After: dspam.service
After: nfs-common.service
References: dspam.service
References: rescue.target
References: multi-user.target
References: portmap.service
References: dahdi.service
References: stunnel4.service
References: display-manager.service
References: amavisd-snmp-subagent.service
References: fetchmail.service
References: ntp.service
References: rescue.service
References: apache2.service
References: cucm.service
References: postgrey.service
References: shutdown.target
References: amavis.service
References: nfs-common.service
References: amavis-mc.service
References: gdomap.service
References: systemd-update-utmp-runlevel.service
References: postfix.service
References: irqbalance.service
ReferencedBy: gdomap.service
ReferencedBy: irqbalance.service
ReferencedBy: fetchmail.service
ReferencedBy: dahdi.service
ReferencedBy: apache2.service
ReferencedBy: postgrey.service
ReferencedBy: ntp.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: portmap.service
ReferencedBy: stunnel4.service
ReferencedBy: amavis-mc.service
ReferencedBy: postfix.service
ReferencedBy: cucm.service
ReferencedBy: amavis.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: nfs-common.service
ReferencedBy: dspam.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: 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
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service failed
ConditionPathExists: /dev/tty2 untested
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: no
Requires: basic.target
Wants: system.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit console-screen.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-screen.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-screen.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/console-screen.service
Source Path: /etc/init.d/console-screen.sh
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: remote-fs.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/console-screen.sh start
PID: 306
Start Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/console-screen.sh stop
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
WantedBy: remote-fs.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Sat 2015-09-26 08:56:13 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:13 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: sysinit.target
After: systemd-remount-fs.service
After: -.mount
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: system.slice
After: auditd.service
References: shutdown.target
References: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: auditd.service
References: -.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 349
Start Timestamp: Sat 2015-09-26 08:56:13 PDT
Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-random-seed.service
Name: urandom.service
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
Condition Timestamp: Sat 2015-09-26 08:56:06 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:06 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: networking.service
Before: sysinit.target
After: -.mount
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: -.mount
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: sysinit.target
ReferencedBy: networking.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 162
Start Timestamp: Sat 2015-09-26 08:56:06 PDT
Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit smartd.service:
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/smartd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: smartd.service
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartd.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 641
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/smartmontools
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
PID: 641
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device:
Description: WDC_WD1600BB-00DWA0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: boot.mount
BoundBy: boot.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Before: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-net-tun20.device:
Description: /sys/devices/virtual/net/tun20
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:02 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:02 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-tun20.device
Following Set Member: sys-subsystem-net-devices-tun20.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun20
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: Sat 2015-09-26 08:56:42 PDT
Inactive Enter Timestamp: Sat 2015-09-26 08:56:42 PDT
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Sat 2015-09-26 08:56:11 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:11 PDT
Assert Result: yes
Requires: systemd-fsckd.socket
Wants: system.slice
Before: shutdown.target
After: systemd-fsckd.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-fsckd.socket
References: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 275
Start Timestamp: Sat 2015-09-26 08:56:11 PDT
Exit Timestamp: Sat 2015-09-26 08:56:42 PDT
Exit Code: exited
Exit Status: 0
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-hugepages.mount
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount
Wants: system.slice
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: syslog.socket
ConflictedBy: sysinit.target
Before: emergency.target
Before: shutdown.target
Before: sysinit.target
After: -.mount
After: system.slice
References: -.mount
References: shutdown.target
References: rescue.service
References: system.slice
References: syslog.socket
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit org.freedesktop.timedate1.busname:
Description: Time & Date Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.timedate1.busname
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/org.freedesktop.timedate1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
Before: systemd-timedated.service
After: sysinit.target
Triggers: systemd-timedated.service
References: sysinit.target
References: shutdown.target
References: busnames.target
References: systemd-timedated.service
ReferencedBy: busnames.target
ReferencedBy: systemd-timedated.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.timedate1
Activating: yes
Accept FD: yes
-> Unit sys-subsystem-net-devices-eth0.device:
Description: 82557/8/9/0/1 Ethernet Pro 100 (EtherExpress PRO/100+ Server Adapter (PILA8470B))
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth0.device
Following Set Member: sys-devices-pci0000:00-0000:00:1e.0-0000:01:02.0-net-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1e.0/0000:01:02.0/net/eth0
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997.device:
Description: WDC_WD1600BB-00DWA0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit mountdevsubfs.service:
Description: mountdevsubfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountdevsubfs.service
Fragment Path: /dev/null
Before: keymap.service
Before: hdparm.service
ReferencedBy: keymap.service
ReferencedBy: hdparm.service
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: paths.target
Before: systemd-ask-password-console.service
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: -.mount
References: shutdown.target
References: paths.target
References: plymouth-start.service
References: systemd-ask-password-console.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit runit.service:
Description: Runit service supervision
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/runit.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: runit.service
Fragment Path: /lib/systemd/system/runit.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 651
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/runsvdir-start
PID: 651
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd.service
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Wants: org.freedesktop.network1.busname
Wants: network.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-resolved.service
Before: network.target
Before: multi-user.target
After: network-pre.target
After: systemd-udevd.service
After: dbus.service
After: systemd-journald.socket
After: system.slice
After: org.freedesktop.network1.busname
After: systemd-sysusers.service
After: systemd-sysctl.service
TriggeredBy: org.freedesktop.network1.busname
References: network-pre.target
References: systemd-udevd.service
References: multi-user.target
References: dbus.service
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: org.freedesktop.network1.busname
References: systemd-sysusers.service
References: systemd-sysctl.service
References: network.target
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: systemd-resolved.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
-> Unit dev-sda3.device:
Description: WDC_WD1600BB-00DWA0 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda3.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: -.slice
RequiredBy: dbus.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: shutdown.target
Before: dbus.service
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: dbus.service
References: sysinit.target
References: -.mount
References: shutdown.target
References: -.slice
References: dbus.service
References: sockets.target
ReferencedBy: systemd-logind.service
ReferencedBy: dbus.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit amavis.service:
Description: LSB: Starts amavisd-new mailfilter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:36 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/amavis.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: amavisd-new.service
Name: amavis.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavis.service
Source Path: /etc/init.d/amavis
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: amavisd-snmp-subagent.service
Before: amavis-mc.service
Before: multi-user.target
After: system.slice
After: network-online.target
After: basic.target
After: remote-fs.target
After: local-fs.target
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
References: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: local-fs.target
References: network-online.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: amavis-mc.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/amavis start
PID: 632
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
Exit Timestamp: Sat 2015-09-26 08:57:36 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavis stop
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-mqueue.mount
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: shutdown.target
References: emergency.service
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit apache2.service:
Description: LSB: Apache2 web server
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-09-26 08:57:24 PDT
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/apache2.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: apache2.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apache2.service
Source Path: /etc/init.d/apache2
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald-dev-log.socket
After: system.slice
After: systemd-journald.socket
After: network-online.target
After: basic.target
After: local-fs.target
After: nss-lookup.target
After: remote-fs.target
References: graphical.target
References: systemd-journald-dev-log.socket
References: multi-user.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: network-online.target
References: basic.target
References: local-fs.target
References: nss-lookup.target
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: failed
Result: exit-code
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/apache2 start
PID: 666
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Exit Timestamp: Sat 2015-09-26 08:57:24 PDT
Exit Code: exited
Exit Status: 1
-> ExecReload:
Command Line: /etc/init.d/apache2 reload
-> ExecStop:
Command Line: /etc/init.d/apache2 stop
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> Unit sys-devices-pci0000:00-0000:00:1e.0-0000:01:05.0-net-eth1.device:
Description: RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1e.0-0000:01:05.0-net-eth1.device
Following Set Member: sys-subsystem-net-devices-eth1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1e.0/0000:01:05.0/net/eth1
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: boot.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
After: -.mount
After: systemd-journald.socket
After: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
After: local-fs-pre.target
After: system.slice
References: local-fs.target
References: system.slice
References: local-fs-pre.target
References: umount.target
References: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
References: systemd-journald.socket
References: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: / /dev/disk/by-uuid/c17a0298-8628-4adb-964e-a7085f4a350f
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /boot
What: /dev/sda1
File System Type: ext3
Options: rw,relatime,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sda2.device:
Description: WDC_WD1600BB-00DWA0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda2.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit rsyslog.service:
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rsyslog.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rsyslog.service
Name: syslog.service
Documentation: man:rsyslogd(8)
Documentation: http://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Requires: syslog.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: system.slice
After: syslog.socket
TriggeredBy: syslog.socket
References: basic.target
References: shutdown.target
References: system.slice
References: syslog.socket
ReferencedBy: multi-user.target
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 649
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n
PID: 649
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
-> Unit dev-sda.device:
Description: WDC_WD1600BB-00DWA0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit nfs-common.service:
Description: LSB: NFS support files common to client and server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/nfs-common.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: nfs-common.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/nfs-common.service
Source Path: /etc/init.d/nfs-common
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
Before: sysinit.target
After: rpcbind.target
After: systemd-journald.socket
After: system.slice
After: time-sync.target
References: graphical.target
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: time-sync.target
References: system.slice
References: rpcbind.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/nfs-common start
PID: 598
Start Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/nfs-common stop
-> Unit portmap.service:
Description: LSB: The RPC portmapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/portmap.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: portmap.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/portmap.service
Source Path: /etc/init.d/portmap
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
Wants: rpcbind.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: graphical.target
Before: rpcbind.target
Before: shutdown.target
Before: multi-user.target
Before: sysinit.target
After: network-online.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: network-online.target
References: multi-user.target
References: systemd-journald.socket
References: shutdown.target
References: graphical.target
References: local-fs.target
References: sysinit.target
References: system.slice
References: rpcbind.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/portmap start
PID: 585
Start Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/portmap stop
-> Unit org.freedesktop.resolve1.busname:
Description: Network Name Resolution Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.resolve1.busname
Documentation: man:systemd-resolved.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
Fragment Path: /lib/systemd/system/org.freedesktop.resolve1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ untested
Requires: sysinit.target
WantedBy: systemd-resolved.service
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-resolved.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-resolved.service
References: shutdown.target
References: systemd-resolved.service
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-resolved.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.resolve1
Activating: yes
Accept FD: yes
-> Unit systemd-timedated.service:
Description: Time & Date Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-timedated.service
Documentation: man:systemd-timedated.service(8)
Documentation: man:localtime(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/timedated
Fragment Path: /lib/systemd/system/systemd-timedated.service
Requires: -.mount
Requires: basic.target
Requires: tmp.mount
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: org.freedesktop.timedate1.busname
After: -.mount
After: tmp.mount
After: basic.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: org.freedesktop.timedate1.busname
References: org.freedesktop.timedate1.busname
References: -.mount
References: shutdown.target
References: tmp.mount
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: org.freedesktop.timedate1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.timedate1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timedated
-> Unit org.freedesktop.login1.busname:
Description: Login Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.login1.busname
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/org.freedesktop.login1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: shutdown.target
Before: busnames.target
After: sysinit.target
Triggers: systemd-logind.service
References: systemd-logind.service
References: shutdown.target
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-logind.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.login1
Activating: yes
Accept FD: yes
-> Unit dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device:
Description: WDC_WD1600BB-00DWA0 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.device
Following Set Member: dev-sda3.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
BoundBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Before: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-sda1.device:
Description: WDC_WD1600BB-00DWA0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda1.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit busnames.target:
Description: Bus Names
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: busnames.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/busnames.target
Wants: org.freedesktop.locale1.busname
Wants: org.freedesktop.network1.busname
Wants: org.freedesktop.timedate1.busname
Wants: org.freedesktop.systemd1.busname
Wants: org.freedesktop.hostname1.busname
Wants: org.freedesktop.login1.busname
Wants: org.freedesktop.resolve1.busname
Conflicts: shutdown.target
After: org.freedesktop.resolve1.busname
After: org.freedesktop.network1.busname
After: org.freedesktop.timedate1.busname
After: org.freedesktop.systemd1.busname
After: org.freedesktop.hostname1.busname
After: org.freedesktop.login1.busname
After: org.freedesktop.locale1.busname
References: org.freedesktop.timedate1.busname
References: org.freedesktop.login1.busname
References: org.freedesktop.systemd1.busname
References: org.freedesktop.network1.busname
References: org.freedesktop.resolve1.busname
References: shutdown.target
References: org.freedesktop.locale1.busname
References: org.freedesktop.hostname1.busname
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: org.freedesktop.locale1.busname
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
WantedBy: bind9.service
Conflicts: shutdown.target
Before: postfix.service
Before: fetchmail.service
Before: apache2.service
After: bind9.service
References: shutdown.target
ReferencedBy: postfix.service
ReferencedBy: bind9.service
ReferencedBy: fetchmail.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit spamassassin.service:
Description: Perl-based spam filter using text analysis
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:46 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/spamassassin.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: spamassassin.service
Fragment Path: /lib/systemd/system/spamassassin.service
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: postfix.service
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: postfix.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1232
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/spamassassin.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/spamassassin
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/spamd -d --pidfile=/var/run/spamassassin.pid $OPTIONS
PID: 638
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:57:46 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit fail2ban.service:
Description: Fail2Ban Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Enter Timestamp: Sat 2015-09-26 09:00:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-09-26 09:00:02 PDT
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/fail2ban.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: fail2ban.service
Documentation: man:fail2ban(1)
Fragment Path: /lib/systemd/system/fail2ban.service
Condition Timestamp: Sat 2015-09-26 09:00:02 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 09:00:02 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: firewalld.service
After: basic.target
After: network.target
After: iptables.service
After: systemd-journald.socket
After: system.slice
References: firewalld.service
References: basic.target
References: shutdown.target
References: network.target
References: iptables.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 2453
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
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/fail2ban-client -x start
PID: 2441
Start Timestamp: Sat 2015-09-26 09:00:02 PDT
Exit Timestamp: Sat 2015-09-26 09:00:42 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/bin/fail2ban-client reload
-> ExecStop:
Command Line: /usr/bin/fail2ban-client stop
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local succeeded
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: getty at tty1.service
Before: multi-user.target
After: network-online.target
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
References: network-online.target
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: network.target
References: system.slice
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/rc.local start
PID: 650
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Wants: keymap.service
Wants: systemd-udev-trigger.service
Wants: portmap.service
Wants: kbd.service
Wants: systemd-sysctl.service
Wants: systemd-timesyncd.service
Wants: systemd-journal-flush.service
Wants: dev-hugepages.mount
Wants: hdparm.service
Wants: sys-kernel-debug.mount
Wants: systemd-udevd.service
Wants: console-screen.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: systemd-update-utmp.service
Wants: sys-fs-fuse-connections.mount
Wants: local-fs.target
Wants: rpcbind.service
Wants: nfs-common.service
Wants: systemd-ask-password-console.path
Wants: systemd-journald.service
Wants: systemd-tmpfiles-setup.service
Wants: cryptsetup.target
Wants: debian-fixup.service
Wants: dev-mqueue.mount
Wants: systemd-modules-load.service
Wants: kmod-static-nodes.service
Wants: systemd-random-seed.service
Wants: sys-kernel-config.mount
Wants: systemd-hwdb-update.service
Wants: systemd-binfmt.service
Wants: networking.service
Wants: swap.target
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-machine-id-commit.service
RequiredBy: org.freedesktop.timedate1.busname
RequiredBy: dovecot.socket
RequiredBy: org.freedesktop.login1.busname
RequiredBy: acpid.path
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: org.freedesktop.systemd1.busname
RequiredBy: rescue.target
RequiredBy: org.freedesktop.network1.busname
RequiredBy: acpid.socket
RequiredBy: org.freedesktop.resolve1.busname
RequiredBy: org.freedesktop.locale1.busname
RequiredBy: org.freedesktop.hostname1.busname
RequiredBy: basic.target
RequiredBy: dbus.socket
RequiredBy: clamav-daemon.socket
Conflicts: shutdown.target
Conflicts: emergency.service
Conflicts: emergency.target
Before: org.freedesktop.timedate1.busname
Before: dovecot.socket
Before: org.freedesktop.login1.busname
Before: console-kit-log-system-start.service
Before: rescue.service
Before: acpid.path
Before: systemd-tmpfiles-clean.timer
Before: org.freedesktop.systemd1.busname
Before: rescue.target
Before: org.freedesktop.network1.busname
Before: acpid.socket
Before: org.freedesktop.resolve1.busname
Before: org.freedesktop.locale1.busname
Before: org.freedesktop.hostname1.busname
Before: basic.target
Before: dbus.socket
Before: clamav-daemon.socket
After: sys-kernel-debug.mount
After: systemd-udevd.service
After: keymap.service
After: systemd-machine-id-commit.service
After: portmap.service
After: nfs-common.service
After: hdparm.service
After: systemd-sysctl.service
After: emergency.service
After: dev-hugepages.mount
After: systemd-update-utmp.service
After: debian-fixup.service
After: swap.target
After: proc-sys-fs-binfmt_misc.automount
After: rpcbind.service
After: dev-mqueue.mount
After: cryptsetup.target
After: systemd-random-seed.service
After: sys-fs-fuse-connections.mount
After: kmod-static-nodes.service
After: local-fs.target
After: systemd-binfmt.service
After: systemd-tmpfiles-setup.service
After: kbd.service
After: systemd-journald.service
After: sys-kernel-config.mount
After: systemd-hwdb-update.service
After: systemd-timesyncd.service
After: networking.service
After: systemd-tmpfiles-setup-dev.service
After: console-screen.service
After: systemd-modules-load.service
After: systemd-udev-trigger.service
After: emergency.target
References: sys-fs-fuse-connections.mount
References: systemd-timesyncd.service
References: systemd-machine-id-commit.service
References: systemd-update-utmp.service
References: emergency.target
References: emergency.service
References: dev-mqueue.mount
References: systemd-tmpfiles-setup-dev.service
References: local-fs.target
References: systemd-sysctl.service
References: proc-sys-fs-binfmt_misc.automount
References: shutdown.target
References: swap.target
References: systemd-hwdb-update.service
References: systemd-modules-load.service
References: debian-fixup.service
References: sys-kernel-debug.mount
References: cryptsetup.target
References: systemd-udevd.service
References: kmod-static-nodes.service
References: hdparm.service
References: rpcbind.service
References: systemd-udev-trigger.service
References: systemd-binfmt.service
References: keymap.service
References: console-screen.service
References: portmap.service
References: sys-kernel-config.mount
References: systemd-tmpfiles-setup.service
References: dev-hugepages.mount
References: networking.service
References: systemd-journald.service
References: nfs-common.service
References: systemd-random-seed.service
References: kbd.service
References: systemd-ask-password-console.path
References: systemd-journal-flush.service
ReferencedBy: networking.service
ReferencedBy: rpcbind.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: dev-hugepages.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: rescue.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-journald.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: kmod-static-nodes.service
ReferencedBy: nfs-common.service
ReferencedBy: rescue.target
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: systemd-update-utmp.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: dovecot.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: console-screen.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: portmap.service
ReferencedBy: acpid.path
ReferencedBy: dev-mqueue.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: dbus.socket
ReferencedBy: keymap.service
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: acpid.socket
ReferencedBy: hdparm.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-binfmt.service
ReferencedBy: kbd.service
ReferencedBy: systemd-udevd.service
ReferencedBy: clamav-daemon.socket
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: systemd-ask-password-wall.path
After: system.slice
TriggeredBy: systemd-ask-password-wall.path
References: basic.target
References: shutdown.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit hdparm.service:
Description: LSB: Tune IDE hard disks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:08 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/hdparm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: hdparm.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hdparm.service
Source Path: /etc/init.d/hdparm
Condition Timestamp: Sat 2015-09-26 08:56:08 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:08 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: mountdevsubfs.service
After: systemd-journald.socket
After: systemd-udevd.service
After: system.slice
References: mountdevsubfs.service
References: systemd-journald.socket
References: systemd-udevd.service
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/hdparm start
PID: 181
Start Timestamp: Sat 2015-09-26 08:56:08 PDT
Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/hdparm reload
-> ExecStop:
Command Line: /etc/init.d/hdparm stop
-> Unit session-c6.scope:
Description: Session c6 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-c6.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c6.scope
DropIn Path: /run/systemd/system/session-c6.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c6.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c6.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c6.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c6.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap:
Description: /dev/disk/by-id/ata-WDC_WD1600BB-00DWA0_WD-WMAEK1512997-part3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Following: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Following Set Member: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Following Set Member: dev-sda3.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: -.mount
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-journald.socket
References: system.slice
References: umount.target
RequiresMountsFor: /dev/disk/by-id/ata-WDC_WD1600BB-00DWA0_WD-WMAEK1512997-part3
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-id/ata-WDC_WD1600BB-00DWA0_WD-WMAEK1512997-part3
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda3
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-1.scope:
Description: Session 1 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-1.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-1.scope
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-1.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:59 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:59 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Sat 2015-09-26 08:56:13 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:13 PDT
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: nfs-common.service
Before: systemd-tmpfiles-clean.service
Before: postfix.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: nfs-common.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: postfix.service
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit kbd.service:
Description: LSB: Prepare console
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kbd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kbd.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/kbd.service
Source Path: /etc/init.d/kbd
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/kbd start
PID: 307
Start Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/kbd stop
-> Unit postgresql-8.3.service:
Description: postgresql-8.3.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql-8.3.service
Before: dspam.service
ReferencedBy: dspam.service
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.socket
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: -.slice
RequiredBy: acpid.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: acpid.service
Before: shutdown.target
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: acpid.service
References: sysinit.target
References: acpid.service
References: -.mount
References: shutdown.target
References: -.slice
References: sockets.target
ReferencedBy: acpid.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: 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
SELinuxContextFromNet: no
ListenStream: /run/acpid.socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: local-fs.target
Before: run-user-0.mount
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: tmp.mount
Before: run-rpc_pipefs.mount
Before: boot.mount
Before: run-user-5224.mount
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-remount-fs.service
References: shutdown.target
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
ReferencedBy: run-user-5224.mount
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: boot.mount
ReferencedBy: local-fs.target
ReferencedBy: run-user-0.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-setup-dgram-qlen.service:
Description: Increase datagram queue length
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-setup-dgram-qlen.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-setup-dgram-qlen.service
Fragment Path: /lib/systemd/system/systemd-setup-dgram-qlen.service
ConditionPathIsReadWrite: /proc/sys/net/unix/max_dgram_qlen succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: syslog.socket
Before: syslog.socket
After: system.slice
References: system.slice
References: syslog.socket
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: null
StandardError: inherit
-> ExecStart:
Command Line: /sbin/sysctl -w net.unix.max_dgram_qlen=512
PID: 141
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Code: exited
Exit Status: 0
-> Unit user-0.slice:
Description: user-0.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Enter Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user.slice
CGroup: /user.slice/user-0.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x1f
Name: user-0.slice
Condition Timestamp: Sat 2015-09-26 08:58:29 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:58:29 PDT
Assert Result: yes
Wants: user.slice
WantedBy: user at 0.service
WantedBy: session-2.scope
Conflicts: shutdown.target
Before: shutdown.target
Before: user at 0.service
Before: session-2.scope
After: user.slice
References: user.slice
References: shutdown.target
ReferencedBy: user at 0.service
ReferencedBy: session-2.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit bind9.service:
Description: BIND Domain Name Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/bind9.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: bind9.service
Documentation: man:named(8)
Fragment Path: /lib/systemd/system/bind9.service
DropIn Path: /run/systemd/generator/bind9.service.d/50-insserv.conf-$named.conf
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: nss-lookup.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: nss-lookup.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
References: nss-lookup.target
References: basic.target
References: shutdown.target
References: network.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 665
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/named -f -u bind
PID: 665
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
-> ExecReload:
Command Line: /usr/sbin/rndc reload
-> ExecStop:
Command Line: /usr/sbin/rndc stop
-> Unit org.freedesktop.PolicyKit1.busname:
Description: org.freedesktop.PolicyKit1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.PolicyKit1.busname
Before: polkitd.service
ReferencedBy: polkitd.service
-> Unit rpcbind.service:
Description: LSB: RPC portmapper replacement
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/rpcbind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: rpcbind.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/rpcbind.service
Source Path: /etc/init.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.service.d/50-rpcbind-$portmap.conf
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
Wants: rpcbind.target
Wants: network-online.target
Wants: system.slice
RequiredBy: rpcbind.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: rpcbind.target
Before: shutdown.target
Before: sysinit.target
After: network-online.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: rpcbind.target
References: shutdown.target
References: network-online.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: rpcbind.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/rpcbind start
PID: 584
Start Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/rpcbind stop
-> Unit -.mount:
Description: /
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Wants: system.slice
RequiredBy: boot.mount
RequiredBy: openvpn at server.service
RequiredBy: systemd-initctl.socket
RequiredBy: rescue.service
RequiredBy: systemd-ask-password-console.path
RequiredBy: sys-kernel-config.mount
RequiredBy: acpid.socket
RequiredBy: clamav-daemon.socket
RequiredBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: tmp.mount
RequiredBy: openvpn.service
RequiredBy: dev-hugepages.mount
RequiredBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
RequiredBy: dev-mqueue.mount
RequiredBy: systemd-udevd-control.socket
RequiredBy: dbus.socket
RequiredBy: systemd-timedated.service
RequiredBy: run-rpc_pipefs.mount
RequiredBy: systemd-journald.socket
RequiredBy: local-fs.target
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: run-user-0.mount
RequiredBy: systemd-localed.service
RequiredBy: systemd-timesyncd.service
RequiredBy: basic.target
RequiredBy: systemd-fsckd.socket
RequiredBy: sys-kernel-debug.mount
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: dev-sda3.swap
RequiredBy: systemd-random-seed.service
RequiredBy: systemd-ask-password-wall.path
RequiredBy: systemd-hostnamed.service
RequiredBy: systemd-journal-flush.service
RequiredBy: run-user-5224.mount
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-update-utmp.service
RequiredBy: acpid.path
RequiredBy: emergency.service
RequiredBy: syslog.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: asterisk.service
Before: systemd-journal-flush.service
Before: systemd-fsckd.socket
Before: run-user-5224.mount
Before: basic.target
Before: systemd-timedated.service
Before: openvpn.service
Before: emergency.service
Before: systemd-journald.socket
Before: acpid.socket
Before: sys-fs-fuse-connections.mount
Before: dev-mqueue.mount
Before: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Before: asterisk.service
Before: systemd-update-utmp-runlevel.service
Before: dev-sda3.swap
Before: proc-sys-fs-binfmt_misc.mount
Before: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Before: systemd-udevd-control.socket
Before: boot.mount
Before: systemd-timesyncd.service
Before: dbus.socket
Before: dev-hugepages.mount
Before: rescue.service
Before: acpid.path
Before: systemd-ask-password-console.path
Before: openvpn at server.service
Before: clamav-daemon.socket
Before: systemd-journald-dev-log.socket
Before: systemd-random-seed.service
Before: proc-sys-fs-binfmt_misc.automount
Before: systemd-localed.service
Before: run-user-0.mount
Before: sys-kernel-config.mount
Before: systemd-initctl.socket
Before: run-rpc_pipefs.mount
Before: systemd-ask-password-wall.path
Before: tmp.mount
Before: local-fs.target
Before: syslog.socket
Before: sys-kernel-debug.mount
Before: systemd-update-utmp.service
Before: systemd-hostnamed.service
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: dev-sda3.swap
ReferencedBy: acpid.path
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
ReferencedBy: systemd-journal-flush.service
ReferencedBy: run-user-5224.mount
ReferencedBy: local-fs.target
ReferencedBy: openvpn at server.service
ReferencedBy: boot.mount
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-timedated.service
ReferencedBy: systemd-journald.socket
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: run-user-0.mount
ReferencedBy: asterisk.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsckd.socket
ReferencedBy: openvpn.service
ReferencedBy: basic.target
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: systemd-update-utmp.service
ReferencedBy: rescue.service
ReferencedBy: syslog.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-localed.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: acpid.socket
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: sys-kernel-config.mount
ReferencedBy: clamav-daemon.socket
ReferencedBy: emergency.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-hostnamed.service
RequiresMountsFor: /dev/disk/by-uuid/02d9015b-e7f3-49fb-a4be-d4faee2d9c3c
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /
What: /dev/sda4
File System Type: ext3
Options: rw,relatime,errors=remount-ro,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: inherit
StandardError: inherit
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Following: sys-devices-pnp0-00:04-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:04-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit dspam.service:
Description: LSB: initscript for dspam
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:49 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:50 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dspam.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dspam.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/dspam.service
Source Path: /etc/init.d/dspam
Condition Timestamp: Sat 2015-09-26 08:57:49 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:49 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
After: local-fs.target
After: mysql.service
After: postgresql-8.3.service
After: postgresql-8.4.service
References: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: local-fs.target
References: mysql.service
References: postgresql-8.3.service
References: shutdown.target
References: graphical.target
References: postgresql-8.4.service
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/dspam start
PID: 1593
Start Timestamp: Sat 2015-09-26 08:57:49 PDT
Exit Timestamp: Sat 2015-09-26 08:57:50 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/dspam reload
-> ExecStop:
Command Line: /etc/init.d/dspam stop
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Documentation: man:systemd-remount-fs.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: local-fs-pre.target
Wants: system.slice
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-hwdb-update.service
Before: systemd-update-utmp.service
Before: shutdown.target
Before: systemd-random-seed.service
Before: systemd-timesyncd.service
Before: local-fs.target
Before: local-fs-pre.target
Before: systemd-journal-flush.service
Before: debian-fixup.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsck-root.service
References: systemd-fsck-root.service
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
ReferencedBy: debian-fixup.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-timesyncd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 143
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:06 PDT
Exit Code: exited
Exit Status: 0
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
WantedBy: systemd-fsck-root.service
Before: systemd-fsckd.service
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Before: systemd-fsck-root.service
After: -.mount
After: -.slice
Triggers: systemd-fsckd.service
References: -.mount
References: systemd-fsckd.service
References: -.slice
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
ReferencedBy: systemd-fsck-root.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Sat 2015-09-26 08:56:10 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:10 PDT
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1f.5-sound-card0.device
WantedBy: sys-devices-pnp0-00:08-sound-card1.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1f.5-sound-card0.device
ReferencedBy: sys-devices-pnp0-00:08-sound-card1.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-modules-load.service
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sys-fs-fuse-connections.mount
Before: shutdown.target
Before: systemd-sysctl.service
Before: sys-kernel-config.mount
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 138
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Code: exited
Exit Status: 0
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x1f
Name: user.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: -.slice
WantedBy: systemd-logind.service
WantedBy: user-5224.slice
WantedBy: user-0.slice
Conflicts: shutdown.target
Before: systemd-logind.service
Before: shutdown.target
Before: slices.target
Before: user-5224.slice
Before: user-0.slice
After: -.slice
References: shutdown.target
References: slices.target
References: -.slice
ReferencedBy: systemd-logind.service
ReferencedBy: user-5224.slice
ReferencedBy: user-0.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: -.slice
Wants: system.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: user.slice
After: system.slice
After: -.slice
References: shutdown.target
References: -.slice
References: system.slice
ReferencedBy: user.slice
ReferencedBy: basic.target
ReferencedBy: system.slice
ReferencedBy: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-binfmt.service
Before: proc-sys-fs-binfmt_misc.mount
Before: sysinit.target
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: proc-sys-fs-binfmt_misc.mount
References: sysinit.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Automount State: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-logind.service
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: user.slice
Wants: system.slice
Wants: dbus.socket
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-2.scope
Before: session-c6.scope
Before: shutdown.target
Before: session-c5.scope
Before: session-c3.scope
Before: session-c1.scope
Before: session-c7.scope
Before: multi-user.target
Before: session-1.scope
After: user.slice
After: basic.target
After: nss-user-lookup.target
After: systemd-journald.socket
After: org.freedesktop.login1.busname
After: system.slice
After: dbus.socket
TriggeredBy: org.freedesktop.login1.busname
References: nss-user-lookup.target
References: org.freedesktop.login1.busname
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: user.slice
References: dbus.socket
ReferencedBy: session-2.scope
ReferencedBy: session-c6.scope
ReferencedBy: session-c5.scope
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: session-c3.scope
ReferencedBy: session-c1.scope
ReferencedBy: session-c7.scope
ReferencedBy: multi-user.target
ReferencedBy: session-1.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 661
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 661
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Status Text: Processing requests...
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit dovecot.socket:
Description: Dovecot IMAP/POP3 email server activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dovecot.socket
Fragment Path: /lib/systemd/system/dovecot.socket
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: sysinit.target
Wants: -.slice
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: dovecot.service
Before: sockets.target
After: -.slice
After: sysinit.target
Triggers: dovecot.service
References: sysinit.target
References: shutdown.target
References: dovecot.service
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: ipv6-only
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: yes
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenStream: 0.0.0.0:143
ListenStream: [::]:143
ListenStream: 0.0.0.0:993
ListenStream: [::]:993
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: WDC_WD1600BB-00DWA0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Wants: dovecot.socket
Wants: clamav-daemon.socket
Wants: dbus.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-initctl.socket
Wants: systemd-udevd-kernel.socket
Wants: systemd-journald.socket
Wants: acpid.socket
Wants: systemd-udevd-control.socket
Wants: systemd-journald-audit.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: dovecot.socket
After: clamav-daemon.socket
After: dbus.socket
After: systemd-journald-dev-log.socket
After: systemd-initctl.socket
After: systemd-udevd-kernel.socket
After: systemd-journald.socket
After: acpid.socket
After: systemd-udevd-control.socket
After: syslog.socket
After: systemd-journald-audit.socket
References: dovecot.socket
References: clamav-daemon.socket
References: dbus.socket
References: systemd-journald-dev-log.socket
References: systemd-initctl.socket
References: systemd-udevd-kernel.socket
References: systemd-journald.socket
References: acpid.socket
References: shutdown.target
References: systemd-udevd-control.socket
References: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: dovecot.socket
ReferencedBy: dbus.socket
ReferencedBy: clamav-daemon.socket
ReferencedBy: basic.target
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: org.freedesktop.timedate1.busname
ConflictedBy: apache2.service
ConflictedBy: polkitd.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: cryptsetup.target
ConflictedBy: dspam.service
ConflictedBy: amavis-mc.service
ConflictedBy: dovecot.service
ConflictedBy: busnames.target
ConflictedBy: nss-lookup.target
ConflictedBy: acpid.socket
ConflictedBy: rpcbind.service
ConflictedBy: rescue.service
ConflictedBy: rc-local.service
ConflictedBy: local-fs.target
ConflictedBy: gdomap.service
ConflictedBy: dbus.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: dahdi.service
ConflictedBy: mysql.service
ConflictedBy: rsyslog.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: org.freedesktop.login1.busname
ConflictedBy: systemd-update-utmp.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: systemd-timedated.service
ConflictedBy: systemd-sysctl.service
ConflictedBy: asterisk.service
ConflictedBy: time-sync.target
ConflictedBy: local-fs-pre.target
ConflictedBy: systemd-random-seed.service
ConflictedBy: irqbalance.service
ConflictedBy: user at 0.service
ConflictedBy: session-2.scope
ConflictedBy: org.freedesktop.systemd1.busname
ConflictedBy: sockets.target
ConflictedBy: smartd.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: bind9.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: org.freedesktop.hostname1.busname
ConflictedBy: fetchmail.service
ConflictedBy: openvpn.service
ConflictedBy: session-c1.scope
ConflictedBy: nfs-common.service
ConflictedBy: clamav-daemon.service
ConflictedBy: rpcbind.target
ConflictedBy: systemd-networkd.service
ConflictedBy: runit.service
ConflictedBy: syslog.socket
ConflictedBy: system-getty.slice
ConflictedBy: basic.target
ConflictedBy: session-c3.scope
ConflictedBy: multi-user.target
ConflictedBy: paths.target
ConflictedBy: amavis.service
ConflictedBy: spamassassin.service
ConflictedBy: postgrey.service
ConflictedBy: getty at tty1.service
ConflictedBy: systemd-hostnamed.service
ConflictedBy: dovecot.socket
ConflictedBy: networking.service
ConflictedBy: session-c7.scope
ConflictedBy: sysinit.target
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: getty-static.service
ConflictedBy: amavisd-snmp-subagent.service
ConflictedBy: cron.service
ConflictedBy: sound.target
ConflictedBy: emergency.service
ConflictedBy: mail-transport-agent.target
ConflictedBy: acpid.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: timers.target
ConflictedBy: clamav-daemon.socket
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: org.freedesktop.resolve1.busname
ConflictedBy: acpid.path
ConflictedBy: swap.target
ConflictedBy: session-c5.scope
ConflictedBy: user.slice
ConflictedBy: session-c6.scope
ConflictedBy: rescue.target
ConflictedBy: org.freedesktop.network1.busname
ConflictedBy: systemd-localed.service
ConflictedBy: remote-fs.target
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: openvpn at server.service
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: network-online.target
ConflictedBy: ssh.service
ConflictedBy: portmap.service
ConflictedBy: fail2ban.service
ConflictedBy: inetd.service
ConflictedBy: systemd-logind.service
ConflictedBy: slices.target
ConflictedBy: getty.target
ConflictedBy: emergency.target
ConflictedBy: stunnel4.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: ntp.service
ConflictedBy: network.target
ConflictedBy: session-1.scope
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: user-0.slice
ConflictedBy: system-openvpn.slice
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: org.freedesktop.locale1.busname
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: network-pre.target
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: user-5224.slice
ConflictedBy: postfix.service
ConflictedBy: graphical.target
ConflictedBy: console-kit-daemon.service
ConflictedBy: user at 5224.service
ConflictedBy: clamav-freshclam.service
ConflictedBy: cucm.service
ConflictedBy: systemd-resolved.service
ConflictedBy: systemd-timesyncd.service
ConflictedBy: dbus.socket
ConflictedBy: remote-fs-pre.target
After: systemd-user-sessions.service
After: postgrey.service
After: systemd-tmpfiles-clean.service
After: console-kit-log-system-start.service
After: system-getty.slice
After: rc-local.service
After: bind9.service
After: systemd-update-utmp-runlevel.service
After: rpcbind.service
After: fail2ban.service
After: spamassassin.service
After: amavis.service
After: openvpn.service
After: org.freedesktop.login1.busname
After: org.freedesktop.network1.busname
After: systemd-timedated.service
After: session-c6.scope
After: systemd-networkd.service
After: session-c7.scope
After: ssh.service
After: systemd-logind.service
After: apache2.service
After: session-c3.scope
After: session-1.scope
After: openvpn at server.service
After: console-kit-daemon.service
After: systemd-fsck-root.service
After: org.freedesktop.systemd1.busname
After: getty at tty1.service
After: nfs-common.service
After: session-c1.scope
After: systemd-modules-load.service
After: systemd-localed.service
After: dahdi.service
After: system-openvpn.slice
After: dovecot.service
After: systemd-fsckd.service
After: systemd-ask-password-wall.service
After: systemd-update-utmp.service
After: user.slice
After: clamav-daemon.socket
After: system-systemd\x2dfsck.slice
After: rsyslog.service
After: acpid.service
After: clamav-freshclam.service
After: systemd-hostnamed.service
After: systemd-timesyncd.service
After: systemd-random-seed.service
After: cron.service
After: session-2.scope
After: user-5224.slice
After: org.freedesktop.locale1.busname
After: systemd-sysctl.service
After: gdomap.service
After: systemd-tmpfiles-clean.timer
After: systemd-ask-password-console.path
After: portmap.service
After: acpid.path
After: asterisk.service
After: systemd-ask-password-wall.path
After: postfix.service
After: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
After: systemd-remount-fs.service
After: rescue.service
After: session-c5.scope
After: clamav-daemon.service
After: systemd-ask-password-console.service
After: acpid.socket
After: networking.service
After: systemd-machine-id-commit.service
After: inetd.service
After: runit.service
After: user-0.slice
After: org.freedesktop.resolve1.busname
After: systemd-hwdb-update.service
After: dbus.service
After: mysql.service
After: amavisd-snmp-subagent.service
After: fetchmail.service
After: systemd-resolved.service
After: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-binfmt.service
After: amavis-mc.service
After: dovecot.socket
After: user at 0.service
After: dbus.socket
After: ntp.service
After: dspam.service
After: syslog.socket
After: cucm.service
After: emergency.service
After: smartd.service
After: polkitd.service
After: getty-static.service
After: systemd-tmpfiles-setup.service
After: org.freedesktop.hostname1.busname
After: org.freedesktop.timedate1.busname
After: user at 5224.service
After: stunnel4.service
After: irqbalance.service
ReferencedBy: clamav-freshclam.service
ReferencedBy: org.freedesktop.timedate1.busname
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: paths.target
ReferencedBy: mail-transport-agent.target
ReferencedBy: sound.target
ReferencedBy: systemd-logind.service
ReferencedBy: system-getty.slice
ReferencedBy: session-1.scope
ReferencedBy: systemd-localed.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-timedated.service
ReferencedBy: local-fs.target
ReferencedBy: clamav-daemon.socket
ReferencedBy: spamassassin.service
ReferencedBy: ntp.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: session-c7.scope
ReferencedBy: emergency.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: rpcbind.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: org.freedesktop.login1.busname
ReferencedBy: systemd-networkd.service
ReferencedBy: system-openvpn.slice
ReferencedBy: apache2.service
ReferencedBy: networking.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: multi-user.target
ReferencedBy: org.freedesktop.locale1.busname
ReferencedBy: amavis.service
ReferencedBy: remote-fs.target
ReferencedBy: org.freedesktop.network1.busname
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dbus.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: graphical.target
ReferencedBy: nss-lookup.target
ReferencedBy: getty.target
ReferencedBy: bind9.service
ReferencedBy: cron.service
ReferencedBy: asterisk.service
ReferencedBy: user at 5224.service
ReferencedBy: cryptsetup.target
ReferencedBy: user-0.slice
ReferencedBy: openvpn.service
ReferencedBy: gdomap.service
ReferencedBy: postgrey.service
ReferencedBy: rpcbind.target
ReferencedBy: user-5224.slice
ReferencedBy: postfix.service
ReferencedBy: basic.target
ReferencedBy: syslog.socket
ReferencedBy: dovecot.service
ReferencedBy: rescue.target
ReferencedBy: openvpn at server.service
ReferencedBy: timers.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: rsyslog.service
ReferencedBy: dovecot.socket
ReferencedBy: dspam.service
ReferencedBy: org.freedesktop.systemd1.busname
ReferencedBy: org.freedesktop.hostname1.busname
ReferencedBy: session-2.scope
ReferencedBy: network.target
ReferencedBy: acpid.socket
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-resolved.service
ReferencedBy: runit.service
ReferencedBy: acpid.path
ReferencedBy: local-fs-pre.target
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: session-c1.scope
ReferencedBy: clamav-daemon.service
ReferencedBy: dahdi.service
ReferencedBy: session-c5.scope
ReferencedBy: rc-local.service
ReferencedBy: swap.target
ReferencedBy: systemd-hostnamed.service
ReferencedBy: sysinit.target
ReferencedBy: mysql.service
ReferencedBy: ssh.service
ReferencedBy: user.slice
ReferencedBy: systemd-update-utmp.service
ReferencedBy: stunnel4.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: org.freedesktop.resolve1.busname
ReferencedBy: session-c3.scope
ReferencedBy: getty-static.service
ReferencedBy: fetchmail.service
ReferencedBy: rescue.service
ReferencedBy: user at 0.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: emergency.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: session-c6.scope
ReferencedBy: inetd.service
ReferencedBy: polkitd.service
ReferencedBy: cucm.service
ReferencedBy: network-pre.target
ReferencedBy: smartd.service
ReferencedBy: sockets.target
ReferencedBy: amavis-mc.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: systemd-fsckd.service
ReferencedBy: time-sync.target
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: acpid.service
ReferencedBy: nfs-common.service
ReferencedBy: network-online.target
ReferencedBy: dbus.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: busnames.target
ReferencedBy: portmap.service
ReferencedBy: remote-fs-pre.target
ReferencedBy: fail2ban.service
ReferencedBy: slices.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit system-openvpn.slice:
Description: system-openvpn.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-openvpn.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x10
Name: system-openvpn.slice
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: openvpn at server.service
Conflicts: shutdown.target
Before: shutdown.target
Before: openvpn at server.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: openvpn at server.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: networking.service
ReferencedBy: networking.service
-> Unit firewalld.service:
Description: firewalld.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: firewalld.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: tmp.mount
Requires: sysinit.target
Wants: paths.target
Wants: slices.target
Wants: timers.target
Wants: console-kit-log-system-start.service
Wants: sockets.target
RequiredBy: user at 0.service
RequiredBy: systemd-timedated.service
RequiredBy: clamav-daemon.service
RequiredBy: polkitd.service
RequiredBy: rsyslog.service
RequiredBy: runit.service
RequiredBy: inetd.service
RequiredBy: console-kit-daemon.service
RequiredBy: amavisd-snmp-subagent.service
RequiredBy: stunnel4.service
RequiredBy: ntp.service
RequiredBy: systemd-resolved.service
RequiredBy: fail2ban.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: dahdi.service
RequiredBy: ssh.service
RequiredBy: systemd-logind.service
RequiredBy: systemd-localed.service
RequiredBy: asterisk.service
RequiredBy: dovecot.service
RequiredBy: getty-static.service
RequiredBy: openvpn at server.service
RequiredBy: spamassassin.service
RequiredBy: postgrey.service
RequiredBy: bind9.service
RequiredBy: openvpn.service
RequiredBy: smartd.service
RequiredBy: postfix.service
RequiredBy: cucm.service
RequiredBy: amavis-mc.service
RequiredBy: apache2.service
RequiredBy: clamav-freshclam.service
RequiredBy: fetchmail.service
RequiredBy: multi-user.target
RequiredBy: rc-local.service
RequiredBy: cron.service
RequiredBy: acpid.service
RequiredBy: dbus.service
RequiredBy: mysql.service
RequiredBy: dspam.service
RequiredBy: systemd-user-sessions.service
RequiredBy: amavis.service
RequiredBy: getty at tty1.service
RequiredBy: irqbalance.service
RequiredBy: user at 5224.service
RequiredBy: systemd-hostnamed.service
RequiredBy: gdomap.service
Conflicts: shutdown.target
Before: openvpn.service
Before: dbus.service
Before: console-kit-daemon.service
Before: fetchmail.service
Before: cucm.service
Before: irqbalance.service
Before: user at 5224.service
Before: polkitd.service
Before: user at 0.service
Before: systemd-timedated.service
Before: cron.service
Before: systemd-resolved.service
Before: bind9.service
Before: dahdi.service
Before: clamav-daemon.service
Before: gdomap.service
Before: clamav-freshclam.service
Before: systemd-logind.service
Before: dspam.service
Before: multi-user.target
Before: acpid.service
Before: runit.service
Before: rc-local.service
Before: rsyslog.service
Before: apache2.service
Before: inetd.service
Before: ssh.service
Before: getty at tty1.service
Before: systemd-user-sessions.service
Before: amavis-mc.service
Before: systemd-hostnamed.service
Before: postgrey.service
Before: ntp.service
Before: smartd.service
Before: postfix.service
Before: getty-static.service
Before: mysql.service
Before: fail2ban.service
Before: spamassassin.service
Before: systemd-localed.service
Before: dovecot.service
Before: systemd-ask-password-wall.service
Before: amavis.service
Before: stunnel4.service
Before: asterisk.service
Before: amavisd-snmp-subagent.service
Before: openvpn at server.service
After: sockets.target
After: -.mount
After: tmp.mount
After: slices.target
After: paths.target
After: sysinit.target
References: shutdown.target
References: timers.target
References: sockets.target
References: slices.target
References: console-kit-log-system-start.service
References: sysinit.target
References: tmp.mount
References: -.mount
References: paths.target
ReferencedBy: rsyslog.service
ReferencedBy: asterisk.service
ReferencedBy: smartd.service
ReferencedBy: apache2.service
ReferencedBy: openvpn at server.service
ReferencedBy: inetd.service
ReferencedBy: dovecot.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-localed.service
ReferencedBy: mysql.service
ReferencedBy: dahdi.service
ReferencedBy: stunnel4.service
ReferencedBy: gdomap.service
ReferencedBy: dspam.service
ReferencedBy: systemd-logind.service
ReferencedBy: user at 0.service
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: clamav-freshclam.service
ReferencedBy: postgrey.service
ReferencedBy: amavis.service
ReferencedBy: spamassassin.service
ReferencedBy: dbus.service
ReferencedBy: rc-local.service
ReferencedBy: fail2ban.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: openvpn.service
ReferencedBy: fetchmail.service
ReferencedBy: postfix.service
ReferencedBy: ssh.service
ReferencedBy: cron.service
ReferencedBy: systemd-timedated.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: acpid.service
ReferencedBy: polkitd.service
ReferencedBy: ntp.service
ReferencedBy: clamav-daemon.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: user at 5224.service
ReferencedBy: cucm.service
ReferencedBy: getty-static.service
ReferencedBy: amavis-mc.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: bind9.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: runit.service
ReferencedBy: systemd-resolved.service
RequiresMountsFor: /var /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Wants: system.slice
After: systemd-journald.socket
After: system.slice
After: systemd-initctl.socket
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit sys-devices-platform-floppy.0-block-fd0.device:
Description: /sys/devices/platform/floppy.0/block/fd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-floppy.0-block-fd0.device
Following Set Member: dev-fd0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> Unit sys-devices-pnp0-00:08-sound-card1.device:
Description: /sys/devices/pnp0/00:08/sound/card1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pnp0-00:08-sound-card1.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:08/sound/card1
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
ReferencedBy: getty at tty1.service
-> Unit clamav-freshclam.service:
Description: ClamAV virus database updater
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/clamav-freshclam.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: clamav-freshclam.service
Documentation: man:freshclam(1)
Documentation: man:freshclam.conf(5)
Documentation: http://www.clamav.net/lang/en/doc/
Fragment Path: /lib/systemd/system/clamav-freshclam.service
ConditionPathExists: !/etc/cron.d/clamav-freshclam succeeded
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 662
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/freshclam -d --foreground=true
PID: 662
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
Before: sockets.target
After: -.slice
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
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
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /lib/modules/4.1.0-2-686-pae/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
References: systemd-tmpfiles-setup-dev.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 140
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Code: exited
Exit Status: 0
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: gdomap.service
Before: irqbalance.service
Before: fetchmail.service
Before: dahdi.service
Before: apache2.service
Before: sockets.target
Before: postgrey.service
Before: ntp.service
Before: amavisd-snmp-subagent.service
Before: amavis-mc.service
Before: stunnel4.service
Before: postfix.service
Before: systemd-journald.service
Before: cucm.service
Before: amavis.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.mount
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: gdomap.service
ReferencedBy: irqbalance.service
ReferencedBy: fetchmail.service
ReferencedBy: dahdi.service
ReferencedBy: apache2.service
ReferencedBy: sockets.target
ReferencedBy: postgrey.service
ReferencedBy: ntp.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: amavis-mc.service
ReferencedBy: stunnel4.service
ReferencedBy: postfix.service
ReferencedBy: systemd-journald.service
ReferencedBy: cucm.service
ReferencedBy: amavis.service
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit mysql.service:
Description: MySQL Community Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:49 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/mysql.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: mysql.service
Fragment Path: /lib/systemd/system/mysql.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: dspam.service
Before: shutdown.target
Before: postfix.service
Before: multi-user.target
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
After: syslog.target
References: basic.target
References: shutdown.target
References: network.target
References: systemd-journald.socket
References: system.slice
References: syslog.target
ReferencedBy: dspam.service
ReferencedBy: postfix.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: yes
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 745
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: mysql
Group: mysql
-> ExecStartPre:
Command Line: /usr/share/mysql/mysql-systemd-start pre
PID: 640
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/mysqld_safe
PID: 745
Start Timestamp: Sat 2015-09-26 08:56:34 PDT
-> ExecStartPost:
Command Line: /usr/share/mysql/mysql-systemd-start post
PID: 746
Start Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Timestamp: Sat 2015-09-26 08:57:49 PDT
Exit Code: exited
Exit Status: 0
-> Unit debian-fixup.service:
Description: Ensure /etc/mtab is a symlink to /proc/mounts
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: debian-fixup.service
Fragment Path: /lib/systemd/system/debian-fixup.service
ConditionPathIsSymbolicLink: |!/etc/mtab failed
Condition Timestamp: Sat 2015-09-26 08:56:06 PDT
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/ln -sf /proc/mounts /etc/mtab
-> Unit dev-sda4.device:
Description: WDC_WD1600BB-00DWA0 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda4.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart4.device
Following Set Member: dev-disk-by\x2duuid-02d9015b\x2de7f3\x2d49fb\x2da4be\x2dd4faee2d9c3c.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
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: shutdown.target
References: timers.target
References: sysinit.target
ReferencedBy: timers.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
Wants: systemd-setup-dgram-qlen.service
RequiredBy: rsyslog.service
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: rsyslog.service
Before: systemd-journald.service
Before: shutdown.target
Before: sockets.target
After: -.mount
After: -.slice
After: systemd-setup-dgram-qlen.service
Triggers: rsyslog.service
References: systemd-setup-dgram-qlen.service
References: rsyslog.service
References: -.mount
References: shutdown.target
References: -.slice
References: sockets.target
ReferencedBy: systemd-setup-dgram-qlen.service
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
ReferencedBy: rsyslog.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit openvpn at server.service:
Description: OpenVPN connection to server
Instance: server
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-openvpn.slice
CGroup: /system.slice/system-openvpn.slice/openvpn at server.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: openvpn at server.service
Documentation: man:openvpn(8)
Documentation: https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage
Documentation: https://community.openvpn.net/openvpn/wiki/HOWTO
Fragment Path: /lib/systemd/system/openvpn at .service
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: system-openvpn.slice
PartOf: openvpn.service
WantedBy: openvpn.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: -.mount
After: basic.target
After: systemd-journald.socket
After: system-openvpn.slice
ReloadPropagatedFrom: openvpn.service
References: -.mount
References: basic.target
References: shutdown.target
References: openvpn.service
References: systemd-journald.socket
References: system-openvpn.slice
ReferencedBy: openvpn.service
ReferencedBy: multi-user.target
RequiresMountsFor: /etc/openvpn
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 711
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /etc/openvpn
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_ipc_lock cap_sys_chroot
-> ExecStart:
Command Line: /usr/sbin/openvpn --daemon ovpn-%i --status /run/openvpn/%i.status 10 --cd /etc/openvpn --config /etc/openvpn/%i.conf
PID: 629
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit user at 5224.service:
Description: User Manager for UID 5224
Instance: 5224
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:44 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/user at 5224.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 5224.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Requires: basic.target
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: user-5224.slice
References: basic.target
References: shutdown.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1493
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 5224
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1493
Start Timestamp: Sat 2015-09-26 08:57:42 PDT
Status Text: Startup finished in 1.237s.
-> Unit iptables.service:
Description: iptables.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: iptables.service
Before: fail2ban.service
ReferencedBy: fail2ban.service
-> Unit org.freedesktop.ConsoleKit.busname:
Description: org.freedesktop.ConsoleKit.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.ConsoleKit.busname
Before: console-kit-daemon.service
ReferencedBy: console-kit-daemon.service
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart1.device:
Description: WDC_WD1600BB-00DWA0 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart1.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
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: auditd.service
References: basic.target
References: shutdown.target
References: network.target
References: systemd-journald.socket
References: system.slice
References: auditd.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 647
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: -/etc/default/ssh
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 647
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap:
Description: /dev/disk/by-uuid/af965c05-19a0-453d-b368-7cbe0b311b10
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-sda3.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Source Path: /etc/fstab
Condition Timestamp: Sat 2015-09-26 08:56:11 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:11 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
RequiredBy: swap.target
WantedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
Conflicts: umount.target
Before: swap.target
Before: umount.target
After: -.mount
After: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
After: systemd-journald.socket
After: system.slice
References: -.mount
References: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
References: systemd-journald.socket
References: system.slice
References: umount.target
ReferencedBy: swap.target
RequiresMountsFor: /dev/disk/by-uuid/af965c05-19a0-453d-b368-7cbe0b311b10
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/disk/by-uuid/af965c05-19a0-453d-b368-7cbe0b311b10
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/sda3
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-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: Sat 2015-09-26 08:56:12 PDT
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-machine-id-commit
-> Unit sys-subsystem-net-devices-tun0.device:
Description: /sys/subsystem/net/devices/tun0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-tun0.device
Following Set Member: sys-devices-virtual-net-tun0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun0
-> Unit session-c7.scope:
Description: Session c7 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:48 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:48 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-c7.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c7.scope
DropIn Path: /run/systemd/system/session-c7.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c7.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c7.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c7.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c7.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:48 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:48 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
WantedBy: dahdi.service
WantedBy: asterisk.service
WantedBy: portmap.service
WantedBy: rpcbind.service
WantedBy: fetchmail.service
WantedBy: ntp.service
WantedBy: cucm.service
WantedBy: amavis.service
WantedBy: apache2.service
WantedBy: postfix.service
Conflicts: shutdown.target
Before: dahdi.service
Before: asterisk.service
Before: rc-local.service
Before: portmap.service
Before: rpcbind.service
Before: fetchmail.service
Before: ntp.service
Before: cucm.service
Before: amavis.service
Before: apache2.service
Before: postfix.service
After: network.target
References: shutdown.target
References: network.target
ReferencedBy: dahdi.service
ReferencedBy: asterisk.service
ReferencedBy: rc-local.service
ReferencedBy: portmap.service
ReferencedBy: rpcbind.service
ReferencedBy: fetchmail.service
ReferencedBy: ntp.service
ReferencedBy: cucm.service
ReferencedBy: amavis.service
ReferencedBy: apache2.service
ReferencedBy: postfix.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Sat 2015-09-26 08:56:11 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:11 PDT
Assert Result: yes
Requires: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
References: shutdown.target
References: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: getty at tty1.service
Before: session-c1.scope
Before: session-2.scope
Before: session-c6.scope
Before: session-c3.scope
Before: systemd-ask-password-wall.service
Before: multi-user.target
Before: session-c7.scope
Before: shutdown.target
Before: user at 5224.service
Before: session-1.scope
Before: session-c5.scope
Before: user at 0.service
After: basic.target
After: remote-fs.target
After: nss-user-lookup.target
After: systemd-journal-flush.service
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: nss-user-lookup.target
References: remote-fs.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: session-1.scope
ReferencedBy: session-c7.scope
ReferencedBy: multi-user.target
ReferencedBy: getty at tty1.service
ReferencedBy: session-c5.scope
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: session-c6.scope
ReferencedBy: user at 5224.service
ReferencedBy: session-2.scope
ReferencedBy: session-c1.scope
ReferencedBy: user at 0.service
ReferencedBy: session-c3.scope
ReferencedBy: systemd-journal-flush.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 645
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: tmp.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Requires: -.mount
RequiresOverridable: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Wants: system.slice
BindsTo: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
RequiredBy: basic.target
RequiredBy: systemd-localed.service
RequiredBy: local-fs.target
RequiredBy: systemd-timesyncd.service
RequiredBy: systemd-hostnamed.service
RequiredBy: systemd-timedated.service
WantedBy: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
Conflicts: umount.target
Before: umount.target
Before: basic.target
Before: systemd-localed.service
Before: local-fs.target
Before: systemd-timesyncd.service
Before: systemd-hostnamed.service
Before: systemd-timedated.service
After: system.slice
After: -.mount
After: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
After: systemd-journald.socket
After: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
After: local-fs-pre.target
References: system.slice
References: systemd-journald.socket
References: local-fs-pre.target
References: local-fs.target
References: -.mount
References: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
References: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
References: umount.target
ReferencedBy: basic.target
ReferencedBy: systemd-localed.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: systemd-timedated.service
RequiresMountsFor: / /dev/disk/by-uuid/84d9c2f6-2643-464c-95b5-072863a1bc05
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /tmp
What: /dev/sda2
File System Type: ext3
Options: rw,relatime,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit snmpd.service:
Description: snmpd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: snmpd.service
Before: amavisd-snmp-subagent.service
ReferencedBy: amavisd-snmp-subagent.service
-> Unit networking.service:
Description: LSB: Raise network interfaces.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: networking.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/networking.service
Source Path: /etc/init.d/networking
DropIn Path: /run/systemd/generator/networking.service.d/50-insserv.conf-$network.conf
DropIn Path: /lib/systemd/system/networking.service.d/systemd.conf
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Wants: network.target
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
Before: sysinit.target
After: mountkernfs.service
After: system.slice
After: apparmor.service
After: local-fs.target
After: systemd-random-seed.service
After: systemd-journald.socket
After: network-pre.target
References: mountkernfs.service
References: local-fs.target
References: sysinit.target
References: systemd-journald.socket
References: network.target
References: shutdown.target
References: apparmor.service
References: network-pre.target
References: system.slice
References: systemd-random-seed.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/networking start
PID: 303
Start Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/networking reload
-> ExecStop:
Command Line: /etc/init.d/networking stop
-> Unit console-kit-daemon.service:
Description: Console Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:44 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:50 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-daemon.service
Fragment Path: /lib/systemd/system/console-kit-daemon.service
Condition Timestamp: Sat 2015-09-26 08:57:44 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:44 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: org.freedesktop.ConsoleKit.busname
After: basic.target
After: systemd-journald.socket
After: system.slice
After: syslog.target
References: org.freedesktop.ConsoleKit.busname
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: syslog.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1507
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ConsoleKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/console-kit-daemon --no-daemon
PID: 1507
Start Timestamp: Sat 2015-09-26 08:57:44 PDT
-> Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: acpid.path
Fragment Path: /lib/systemd/system/acpid.path
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
WantedBy: paths.target
Conflicts: shutdown.target
Before: acpid.service
Before: shutdown.target
Before: paths.target
After: -.mount
After: sysinit.target
Triggers: acpid.service
References: acpid.service
References: -.mount
References: shutdown.target
References: paths.target
References: sysinit.target
ReferencedBy: paths.target
RequiresMountsFor: /etc/acpi/events
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
DirectoryNotEmpty: /etc/acpi/events
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:08 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
Requires: -.mount
Requires: systemd-journald.service
Wants: system.slice
WantedBy: sysinit.target
Before: systemd-user-sessions.service
Before: systemd-tmpfiles-setup.service
After: -.mount
After: systemd-journald.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-remount-fs.service
References: -.mount
References: systemd-journald.service
References: systemd-user-sessions.service
References: systemd-tmpfiles-setup.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 170
Start Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Timestamp: Sat 2015-09-26 08:56:08 PDT
Exit Code: exited
Exit Status: 0
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart2.device:
Description: WDC_WD1600BB-00DWA0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart2.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit org.freedesktop.systemd1.busname:
Description: System and Service Manager Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.systemd1.busname
Documentation: man:systemd(1)
Documentation: http://www.freedesktop.org/wiki/Software/systemd
Fragment Path: /lib/systemd/system/org.freedesktop.systemd1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
After: sysinit.target
References: shutdown.target
References: busnames.target
References: sysinit.target
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.systemd1
Activating: no
Accept FD: yes
-> Unit sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: WDC_WD1600BB-00DWA0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-journald.service
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
Requires: systemd-journald.socket
Wants: systemd-journald-audit.socket
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: system.slice
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: systemd-journal-flush.service
Before: sysinit.target
After: systemd-journald-audit.socket
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
After: system.slice
After: syslog.socket
TriggeredBy: systemd-journald-audit.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-dev-log.socket
References: sysinit.target
References: systemd-journald-audit.socket
References: systemd-journald.socket
References: systemd-journald-dev-log.socket
References: system.slice
References: syslog.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: ready
Main PID: 165
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 165
Start Timestamp: Sat 2015-09-26 08:56:07 PDT
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 0
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: network.target
Before: networking.service
References: shutdown.target
ReferencedBy: systemd-networkd.service
ReferencedBy: network.target
ReferencedBy: networking.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit saslauthd.service:
Description: saslauthd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: saslauthd.service
Before: postfix.service
ReferencedBy: postfix.service
-> Unit sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: WDC_WD1600BB-00DWA0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997.device
Following Set Member: dev-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
WantedBy: systemd-networkd.service
WantedBy: networking.service
Conflicts: shutdown.target
Before: systemd-resolved.service
Before: ssh.service
Before: bind9.service
Before: dovecot.service
Before: mysql.service
Before: openvpn.service
Before: network-online.target
Before: fail2ban.service
Before: rc-local.service
After: systemd-networkd.service
After: network-pre.target
After: networking.service
References: shutdown.target
References: network-pre.target
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-networkd.service
ReferencedBy: dovecot.service
ReferencedBy: rc-local.service
ReferencedBy: mysql.service
ReferencedBy: fail2ban.service
ReferencedBy: networking.service
ReferencedBy: ssh.service
ReferencedBy: bind9.service
ReferencedBy: openvpn.service
ReferencedBy: network-online.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit clamav-daemon.service:
Description: Clam AntiVirus userspace daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/clamav-daemon.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: clamav-daemon.service
Documentation: man:clamd(8)
Documentation: man:clamd.conf(5)
Documentation: http://www.clamav.net/lang/en/doc/
Fragment Path: /lib/systemd/system/clamav-daemon.service
ConditionPathExistsGlob: /var/lib/clamav/daily.{c[vl]d,inc} succeeded
ConditionPathExistsGlob: /var/lib/clamav/main.{c[vl]d,inc} succeeded
Condition Timestamp: Sat 2015-09-26 08:56:34 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:34 PDT
Assert Result: yes
Requires: basic.target
Requires: clamav-daemon.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: postfix.service
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: clamav-daemon.socket
TriggeredBy: clamav-daemon.socket
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: clamav-daemon.socket
ReferencedBy: postfix.service
ReferencedBy: multi-user.target
ReferencedBy: clamav-daemon.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 743
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/clamd --foreground=true
PID: 743
Start Timestamp: Sat 2015-09-26 08:56:34 PDT
-> ExecReload:
Command Line: /bin/kill -USR2 $MAINPID
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Enter Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel4.target
Name: runlevel2.target
Name: runlevel3.target
Name: multi-user.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Sat 2015-09-26 09:00:02 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 09:00:02 PDT
Assert Result: yes
Requires: basic.target
Wants: amavisd-snmp-subagent.service
Wants: getty.target
Wants: dovecot.service
Wants: stunnel4.service
Wants: systemd-logind.service
Wants: inetd.service
Wants: portmap.service
Wants: dbus.service
Wants: clamav-freshclam.service
Wants: fetchmail.service
Wants: remote-fs.target
Wants: apache2.service
Wants: openvpn.service
Wants: amavis.service
Wants: clamav-daemon.service
Wants: cucm.service
Wants: postgrey.service
Wants: systemd-ask-password-wall.path
Wants: ntp.service
Wants: fail2ban.service
Wants: smartd.service
Wants: runit.service
Wants: mysql.service
Wants: dahdi.service
Wants: nfs-common.service
Wants: postfix.service
Wants: spamassassin.service
Wants: openvpn at server.service
Wants: dspam.service
Wants: bind9.service
Wants: rsyslog.service
Wants: asterisk.service
Wants: systemd-user-sessions.service
Wants: gdomap.service
Wants: amavis-mc.service
Wants: rc-local.service
Wants: irqbalance.service
Wants: cron.service
Wants: ssh.service
Wants: systemd-update-utmp-runlevel.service
RequiredBy: graphical.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: rescue.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
After: ssh.service
After: rc-local.service
After: rsyslog.service
After: bind9.service
After: fail2ban.service
After: postfix.service
After: amavis.service
After: clamav-freshclam.service
After: runit.service
After: amavis-mc.service
After: rescue.service
After: ntp.service
After: irqbalance.service
After: spamassassin.service
After: systemd-logind.service
After: dbus.service
After: gdomap.service
After: asterisk.service
After: clamav-daemon.service
After: nfs-common.service
After: mysql.service
After: basic.target
After: amavisd-snmp-subagent.service
After: smartd.service
After: openvpn.service
After: dspam.service
After: systemd-networkd.service
After: postgrey.service
After: openvpn at server.service
After: rescue.target
After: stunnel4.service
After: dahdi.service
After: systemd-user-sessions.service
After: portmap.service
After: getty.target
After: fetchmail.service
After: cucm.service
After: dovecot.service
After: cron.service
After: inetd.service
After: apache2.service
References: gdomap.service
References: amavisd-snmp-subagent.service
References: amavis-mc.service
References: runit.service
References: fetchmail.service
References: dbus.service
References: remote-fs.target
References: postgrey.service
References: rescue.target
References: bind9.service
References: systemd-logind.service
References: mysql.service
References: postfix.service
References: spamassassin.service
References: rsyslog.service
References: rescue.service
References: stunnel4.service
References: systemd-user-sessions.service
References: inetd.service
References: openvpn.service
References: portmap.service
References: ntp.service
References: asterisk.service
References: clamav-freshclam.service
References: dovecot.service
References: clamav-daemon.service
References: nfs-common.service
References: basic.target
References: apache2.service
References: smartd.service
References: irqbalance.service
References: rc-local.service
References: fail2ban.service
References: cron.service
References: dahdi.service
References: ssh.service
References: amavis.service
References: systemd-ask-password-wall.path
References: openvpn at server.service
References: shutdown.target
References: dspam.service
References: getty.target
References: systemd-update-utmp-runlevel.service
References: cucm.service
ReferencedBy: amavis.service
ReferencedBy: graphical.target
ReferencedBy: dspam.service
ReferencedBy: gdomap.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: postgrey.service
ReferencedBy: irqbalance.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: amavis-mc.service
ReferencedBy: portmap.service
ReferencedBy: apache2.service
ReferencedBy: postfix.service
ReferencedBy: fetchmail.service
ReferencedBy: nfs-common.service
ReferencedBy: cucm.service
ReferencedBy: dahdi.service
ReferencedBy: ntp.service
ReferencedBy: systemd-networkd.service
ReferencedBy: stunnel4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: systemd-udevd.service
WantedBy: sockets.target
Before: systemd-udev-trigger.service
Before: systemd-udevd.service
Before: sockets.target
After: -.mount
After: -.slice
Triggers: systemd-udevd.service
References: -.mount
References: systemd-udevd.service
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-c1.scope:
Description: Session c1 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-c1.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c1.scope
DropIn Path: /run/systemd/system/session-c1.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c1.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c1.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c1.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c1.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit network-manager.service:
Description: network-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-manager.service
Before: cucm.service
ReferencedBy: cucm.service
-> Unit cucm.service:
Description: LSB: cucm tunnel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cucm.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cucm.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/cucm.service
Source Path: /etc/init.d/cucm
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: network-online.target
After: basic.target
After: remote-fs.target
After: network-manager.service
After: systemd-journald.socket
After: systemd-journald-dev-log.socket
References: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: network-online.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: network-manager.service
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/cucm start
PID: 672
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/cucm stop
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
WantedBy: sockets.target
Before: systemd-initctl.service
Before: sockets.target
After: -.mount
After: -.slice
Triggers: systemd-initctl.service
References: -.mount
References: systemd-initctl.service
References: -.slice
References: sockets.target
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit fetchmail.service:
Description: LSB: init-Script for system wide fetchmail daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Enter Timestamp: Sat 2015-09-26 08:58:00 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/fetchmail.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: fetchmail.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/fetchmail.service
Source Path: /etc/init.d/fetchmail
Condition Timestamp: Sat 2015-09-26 08:57:59 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:59 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
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: systemd-journald.socket
After: basic.target
After: system.slice
After: exim4.service
After: postfix.service
After: nss-lookup.target
After: local-fs.target
After: mail-transport-agent.target
After: systemd-journald-dev-log.socket
After: remote-fs.target
References: network-online.target
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: system.slice
References: graphical.target
References: exim4.service
References: postfix.service
References: multi-user.target
References: nss-lookup.target
References: local-fs.target
References: systemd-journald-dev-log.socket
References: mail-transport-agent.target
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/fetchmail start
PID: 1780
Start Timestamp: Sat 2015-09-26 08:57:59 PDT
Exit Timestamp: Sat 2015-09-26 08:58:00 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/fetchmail stop
-> Unit sys-devices-pnp0-00:05-tty-ttyS1.device:
Description: /sys/devices/pnp0/00:05/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pnp0-00:05-tty-ttyS1.device
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS1
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-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: Sat 2015-09-26 08:56:05 PDT
Condition Result: no
Wants: systemd-fsckd.socket
Wants: system.slice
WantedBy: local-fs.target
Before: shutdown.target
Before: local-fs.target
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: systemd-remount-fs.service
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
After: systemd-fsckd.socket
After: systemd-journald.socket
After: system.slice
References: systemd-fsckd.socket
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Sat 2015-09-26 08:56:34 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:34 PDT
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 at tty1.service
After: getty-static.service
References: shutdown.target
References: getty at tty1.service
References: getty-static.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-disk-by\x2duuid-02d9015b\x2de7f3\x2d49fb\x2da4be\x2dd4faee2d9c3c.device:
Description: WDC_WD1600BB-00DWA0 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-02d9015b\x2de7f3\x2d49fb\x2da4be\x2dd4faee2d9c3c.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit session-c3.scope:
Description: Session c3 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-c3.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c3.scope
DropIn Path: /run/systemd/system/session-c3.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c3.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c3.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c3.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c3.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-resolved.service
Documentation: man:systemd-resolved.service(8)
Fragment Path: /lib/systemd/system/systemd-resolved.service
Requires: basic.target
Wants: system.slice
Wants: org.freedesktop.resolve1.busname
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-networkd.service
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
After: org.freedesktop.resolve1.busname
TriggeredBy: org.freedesktop.resolve1.busname
References: systemd-networkd.service
References: basic.target
References: shutdown.target
References: network.target
References: systemd-journald.socket
References: system.slice
References: org.freedesktop.resolve1.busname
ReferencedBy: org.freedesktop.resolve1.busname
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
-> Unit systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service:
Description: File System Check on /dev/disk/by-uuid/c17a0298-8628-4adb-964e-a7085f4a350f
Instance: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2015-09-26 08:56:11 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:11 PDT
Assert Result: yes
Wants: systemd-fsckd.socket
Wants: system-systemd\x2dfsck.slice
BindsTo: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
RequiredByOverridable: boot.mount
Before: boot.mount
Before: shutdown.target
After: systemd-fsck-root.service
After: systemd-fsckd.socket
After: systemd-journald.socket
After: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
After: local-fs-pre.target
After: system-systemd\x2dfsck.slice
References: systemd-fsck-root.service
References: systemd-fsckd.socket
References: shutdown.target
References: systemd-journald.socket
References: dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.device
References: local-fs-pre.target
References: system-systemd\x2dfsck.slice
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
PID: 270
Start Timestamp: Sat 2015-09-26 08:56:11 PDT
Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Code: exited
Exit Status: 0
-> Unit amavis-mc.service:
Description: LSB: Startup script for amavis master supervisor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:36 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:38 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/amavis-mc.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: amavis-mc.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavis-mc.service
Source Path: /etc/init.d/amavis-mc
Condition Timestamp: Sat 2015-09-26 08:57:36 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:36 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: amavisd-snmp-subagent.service
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: amavis.service
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: remote-fs.target
References: basic.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: graphical.target
References: amavis.service
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/amavis-mc start
PID: 1453
Start Timestamp: Sat 2015-09-26 08:57:36 PDT
Exit Timestamp: Sat 2015-09-26 08:57:38 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavis-mc stop
-> Unit sys-subsystem-net-devices-eth1.device:
Description: RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-eth1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1e.0-0000:01:05.0-net-eth1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1e.0/0000:01:05.0/net/eth1
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-getty.slice
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: getty at tty1.service
Conflicts: shutdown.target
Before: shutdown.target
Before: getty at tty1.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
DropIn Path: /run/systemd/generator/remote-fs.target.d/50-insserv.conf.conf
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Wants: remote-fs-pre.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: gdomap.service
Before: irqbalance.service
Before: fetchmail.service
Before: dahdi.service
Before: apache2.service
Before: postgrey.service
Before: ntp.service
Before: amavisd-snmp-subagent.service
Before: stunnel4.service
Before: amavis-mc.service
Before: postfix.service
Before: systemd-user-sessions.service
Before: cucm.service
Before: amavis.service
Before: kbd.service
Before: dspam.service
Before: console-screen.service
After: remote-fs-pre.target
After: local-fs.target
References: shutdown.target
References: remote-fs-pre.target
References: local-fs.target
ReferencedBy: console-screen.service
ReferencedBy: gdomap.service
ReferencedBy: irqbalance.service
ReferencedBy: fetchmail.service
ReferencedBy: dahdi.service
ReferencedBy: apache2.service
ReferencedBy: postgrey.service
ReferencedBy: ntp.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: stunnel4.service
ReferencedBy: amavis-mc.service
ReferencedBy: postfix.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: cucm.service
ReferencedBy: amavis.service
ReferencedBy: kbd.service
ReferencedBy: dspam.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: paths.target
Before: systemd-ask-password-wall.service
After: -.mount
Triggers: systemd-ask-password-wall.service
References: -.mount
References: shutdown.target
References: paths.target
References: systemd-ask-password-wall.service
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-networkd.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-tmpfiles-setup.service
Before: systemd-udevd.service
Before: systemd-timesyncd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: display-manager.service
WantedBy: graphical.target
Before: graphical.target
ReferencedBy: graphical.target
-> Unit amavisd-snmp-subagent.service:
Description: LSB: Startup script for amavis snmp subagent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:38 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:39 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/amavisd-snmp-subagent.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: amavisd-snmp-subagent.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/amavisd-snmp-subagent.service
Source Path: /etc/init.d/amavisd-snmp-subagent
Condition Timestamp: Sat 2015-09-26 08:57:38 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:38 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: remote-fs.target
After: systemd-journald.socket
After: basic.target
After: systemd-journald-dev-log.socket
After: amavis-mc.service
After: amavis.service
After: snmpd.service
References: system.slice
References: remote-fs.target
References: systemd-journald.socket
References: basic.target
References: systemd-journald-dev-log.socket
References: amavis-mc.service
References: shutdown.target
References: graphical.target
References: amavis.service
References: snmpd.service
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/amavisd-snmp-subagent start
PID: 1464
Start Timestamp: Sat 2015-09-26 08:57:38 PDT
Exit Timestamp: Sat 2015-09-26 08:57:39 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/amavisd-snmp-subagent stop
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: cron.service
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 669
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
EnvironmentFile: -/etc/default/cron
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 669
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:17 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rpcbind.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Source Path: /etc/insserv.conf.d/rpcbind
DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-portmap-$portmap.conf
DropIn Path: /run/systemd/generator/rpcbind.target.d/50-hard-dependency-rpcbind-$portmap.conf
DropIn Path: /run/systemd/generator/rpcbind.target.d/50-portmap-$portmap.conf
Condition Timestamp: Sat 2015-09-26 08:56:17 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:17 PDT
Assert Result: yes
Requires: rpcbind.service
WantedBy: portmap.service
WantedBy: rpcbind.service
Conflicts: shutdown.target
Before: nfs-common.service
After: portmap.service
After: rpcbind.service
References: shutdown.target
References: rpcbind.service
ReferencedBy: nfs-common.service
ReferencedBy: portmap.service
ReferencedBy: rpcbind.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Requires: -.mount
Requires: tmp.mount
Requires: boot.mount
Wants: systemd-fsck-root.service
Wants: systemd-remount-fs.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: remote-fs.target
Before: dovecot.service
Before: systemd-tmpfiles-setup.service
Before: rpcbind.service
Before: fetchmail.service
Before: dahdi.service
Before: apache2.service
Before: systemd-machine-id-commit.service
Before: postgrey.service
Before: sysinit.target
Before: portmap.service
Before: stunnel4.service
Before: postfix.service
Before: networking.service
Before: systemd-tmpfiles-clean.service
Before: amavis.service
Before: dspam.service
Before: console-screen.service
After: boot.mount
After: run-user-0.mount
After: run-rpc_pipefs.mount
After: local-fs-pre.target
After: systemd-fsck-root.service
After: tmp.mount
After: -.mount
After: systemd-remount-fs.service
After: run-user-5224.mount
OnFailure: emergency.target
References: tmp.mount
References: -.mount
References: emergency.target
References: systemd-remount-fs.service
References: local-fs-pre.target
References: shutdown.target
References: boot.mount
References: systemd-fsck-root.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: portmap.service
ReferencedBy: tmp.mount
ReferencedBy: rpcbind.service
ReferencedBy: console-screen.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: networking.service
ReferencedBy: amavis.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: dovecot.service
ReferencedBy: -.mount
ReferencedBy: dspam.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: run-user-5224.mount
ReferencedBy: remote-fs.target
ReferencedBy: fetchmail.service
ReferencedBy: stunnel4.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: dahdi.service
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: sysinit.target
ReferencedBy: postfix.service
ReferencedBy: apache2.service
ReferencedBy: boot.mount
ReferencedBy: run-user-0.mount
ReferencedBy: postgrey.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: run-user-0.mount
ConflictedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
ConflictedBy: tmp.mount
ConflictedBy: run-rpc_pipefs.mount
ConflictedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ConflictedBy: dev-sda3.swap
ConflictedBy: boot.mount
ConflictedBy: run-user-5224.mount
After: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
After: dev-sda3.swap
After: run-user-0.mount
After: tmp.mount
After: run-rpc_pipefs.mount
After: boot.mount
After: run-user-5224.mount
After: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: run-user-0.mount
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
ReferencedBy: tmp.mount
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: dev-sda3.swap
ReferencedBy: boot.mount
ReferencedBy: run-user-5224.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dbus.service
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Requires: dbus.socket
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
After: dbus.socket
TriggeredBy: dbus.socket
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: dbus.socket
ReferencedBy: systemd-networkd.service
ReferencedBy: multi-user.target
ReferencedBy: dbus.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 673
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -900
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
PID: 673
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit stunnel4.service:
Description: LSB: Start or stop stunnel 4.x (SSL tunnel for network daemons)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/stunnel4.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: stunnel4.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/stunnel4.service
Source Path: /etc/init.d/stunnel4
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: local-fs.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: remote-fs.target
References: basic.target
References: local-fs.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/stunnel4 start
PID: 631
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/stunnel4 reload
-> ExecStop:
Command Line: /etc/init.d/stunnel4 stop
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-sysctl.service
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: shutdown.target
Before: sysinit.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: systemd-networkd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 146
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:06 PDT
Exit Code: exited
Exit Status: 0
-> Unit postgresql-8.4.service:
Description: postgresql-8.4.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql-8.4.service
Before: dspam.service
ReferencedBy: dspam.service
-> Unit asterisk.service:
Description: Asterisk PBX
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/asterisk.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: asterisk.service
Documentation: man:asterisk(8)
Fragment Path: /lib/systemd/system/asterisk.service
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: -.mount
After: network-online.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: -.mount
References: network-online.target
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
RequiresMountsFor: /var/lib/asterisk
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 630
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /var/lib/asterisk
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/asterisk -g -f -U asterisk
PID: 630
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
-> ExecReload:
Command Line: /usr/sbin/asterisk -rx 'core reload'
-> Unit run-user-5224.mount:
Description: /run/user/5224
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-5224.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-5224.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: -.mount
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
References: umount.target
References: -.mount
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/5224
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=102216k,mode=700,uid=5224,gid=5224
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
Description: WDC_WD1600BB-00DWA0 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
Following Set Member: dev-sda3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit run-user-0.mount:
Description: /run/user/0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Enter Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-user-0.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-user-0.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: -.mount
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
References: umount.target
References: -.mount
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/user/0
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=102216k,mode=700
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit user-5224.slice:
Description: user-5224.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user.slice
CGroup: /user.slice/user-5224.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: user-5224.slice
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Wants: user.slice
WantedBy: session-c3.scope
WantedBy: user at 5224.service
WantedBy: session-1.scope
WantedBy: session-c7.scope
WantedBy: session-c6.scope
WantedBy: session-c5.scope
WantedBy: session-c1.scope
Conflicts: shutdown.target
Before: session-c6.scope
Before: shutdown.target
Before: user at 5224.service
Before: session-c5.scope
Before: session-c3.scope
Before: session-c1.scope
Before: session-c7.scope
Before: session-1.scope
After: user.slice
References: user.slice
References: shutdown.target
ReferencedBy: session-c3.scope
ReferencedBy: user at 5224.service
ReferencedBy: session-1.scope
ReferencedBy: session-c7.scope
ReferencedBy: session-c6.scope
ReferencedBy: session-c5.scope
ReferencedBy: session-c1.scope
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit exim4.service:
Description: exim4.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: exim4.service
Before: fetchmail.service
ReferencedBy: fetchmail.service
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty at tty1.service
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Sat 2015-09-26 08:56:34 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:34 PDT
Assert Result: yes
Requires: basic.target
Wants: system-getty.slice
WantedBy: getty.target
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: basic.target
After: rc-local.service
After: system-getty.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
After: plymouth-quit-wait.service
References: getty.target
References: rc-local.service
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: plymouth-quit-wait.service
References: systemd-user-sessions.service
References: system-getty.slice
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 756
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear %I $TERM
PID: 756
Start Timestamp: Sat 2015-09-26 08:56:34 PDT
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-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/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd failed
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Sat 2015-09-26 08:56:13 PDT
Condition Result: no
Requires: -.mount
Requires: tmp.mount
Wants: system.slice
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: time-sync.target
Before: sysinit.target
After: systemd-sysusers.service
After: -.mount
After: tmp.mount
After: systemd-tmpfiles-setup.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-tmpfiles-setup.service
References: systemd-journald.socket
References: time-sync.target
References: shutdown.target
References: systemd-remount-fs.service
References: -.mount
References: tmp.mount
References: system.slice
References: sysinit.target
References: systemd-sysusers.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: no
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
-> Unit user at 0.service:
Description: User Manager for UID 0
Instance: 0
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Enter Timestamp: Sat 2015-09-26 08:58:30 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: user-0.slice
CGroup: /user.slice/user-0.slice/user at 0.service
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: user at 0.service
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Sat 2015-09-26 08:58:29 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:58:29 PDT
Assert Result: yes
Requires: basic.target
Wants: user-0.slice
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: systemd-user-sessions.service
After: systemd-journald.socket
After: user-0.slice
References: basic.target
References: shutdown.target
References: systemd-user-sessions.service
References: systemd-journald.socket
References: user-0.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 1846
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 0
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 1846
Start Timestamp: Sat 2015-09-26 08:58:29 PDT
Status Text: Startup finished in 456ms.
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit postfix.service:
Description: LSB: Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:49 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/postfix.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: postfix.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/postfix.service
Source Path: /etc/init.d/postfix
DropIn Path: /run/systemd/generator/postfix.service.d/50-postfix-$mail-transport-agent.conf
Condition Timestamp: Sat 2015-09-26 08:57:49 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:49 PDT
Assert Result: yes
Requires: basic.target
Wants: mail-transport-agent.target
Wants: network-online.target
Wants: system.slice
RequiredBy: mail-transport-agent.target
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: mail-transport-agent.target
Before: fetchmail.service
Before: multi-user.target
After: postgresql.service
After: local-fs.target
After: time-sync.target
After: mysql.service
After: remote-fs.target
After: basic.target
After: spamassassin.service
After: network-online.target
After: nss-lookup.target
After: postgrey.service
After: saslauthd.service
After: systemd-journald-dev-log.socket
After: system.slice
After: clamav-daemon.service
After: dovecot.service
After: systemd-journald.socket
References: postgresql.service
References: local-fs.target
References: time-sync.target
References: mysql.service
References: remote-fs.target
References: basic.target
References: spamassassin.service
References: multi-user.target
References: network-online.target
References: nss-lookup.target
References: postgrey.service
References: mail-transport-agent.target
References: graphical.target
References: shutdown.target
References: saslauthd.service
References: systemd-journald-dev-log.socket
References: system.slice
References: dovecot.service
References: clamav-daemon.service
References: systemd-journald.socket
ReferencedBy: graphical.target
ReferencedBy: mail-transport-agent.target
ReferencedBy: fetchmail.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/postfix start
PID: 1591
Start Timestamp: Sat 2015-09-26 08:57:49 PDT
Exit Timestamp: Sat 2015-09-26 08:57:59 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/postfix reload
-> ExecStop:
Command Line: /etc/init.d/postfix stop
-> Unit clamav-daemon.socket:
Description: Socket for Clam AntiVirus userspace daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.socket
Documentation: man:clamd(8)
Documentation: man:clamd.conf(5)
Documentation: http://www.clamav.net/lang/en/doc/
Fragment Path: /lib/systemd/system/clamav-daemon.socket
DropIn Path: /etc/systemd/system/clamav-daemon.socket.d/extend.conf
ConditionPathExistsGlob: /var/lib/clamav/daily.{c[vl]d,inc} succeeded
ConditionPathExistsGlob: /var/lib/clamav/main.{c[vl]d,inc} succeeded
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Wants: -.slice
RequiredBy: clamav-daemon.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: shutdown.target
Before: clamav-daemon.service
Before: sockets.target
After: -.mount
After: -.slice
After: sysinit.target
Triggers: clamav-daemon.service
References: sysinit.target
References: -.mount
References: shutdown.target
References: clamav-daemon.service
References: -.slice
References: sockets.target
ReferencedBy: clamav-daemon.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/clamav/clamd.ctl
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
SELinuxContextFromNet: no
OwnerUser: clamav
OwnerGroup: clamav
ListenStream: /var/run/clamav/clamd.ctl
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: mysql.service
Before: console-kit-daemon.service
ReferencedBy: mysql.service
ReferencedBy: console-kit-daemon.service
-> Unit sys-devices-pci0000:00-0000:00:1e.0-0000:01:02.0-net-eth0.device:
Description: 82557/8/9/0/1 Ethernet Pro 100 (EtherExpress PRO/100+ Server Adapter (PILA8470B))
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1e.0-0000:01:02.0-net-eth0.device
Following Set Member: sys-subsystem-net-devices-eth0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1e.0/0000:01:02.0/net/eth0
-> Unit sys-subsystem-net-devices-tun20.device:
Description: /sys/subsystem/net/devices/tun20
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:02 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:02 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-tun20.device
Following Set Member: sys-devices-virtual-net-tun20.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun20
-> Unit sys-devices-pnp0-00:04-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:04/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pnp0-00:04-tty-ttyS0.device
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:04/tty/ttyS0
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart4.device:
Description: WDC_WD1600BB-00DWA0 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart4.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2duuid-02d9015b\x2de7f3\x2d49fb\x2da4be\x2dd4faee2d9c3c.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-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
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-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: Sat 2015-09-26 08:56:06 PDT
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udev-trigger.service
Before: systemd-update-done.service
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-update-done.service
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: sysinit.target
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit gdomap.service:
Description: LSB: Start the GNUstep distributed object mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/gdomap.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: gdomap.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/gdomap.service
Source Path: /etc/init.d/gdomap
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: remote-fs.target
References: graphical.target
References: systemd-journald-dev-log.socket
References: basic.target
References: system.slice
References: systemd-journald.socket
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/gdomap start
PID: 663
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/gdomap stop
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-tmpfiles-clean.timer
After: local-fs.target
After: systemd-journald.socket
After: system.slice
After: time-sync.target
TriggeredBy: systemd-tmpfiles-clean.timer
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: time-sync.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x10
Name: system.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: -.slice
WantedBy: systemd-machine-id-commit.service
WantedBy: ntp.service
WantedBy: dahdi.service
WantedBy: networking.service
WantedBy: rc-local.service
WantedBy: systemd-journal-flush.service
WantedBy: clamav-daemon.service
WantedBy: systemd-update-utmp-runlevel.service
WantedBy: system-getty.slice
WantedBy: systemd-ask-password-console.service
WantedBy: systemd-logind.service
WantedBy: dovecot.service
WantedBy: systemd-localed.service
WantedBy: irqbalance.service
WantedBy: dev-hugepages.mount
WantedBy: cron.service
WantedBy: systemd-fsckd.service
WantedBy: nfs-common.service
WantedBy: smartd.service
WantedBy: systemd-initctl.service
WantedBy: systemd-remount-fs.service
WantedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
WantedBy: portmap.service
WantedBy: clamav-freshclam.service
WantedBy: systemd-networkd.service
WantedBy: sys-kernel-debug.mount
WantedBy: sys-fs-fuse-connections.mount
WantedBy: stunnel4.service
WantedBy: run-user-5224.mount
WantedBy: runit.service
WantedBy: systemd-random-seed.service
WantedBy: dspam.service
WantedBy: gdomap.service
WantedBy: debian-fixup.service
WantedBy: systemd-sysctl.service
WantedBy: polkitd.service
WantedBy: console-kit-log-system-start.service
WantedBy: openvpn.service
WantedBy: dev-sda3.swap
WantedBy: getty-static.service
WantedBy: keymap.service
WantedBy: systemd-update-utmp.service
WantedBy: kbd.service
WantedBy: acpid.service
WantedBy: systemd-hostnamed.service
WantedBy: hdparm.service
WantedBy: console-kit-daemon.service
WantedBy: postgrey.service
WantedBy: rpcbind.service
WantedBy: systemd-fsck-root.service
WantedBy: rsyslog.service
WantedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
WantedBy: systemd-timedated.service
WantedBy: dbus.service
WantedBy: mysql.service
WantedBy: spamassassin.service
WantedBy: run-user-0.mount
WantedBy: amavis-mc.service
WantedBy: slices.target
WantedBy: systemd-hwdb-update.service
WantedBy: systemd-timesyncd.service
WantedBy: system-openvpn.slice
WantedBy: asterisk.service
WantedBy: system-systemd\x2dfsck.slice
WantedBy: systemd-user-sessions.service
WantedBy: systemd-modules-load.service
WantedBy: emergency.service
WantedBy: kmod-static-nodes.service
WantedBy: -.mount
WantedBy: boot.mount
WantedBy: run-rpc_pipefs.mount
WantedBy: systemd-ask-password-wall.service
WantedBy: fail2ban.service
WantedBy: systemd-resolved.service
WantedBy: tmp.mount
WantedBy: systemd-tmpfiles-setup.service
WantedBy: inetd.service
WantedBy: systemd-udevd.service
WantedBy: apache2.service
WantedBy: systemd-binfmt.service
WantedBy: systemd-setup-dgram-qlen.service
WantedBy: bind9.service
WantedBy: systemd-udev-trigger.service
WantedBy: systemd-tmpfiles-setup-dev.service
WantedBy: systemd-tmpfiles-clean.service
WantedBy: amavis.service
WantedBy: proc-sys-fs-binfmt_misc.mount
WantedBy: rescue.service
WantedBy: ssh.service
WantedBy: console-screen.service
WantedBy: sys-kernel-config.mount
WantedBy: cucm.service
WantedBy: systemd-journald.service
WantedBy: amavisd-snmp-subagent.service
WantedBy: dev-mqueue.mount
WantedBy: fetchmail.service
WantedBy: postfix.service
Before: polkitd.service
Before: hdparm.service
Before: ntp.service
Before: kbd.service
Before: run-user-0.mount
Before: asterisk.service
Before: systemd-timedated.service
Before: ssh.service
Before: boot.mount
Before: gdomap.service
Before: system-getty.slice
Before: kmod-static-nodes.service
Before: system-systemd\x2dfsck.slice
Before: run-rpc_pipefs.mount
Before: openvpn.service
Before: networking.service
Before: keymap.service
Before: dspam.service
Before: systemd-fsck-root.service
Before: systemd-tmpfiles-setup.service
Before: systemd-tmpfiles-clean.service
Before: dev-mqueue.mount
Before: systemd-tmpfiles-setup-dev.service
Before: slices.target
Before: systemd-random-seed.service
Before: stunnel4.service
Before: dev-hugepages.mount
Before: bind9.service
Before: dahdi.service
Before: postfix.service
Before: systemd-udevd.service
Before: nfs-common.service
Before: postgrey.service
Before: dovecot.service
Before: rpcbind.service
Before: console-screen.service
Before: systemd-sysctl.service
Before: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Before: systemd-update-utmp.service
Before: sys-fs-fuse-connections.mount
Before: portmap.service
Before: dbus.service
Before: systemd-modules-load.service
Before: systemd-ask-password-console.service
Before: irqbalance.service
Before: runit.service
Before: systemd-hostnamed.service
Before: systemd-ask-password-wall.service
Before: emergency.service
Before: systemd-hwdb-update.service
Before: inetd.service
Before: systemd-binfmt.service
Before: systemd-update-utmp-runlevel.service
Before: clamav-freshclam.service
Before: sys-kernel-config.mount
Before: systemd-udev-trigger.service
Before: debian-fixup.service
Before: systemd-networkd.service
Before: proc-sys-fs-binfmt_misc.mount
Before: rescue.service
Before: run-user-5224.mount
Before: apache2.service
Before: fetchmail.service
Before: amavis-mc.service
Before: systemd-machine-id-commit.service
Before: fail2ban.service
Before: systemd-user-sessions.service
Before: acpid.service
Before: amavis.service
Before: system-openvpn.slice
Before: systemd-journald.service
Before: rc-local.service
Before: systemd-logind.service
Before: mysql.service
Before: systemd-journal-flush.service
Before: systemd-remount-fs.service
Before: spamassassin.service
Before: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Before: tmp.mount
Before: cron.service
Before: console-kit-daemon.service
Before: console-kit-log-system-start.service
Before: systemd-fsckd.service
Before: sys-kernel-debug.mount
Before: dev-sda3.swap
Before: -.mount
Before: amavisd-snmp-subagent.service
Before: cucm.service
Before: clamav-daemon.service
Before: systemd-setup-dgram-qlen.service
Before: systemd-localed.service
Before: systemd-timesyncd.service
Before: systemd-resolved.service
Before: smartd.service
Before: getty-static.service
Before: systemd-initctl.service
Before: rsyslog.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: networking.service
ReferencedBy: polkitd.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: kmod-static-nodes.service
ReferencedBy: cron.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: rsyslog.service
ReferencedBy: openvpn.service
ReferencedBy: irqbalance.service
ReferencedBy: ntp.service
ReferencedBy: systemd-journald.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: run-user-0.mount
ReferencedBy: slices.target
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: acpid.service
ReferencedBy: amavis-mc.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-localed.service
ReferencedBy: dbus.service
ReferencedBy: emergency.service
ReferencedBy: dspam.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: tmp.mount
ReferencedBy: rpcbind.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: dahdi.service
ReferencedBy: inetd.service
ReferencedBy: bind9.service
ReferencedBy: dovecot.service
ReferencedBy: systemd-timedated.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
ReferencedBy: systemd-sysctl.service
ReferencedBy: systemd-udevd.service
ReferencedBy: postgrey.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: asterisk.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: sys-kernel-config.mount
ReferencedBy: getty-static.service
ReferencedBy: system-openvpn.slice
ReferencedBy: mysql.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: smartd.service
ReferencedBy: systemd-setup-dgram-qlen.service
ReferencedBy: spamassassin.service
ReferencedBy: kbd.service
ReferencedBy: stunnel4.service
ReferencedBy: portmap.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: hdparm.service
ReferencedBy: clamav-freshclam.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: nfs-common.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: runit.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: debian-fixup.service
ReferencedBy: cucm.service
ReferencedBy: rescue.service
ReferencedBy: apache2.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: gdomap.service
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: keymap.service
ReferencedBy: boot.mount
ReferencedBy: dev-sda3.swap
ReferencedBy: console-kit-daemon.service
ReferencedBy: systemd-initctl.service
ReferencedBy: fail2ban.service
ReferencedBy: systemd-resolved.service
ReferencedBy: console-screen.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: postfix.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: system-getty.slice
ReferencedBy: run-user-5224.mount
ReferencedBy: fetchmail.service
ReferencedBy: clamav-daemon.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: ssh.service
ReferencedBy: amavis.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit org.freedesktop.locale1.busname:
Description: Locale Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.locale1.busname
Documentation: man:systemd-localed.service(8)
Documentation: man:locale.conf(5)
Documentation: man:vconsole.conf(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/localed
Fragment Path: /lib/systemd/system/org.freedesktop.locale1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-localed.service
Before: busnames.target
After: sysinit.target
Triggers: systemd-localed.service
References: shutdown.target
References: systemd-localed.service
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-localed.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.locale1
Activating: yes
Accept FD: yes
-> Unit sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
Description: WDC_WD1600BB-00DWA0 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart4.device
Following Set Member: dev-disk-by\x2duuid-02d9015b\x2de7f3\x2d49fb\x2da4be\x2dd4faee2d9c3c.device
Following Set Member: dev-sda4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionPathExists: /sys/fs/fuse/connections failed
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: no
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-modules-load.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit postgrey.service:
Description: LSB: Start/stop the postgrey daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:08 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/postgrey.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: postgrey.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/postgrey.service
Source Path: /etc/init.d/postgrey
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: postfix.service
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: system.slice
References: systemd-journald.socket
References: remote-fs.target
References: basic.target
References: local-fs.target
References: systemd-journald-dev-log.socket
References: shutdown.target
References: graphical.target
References: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: postfix.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/postgrey start
PID: 644
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
Exit Timestamp: Sat 2015-09-26 08:57:08 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/postgrey reload
-> ExecStop:
Command Line: /etc/init.d/postgrey stop
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.target
Name: runlevel1.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service
Requires: sysinit.target
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: multi-user.target
Before: graphical.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
After: rescue.service
After: sysinit.target
References: shutdown.target
References: rescue.service
References: systemd-update-utmp-runlevel.service
References: sysinit.target
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: dead
-> Unit keymap.service:
Description: LSB: Set keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:08 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/keymap.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: keymap.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/keymap.service
Source Path: /etc/init.d/keymap.sh
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: mountdevsubfs.service
After: systemd-journald.socket
After: system.slice
References: mountdevsubfs.service
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/keymap.sh start
PID: 137
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:08 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/keymap.sh reload
-> ExecStop:
Command Line: /etc/init.d/keymap.sh stop
-> Unit inetd.service:
Description: Internet superserver
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:19 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/inetd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: inetd.service
Documentation: man:inetd(8)
Fragment Path: /lib/systemd/system/inetd.service
ConditionPathExists: /etc/inetd.conf succeeded
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: systemd-journald.socket
After: system.slice
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 648
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/inetd -i
PID: 648
Start Timestamp: Sat 2015-09-26 08:56:19 PDT
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Wants: acpid.path
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: acpid.path
After: systemd-ask-password-console.path
After: systemd-ask-password-wall.path
References: acpid.path
References: shutdown.target
ReferencedBy: acpid.path
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: Sat 2015-09-26 09:00:02 PDT
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sat 2015-09-26 09:00:02 PDT
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Sat 2015-09-26 09:00:02 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 09:00:02 PDT
Assert Result: yes
Requires: -.mount
Requisite: systemd-update-utmp.service
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
WantedBy: rescue.target
Conflicts: shutdown.target
Before: shutdown.target
After: graphical.target
After: multi-user.target
After: system.slice
After: rescue.target
After: -.mount
After: systemd-journald.socket
After: systemd-update-utmp.service
References: graphical.target
References: multi-user.target
References: system.slice
References: rescue.target
References: -.mount
References: systemd-journald.socket
References: shutdown.target
References: systemd-update-utmp.service
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 2439
Start Timestamp: Sat 2015-09-26 09:00:02 PDT
Exit Timestamp: Sat 2015-09-26 09:00:02 PDT
Exit Code: exited
Exit Status: 0
-> Unit dahdi.service:
Description: LSB: DAHDI kernel modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dahdi.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dahdi.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/dahdi.service
Source Path: /etc/init.d/dahdi
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: network-online.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: network-online.target
After: basic.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: local-fs.target
References: network-online.target
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: system.slice
References: graphical.target
References: multi-user.target
References: local-fs.target
References: systemd-journald-dev-log.socket
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/dahdi start
PID: 664
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/dahdi reload
-> ExecStop:
Command Line: /etc/init.d/dahdi stop
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: no
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
References: shutdown.target
References: proc-sys-fs-binfmt_misc.automount
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit dovecot.service:
Description: Dovecot IMAP/POP3 email server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dovecot.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dovecot.service
Fragment Path: /lib/systemd/system/dovecot.service
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: postfix.service
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: dovecot.socket
After: local-fs.target
After: network.target
After: systemd-journald.socket
After: system.slice
TriggeredBy: dovecot.socket
References: basic.target
References: shutdown.target
References: local-fs.target
References: network.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: postfix.service
ReferencedBy: dovecot.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 635
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/dovecot -F
PID: 635
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: -.slice
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-initctl.service
Before: rpcbind.service
Before: kbd.service
Before: getty-static.service
Before: sys-fs-fuse-connections.mount
Before: sys-kernel-config.mount
Before: systemd-networkd.service
Before: dovecot.service
Before: boot.mount
Before: fetchmail.service
Before: amavis.service
Before: systemd-tmpfiles-setup-dev.service
Before: smartd.service
Before: polkitd.service
Before: systemd-udev-trigger.service
Before: user at 0.service
Before: mysql.service
Before: dahdi.service
Before: tmp.mount
Before: dbus.service
Before: bind9.service
Before: systemd-binfmt.service
Before: run-user-5224.mount
Before: sys-kernel-debug.mount
Before: ssh.service
Before: irqbalance.service
Before: postfix.service
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Before: systemd-journald.service
Before: inetd.service
Before: systemd-timesyncd.service
Before: debian-fixup.service
Before: postgrey.service
Before: systemd-fsck-root.service
Before: systemd-timedated.service
Before: openvpn at server.service
Before: systemd-tmpfiles-setup.service
Before: systemd-update-utmp-runlevel.service
Before: systemd-modules-load.service
Before: keymap.service
Before: systemd-hwdb-update.service
Before: dev-hugepages.mount
Before: systemd-tmpfiles-clean.service
Before: systemd-journal-flush.service
Before: asterisk.service
Before: systemd-localed.service
Before: apache2.service
Before: run-user-0.mount
Before: spamassassin.service
Before: systemd-user-sessions.service
Before: systemd-machine-id-commit.service
Before: cucm.service
Before: user at 5224.service
Before: rc-local.service
Before: systemd-ask-password-console.service
Before: openvpn.service
Before: systemd-remount-fs.service
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: gdomap.service
Before: ntp.service
Before: systemd-hostnamed.service
Before: dev-mqueue.mount
Before: systemd-fsckd.service
Before: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Before: dev-sda3.swap
Before: amavis-mc.service
Before: systemd-resolved.service
Before: hdparm.service
Before: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Before: systemd-random-seed.service
Before: dspam.service
Before: systemd-ask-password-wall.service
Before: networking.service
Before: systemd-sysctl.service
Before: nfs-common.service
Before: run-rpc_pipefs.mount
Before: sockets.target
Before: systemd-logind.service
Before: stunnel4.service
Before: console-kit-daemon.service
Before: cron.service
Before: clamav-freshclam.service
Before: kmod-static-nodes.service
Before: systemd-udevd.service
Before: runit.service
Before: amavisd-snmp-subagent.service
Before: console-screen.service
Before: fail2ban.service
Before: proc-sys-fs-binfmt_misc.mount
Before: clamav-daemon.service
Before: portmap.service
Before: console-kit-log-system-start.service
Before: getty at tty1.service
Before: systemd-update-utmp.service
After: -.mount
After: -.slice
Triggers: systemd-journald.service
References: -.mount
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: gdomap.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
ReferencedBy: systemd-timedated.service
ReferencedBy: console-screen.service
ReferencedBy: amavisd-snmp-subagent.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: kbd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: debian-fixup.service
ReferencedBy: console-kit-daemon.service
ReferencedBy: dahdi.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: asterisk.service
ReferencedBy: amavis.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: bind9.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-resolved.service
ReferencedBy: cron.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-logind.service
ReferencedBy: run-rpc_pipefs.mount
ReferencedBy: user at 5224.service
ReferencedBy: systemd-localed.service
ReferencedBy: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
ReferencedBy: run-user-0.mount
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: stunnel4.service
ReferencedBy: ntp.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: systemd-journald.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: dovecot.service
ReferencedBy: clamav-freshclam.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: hdparm.service
ReferencedBy: postgrey.service
ReferencedBy: dev-sda3.swap
ReferencedBy: systemd-random-seed.service
ReferencedBy: rpcbind.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: console-kit-log-system-start.service
ReferencedBy: systemd-hostnamed.service
ReferencedBy: mysql.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: openvpn.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: getty at tty1.service
ReferencedBy: sockets.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: networking.service
ReferencedBy: boot.mount
ReferencedBy: smartd.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: openvpn at server.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: postfix.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: dbus.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: run-user-5224.mount
ReferencedBy: keymap.service
ReferencedBy: amavis-mc.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: portmap.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: fail2ban.service
ReferencedBy: polkitd.service
ReferencedBy: cucm.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: fetchmail.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: nfs-common.service
ReferencedBy: systemd-udevd.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: spamassassin.service
ReferencedBy: apache2.service
ReferencedBy: user at 0.service
ReferencedBy: inetd.service
ReferencedBy: irqbalance.service
ReferencedBy: systemd-networkd.service
ReferencedBy: ssh.service
ReferencedBy: dspam.service
ReferencedBy: runit.service
ReferencedBy: clamav-daemon.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit console-kit-log-system-start.service:
Description: Console System Startup Logging
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/console-kit-log-system-start.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: console-kit-log-system-start.service
Fragment Path: /lib/systemd/system/console-kit-log-system-start.service
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Wants: system.slice
WantedBy: basic.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/sbin/ck-log-system-start
PID: 628
Start Timestamp: Sat 2015-09-26 08:56:18 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: -.mount
Wants: system.slice
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: emergency.service
ConflictedBy: multi-user.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
Before: rescue.target
After: -.mount
After: plymouth-start.service
After: system.slice
After: sysinit.target
References: -.mount
References: shutdown.target
References: plymouth-start.service
References: system.slice
References: sysinit.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
ReferencedBy: multi-user.target
ReferencedBy: rescue.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
Environment: HOME=/root
LimitNOFILE: 4096
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
-> ExecStartPre:
Command Line: /bin/plymouth quit
Command Line: /bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:06 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Requires: -.mount
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: -.mount
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit openvpn.service:
Description: OpenVPN service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/openvpn.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: openvpn.service
Fragment Path: /lib/systemd/system/openvpn.service
Condition Timestamp: Sat 2015-09-26 08:56:34 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:34 PDT
Assert Result: yes
Requires: -.mount
Requires: basic.target
Wants: openvpn at server.service
Wants: system.slice
WantedBy: multi-user.target
ConsistsOf: openvpn at server.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: -.mount
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
PropagatesReloadTo: openvpn at server.service
References: -.mount
References: basic.target
References: shutdown.target
References: network.target
References: openvpn at server.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: openvpn at server.service
ReferencedBy: multi-user.target
RequiresMountsFor: /etc/openvpn
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /etc/openvpn
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/true
PID: 742
Start Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Wants: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: yes
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: networking.service
ReferencedBy: networking.service
-> Unit sys-devices-pci0000:00-0000:00:1f.5-sound-card0.device:
Description: 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (GA-8PE667 Ultra)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.5-sound-card0.device
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.5/sound/card0
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.device:
Description: WDC_WD1600BB-00DWA0 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.device
Following Set Member: dev-sda3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Requires: -.mount
Wants: system.slice
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
After: systemd-journald.socket
After: system.slice
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: -.mount
References: systemd-journald.socket
References: system.slice
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:13 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sat 2015-09-26 08:56:12 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:12 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-update-utmp.service
Before: systemd-timesyncd.service
Before: sysinit.target
After: systemd-sysusers.service
After: systemd-journal-flush.service
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: systemd-sysusers.service
References: shutdown.target
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 304
Start Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Timestamp: Sat 2015-09-26 08:56:13 PDT
Exit Code: exited
Exit Status: 0
-> Unit dev-fd0.device:
Description: /dev/fd0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:09 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-fd0.device
Following: sys-devices-platform-floppy.0-block-fd0.device
Following Set Member: sys-devices-platform-floppy.0-block-fd0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/floppy.0/block/fd0
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit mail-transport-agent.target:
Description: Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:59 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mail-transport-agent.target
Fragment Path: /lib/systemd/system/mail-transport-agent.target
Source Path: /etc/insserv.conf.d/postfix
DropIn Path: /run/systemd/generator/mail-transport-agent.target.d/50-hard-dependency-postfix-$mail-transport-agent.conf
Condition Timestamp: Sat 2015-09-26 08:57:59 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:59 PDT
Assert Result: yes
Requires: postfix.service
WantedBy: postfix.service
Conflicts: shutdown.target
Before: fetchmail.service
After: postfix.service
References: postfix.service
References: shutdown.target
ReferencedBy: postfix.service
ReferencedBy: fetchmail.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit irqbalance.service:
Description: LSB: daemon to balance interrupts for SMP systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: irqbalance.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/irqbalance.service
Source Path: /etc/init.d/irqbalance
Condition Timestamp: Sat 2015-09-26 08:56:20 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:20 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
WantedBy: graphical.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: multi-user.target
After: basic.target
After: remote-fs.target
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: system.slice
References: graphical.target
References: systemd-journald-dev-log.socket
References: multi-user.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: remote-fs.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /etc/init.d/irqbalance start
PID: 670
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/irqbalance stop
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:08 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udevd.service
Name: udev.service
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
Wants: system.slice
Wants: systemd-udevd-kernel.socket
Wants: systemd-udevd-control.socket
WantedBy: systemd-udev-trigger.service
WantedBy: sysinit.target
Before: systemd-networkd.service
Before: hdparm.service
Before: sysinit.target
After: systemd-sysusers.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: system.slice
After: systemd-udevd-kernel.socket
After: systemd-udevd-control.socket
TriggeredBy: systemd-udevd-kernel.socket
TriggeredBy: systemd-udevd-control.socket
References: sysinit.target
References: systemd-sysusers.service
References: systemd-journald.socket
References: system.slice
References: systemd-udevd-kernel.socket
References: systemd-udevd-control.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: hdparm.service
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 172
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
OOMScoreAdjust: -1000
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 172
Start Timestamp: Sat 2015-09-26 08:56:07 PDT
Status Text: Processing...
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x1f
Name: -.slice
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/-.slice
WantedBy: systemd-initctl.socket
WantedBy: syslog.socket
WantedBy: dbus.socket
WantedBy: clamav-daemon.socket
WantedBy: slices.target
WantedBy: systemd-udevd-control.socket
WantedBy: systemd-journald-audit.socket
WantedBy: systemd-journald.socket
WantedBy: user.slice
WantedBy: init.scope
WantedBy: systemd-udevd-kernel.socket
WantedBy: systemd-journald-dev-log.socket
WantedBy: acpid.socket
WantedBy: dovecot.socket
WantedBy: system.slice
WantedBy: systemd-fsckd.socket
Before: systemd-initctl.socket
Before: syslog.socket
Before: dbus.socket
Before: clamav-daemon.socket
Before: slices.target
Before: systemd-udevd-control.socket
Before: systemd-journald-audit.socket
Before: systemd-journald.socket
Before: user.slice
Before: init.scope
Before: systemd-udevd-kernel.socket
Before: systemd-journald-dev-log.socket
Before: acpid.socket
Before: dovecot.socket
Before: system.slice
Before: systemd-fsckd.socket
References: slices.target
ReferencedBy: systemd-initctl.socket
ReferencedBy: syslog.socket
ReferencedBy: dbus.socket
ReferencedBy: clamav-daemon.socket
ReferencedBy: slices.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: user.slice
ReferencedBy: init.scope
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: acpid.socket
ReferencedBy: dovecot.socket
ReferencedBy: system.slice
ReferencedBy: systemd-fsckd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:20 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/acpid.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: acpid.service
Fragment Path: /lib/systemd/system/acpid.service
Condition Timestamp: Sat 2015-09-26 08:56:19 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:19 PDT
Assert Result: yes
Requires: basic.target
Requires: acpid.socket
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: acpid.path
After: basic.target
After: acpid.socket
After: system.slice
TriggeredBy: acpid.path
TriggeredBy: acpid.socket
References: basic.target
References: shutdown.target
References: acpid.socket
References: system.slice
ReferencedBy: acpid.path
ReferencedBy: acpid.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 660
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
EnvironmentFile: /etc/default/acpid
LimitNOFILE: 4096
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
PID: 660
Start Timestamp: Sat 2015-09-26 08:56:20 PDT
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: local-fs-pre.target
Before: systemd-udevd.service
Before: sysinit.target
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
After: kmod-static-nodes.service
References: sysinit.target
References: systemd-sysusers.service
References: shutdown.target
References: systemd-journald.socket
References: local-fs-pre.target
References: systemd-udevd.service
References: system.slice
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 152
Start Timestamp: Sat 2015-09-26 08:56:05 PDT
Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Code: exited
Exit Status: 0
-> Unit systemd-hostnamed.service:
Description: Hostname Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hostnamed.service
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/systemd-hostnamed.service
Requires: -.mount
Requires: basic.target
Requires: tmp.mount
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: basic.target
After: tmp.mount
After: org.freedesktop.hostname1.busname
After: systemd-journald.socket
After: system.slice
TriggeredBy: org.freedesktop.hostname1.busname
References: -.mount
References: basic.target
References: shutdown.target
References: tmp.mount
References: org.freedesktop.hostname1.busname
References: systemd-journald.socket
References: system.slice
ReferencedBy: org.freedesktop.hostname1.busname
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.hostname1
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateNetwork: yes
PrivateDevices: yes
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_admin
-> ExecStart:
Command Line: /lib/systemd/systemd-hostnamed
-> Unit org.freedesktop.network1.busname:
Description: Network Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.network1.busname
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/org.freedesktop.network1.busname
ConditionPathExists: /sys/fs/kdbus/0-system/ untested
Requires: sysinit.target
WantedBy: systemd-networkd.service
WantedBy: busnames.target
Conflicts: shutdown.target
Before: systemd-networkd.service
Before: shutdown.target
Before: busnames.target
After: sysinit.target
Triggers: systemd-networkd.service
References: systemd-networkd.service
References: shutdown.target
References: busnames.target
References: sysinit.target
ReferencedBy: systemd-networkd.service
ReferencedBy: busnames.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.network1
Activating: yes
Accept FD: yes
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: systemd-journald.service
References: -.slice
References: sockets.target
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: 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
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Before: rescue.service
Before: systemd-ask-password-console.path
Before: systemd-ask-password-console.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
-> Unit systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service:
Description: File System Check on /dev/disk/by-uuid/84d9c2f6-2643-464c-95b5-072863a1bc05
Instance: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:12 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sat 2015-09-26 08:56:11 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:11 PDT
Assert Result: yes
Wants: systemd-fsckd.socket
Wants: system-systemd\x2dfsck.slice
BindsTo: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
RequiredByOverridable: tmp.mount
Before: tmp.mount
Before: shutdown.target
After: systemd-fsck-root.service
After: systemd-fsckd.socket
After: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
After: systemd-journald.socket
After: local-fs-pre.target
After: system-systemd\x2dfsck.slice
References: systemd-fsck-root.service
References: systemd-fsckd.socket
References: shutdown.target
References: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
References: systemd-journald.socket
References: local-fs-pre.target
References: system-systemd\x2dfsck.slice
ReferencedBy: tmp.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck %f
PID: 272
Start Timestamp: Sat 2015-09-26 08:56:11 PDT
Exit Timestamp: Sat 2015-09-26 08:56:12 PDT
Exit Code: exited
Exit Status: 0
-> Unit dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device:
Description: WDC_WD1600BB-00DWA0 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.device
Following: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.1-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart2.device
Job Timeout: 1min 30s
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: tmp.mount
BoundBy: tmp.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: tmp.mount
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: tmp.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.1/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit polkitd.service:
Description: Authenticate and Authorize Users to Run Privileged Tasks
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:48 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:50 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/polkitd.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: polkitd.service
Fragment Path: /lib/systemd/system/polkitd.service
Condition Timestamp: Sat 2015-09-26 08:57:48 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:48 PDT
Assert Result: yes
Requires: basic.target
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: org.freedesktop.PolicyKit1.busname
After: basic.target
After: systemd-journald.socket
After: system.slice
References: org.freedesktop.PolicyKit1.busname
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1581
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
PID: 1581
Start Timestamp: Sat 2015-09-26 08:57:48 PDT
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:05 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: system-systemd\x2dfsck.slice
Condition Timestamp: Sat 2015-09-26 08:56:05 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:05 PDT
Assert Result: yes
Wants: system.slice
WantedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
Before: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-84d9c2f6\x2d2643\x2d464c\x2d95b5\x2d072863a1bc05.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-c17a0298\x2d8628\x2d4adb\x2d964e\x2da7085f4a350f.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Slice State: active
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:07 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sat 2015-09-26 08:56:07 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:07 PDT
Assert Result: yes
Wants: systemd-udevd.service
Wants: system.slice
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-udevd-control.socket
After: systemd-journald.socket
After: system.slice
After: systemd-udevd-kernel.socket
After: systemd-hwdb-update.service
References: systemd-udevd-kernel.socket
References: sysinit.target
References: systemd-udevd-control.socket
References: systemd-journald.socket
References: systemd-udevd.service
References: system.slice
References: systemd-hwdb-update.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 163
Start Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 166
Start Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Timestamp: Sat 2015-09-26 08:56:07 PDT
Exit Code: exited
Exit Status: 0
-> Unit dev-sda3.swap:
Description: /dev/sda3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:11 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/dev-sda3.swap
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: dev-sda3.swap
Following: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Following Set Member: dev-disk-by\x2duuid-af965c05\x2d19a0\x2d453d\x2db368\x2d7cbe0b311b10.swap
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD1600BB\x2d00DWA0_WD\x2dWMAEK1512997\x2dpart3.swap
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: umount.target
After: -.mount
After: systemd-journald.socket
After: system.slice
References: -.mount
References: systemd-journald.socket
References: system.slice
References: umount.target
RequiresMountsFor: /dev/sda3
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Swap State: active
Result: success
What: /dev/sda3
From /proc/swaps: yes
From fragment: no
Device Node: /dev/sda3
Priority: -1
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Sat 2015-09-26 08:56:18 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:56:18 PDT
Assert Result: yes
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
References: shutdown.target
References: systemd-tmpfiles-clean.timer
ReferencedBy: basic.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Target State: active
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:10 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Following: sys-devices-pnp0-00:05-tty-ttyS1.device
Following Set Member: sys-devices-pnp0-00:05-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:05/tty/ttyS1
-> Unit sys-devices-virtual-net-tun0.device:
Description: /sys/devices/virtual/net/tun0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:34 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-tun0.device
Following Set Member: sys-subsystem-net-devices-tun0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tun0
-> Unit session-c5.scope:
Description: Session c5 of user jejb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Enter Timestamp: Sat 2015-09-26 08:57:42 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-5224.slice
CGroup: /user.slice/user-5224.slice/session-c5.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c5.scope
DropIn Path: /run/systemd/system/session-c5.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-c5.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-c5.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-c5.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-c5.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:57:42 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:57:42 PDT
Assert Result: yes
Wants: user-5224.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-5224.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-5224.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: abandoned
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit run-rpc_pipefs.mount:
Description: /run/rpc_pipefs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Enter Timestamp: Sat 2015-09-26 08:56:18 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: /system.slice/run-rpc_pipefs.mount
CGroup realized: yes
CGroup mask: 0x10
CGroup members mask: 0x0
Name: run-rpc_pipefs.mount
Source Path: /proc/self/mountinfo
Requires: -.mount
Wants: system.slice
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: -.mount
After: systemd-journald.socket
After: local-fs-pre.target
After: system.slice
References: umount.target
References: -.mount
References: local-fs.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
RequiresMountsFor: /run
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: no
Mount State: mounted
Result: success
Where: /run/rpc_pipefs
What: rpc_pipefs
File System Type: rpc_pipefs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: no
DirectoryMode: 0755
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-2.scope:
Description: Session 2 of user root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
Inactive Exit Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Enter Timestamp: Sat 2015-09-26 08:58:29 PDT
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Slice: user-0.slice
CGroup: /user.slice/user-0.slice/session-2.scope
CGroup realized: yes
CGroup mask: 0x17
CGroup members mask: 0x0
Name: session-2.scope
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-logind\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-After-systemd-user-sessions\x2eservice.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Description.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-SendSIGHUP.conf
DropIn Path: /run/systemd/system/session-2.scope.d/50-Slice.conf
Condition Timestamp: Sat 2015-09-26 08:58:29 PDT
Condition Result: yes
Assert Timestamp: Sat 2015-09-26 08:58:29 PDT
Assert Result: yes
Wants: user-0.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user-0.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user-0.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
IgnoreOnSnapshot: yes
Scope State: running
Result: success
CPUAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
CPUShares=4294967295
StartupCPUShares=4294967295
CPUQuotaPerSecSec=infinity
BlockIOWeight=4294967295
StartupBlockIOWeight=4294967295
MemoryLimit=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
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Wants: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-vconsole-setup.service
After: systemd-ask-password-console.path
After: systemd-journald.socket
After: plymouth-start.service
After: system.slice
TriggeredBy: systemd-ask-password-console.path
References: shutdown.target
References: systemd-journald.socket
References: plymouth-start.service
References: system.slice
References: systemd-vconsole-setup.service
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateNetwork: no
PrivateDevices: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
LimitNOFILE: 4096
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit org.freedesktop.hostname1.busname:
Description: Hostname Service Bus Name
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.hostname1.busname
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
Fragment Path: /lib/systemd/system/org.freedesktop.hostname1.busname
Requires: sysinit.target
WantedBy: busnames.target
Conflicts: shutdown.target
Before: shutdown.target
Before: busnames.target
Before: systemd-hostnamed.service
After: sysinit.target
Triggers: systemd-hostnamed.service
References: shutdown.target
References: busnames.target
References: systemd-hostnamed.service
References: sysinit.target
ReferencedBy: busnames.target
ReferencedBy: systemd-hostnamed.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
IgnoreOnSnapshot: no
Bus Name State: dead
Result: success
Name: org.freedesktop.hostname1
Activating: yes
Accept FD: yes
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/paths.target.wants/acpid.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-freshclam.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/clamav-freshclam.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/bind9.service
==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/spamassassin.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dovecot.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dovecot.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/openvpn.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.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/smartd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/clamav-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/clamav-freshclam.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dovecot.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/mysql.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/spamassassin.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/asterisk.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.service
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartd.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/bind9-resolvconf.service.dsh-also <==
/etc/systemd/system/bind9.service.wants/bind9-resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/clamav-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dovecot.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/clamav-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/clamav-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/clamav-daemon.service
/etc/systemd/system/sockets.target.wants/clamav-daemon.socket
==> /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/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/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/openvpn.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/openvpn.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/mysql.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/mysql.service
==> /var/lib/systemd/deb-systemd-helper-enabled/asterisk.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/asterisk.service
==> /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/dovecot.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dovecot.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# original debian root
#UUID=259d2ff6-af66-4dea-80d2-d2c4cac1ce7c / ext3 errors=remount-ro 0 1
# new root
UUID=02d9015b-e7f3-49fb-a4be-d4faee2d9c3c / ext3 errors=remount-ro 0 1
UUID=c17a0298-8628-4adb-964e-a7085f4a350f /boot ext3 defaults 0 2
UUID=84d9c2f6-2643-464c-95b5-072863a1bc05 /tmp ext3 defaults 0 3
UUID=af965c05-19a0-453d-b368-7cbe0b311b10 none swap sw 0 0
More information about the Pkg-systemd-maintainers
mailing list