Bug#852806: /lib/systemd/systemd-networkd: complains about invalid config section
Ritesh Raj Sarraf
rrs at debian.org
Fri Jan 27 13:43:30 GMT 2017
Package: systemd
Version: 232-14
Severity: normal
File: /lib/systemd/systemd-networkd
As per the documentation:
[TUN] SECTION OPTIONS
The "[Tun]" section only applies for netdevs of kind "tun", and accepts the
following keys:
OneQueue=
Takes a boolean argument. Configures whether all packets are queued at the
device (enabled), or a fixed number of packets are queued at the device and the
rest at the "qdisc". Defaults to "no".
MultiQueue=
Takes a boolean argument. Configures whether to use multiple file descriptors
(queues) to parallelize packets sending and receiving. Defaults to "no".
PacketInfo=
Takes a boolean argument. Configures whether packets should be prepended with
four extra bytes (two flag bytes and two protocol bytes). If disabled, it
indicates that the packets will be pure IP packets. Defaults to "no".
VNetHeader=
Takes a boolean argument. Configures IFF_VNET_HDR flag for a tap device. It
allows sending and receiving larger Generic Segmentation Offload (GSO) packets.
This may increase throughput significantly. Defaults to "no".
User=
User to grant access to the /dev/net/tun device.
Group=
Group to grant access to the /dev/net/tun device.
[TAP] SECTION OPTIONS
The "[Tap]" section only applies for netdevs of kind "tap", and accepts the same
keys as the "[Tun]" section.
And here's my configuration accordingly.
rrs at learner:~$ cat /etc/systemd/network/tap.netdev
[NetDev]
Name=tap0
Kind=tap
[Tap]
Group=uml-net
User=uml-net
2017-01-27 / 19:07:13 ♒♒♒ ☺
I keep getting the following warning/error in journal logs.
Jan 27 19:10:10 learner systemd[1]: Starting Network Service...
Jan 27 19:10:10 learner systemd-networkd[923]: [/etc/systemd/network/tap.netdev:5] Unknown section 'TAP'. Ignoring.
Jan 27 19:10:10 learner systemd-networkd[923]: tap0: TUNSETIFF failed on tun dev: Device or resource busy
Jan 27 19:10:10 learner systemd-networkd[923]: [/etc/systemd/network/localBridge.network:9] Unknown lvalue 'PoolOffset' in section 'Network'
Jan 27 19:10:10 learner systemd-networkd[923]: sysbr0: netdev ready
Jan 27 19:10:10 learner systemd-networkd[923]: sysbr0: Gained IPv6LL
Jan 27 19:10:10 learner systemd-networkd[923]: wlan0: Gained IPv6LL
Jan 27 19:10:10 learner systemd-networkd[923]: Enumeration completed
Jan 27 19:10:10 learner systemd-timesyncd[27499]: Network configuration changed, trying to establish connection.
Jan 27 19:10:10 learner systemd-networkd[923]: sysbr0: netdev exists, using existing without changing its parameters
Jan 27 19:10:10 learner systemd[1]: Started Network Service.
-- Package-specific info:
-- System Information:
Debian Release: 9.0
APT prefers testing-debug
APT policy: (990, 'testing-debug'), (990, 'unstable'), (990, 'testing'), (500, 'unstable-debug'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.6+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.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.115
ii libacl1 2.2.52-3
ii libapparmor1 2.11.0-2
ii libaudit1 1:2.6.7-1
ii libblkid1 2.29.1-1
ii libc6 2.24-9
ii libcap2 1:2.25-1
ii libcryptsetup4 2:1.7.3-3
ii libgcrypt20 1.7.6-1
ii libgpg-error0 1.26-2
ii libidn11 1.33-1
ii libip4tc0 1.6.0+snapshot20161117-5
ii libkmod2 23-2
ii liblz4-1 0.0~r131-2
ii liblzma5 5.2.2-1.2
ii libmount1 2.29.1-1
ii libpam0g 1.1.8-3.5
ii libseccomp2 2.3.1-2.1
ii libselinux1 2.6-3
ii libsystemd0 232-14
ii mount 2.29.1-1
ii util-linux 2.29.1-1
Versions of packages systemd recommends:
ii dbus 1.10.14-1
ii libpam-systemd 232-14
Versions of packages systemd suggests:
ii policykit-1 0.105-17
ii systemd-container 232-14
ii systemd-ui 3-4
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.127
ii udev 232-14
-- Configuration Files:
/etc/systemd/logind.conf changed:
[Login]
HandleLidSwitch=hybrid-sleep
-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/tmp.conf -> /usr/lib/tmpfiles.d/tmp.conf
--- /usr/lib/tmpfiles.d/tmp.conf 2017-01-23 19:22:46.000000000 +0530
+++ /etc/tmpfiles.d/tmp.conf 2015-09-24 13:50:30.414315943 +0530
@@ -1,18 +1,15 @@
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# See tmpfiles.d(5) for details
-# Clear tmp directories separately, to make them easier to override
-D /tmp 1777 root root -
-#q /var/tmp 1777 root root 30d
+# Create /tmp/lxc for LXC
+d /var/tmp/lxc 0777 root root 21d
-# Exclude namespace mountpoints created with PrivateTmp=yes
-x /tmp/systemd-private-%b-*
-X /tmp/systemd-private-%b-*/tmp
-x /var/tmp/systemd-private-%b-*
-X /var/tmp/systemd-private-%b-*/tmp
+# Clear tmp directories separately, to make them easier to override
+d /media/SSHD/var/tmp 1777 root root 14d
+d /tmp 1777 root root 3d
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[OVERRIDDEN] /etc/systemd/system/systemd-hybrid-sleep.service -> /lib/systemd/system/systemd-hybrid-sleep.service
--- /lib/systemd/system/systemd-hybrid-sleep.service 2017-01-23 19:22:46.000000000 +0530
+++ /etc/systemd/system/systemd-hybrid-sleep.service 2017-01-13 22:26:12.554625946 +0530
@@ -9,9 +9,9 @@
Description=Hybrid Suspend+Hibernate
Documentation=man:systemd-suspend.service(8)
DefaultDependencies=no
-Requires=sleep.target
-After=sleep.target
+#Requires=sleep.target
+#After=sleep.target
[Service]
Type=oneshot
-ExecStart=/lib/systemd/systemd-sleep hybrid-sleep
+ExecStart=/usr/sbin/s2both
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[MASKED] /etc/systemd/system/iodined.service -> /lib/systemd/system/iodined.service
[EXTENDED] /lib/systemd/system/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
[EXTENDED] /usr/lib/systemd/user/dbus.service -> /usr/lib/systemd/user/dbus.service.d/flatpak.conf
7 overridden configuration files found.
-------------- next part --------------
-> Unit dev-disk-by\x2did-raid\x2dsda7_crypt.device:
Description: /dev/disk/by-id/raid-sda7_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Invocation ID: 11230da484f54f528b76ac91b2b55426
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-sda7_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Invocation ID: a1b8d87ef0cf43c18d6b0b2a165dceaa
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Invocation ID: c4ea9b03640a41b0b7e3174b3e6a4383
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-dm\x2d3.device:
Description: /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d3.device
Invocation ID: 1d420d3589d3418680b5acdf278e0316
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d untested
ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
ConditionPathIsReadWrite: /proc/sys/ untested
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> Unit run-user-121.mount:
Description: /run/user/121
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-121.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-121.mount
Invocation ID: 33241c775d394ba8b9492849c0b91ca9
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: system.slice
After: local-fs-pre.target
After: -.mount
References: local-fs-pre.target
References: umount.target
References: -.mount
References: local-fs.target
References: system.slice
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/121
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=809724k,mode=700,uid=121,gid=133
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice
After: systemd-initctl.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: systemd-initctl.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: systemd-initctl.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
-> Unit ebtables.service:
Description: ebtables ruleset management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ebtables.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ebtables.service
Invocation ID: 4ec393c81748469da107ba2d1ceab489
Fragment Path: /lib/systemd/system/ebtables.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Wants: network-pre.target
WantedBy: multi-user.target
Before: network-pre.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: network-pre.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/ebtables start
-> ExecReload:
Command Line: /etc/init.d/ebtables reload
-> ExecStop:
Command Line: /etc/init.d/ebtables stop
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Invocation ID: 030514b6d0734c97ad1956e48ebab5c1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Invocation ID: 73b7a488b5f64e9c8727190ee7be8b9b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap:
Description: /dev/disk/by-id/raid-SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Invocation ID: 6c0f3e5f61f447a3989e7f7bb9cab0ab
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: system.slice
References: swap.target
References: systemd-journald.socket
References: -.mount
References: umount.target
RequiresMountsFor: /dev/disk/by-id/raid-SSHDCrypt-SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/raid-SSHDCrypt-SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: time-sync.target
Invocation ID: b3fa3bfe6ac34bdeb6190c2c1416f243
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
WantedBy: systemd-timesyncd.service
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: libvirt-guests.service
Before: anacron.service
Before: apt-daily.timer
Before: mysql.service
Before: phpsessionclean.timer
Before: exim4.service
After: systemd-timesyncd.service
References: shutdown.target
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: libvirt-guests.service
ReferencedBy: anacron.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: apt-daily.timer
ReferencedBy: mysql.service
ReferencedBy: phpsessionclean.timer
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-loop0.device:
Description: /dev/loop0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-loop0.device
Invocation ID: 7773637ca5ec47e99b01538a87a4ea3d
Following: sys-devices-virtual-block-loop0.device
Following Set Member: dev-disk-by\x2duuid-271af6d0\x2db1fa\x2d44ea\x2d9891\x2d01d75309d675.device
Following Set Member: sys-devices-virtual-block-loop0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit dev-disk-by\x2dlabel-LRS_ESP.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-LRS_ESP.device
Invocation ID: 7c786066c89540dbb025ec5121d6a3cd
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.service
Fragment Path: /lib/systemd/system/uuidd.service
Requires: system.slice
Requires: sysinit.target
Requires: uuidd.socket
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: sysinit.target
After: systemd-journald.socket
After: uuidd.socket
After: system.slice
TriggeredBy: uuidd.socket
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: uuidd.socket
References: system.slice
References: shutdown.target
ReferencedBy: uuidd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: uuidd
Group: uuidd
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-lookup.target
Invocation ID: 49f5942c1d16483cb71c1cf8f32c46e8
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
WantedBy: dnsmasq.service
Conflicts: shutdown.target
Before: mysql.service
Before: tor at default.service
Before: apache2.service
Before: exim4.service
After: dnsmasq.service
References: shutdown.target
ReferencedBy: dnsmasq.service
ReferencedBy: tor at default.service
ReferencedBy: apache2.service
ReferencedBy: mysql.service
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device:
Description: /dev/disk/by-id/raid-SSHDCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Invocation ID: c56afa9980c242b5a96baba178a30dfc
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2duuid-268003D18003A681.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-268003D18003A681.device
Invocation ID: ee5d59747dbe4afdb2e22ccf868e6aef
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-net-tap0.device:
Description: /sys/devices/virtual/net/tap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-tap0.device
Invocation ID: 86758e102beb45d9b7976d3a35e8818f
Following Set Member: sys-subsystem-net-devices-tap0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS3.device
Invocation ID: 14c1fb25d5ac4511acc5733516422fe1
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Invocation ID: 82b0db8044464e73975571a759f05a74
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service
Conflicts: shutdown.target
ConflictedBy: sysinit.target
Before: sysinit.target
After: emergency.service
References: emergency.service
References: shutdown.target
ReferencedBy: local-fs.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit console-setup.service:
Description: console-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: console-setup.service
WantedBy: sysinit.target
ReferencedBy: sysinit.target
-> Unit apt-daily.timer:
Description: Daily apt activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:28 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.timer
Invocation ID: 604c782561d44d5e840d7d8404fdbbb3
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: timers.target
Before: apt-daily.service
After: -.mount
After: sysinit.target
After: time-sync.target
Triggers: apt-daily.service
References: sysinit.target
References: time-sync.target
References: shutdown.target
References: apt-daily.service
References: timers.target
References: -.mount
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
RemainAfterElapse: yes
OnCalendar: *-*-* 06,18:00:00
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Invocation ID: 8a408216ba004980bb785cabedd397d4
Following Set Member: dev-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: networking.service
Invocation ID: c3d06ace22c246de974a1a4001ed7842
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Wants: network.target
WantedBy: network-online.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: network-online.target
Before: shutdown.target
Before: network.target
After: system.slice
After: systemd-modules-load.service
After: systemd-journald.socket
After: resolvconf.service
After: apparmor.service
After: systemd-sysctl.service
After: network-pre.target
After: local-fs.target
References: system.slice
References: systemd-modules-load.service
References: systemd-journald.socket
References: apparmor.service
References: network-online.target
References: shutdown.target
References: systemd-sysctl.service
References: network.target
References: network-pre.target
References: local-fs.target
ReferencedBy: network-online.target
ReferencedBy: multi-user.target
ReferencedBy: resolvconf.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
-> Unit dev-disk-by\x2dlabel-SYSTEM_DRV.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Invocation ID: c4475ecaf3ee498696780c940b65c35c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit user-121.slice:
Description: User Slice of Debian-gdm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user.slice
CGroup: /user.slice/user-121.slice
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x40
Name: user-121.slice
Invocation ID: 42d74cf6237946d5b07c6018cfbcfeb9
Fragment Path: /run/systemd/transient/user-121.slice
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: user.slice
RequiredBy: session-c1.scope
RequiredBy: user at 121.service
Conflicts: shutdown.target
Before: session-c1.scope
Before: user at 121.service
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user.slice
ReferencedBy: session-c1.scope
ReferencedBy: user at 121.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ untested
ConditionPathExists: |/etc/udev/hwdb.bin untested
ConditionPathExists: |!/lib/udev/hwdb.bin untested
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: no
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udev-trigger.service
Before: systemd-update-done.service
Before: shutdown.target
Before: sysinit.target
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
References: systemd-update-done.service
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-hwdb update
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network.target
Invocation ID: 36e8aeee51754913af7c1bb5d5190cce
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
RequiredBy: dnsmasq.service
WantedBy: wpa_supplicant.service
WantedBy: systemd-networkd.service
WantedBy: networking.service
WantedBy: NetworkManager.service
Conflicts: shutdown.target
Before: rc-local.service
Before: dnsmasq.service
Before: systemd-user-sessions.service
Before: libvirtd.service
Before: systemd-resolved.service
Before: network-online.target
Before: libvirt-guests.service
Before: dicod.service
Before: tor at default.service
Before: apache2.service
Before: ssh.service
Before: dovecot.service
After: NetworkManager.service
After: networking.service
After: wpa_supplicant.service
After: network-pre.target
After: systemd-networkd.service
References: shutdown.target
References: network-pre.target
ReferencedBy: libvirt-guests.service
ReferencedBy: dovecot.service
ReferencedBy: dnsmasq.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: tor at default.service
ReferencedBy: ssh.service
ReferencedBy: network-online.target
ReferencedBy: apache2.service
ReferencedBy: networking.service
ReferencedBy: libvirtd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: rc-local.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: NetworkManager.service
ReferencedBy: systemd-resolved.service
ReferencedBy: dicod.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Invocation ID: 4cb2bb28fec24b1885cdde112628c3bd
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: boot.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
BoundBy: boot.mount
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Invocation ID: cd5e32cff24c4e8093bee2977e0bf684
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Invocation ID: fecbe840f01e48bdbc67bcb4a8430c43
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-sda6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda6.device
Invocation ID: 8a91337a73774cd2b717ff4301236ccb
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device:
Description: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Invocation ID: ff6a81789c184914bd505d283ab06f43
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit sys-devices-virtual-block-loop0.device:
Description: /sys/devices/virtual/block/loop0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-loop0.device
Invocation ID: e461b6d63fb54a5e868585447aa3931c
Following Set Member: dev-disk-by\x2duuid-271af6d0\x2db1fa\x2d44ea\x2d9891\x2d01d75309d675.device
Following Set Member: dev-loop0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit system-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dbacklight.slice
Invocation ID: 62e50ecc1dad49f1bd008973a2b46a01
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-backlight at backlight:intel_backlight.service
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-backlight at backlight:intel_backlight.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: auditd.service
Before: dicod.service
Before: ssh.service
Before: systemd-update-utmp.service
ReferencedBy: dicod.service
ReferencedBy: ssh.service
ReferencedBy: systemd-update-utmp.service
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dbus.service
Invocation ID: 502497b58c6445d6b0742e5ac553a034
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: NetworkManager.service
Before: wpa_supplicant.service
Before: multi-user.target
Before: shutdown.target
Before: libvirtd.service
After: sysinit.target
After: system.slice
After: dbus.socket
After: systemd-journald.socket
After: basic.target
TriggeredBy: dbus.socket
References: sysinit.target
References: shutdown.target
References: system.slice
References: dbus.socket
References: systemd-journald.socket
References: basic.target
ReferencedBy: dbus.socket
ReferencedBy: NetworkManager.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: multi-user.target
ReferencedBy: libvirtd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1190
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
-> Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.socket
Invocation ID: 1e6c8a2f4fb140c48ca3258c37642abf
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: dm-event.service
RequiredBy: lvm2-monitor.service
WantedBy: sockets.target
Before: dm-event.service
Before: lvm2-monitor.service
After: -.slice
After: -.mount
Triggers: dm-event.service
References: dm-event.service
References: -.slice
References: -.mount
ReferencedBy: dm-event.service
ReferencedBy: sockets.target
ReferencedBy: lvm2-monitor.service
RequiresMountsFor: /run/dmeventd-server /run/dmeventd-client
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: dm-event.socket
SELinuxContextFromNet: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Invocation ID: 48f8df4cab234f268026d85a655b090b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit plymouth-quit.service:
Description: plymouth-quit.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit.service
ConflictedBy: gdm.service
Before: gdm.service
ReferencedBy: gdm.service
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-ask-password-console.path
After: systemd-journald.socket
After: systemd-vconsole-setup.service
After: system.slice
After: plymouth-start.service
TriggeredBy: systemd-ask-password-console.path
References: systemd-journald.socket
References: systemd-vconsole-setup.service
References: system.slice
References: shutdown.target
References: plymouth-start.service
ReferencedBy: systemd-ask-password-console.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-getty.slice
Invocation ID: cbaf83a449d84e33ac60331536647032
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
RequiredBy: getty at tty1.service
Conflicts: shutdown.target
Before: getty at tty1.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: getty at tty1.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit mountdebugfs.service:
Description: LSB: Mount debugfs on /sys/kernel/debug
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/mountdebugfs.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mountdebugfs.service
Invocation ID: 3da72781cd334850bcc61b8395ea4bd8
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mountdebugfs.service
Source Path: /etc/init.d/mountdebugfs
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: mountkernfs.service
After: sysinit.target
References: remote-fs.target
References: shutdown.target
References: graphical.target
References: sysinit.target
References: system.slice
References: multi-user.target
References: mountkernfs.service
References: systemd-journald.socket
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/mountdebugfs start
-> ExecReload:
Command Line: /etc/init.d/mountdebugfs reload
-> ExecStop:
Command Line: /etc/init.d/mountdebugfs stop
-> Unit wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: wpa_supplicant.service
Invocation ID: a7ccadf3f77d4b3fbc56b2ff02071ebc
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: network.target
Conflicts: shutdown.target
Before: shutdown.target
Before: network.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: dbus.service
References: dbus.socket
References: sysinit.target
References: systemd-journald.socket
References: network.target
References: shutdown.target
References: basic.target
References: system.slice
References: dbus.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 5190
Main PID Known: yes
Main PID Alien: no
BusName: fi.w1.wpa_supplicant1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: system.slice
Requires: -.mount
RequiredBy: rescue.target
Conflicts: shutdown.target
ConflictedBy: graphical.target
ConflictedBy: machines.target
ConflictedBy: emergency.service
ConflictedBy: getty at tty1.service
ConflictedBy: multi-user.target
Before: rescue.target
Before: multi-user.target
Before: graphical.target
Before: shutdown.target
Before: machines.target
After: system.slice
After: sysinit.target
After: plymouth-start.service
After: -.mount
After: getty at tty1.service
References: system.slice
References: sysinit.target
References: plymouth-start.service
References: -.mount
References: shutdown.target
ReferencedBy: machines.target
ReferencedBy: rescue.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
ReferencedBy: emergency.service
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
Command Line: /bin/echo -e 'You are in rescue mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\nboot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Invocation ID: a06a791ffa554101a913724feec845ee
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device:
Description: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Invocation ID: 41998b16101b4218883828712e2ae2d7
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Invocation ID: 868b28880f4f4a76a8a39d8ad45e3715
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mountkernfs.service
Fragment Path: /dev/null
Before: mountdebugfs.service
ReferencedBy: mountdebugfs.service
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Requires: -.slice
Requires: -.mount
Conflicts: shutdown.target
ConflictedBy: emergency.service
Before: systemd-journald.service
Before: sockets.target
Before: shutdown.target
Before: syslog.service
After: -.slice
After: -.mount
Triggers: syslog.service
References: -.mount
References: sockets.target
References: -.slice
References: shutdown.target
References: syslog.service
ReferencedBy: systemd-journald.service
ReferencedBy: emergency.service
RequiresMountsFor: /run/systemd/journal/syslog
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2duuid-271af6d0\x2db1fa\x2d44ea\x2d9891\x2d01d75309d675.device:
Description: /dev/disk/by-uuid/271af6d0-b1fa-44ea-9891-01d75309d675
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-271af6d0\x2db1fa\x2d44ea\x2d9891\x2d01d75309d675.device
Invocation ID: f7d034e05d404b029b4e5f5b20c1865c
Following: sys-devices-virtual-block-loop0.device
Following Set Member: sys-devices-virtual-block-loop0.device
Following Set Member: dev-loop0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.path
Invocation ID: b06144db23c54d788d94639805bfbfe7
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.mount
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: systemd-ask-password-wall.service
Before: paths.target
Before: shutdown.target
Before: cryptsetup.target
After: -.mount
Triggers: systemd-ask-password-wall.service
References: systemd-ask-password-wall.service
References: cryptsetup.target
References: -.mount
References: paths.target
References: shutdown.target
ReferencedBy: multi-user.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:29:35 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:29:30 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2017-01-26 23:29:35 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.service
Invocation ID: 185c9bfbe5ed4e1ba75b346ac2a417e2
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Thu 2017-01-26 23:29:30 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:29:30 IST
Assert Result: yes
Requires: system.slice
Conflicts: shutdown.target
Before: shutdown.target
After: time-sync.target
After: systemd-tmpfiles-clean.timer
After: system.slice
After: systemd-journald.socket
After: local-fs.target
TriggeredBy: systemd-tmpfiles-clean.timer
References: time-sync.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: local-fs.target
ReferencedBy: systemd-tmpfiles-clean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
-> Unit openbsd-inetd.service:
Description: LSB: Start or stop the inetd daemon.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/openbsd-inetd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: openbsd-inetd.service
Invocation ID: 6573f41bdc0c4dbd8739fcdf0b7cab9d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/openbsd-inetd.service
Source Path: /etc/init.d/openbsd-inetd
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: basic.target
After: remote-fs.target
References: systemd-journald.socket
References: multi-user.target
References: graphical.target
References: system.slice
References: shutdown.target
References: sysinit.target
References: basic.target
References: remote-fs.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/openbsd-inetd start
-> ExecReload:
Command Line: /etc/init.d/openbsd-inetd reload
-> ExecStop:
Command Line: /etc/init.d/openbsd-inetd stop
-> Unit dnsmasq.service:
Description: dnsmasq - A lightweight DHCP and caching DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:45 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:45 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:45 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:45 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dnsmasq.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dnsmasq.service
Invocation ID: 54efed22e5d54039b68c1a778816127d
Fragment Path: /lib/systemd/system/dnsmasq.service
Condition Timestamp: Fri 2017-01-27 18:51:45 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:45 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Requires: network.target
Wants: nss-lookup.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: nss-lookup.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: sysinit.target
After: basic.target
After: systemd-journald.socket
After: network.target
References: system.slice
References: sysinit.target
References: shutdown.target
References: nss-lookup.target
References: basic.target
References: systemd-journald.socket
References: network.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27640
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/dnsmasq/dnsmasq.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /usr/sbin/dnsmasq --test
PID: 27630
Start Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /etc/init.d/dnsmasq systemd-exec
PID: 27632
Start Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Code: exited
Exit Status: 0
-> ExecStartPost:
Command Line: /etc/init.d/dnsmasq systemd-start-resolvconf
PID: 27641
Start Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> ExecStop:
Command Line: /etc/init.d/dnsmasq systemd-stop-resolvconf
PID: 27425
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Exit Timestamp: Fri 2017-01-27 18:51:45 IST
Exit Code: exited
Exit Status: 0
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-lvmetad.service
Invocation ID: 6bf43ce853fd41099db7f9bded27c437
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: lvm2-lvmetad.socket
Conflicts: shutdown.target
Before: lvm2-monitor.service
After: systemd-journald.socket
After: system.slice
After: lvm2-lvmetad.socket
TriggeredBy: lvm2-lvmetad.socket
References: lvm2-lvmetad.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 361
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/lvmetad.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmetad -f
-> Unit systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service:
Description: File System Check on /dev/disk/by-uuid/2206-0BF2
Instance: dev-disk-by\x2duuid-2206\x2d0BF2
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Invocation ID: 6e103b1c07c74560910c29e00bb062e4
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-2206\x2d0BF2.device
RequiredBy: boot-efi.mount
Before: boot-efi.mount
Before: shutdown.target
Before: systemd-quotacheck.service
After: systemd-journald.socket
After: local-fs-pre.target
After: system-systemd\x2dfsck.slice
After: dev-disk-by\x2duuid-2206\x2d0BF2.device
After: systemd-fsckd.socket
After: systemd-fsck-root.service
References: systemd-journald.socket
References: local-fs-pre.target
References: shutdown.target
References: system-systemd\x2dfsck.slice
References: systemd-quotacheck.service
References: dev-disk-by\x2duuid-2206\x2d0BF2.device
References: systemd-fsck-root.service
References: systemd-fsckd.socket
ReferencedBy: boot-efi.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/2206-0BF2
-> Unit dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Invocation ID: 36afca1be3f44ac7af9bc6db0a4e5c90
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-sda4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda4.device
Invocation ID: 1ce2e8e1ed56446d802dc3fb1b08c8d6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/packagekit.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: packagekit.service
Invocation ID: 6b25e42b772e4e01930c53d1ac6d50c0
Fragment Path: /lib/systemd/system/packagekit.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: dbus.socket
After: sysinit.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: shutdown.target
References: sysinit.target
References: dbus.socket
References: system.slice
References: systemd-journald.socket
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27450
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PackageKit
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/packagekit/packagekitd
PID: 27450
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Invocation ID: cc8f6f8c72e642cb8bd2aa362e59afc9
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/NetworkManager.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: NetworkManager.service
Invocation ID: 9ad75ba0f2374e2d96bb963711589798
Documentation: man:NetworkManager(8)
Fragment Path: /lib/systemd/system/NetworkManager.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: network.target
RequisiteOf: NetworkManager-wait-online.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: network.target
Before: shutdown.target
Before: multi-user.target
Before: NetworkManager-wait-online.service
After: system.slice
After: basic.target
After: systemd-journald.socket
After: network-pre.target
After: dbus.socket
After: dbus.service
After: sysinit.target
References: system.slice
References: network.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: network-pre.target
References: dbus.socket
References: dbus.service
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: NetworkManager-wait-online.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 1221
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.NetworkManager
Bus Name Good: yes
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: read-only
ProtectSystem: yes
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: accounts-daemon.service
Invocation ID: 20bb2b0e26f24fd4a5ef72694015de69
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: nss-user-lookup.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: nss-user-lookup.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: dbus.socket
References: shutdown.target
References: nss-user-lookup.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: basic.target
References: dbus.socket
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27438
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: GVFS_DISABLE_FUSE=1
Environment: GIO_USE_VFS=local
Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/accountsservice/accounts-daemon
PID: 27438
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:54 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:54 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-1000.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-1000.mount
Invocation ID: b1b910af3ed642ee9a6cff464402fdb5
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: run-user-1000-gvfs.mount
After: system.slice
After: local-fs-pre.target
After: -.mount
References: local-fs-pre.target
References: umount.target
References: -.mount
References: local-fs.target
References: system.slice
ReferencedBy: run-user-1000-gvfs.mount
RequiresMountsFor: /run/user
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=809724k,mode=700,uid=1000,gid=1000
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: greylist.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-8f7094e7d2eb453fb2b71a162de14111-sdb_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Invocation ID: 7051deff655b45b4ad74032898546920
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb_crypt.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.socket
Invocation ID: 94d6ad91277745f0a32c2489c28dc42d
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-lvmpolld.service
WantedBy: sysinit.target
Before: lvm2-lvmpolld.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmpolld.service
References: lvm2-lvmpolld.service
References: -.slice
References: -.mount
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: sysinit.target
RequiresMountsFor: /run/lvm/lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmpolld.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sda1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda1.device
Invocation ID: aff91627aea64f768b9ad0570202b0b8
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit virtlogd.socket:
Description: Virtual machine log manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtlogd.socket
Invocation ID: d1ced7b06ac24116a394a9b7ea09d26a
Fragment Path: /lib/systemd/system/virtlogd.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: libvirtd.service
RequiredBy: virtlogd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: libvirtd.service
Before: sockets.target
Before: shutdown.target
Before: virtlogd.service
After: -.mount
After: sysinit.target
After: -.slice
Triggers: virtlogd.service
References: -.mount
References: shutdown.target
References: -.slice
References: virtlogd.service
References: sockets.target
References: libvirtd.service
References: sysinit.target
ReferencedBy: sockets.target
ReferencedBy: libvirtd.service
ReferencedBy: virtlogd.service
RequiresMountsFor: /var/run/libvirt/virtlogd-sock
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: virtlogd.socket
SELinuxContextFromNet: no
ListenStream: /var/run/libvirt/virtlogd-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device:
Description: /dev/disk/by-uuid/f3c1b4f2-d8e5-4c9d-9775-638cc1c1165e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Invocation ID: 700ae2653b714061a12463a5365020c1
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device:
Description: /dev/disk/by-id/dm-name-sdb_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Invocation ID: a7df9d46e32e491f9ea63bba11f36b16
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journal-flush.service
Invocation ID: c6741b4d17b84978976608d1aeb22077
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: systemd-journald.service
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: systemd-tmpfiles-setup.service
Before: systemd-user-sessions.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
After: -.mount
After: systemd-journald.service
References: systemd-journald.socket
References: system.slice
References: systemd-remount-fs.service
References: -.mount
References: systemd-user-sessions.service
References: systemd-journald.service
References: systemd-tmpfiles-setup.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/journal
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/journalctl --flush
-> Unit sys-subsystem-net-devices-wlan0.device:
Description: RTL8723BE PCIe Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-wlan0.device
Invocation ID: bdeb0886812e472593b7adb6b07883ce
Following Set Member: sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/wlan0
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:40 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:40 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-resolved.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-resolved.service
Invocation ID: 2a2287cb8ebc438cb5fd630647ac1930
Documentation: man:systemd-resolved.service(8)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/resolved
Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation: http://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
Fragment Path: /lib/systemd/system/systemd-resolved.service
DropIn Path: /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: tmp.mount
Requires: system.slice
Requires: sysinit.target
Requires: -.mount
Wants: org.freedesktop.resolve1.busname
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-networkd.service
After: -.mount
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
After: org.freedesktop.resolve1.busname
After: network.target
After: tmp.mount
References: systemd-networkd.service
References: -.mount
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: basic.target
References: sysinit.target
References: org.freedesktop.resolve1.busname
References: network.target
References: tmp.mount
ReferencedBy: multi-user.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 27601
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_raw
DynamicUser: no
SystemCallFilter: ~create_module getpmsg profil ulimit query_module ssetmask clock_adjtime finit_module init_module vm86old gtty settimeofday _sysctl process_vm_readv rtas stty keyctl lookup_dcookie tuxcall s390_pci_mmio_write ustat umount2 iopl sysfs process_vm_writev s390_pci_mmio_read break ftime putpmsg spu_run add_key pciconfig_write clock_settime s390_runtime_instr get_kernel_syms ioperm mount adjtimex request_key perf_event_open uselib chroot stime sgetmask ptrace vm86 pciconfig_iobase afs_syscall modify_ldt prof lock security pivot_root umount mpx switch_endian delete_module pciconfig_read vserver
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
PID: 27601
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> ExecStartPost:
Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
PID: 27615
Start Timestamp: Fri 2017-01-27 18:51:40 IST
Exit Timestamp: Fri 2017-01-27 18:51:40 IST
Exit Code: exited
Exit Status: 0
Status Text: Processing requests...
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Invocation ID: c6f9b53ff6744933a3e0cc9487380eda
Following: sys-devices-pci0000:00-0000:00:1f.2-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\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit ram\x2dtmp.mount:
Description: /ram-tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ram\x2dtmp.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ram\x2dtmp.mount
Invocation ID: bd57d0f1a09249d190d59b6ef0ad6cac
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/ram\x2dtmp.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: local-fs.target
RequiredBy: tmp.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: tmp.mount
After: system.slice
After: local-fs-pre.target
After: -.mount
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: system.slice
References: umount.target
ReferencedBy: local-fs.target
ReferencedBy: tmp.mount
RequiresMountsFor: /
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /ram-tmp
What: tmpfs
File System Type: tmpfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lm-sensors.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lm-sensors.service
Invocation ID: 3386caf778e44178b3c62b4846e2ef1d
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/sensors -s
Command Line: /usr/bin/sensors
-> Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: lvm2-lvmpolld.socket
Requires: system.slice
Conflicts: shutdown.target
After: lvm2-lvmpolld.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: lvm2-lvmpolld.socket
References: lvm2-lvmpolld.socket
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: lvm2-lvmpolld.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/lvmpolld.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
-> Unit avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: avahi-daemon.service
Invocation ID: 625cf2a19151496898630ab3c92c7613
Fragment Path: /lib/systemd/system/avahi-daemon.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: avahi-daemon.socket
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: avahi-daemon.socket
After: basic.target
TriggeredBy: avahi-daemon.socket
References: dbus.socket
References: sysinit.target
References: systemd-journald.socket
References: avahi-daemon.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
ReferencedBy: avahi-daemon.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 27437
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
PID: 27437
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.6.32 starting up.
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-timesyncd.service
Invocation ID: c02cc94b5a6443a9b6a962b16ffb10b1
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/VBoxService succeeded
ConditionFileIsExecutable: !/usr/sbin/chronyd succeeded
ConditionFileIsExecutable: !/usr/sbin/openntpd succeeded
ConditionFileIsExecutable: !/usr/sbin/ntpd succeeded
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requires: tmp.mount
Wants: time-sync.target
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: time-sync.target
Before: sysinit.target
After: systemd-remount-fs.service
After: tmp.mount
After: systemd-sysusers.service
After: systemd-tmpfiles-setup.service
After: -.mount
After: system.slice
After: systemd-journald.socket
References: tmp.mount
References: systemd-sysusers.service
References: systemd-tmpfiles-setup.service
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: time-sync.target
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/clock /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 27499
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_sys_time
DynamicUser: no
SystemCallFilter: ~keyctl vserver rtas _sysctl s390_pci_mmio_write gtty security lookup_dcookie add_key pivot_root spu_run ftime sgetmask perf_event_open getpmsg afs_syscall s390_runtime_instr profil process_vm_writev ioperm tuxcall request_key delete_module lock break get_kernel_syms create_module iopl switch_endian umount vm86old pciconfig_iobase mpx ustat uselib ptrace finit_module stty putpmsg s390_pci_mmio_read query_module pciconfig_read ulimit prof vm86 sysfs modify_ldt umount2 process_vm_readv mount pciconfig_write ssetmask init_module chroot
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
PID: 27499
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Status Text: Synchronized to time server 125.62.193.121:123 (0.debian.pool.ntp.org).
-> Unit virtlockd.socket:
Description: Virtual machine lock manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtlockd.socket
Invocation ID: 0752d21d025e48fcbc4c5439996ef890
Fragment Path: /lib/systemd/system/virtlockd.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: virtlockd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: virtlockd.service
Before: sockets.target
Before: shutdown.target
After: -.mount
After: sysinit.target
After: -.slice
Triggers: virtlockd.service
References: sysinit.target
References: virtlockd.service
References: sockets.target
References: -.mount
References: shutdown.target
References: -.slice
ReferencedBy: virtlockd.service
ReferencedBy: sockets.target
RequiresMountsFor: /var/run/libvirt/virtlockd-sock
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: virtlockd.socket
SELinuxContextFromNet: no
ListenStream: /var/run/libvirt/virtlockd-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: system.slice
Invocation ID: 0e0d98464acf47f1bc3ed90ced892efc
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
RequiredBy: cron.service
RequiredBy: mountdebugfs.service
RequiredBy: dicod.service
RequiredBy: systemd-journald.service
RequiredBy: ram\x2dtmp.mount
RequiredBy: systemd-resolved.service
RequiredBy: system-systemd\x2dfsck.slice
RequiredBy: system-getty.slice
RequiredBy: ssh.service
RequiredBy: packagekit.service
RequiredBy: rtkit-daemon.service
RequiredBy: lvm2-monitor.service
RequiredBy: systemd-tmpfiles-setup-dev.service
RequiredBy: ModemManager.service
RequiredBy: dovecot.service
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
RequiredBy: dm-event.service
RequiredBy: boot.mount
RequiredBy: wpa_supplicant.service
RequiredBy: systemd-ask-password-console.service
RequiredBy: NetworkManager.service
RequiredBy: apport.service
RequiredBy: mcelog.service
RequiredBy: pppd-dns.service
RequiredBy: virtlockd.service
RequiredBy: lmt-poll.service
RequiredBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
RequiredBy: var-lib-machines.mount
RequiredBy: systemd-udev-trigger.service
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: systemd-sysctl.service
RequiredBy: systemd-user-sessions.service
RequiredBy: atd.service
RequiredBy: iio-sensor-proxy.service
RequiredBy: systemd-tmpfiles-setup.service
RequiredBy: alsa-restore.service
RequiredBy: run-user-1000-gvfs.mount
RequiredBy: polkit.service
RequiredBy: openbsd-inetd.service
RequiredBy: dev-mqueue.mount
RequiredBy: NetworkManager-wait-online.service
RequiredBy: networking.service
RequiredBy: system-systemd\x2dbacklight.slice
RequiredBy: systemd-hwdb-update.service
RequiredBy: libvirt-guests.service
RequiredBy: dbus.service
RequiredBy: tmp.mount
RequiredBy: exim4.service
RequiredBy: run-user-1000.mount
RequiredBy: virtlogd.service
RequiredBy: speech-dispatcher.service
RequiredBy: geoclue.service
RequiredBy: systemd-random-seed.service
RequiredBy: system-systemd\x2dcryptsetup.slice
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-remount-fs.service
RequiredBy: bluetooth.service
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
RequiredBy: dev-SSHDCrypt-SWAP.swap
RequiredBy: systemd-journal-flush.service
RequiredBy: systemd-rfkill.service
RequiredBy: media-SSHD.mount
RequiredBy: system-tor.slice
RequiredBy: systemd-modules-load.service
RequiredBy: systemd-fsck-root.service
RequiredBy: systemd-networkd.service
RequiredBy: colord.service
RequiredBy: phpsessionclean.service
RequiredBy: ebtables.service
RequiredBy: libvirtd.service
RequiredBy: binfmt-support.service
RequiredBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
RequiredBy: dev-hugepages.mount
RequiredBy: -.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: systemd-swap.service
RequiredBy: dev-dm\x2d2.swap
RequiredBy: systemd-timesyncd.service
RequiredBy: rescue.service
RequiredBy: emergency.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: systemd-udevd.service
RequiredBy: upower.service
RequiredBy: systemd-logind.service
RequiredBy: tor.service
RequiredBy: systemd-machine-id-commit.service
RequiredBy: anacron.service
RequiredBy: mysql.service
RequiredBy: apt-daily.service
RequiredBy: swap.img.swap
RequiredBy: systemd-binfmt.service
RequiredBy: apache2.service
RequiredBy: avahi-daemon.service
RequiredBy: lvm2-lvmetad.service
RequiredBy: laptop-mode.service
RequiredBy: udisks2.service
RequiredBy: systemd-update-utmp.service
RequiredBy: dnsmasq.service
RequiredBy: alsa-state.service
RequiredBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
RequiredBy: sys-kernel-debug.mount
RequiredBy: dev-zram0.swap
RequiredBy: mnt-3AEC0E87EC0E3E1F.mount
RequiredBy: lvm2-lvmpolld.service
RequiredBy: uuidd.service
RequiredBy: thermald.service
RequiredBy: resolvconf.service
RequiredBy: run-user-121.mount
RequiredBy: accounts-daemon.service
RequiredBy: lm-sensors.service
RequiredBy: rc-local.service
RequiredBy: loadcpufreq.service
RequiredBy: uml-utilities.service
RequiredBy: kmod-static-nodes.service
RequiredBy: systemd-fsckd.service
RequiredBy: gdm.service
RequiredBy: cpufrequtils.service
RequiredBy: systemd-tmpfiles-clean.service
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: boot-efi.mount
RequiredBy: rsync.service
RequiredBy: apache-htcacheclean.service
RequiredBy: systemd-quotacheck.service
RequiredBy: getty-static.service
RequiredBy: systemd-initctl.service
WantedBy: slices.target
Before: virtlockd.service
Before: resolvconf.service
Before: accounts-daemon.service
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap
Before: boot-efi.mount
Before: dev-SSHDCrypt-SWAP.swap
Before: lmt-poll.service
Before: systemd-fsck-root.service
Before: lm-sensors.service
Before: uuidd.service
Before: networking.service
Before: proc-sys-fs-binfmt_misc.mount
Before: system-systemd\x2dbacklight.slice
Before: anacron.service
Before: run-user-121.mount
Before: virtlogd.service
Before: systemd-timesyncd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-rfkill.service
Before: cron.service
Before: boot.mount
Before: systemd-initctl.service
Before: swap.img.swap
Before: run-user-1000.mount
Before: systemd-hwdb-update.service
Before: systemd-fsckd.service
Before: wpa_supplicant.service
Before: apache-htcacheclean.service
Before: systemd-ask-password-wall.service
Before: ssh.service
Before: media-SSHD.mount
Before: packagekit.service
Before: colord.service
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Before: systemd-binfmt.service
Before: upower.service
Before: dm-event.service
Before: libvirt-guests.service
Before: lvm2-lvmpolld.service
Before: getty-static.service
Before: bluetooth.service
Before: systemd-udev-trigger.service
Before: ram\x2dtmp.mount
Before: sys-kernel-config.mount
Before: mysql.service
Before: systemd-sysctl.service
Before: systemd-quotacheck.service
Before: udisks2.service
Before: dev-mqueue.mount
Before: system-getty.slice
Before: libvirtd.service
Before: thermald.service
Before: systemd-tmpfiles-clean.service
Before: rtkit-daemon.service
Before: mcelog.service
Before: dev-hugepages.mount
Before: cpufrequtils.service
Before: var-lib-machines.mount
Before: tor.service
Before: atd.service
Before: slices.target
Before: sys-fs-fuse-connections.mount
Before: systemd-resolved.service
Before: systemd-udevd.service
Before: speech-dispatcher.service
Before: lvm2-monitor.service
Before: systemd-swap.service
Before: sys-kernel-debug.mount
Before: systemd-machine-id-commit.service
Before: systemd-user-sessions.service
Before: systemd-update-utmp.service
Before: tmp.mount
Before: dnsmasq.service
Before: apport.service
Before: loadcpufreq.service
Before: rescue.service
Before: alsa-restore.service
Before: apt-daily.service
Before: binfmt-support.service
Before: systemd-update-utmp-runlevel.service
Before: kmod-static-nodes.service
Before: avahi-daemon.service
Before: apache2.service
Before: systemd-journal-flush.service
Before: rc-local.service
Before: pppd-dns.service
Before: systemd-networkd.service
Before: -.mount
Before: dbus.service
Before: NetworkManager.service
Before: dev-dm\x2d2.swap
Before: exim4.service
Before: polkit.service
Before: rsync.service
Before: ebtables.service
Before: run-user-1000-gvfs.mount
Before: dicod.service
Before: lvm2-lvmetad.service
Before: system-systemd\x2dcryptsetup.slice
Before: gdm.service
Before: mountdebugfs.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Before: mnt-3AEC0E87EC0E3E1F.mount
Before: systemd-modules-load.service
Before: systemd-journald.service
Before: iio-sensor-proxy.service
Before: emergency.service
Before: alsa-state.service
Before: systemd-tmpfiles-setup-dev.service
Before: uml-utilities.service
Before: systemd-logind.service
Before: openbsd-inetd.service
Before: laptop-mode.service
Before: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Before: systemd-random-seed.service
Before: dovecot.service
Before: systemd-remount-fs.service
Before: dev-zram0.swap
Before: system-systemd\x2dfsck.slice
Before: NetworkManager-wait-online.service
Before: ModemManager.service
Before: system-tor.slice
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Before: phpsessionclean.service
Before: geoclue.service
Before: systemd-ask-password-console.service
After: -.slice
References: slices.target
References: -.slice
ReferencedBy: rsync.service
ReferencedBy: swap.img.swap
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-swap.service
ReferencedBy: networking.service
ReferencedBy: dbus.service
ReferencedBy: alsa-restore.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: mountdebugfs.service
ReferencedBy: dovecot.service
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: binfmt-support.service
ReferencedBy: phpsessionclean.service
ReferencedBy: system-tor.slice
ReferencedBy: sys-kernel-config.mount
ReferencedBy: dicod.service
ReferencedBy: var-lib-machines.mount
ReferencedBy: packagekit.service
ReferencedBy: systemd-networkd.service
ReferencedBy: geoclue.service
ReferencedBy: avahi-daemon.service
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: polkit.service
ReferencedBy: rc-local.service
ReferencedBy: -.mount
ReferencedBy: apache-htcacheclean.service
ReferencedBy: rescue.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: apache2.service
ReferencedBy: thermald.service
ReferencedBy: uml-utilities.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: atd.service
ReferencedBy: virtlockd.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: getty-static.service
ReferencedBy: apt-daily.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: media-SSHD.mount
ReferencedBy: anacron.service
ReferencedBy: mnt-3AEC0E87EC0E3E1F.mount
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: lmt-poll.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: dev-zram0.swap
ReferencedBy: mysql.service
ReferencedBy: dev-SSHDCrypt-SWAP.swap
ReferencedBy: dev-mqueue.mount
ReferencedBy: gdm.service
ReferencedBy: mcelog.service
ReferencedBy: libvirtd.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: loadcpufreq.service
ReferencedBy: resolvconf.service
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: dev-hugepages.mount
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: boot.mount
ReferencedBy: ram\x2dtmp.mount
ReferencedBy: laptop-mode.service
ReferencedBy: systemd-logind.service
ReferencedBy: exim4.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: NetworkManager.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: ebtables.service
ReferencedBy: slices.target
ReferencedBy: emergency.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: cron.service
ReferencedBy: virtlogd.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: tmp.mount
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: run-user-1000.mount
ReferencedBy: apport.service
ReferencedBy: dnsmasq.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: tor.service
ReferencedBy: ModemManager.service
ReferencedBy: lm-sensors.service
ReferencedBy: system-getty.slice
ReferencedBy: systemd-journald.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: ssh.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: run-user-121.mount
ReferencedBy: speech-dispatcher.service
ReferencedBy: colord.service
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: uuidd.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: bluetooth.service
ReferencedBy: dm-event.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: cpufrequtils.service
ReferencedBy: upower.service
ReferencedBy: systemd-udevd.service
ReferencedBy: alsa-state.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: libvirt-guests.service
ReferencedBy: boot-efi.mount
ReferencedBy: udisks2.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: openbsd-inetd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-backlight at backlight:intel_backlight.service
Invocation ID: b1248e28b8b24aa98d4e92aae41952f7
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system-systemd\x2dbacklight.slice
Requires: -.mount
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system-systemd\x2dbacklight.slice
After: -.mount
References: sysinit.target
References: systemd-remount-fs.service
References: -.mount
References: shutdown.target
References: system-systemd\x2dbacklight.slice
References: systemd-journald.socket
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
RequiresMountsFor: /var/lib/systemd/backlight
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load backlight:intel_backlight
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save backlight:intel_backlight
-> Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: rsync.service
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
-> Unit dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Invocation ID: 5024ccac61e949c6899055519aeb7441
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit lmt-poll.service:
Description: Laptop Mode Tools - Battery Polling Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-01-27 19:04:00 IST
Inactive Exit Timestamp: Fri 2017-01-27 19:04:00 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2017-01-27 19:04:00 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lmt-poll.service
Invocation ID: 7e37f07d47e44d768570b32148f15fb7
Documentation: man:laptop_mode(8)
Documentation: man:laptop-mode.conf(8)
Documentation: http://github.com/rickysarraf/laptop-mode-tools
Fragment Path: /lib/systemd/system/lmt-poll.service
Condition Timestamp: Fri 2017-01-27 19:04:00 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 19:04:00 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: sysinit.target
After: laptop-mode.timer
TriggeredBy: laptop-mode.timer
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: basic.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: laptop-mode.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: journal
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/udev/lmt-udev auto
PID: 348
Start Timestamp: Fri 2017-01-27 19:04:00 IST
Exit Timestamp: Fri 2017-01-27 19:04:00 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /lib/udev/lmt-udev auto
-> Unit apport.service:
Description: LSB: automatic crash report generation
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/apport.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: apport.service
Invocation ID: 9148a2c06c6c42469370c444be699ce1
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/apport.service
Source Path: /etc/init.d/apport
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: sysinit.target
After: system.slice
After: systemd-journald.socket
After: basic.target
References: remote-fs.target
References: graphical.target
References: basic.target
References: systemd-journald.socket
References: shutdown.target
References: multi-user.target
References: system.slice
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/apport start
-> ExecStop:
Command Line: /etc/init.d/apport stop
-> Unit dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Invocation ID: 7e0c2a11cf554012bc82541b018485fb
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-sda5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda5.device
Invocation ID: 1a694564b6b140c995681a9f27097a2c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udev-trigger.service
Invocation ID: b51dc43afa37456c809162fb425c97f4
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Wants: systemd-udevd.service
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-control.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-udevd-kernel.socket
References: systemd-hwdb-update.service
References: systemd-udevd.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
Command Line: /bin/udevadm trigger --type=devices --action=add
-> Unit dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Invocation ID: 5f54a48e2f964fd8b87350ea9f1a9f70
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Invocation ID: 71924ed92c564503a1db516ac4769aa5
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-disk-by\x2did-raid\x2dsdb_crypt.device:
Description: /dev/disk/by-id/raid-sdb_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Invocation ID: 7b20e2c3b7224dab845a5da90d992de1
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Following Set Member: dev-mapper-sdb_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit iscsid.service:
Description: iscsid.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: iscsid.service
Before: libvirtd.service
ReferencedBy: libvirtd.service
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: sysinit.target
Requires: rescue.service
Wants: systemd-update-utmp-runlevel.service
Conflicts: shutdown.target
ConflictedBy: machines.target
ConflictedBy: multi-user.target
ConflictedBy: graphical.target
Before: machines.target
Before: systemd-update-utmp-runlevel.service
Before: multi-user.target
Before: graphical.target
After: sysinit.target
After: rescue.service
References: sysinit.target
References: systemd-update-utmp-runlevel.service
References: shutdown.target
References: rescue.service
ReferencedBy: machines.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Invocation ID: a7a7e160b5ee4cae8f7998f569fd5e6c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dfsck.slice
Invocation ID: 18e89f6834184b6e8433538c83ce47af
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Conflicts: shutdown.target
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: shutdown.target
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit media-SSHD.mount:
Description: /media/SSHD
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/media-SSHD.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: media-SSHD.mount
Invocation ID: 1e45f29fe0804cf99cb76cddae1038f2
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/media-SSHD.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Requires: system.slice
Requires: -.mount
BindsTo: dev-mapper-SSHDCrypt\x2dROOT.device
RequiredBy: local-fs.target
RequiredBy: tmp.mount
WantedBy: dev-mapper-SSHDCrypt\x2dROOT.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: tmp.mount
After: -.mount
After: local-fs-pre.target
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
After: dev-mapper-SSHDCrypt\x2dROOT.device
After: system.slice
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: dev-mapper-SSHDCrypt\x2dROOT.device
References: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
References: umount.target
References: system.slice
ReferencedBy: local-fs.target
ReferencedBy: tmp.mount
RequiresMountsFor: /media /dev/mapper/SSHDCrypt-ROOT
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /media/SSHD
What: /dev/mapper/SSHDCrypt-ROOT
File System Type: ext4
Options: rw,relatime,lazytime,errors=remount-ro,commit=600,data=writeback
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Invocation ID: 125a9ebb562f4ed889be2995c63f2582
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Invocation ID: 5bfed9f65bca429e82a3bfa13f7a3d1c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS1-a1d51c69c438428b8346273abcbf5a52-sda7_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Invocation ID: f3c815d20cb34e39b6df2dd3d9f126a2
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-mapper-sda7_crypt.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-quit-wait.service
Before: getty at tty1.service
ReferencedBy: getty at tty1.service
-> Unit systemd-fsckd.service:
Description: File System Check Daemon to report status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:15:10 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: Thu 2017-01-26 23:15:10 IST
Inactive Enter Timestamp: Thu 2017-01-26 23:15:10 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.service
Invocation ID: 8574b872f96c437f8bad4d822066288c
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system.slice
Requires: systemd-fsckd.socket
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: systemd-fsckd.socket
TriggeredBy: systemd-fsckd.socket
References: 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
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS1.device
Invocation ID: c37e1bc573c64b57a391bd8a8801342d
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-user-sessions.service
Invocation ID: ef126438b0ce4bcebd4bf083a4a90ace
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-2.scope
Before: getty at tty1.service
Before: session-6.scope
Before: session-3.scope
Before: multi-user.target
Before: user at 121.service
Before: user at 1000.service
Before: gdm.service
Before: session-c1.scope
Before: shutdown.target
Before: user-121.slice
Before: systemd-ask-password-wall.service
Before: user-1000.slice
After: nss-user-lookup.target
After: network.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: remote-fs.target
After: basic.target
After: systemd-journal-flush.service
References: nss-user-lookup.target
References: network.target
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: remote-fs.target
References: basic.target
References: shutdown.target
ReferencedBy: getty at tty1.service
ReferencedBy: gdm.service
ReferencedBy: user at 1000.service
ReferencedBy: user at 121.service
ReferencedBy: user-1000.slice
ReferencedBy: multi-user.target
ReferencedBy: user-121.slice
ReferencedBy: session-6.scope
ReferencedBy: session-3.scope
ReferencedBy: session-c1.scope
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: session-2.scope
ReferencedBy: systemd-journal-flush.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Invocation ID: 735301fa20e24c879f9c6d5e965f788e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit apparmor.service:
Description: apparmor.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apparmor.service
Before: networking.service
Before: libvirtd.service
ReferencedBy: networking.service
ReferencedBy: libvirtd.service
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: plymouth-start.service
Before: systemd-ask-password-console.service
Before: gdm.service
Before: rescue.service
Before: systemd-ask-password-console.path
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: gdm.service
ReferencedBy: rescue.service
ReferencedBy: systemd-ask-password-console.path
-> Unit dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap:
Description: /dev/disk/by-uuid/b5647308-33d3-4b33-bbd4-67c47533d596
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Invocation ID: 13fa193da6334343a3309cde6f4afd3e
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: umount.target
References: systemd-journald.socket
References: system.slice
References: swap.target
References: -.mount
RequiresMountsFor: /dev/disk/by-uuid/b5647308-33d3-4b33-bbd4-67c47533d596
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/b5647308-33d3-4b33-bbd4-67c47533d596
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit pppd-dns.service:
Description: Restore /etc/resolv.conf if the system crashed before the ppp link was shut down
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2017-01-26 23:14:40 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: pppd-dns.service
Invocation ID: 347564b6b1fe4a248707e1c8ef8c5695
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-done.service
After: systemd-hwdb-update.service
ReferencedBy: systemd-hwdb-update.service
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
After: basic.target
After: systemd-ask-password-wall.path
After: systemd-user-sessions.service
TriggeredBy: systemd-ask-password-wall.path
References: system.slice
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: systemd-user-sessions.service
References: shutdown.target
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
-> Unit dev-sda.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda.device
Invocation ID: b1751aa9cc9e40598aa95a2ab8a802a5
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit syslog.service:
Description: syslog.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.service
After: syslog.socket
TriggeredBy: syslog.socket
ReferencedBy: syslog.socket
-> Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d2.device
Invocation ID: b23bd69576f049a2936f431dab6bde87
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d7-2\x2d7:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:29 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:29:29 IST
Active Enter Timestamp: Fri 2017-01-27 18:29:29 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d7-2\x2d7:1.0-bluetooth-hci0.device
Invocation ID: ae88d652390f45df8efc8922246bef58
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Job Timeout: 1min 30s
Wants: bluetooth.target
References: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/bluetooth/hci0
-> Unit mysql.service:
Description: LSB: Start and stop the mysql database server daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: mysql.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mysql.service
Source Path: /etc/init.d/mysql
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
Conflicts: shutdown.target
Before: exim4.service
Before: shutdown.target
After: network-online.target
After: basic.target
After: nss-lookup.target
After: system.slice
After: remote-fs.target
After: time-sync.target
After: sysinit.target
After: systemd-journald.socket
References: network-online.target
References: system.slice
References: time-sync.target
References: systemd-journald.socket
References: nss-lookup.target
References: remote-fs.target
References: sysinit.target
References: shutdown.target
References: basic.target
ReferencedBy: exim4.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/mysql start
-> ExecReload:
Command Line: /etc/init.d/mysql reload
-> ExecStop:
Command Line: /etc/init.d/mysql stop
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: paths.target
Invocation ID: 458c4abae1d04f1c9a6dce8ccce4f177
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-ask-password-wall.path
After: systemd-ask-password-console.path
References: shutdown.target
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: basic.target
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dlabel-WINRE_DRV.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-WINRE_DRV.device
Invocation ID: 8b18192ce3bf4a21b4bcac08c528384e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda7.device
Invocation ID: d0ed5d8f98254cbbaa3f730a6201c4f1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Invocation ID: 45ade59b08a64aab90edc2d90185a617
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Invocation ID: 994fc976cc5e4427ba4400686702edaf
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Invocation ID: e5a825af83e1437a946f068ec21b3d0c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty.target
Invocation ID: fe8cd75600d14e929a37271311a616f5
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: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
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: getty at tty1.service
References: getty-static.service
References: shutdown.target
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:54 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:54 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: user at 1000.service
Invocation ID: 1d6611f12fdc43fc88534c91b663fa0c
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2017-01-26 23:14:54 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:54 IST
Assert Result: yes
Requires: user-1000.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: user-1000.slice
After: systemd-user-sessions.service
After: systemd-journald.socket
After: sysinit.target
After: basic.target
References: user-1000.slice
References: systemd-user-sessions.service
References: systemd-journald.socket
References: sysinit.target
References: basic.target
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 8232
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
Status Text: Startup finished in 57ms.
-> Unit session-3.scope:
Description: Session 3 of user rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 16:46:24 IST
Inactive Exit Timestamp: Fri 2017-01-27 16:46:24 IST
Active Enter Timestamp: Fri 2017-01-27 16:46:24 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-3.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-3.scope
Invocation ID: d7603504d16246508e9bd1576bf654e4
Fragment Path: /run/systemd/transient/session-3.scope
Condition Timestamp: Fri 2017-01-27 16:46:24 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 16:46:24 IST
Assert Result: yes
Requires: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-1000.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-1000.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: abandoned
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-modules-load.service
Invocation ID: 404cfc9cdb124d5889823ad2a1888d84
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 untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: networking.service
Before: sysinit.target
Before: systemd-sysctl.service
Before: sys-kernel-config.mount
Before: shutdown.target
Before: sys-fs-fuse-connections.mount
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: networking.service
ReferencedBy: sysinit.target
ReferencedBy: sys-kernel-config.mount
ReferencedBy: systemd-sysctl.service
ReferencedBy: sys-fs-fuse-connections.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
-> Unit resolvconf.service:
Description: Nameserver information manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/resolvconf.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: resolvconf.service
Invocation ID: ec08bec854b94b658f9cebca18c30308
Documentation: man:resolvconf(8)
Fragment Path: /lib/systemd/system/resolvconf.service
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: networking.service
After: systemd-journald.socket
After: system.slice
References: networking.service
References: systemd-journald.socket
References: system.slice
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/mkdir -p /run/resolvconf/interface
Command Line: /bin/touch /run/resolvconf/postponed-update
-> ExecStart:
Command Line: /sbin/resolvconf --enable-updates
-> ExecStop:
Command Line: /sbin/resolvconf --disable-updates
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Invocation ID: c4453cb0d4a047af96e596e16b3a3745
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit tor.service:
Description: Anonymizing overlay network for TCP (multi-instance-master)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/tor.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: tor.service
Invocation ID: 376877baed4547b1bf60b59248df588f
Fragment Path: /lib/systemd/system/tor.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: tor at default.service
WantedBy: multi-user.target
ConsistsOf: tor at default.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
PropagatesReloadTo: tor at default.service
References: tor at default.service
References: sysinit.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: tor at default.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/true
-> ExecReload:
Command Line: /bin/true
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-journald.service
Invocation ID: 1980380175394c919b3405edd1119065
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: systemd-journald.socket
Requires: system.slice
Wants: systemd-journald.socket
Wants: systemd-journald-dev-log.socket
Wants: systemd-journald-audit.socket
RequiredBy: systemd-journal-flush.service
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-journal-flush.service
After: systemd-journald-dev-log.socket
After: systemd-journald.socket
After: syslog.socket
After: systemd-journald-audit.socket
After: system.slice
TriggeredBy: systemd-journald-dev-log.socket
TriggeredBy: systemd-journald.socket
TriggeredBy: systemd-journald-audit.socket
References: systemd-journald-dev-log.socket
References: sysinit.target
References: syslog.socket
References: systemd-journald-audit.socket
References: system.slice
References: systemd-journald.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-journal-flush.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: all
NotifyState: unknown
Main PID: 333
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read
DynamicUser: no
SystemCallFilter: ~perf_event_open s390_pci_mmio_read chroot umount profil mpx query_module pciconfig_read switch_endian prof break s390_runtime_instr get_kernel_syms ulimit modify_ldt create_module vm86old adjtimex add_key security stime stty tuxcall pciconfig_iobase ptrace vserver sysfs ioperm clock_adjtime gtty putpmsg lookup_dcookie afs_syscall s390_pci_mmio_write delete_module pivot_root process_vm_readv rtas iopl sgetmask finit_module keyctl uselib ssetmask umount2 mount request_key clock_settime pciconfig_write vm86 getpmsg spu_run lock ftime init_module ustat settimeofday _sysctl process_vm_writev
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
Status Text: Processing requests...
File Descriptor Store Max: 1024
File Descriptor Store Current: 103
-> Unit laptop-mode.timer:
Description: Runs Laptop Mode Tools - Polling Service, every 150 seconds
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 19:04:00 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: laptop-mode.timer
Invocation ID: 4598a9c564ad46c4a507dd6d398a4c67
Fragment Path: /lib/systemd/system/laptop-mode.timer
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: multi-user.target
Before: lmt-poll.service
Before: shutdown.target
Before: timers.target
After: sysinit.target
Triggers: lmt-poll.service
References: timers.target
References: lmt-poll.service
References: shutdown.target
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: lmt-poll.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnActiveSec: 2min 30s
OnUnitActiveSec: 2min 30s
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device:
Description: /dev/disk/by-id/dm-name-sda7_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Invocation ID: c3ba9527bc794dd0afec77580f7fec4c
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Following Set Member: dev-mapper-sda7_crypt.device
Following Set Member: dev-dm\x2d1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: swap.target
Invocation ID: b57277feb1184012a64b7a1aae736075
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: swap.img.swap
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
After: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
After: dev-mapper-SSHDCrypt\x2dSWAP.swap
After: dev-SSHDCrypt-SWAP.swap
After: dev-dm\x2d2.swap
After: swap.img.swap
After: dev-zram0.swap
After: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
References: dev-mapper-SSHDCrypt\x2dSWAP.swap
References: shutdown.target
References: swap.img.swap
ReferencedBy: dev-SSHDCrypt-SWAP.swap
ReferencedBy: swap.img.swap
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ReferencedBy: dev-zram0.swap
ReferencedBy: sysinit.target
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/upower.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: upower.service
Invocation ID: 67980cb7aa51450d82de35c8ead24518
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: basic.target
After: system.slice
References: dbus.socket
References: sysinit.target
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 27482
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/upower/upowerd
PID: 27482
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit boot-efi.mount:
Description: /boot/efi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/boot-efi.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: boot-efi.mount
Invocation ID: 051eda238cd740d0a4a37335010a8493
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot-efi.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: boot.mount
Requires: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Requires: system.slice
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-2206\x2d0BF2.device
RequiredBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-2206\x2d0BF2.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: boot.mount
After: local-fs-pre.target
After: system.slice
After: -.mount
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
After: dev-disk-by\x2duuid-2206\x2d0BF2.device
References: local-fs.target
References: boot.mount
References: umount.target
References: local-fs-pre.target
References: system.slice
References: -.mount
References: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
References: dev-disk-by\x2duuid-2206\x2d0BF2.device
ReferencedBy: local-fs.target
RequiresMountsFor: /boot /dev/disk/by-uuid/2206-0BF2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /boot/efi
What: /dev/sda2
File System Type: vfat
Options: rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-ask-password-console.path
Invocation ID: 7904ba3a611b4050afc78962e9bc9dd1
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-ask-password-console.service
Before: paths.target
Before: shutdown.target
Before: cryptsetup.target
After: -.mount
After: plymouth-start.service
Triggers: systemd-ask-password-console.service
References: systemd-ask-password-console.service
References: cryptsetup.target
References: shutdown.target
References: -.mount
References: plymouth-start.service
References: paths.target
ReferencedBy: sysinit.target
RequiresMountsFor: /run/systemd/ask-password
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Invocation ID: ebc7a6be3ebf4213ac9bf7641ca3613b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-networkd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-networkd.service
Invocation ID: 64d67078e2fc4d7982332c6c9d98a699
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: system.slice
Wants: org.freedesktop.network1.busname
Wants: network.target
Conflicts: shutdown.target
Before: systemd-resolved.service
Before: shutdown.target
Before: multi-user.target
Before: network.target
After: systemd-networkd.socket
After: systemd-sysctl.service
After: systemd-sysusers.service
After: org.freedesktop.network1.busname
After: system.slice
After: network-pre.target
After: systemd-udevd.service
After: systemd-journald.socket
TriggeredBy: systemd-networkd.socket
References: systemd-sysctl.service
References: systemd-sysusers.service
References: network.target
References: shutdown.target
References: org.freedesktop.network1.busname
References: system.slice
References: network-pre.target
References: multi-user.target
References: systemd-udevd.service
References: systemd-journald.socket
ReferencedBy: systemd-resolved.service
ReferencedBy: systemd-networkd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 27549
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_setgid cap_setuid cap_setpcap cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
DynamicUser: no
SystemCallFilter: ~pciconfig_write keyctl ustat uselib clock_adjtime stty s390_pci_mmio_read prof create_module sysfs vserver putpmsg afs_syscall spu_run iopl pciconfig_read stime delete_module lock rtas request_key perf_event_open break get_kernel_syms chroot pivot_root getpmsg process_vm_writev vm86old ssetmask tuxcall vm86 sgetmask init_module s390_pci_mmio_write finit_module switch_endian _sysctl process_vm_readv pciconfig_iobase s390_runtime_instr ftime lookup_dcookie add_key ulimit mount ioperm query_module umount mpx profil security clock_settime gtty settimeofday modify_ldt adjtimex umount2 ptrace
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
PID: 27549
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Status Text: Processing requests...
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Invocation ID: 4827e68d66aa4a09b7960a41097bac91
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-SSHDCrypt-SWAP.swap:
Description: /dev/SSHDCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-SSHDCrypt-SWAP.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-SSHDCrypt-SWAP.swap
Invocation ID: 20ae8e1cb63a4ab1974916ca250d726c
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: -.mount
References: umount.target
References: swap.target
References: systemd-journald.socket
References: system.slice
RequiresMountsFor: /dev/SSHDCrypt/SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/SSHDCrypt/SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit iodined.service:
Description: iodined.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: iodined.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit dev-zram0.swap:
Description: /dev/zram0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:42 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:42 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-zram0.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-zram0.swap
Invocation ID: 0016d4d1c82241ea900c63c39b2c6a75
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: umount.target
References: systemd-journald.socket
References: -.mount
References: swap.target
References: system.slice
RequiresMountsFor: /dev/zram0
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/zram0
From /proc/swaps: yes
From fragment: no
Device Node: /dev/zram0
Priority: 32767
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:33 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.socket
Invocation ID: 9e70009c49ba43fcb71666bde3c688f4
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
BindsTo: sys-devices-virtual-misc-rfkill.device
WantedBy: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
Before: systemd-rfkill.service
After: sys-devices-virtual-misc-rfkill.device
After: -.slice
After: -.mount
Triggers: systemd-rfkill.service
References: sys-devices-virtual-misc-rfkill.device
References: systemd-rfkill.service
References: -.slice
References: shutdown.target
References: -.mount
ReferencedBy: sys-devices-virtual-misc-rfkill.device
RequiresMountsFor: /dev/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: yes
FDName: systemd-rfkill.socket
SELinuxContextFromNet: no
ListenSpecial: /dev/rfkill
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit machines.target:
Description: Containers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: machines.target
Invocation ID: 558afdf5799a443ba8c466621dcbf579
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/machines.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: basic.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: rescue.target
Before: multi-user.target
After: rescue.target
After: basic.target
After: rescue.service
References: rescue.service
References: rescue.target
References: shutdown.target
References: multi-user.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: spamassassin.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit dev-disk-by\x2dlabel-ROOT.device:
Description: /dev/disk/by-label/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-ROOT.device
Invocation ID: 21cf922a7daa450ea0d1d6f2b7de12f9
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS0.device
Invocation ID: 192d0a71af1c4ec98e1f349b039fbfab
Following Set Member: dev-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit swap.img.swap:
Description: /swap.img
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/swap.img.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: swap.img.swap
Invocation ID: 29141e5d90604376930312c067e7363c
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/swap.img.swap
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequiredBy: swap.target
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: -.mount
References: swap.target
References: umount.target
References: systemd-remount-fs.service
References: system.slice
References: systemd-journald.socket
ReferencedBy: swap.target
RequiresMountsFor: /swap.img
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /swap.img
From /proc/swaps: yes
From fragment: yes
Priority: 10
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlan0.device:
Description: RTL8723BE PCIe Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlan0.device
Invocation ID: 944b5bb7fb5c4057892655d89b1f909c
Following Set Member: sys-subsystem-net-devices-wlan0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/net/wlan0
-> Unit loadcpufreq.service:
Description: LSB: Load kernel modules needed to enable cpufreq scaling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/loadcpufreq.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: loadcpufreq.service
Invocation ID: 5f1bd113e6b74706b313505fda0fa369
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/loadcpufreq.service
Source Path: /etc/init.d/loadcpufreq
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: graphical.target
Before: shutdown.target
Before: cpufrequtils.service
Before: multi-user.target
After: system.slice
After: systemd-journald.socket
After: remote-fs.target
After: sysinit.target
After: basic.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: graphical.target
References: remote-fs.target
References: multi-user.target
References: sysinit.target
References: shutdown.target
ReferencedBy: graphical.target
ReferencedBy: multi-user.target
ReferencedBy: cpufrequtils.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/loadcpufreq start
-> ExecStop:
Command Line: /etc/init.d/loadcpufreq stop
-> Unit dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Invocation ID: ba8ccf7f931e4e4fa3bfcfdffaa1c84d
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/alsa-restore.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: alsa-restore.service
Invocation ID: ae73906d100d4c73b3a4ae850829efab
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* untested
ConditionPathExists: !/etc/alsa/state-daemon.conf untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: basic.target
After: sysinit.target
After: system.slice
After: alsa-state.service
References: systemd-journald.socket
References: basic.target
References: shutdown.target
References: sysinit.target
References: system.slice
References: alsa-state.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: slices.target
Invocation ID: 61547db6c16e486d994231d55587b437
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: system.slice
Wants: -.slice
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: system.slice
After: -.slice
After: user.slice
References: system.slice
References: shutdown.target
References: -.slice
ReferencedBy: system.slice
ReferencedBy: basic.target
ReferencedBy: user.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: atd.service
Invocation ID: 25e701f1402541c58cfcbc8ded855a88
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: shutdown.target
References: basic.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1218
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/atd -f
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: nss-user-lookup.target
Invocation ID: 89d021c722ab49259b1ee4e2116fe040
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
WantedBy: accounts-daemon.service
Conflicts: shutdown.target
Before: systemd-logind.service
Before: systemd-user-sessions.service
Before: accounts-daemon.service
References: shutdown.target
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: accounts-daemon.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap:
Description: /dev/disk/by-id/dm-name-SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Invocation ID: 922a311cfeee413c9f002071347f7e62
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: swap.target
References: systemd-journald.socket
References: -.mount
References: umount.target
References: system.slice
RequiresMountsFor: /dev/disk/by-id/dm-name-SSHDCrypt-SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-SSHDCrypt-SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-dev-log.socket
Invocation ID: f940b462822c49a1a4e61976e9f86bb9
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: sockets.target
References: -.slice
References: -.mount
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/journal/dev-log
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Invocation ID: 7cfba19ed7184b98bd5ac2fdfdc48fe3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit sys-devices-virtual-net-sysbr0.device:
Description: /sys/devices/virtual/net/sysbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-net-sysbr0.device
Invocation ID: 89c9687d31e04fa29b645b5b3e0c6077
Following Set Member: sys-subsystem-net-devices-sysbr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sysbr0
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sound.target
Invocation ID: 1e6e23c3aebc47b5b1a552449705025f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
WantedBy: sys-devices-platform-pcspkr-sound-card2.device
WantedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
Conflicts: shutdown.target
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
ReferencedBy: sys-devices-platform-pcspkr-sound-card2.device
ReferencedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Invocation ID: 2376287146b7452db56cb112da34331a
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-mqueue.mount
Invocation ID: 3c0efc8425714487989379df549e1430
Documentation: man:mq_overview(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /proc/sys/fs/mqueue untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dovecot.service:
Description: Dovecot IMAP/POP3 email server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dovecot.service
Documentation: man:dovecot(1)
Documentation: http://wiki2.dovecot.org/
Fragment Path: /lib/systemd/system/dovecot.service
Requires: tmp.mount
Requires: system.slice
Requires: sysinit.target
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: local-fs.target
After: dovecot.socket
After: tmp.mount
After: basic.target
After: sysinit.target
After: -.mount
After: systemd-journald.socket
After: system.slice
After: network.target
TriggeredBy: dovecot.socket
References: local-fs.target
References: tmp.mount
References: basic.target
References: sysinit.target
References: -.mount
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: network.target
ReferencedBy: dovecot.socket
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /var/run/dovecot/master.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: yes
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/dovecot
-> ExecReload:
Command Line: /usr/bin/doveadm reload
-> ExecStop:
Command Line: /usr/bin/doveadm stop
-> Unit systemd-cryptsetup at sdb_crypt.service:
Description: Cryptography Setup for sdb_crypt
Instance: sdb_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dcryptsetup.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice/systemd-cryptsetup at sdb_crypt.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-cryptsetup at sdb_crypt.service
Invocation ID: 2489070da22a4283a9574178755d4099
Documentation: man:crypttab(5)
Documentation: man:systemd-cryptsetup-generator(8)
Documentation: man:systemd-cryptsetup at .service(8)
Fragment Path: /run/systemd/generator/systemd-cryptsetup at sdb_crypt.service
Source Path: /etc/crypttab
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice
BindsTo: dev-mapper-sdb_crypt.device
BindsTo: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
RequiredBy: dev-mapper-sdb_crypt.device
RequiredBy: cryptsetup.target
WantedBy: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Conflicts: umount.target
Before: umount.target
Before: cryptsetup.target
After: system-systemd\x2dcryptsetup.slice
After: cryptsetup-pre.target
After: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
After: systemd-journald.socket
References: cryptsetup.target
References: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
References: system-systemd\x2dcryptsetup.slice
References: cryptsetup-pre.target
References: umount.target
References: systemd-journald.socket
References: dev-mapper-sdb_crypt.device
ReferencedBy: dev-mapper-sdb_crypt.device
ReferencedBy: cryptsetup.target
ReferencedBy: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sdb_crypt /dev/disk/by-uuid/8f7094e7-d2eb-453f-b2b7-1a162de14111 none luks,discard
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sdb_crypt
-> Unit speech-dispatcher.service:
Description: LSB: Speech Dispatcher
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/speech-dispatcher.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: speech-dispatcher.service
Invocation ID: 8e7a16c51e2641ff98f55e26b9e6bf8c
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/speech-dispatcher.service
Source Path: /etc/init.d/speech-dispatcher
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: festival.service
After: system.slice
After: systemd-journald.socket
After: remote-fs.target
After: sysinit.target
After: basic.target
References: basic.target
References: festival.service
References: system.slice
References: systemd-journald.socket
References: graphical.target
References: remote-fs.target
References: multi-user.target
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/speech-dispatcher start
-> ExecReload:
Command Line: /etc/init.d/speech-dispatcher reload
-> ExecStop:
Command Line: /etc/init.d/speech-dispatcher stop
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Invocation ID: 6780e34aa9974d8a8dd0bd43aad822bd
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-sda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: uuidd.socket
Invocation ID: 9593cb8e8ca04f76b9b4bd04d90743cd
Fragment Path: /lib/systemd/system/uuidd.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: uuidd.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: sockets.target
Before: shutdown.target
Before: uuidd.service
After: -.mount
After: sysinit.target
After: -.slice
Triggers: uuidd.service
References: uuidd.service
References: sysinit.target
References: sockets.target
References: -.slice
References: shutdown.target
References: -.mount
ReferencedBy: sockets.target
ReferencedBy: uuidd.service
RequiresMountsFor: /run/uuidd/request
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: uuidd.socket
SELinuxContextFromNet: no
ListenStream: /run/uuidd/request
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit laptop-mode.service:
Description: Laptop Mode Tools
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 19:04:00 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: laptop-mode.service
Invocation ID: 323e1208a7454b4fb225b9cb04faf0e5
Documentation: man:laptop_mode(8)
Documentation: man:laptop-mode.conf(8)
Documentation: http://github.com/rickysarraf/laptop-mode-tools
Fragment Path: /lib/systemd/system/laptop-mode.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: shutdown.target
References: systemd-journald.socket
References: system.slice
References: basic.target
References: sysinit.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: journal
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/rm -f /var/run/laptop-mode-tools/enabled
Command Line: /bin/rm -f /var/run/laptop-mode-tools/state
-> ExecStart:
Command Line: /usr/sbin/laptop_mode init force
-> ExecReload:
Command Line: /usr/sbin/laptop_mode auto
PID: 349
Start Timestamp: Fri 2017-01-27 19:04:00 IST
Exit Timestamp: Fri 2017-01-27 19:04:00 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/laptop_mode init stop
-> ExecStopPost:
Command Line: /bin/rm -f /var/run/laptop-mode-tools/enabled
Command Line: /bin/rm -f /var/run/laptop-mode-tools/state
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cron.service
Invocation ID: 39adbd9976f043288afb1470fb987c8b
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: basic.target
References: system.slice
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1248
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Invocation ID: 16a0301bdea448d788e203680d74e973
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device:
Description: 8 Series HD Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
Invocation ID: 3ffdfc7faf134ba0b8e2bb63d173af92
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1b.0/sound/card1
-> Unit thermald.service:
Description: Thermal Daemon Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:41 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:41 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:41 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:41 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/thermald.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: thermald.service
Invocation ID: 4f460e1ca265437e8242fd4634b48366
Fragment Path: /lib/systemd/system/thermald.service
Condition Timestamp: Fri 2017-01-27 18:51:41 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:41 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: dbus.socket
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: basic.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27624
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.thermald
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/thermald --no-daemon --dbus-enable
PID: 27624
Start Timestamp: Fri 2017-01-27 18:51:41 IST
-> Unit sys-devices-virtual-block-dm\x2d1.device:
Description: /sys/devices/virtual/block/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d1.device
Invocation ID: d2a838eeb8774453acd344a49a1bca95
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-mapper-sda7_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device:
Description: /dev/disk/by-uuid/339197eb-781c-4a32-9265-060536dfa9e0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Invocation ID: ddb3ce57efa84abc9a2ed9ec8fd9c497
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: dev-mapper-sdb_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Invocation ID: de0589ad57414231ae9085ded970e4f6
Job Timeout: 1min 30s
Wants: systemd-backlight at backlight:intel_backlight.service
References: systemd-backlight at backlight:intel_backlight.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
-> Unit tor at default.service:
Description: Anonymizing overlay network for TCP
Instance: default
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:41 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:41 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-tor.slice
CGroup: /system.slice/system-tor.slice/tor at default.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: tor at default.service
Invocation ID: 9d66082851754c2a81d8d640a8eeebc4
Fragment Path: /lib/systemd/system/tor at default.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: tmp.mount
Requires: system-tor.slice
Requires: sysinit.target
Requires: -.mount
PartOf: tor.service
WantedBy: tor.service
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: nss-lookup.target
After: system-tor.slice
After: basic.target
After: systemd-journald.socket
After: -.mount
After: tmp.mount
After: network.target
ReloadPropagatedFrom: tor.service
References: tor.service
References: sysinit.target
References: shutdown.target
References: nss-lookup.target
References: system-tor.slice
References: basic.target
References: systemd-journald.socket
References: -.mount
References: tmp.mount
References: network.target
ReferencedBy: tor.service
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: yes
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: all
NotifyState: ready
Main PID: 27606
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/tor/tor.pid
KillMode: control-group
KillSignal: SIGINT
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 65536
LimitNOFILESoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_override cap_setgid cap_setuid cap_net_bind_service
DynamicUser: no
ReadWritePaths: -/proc -/var/lib/tor -/var/log/tor -/var/run
ReadOnlyPaths: /
AppArmorProfile: system_tor
-> ExecStartPre:
Command Line: /usr/bin/install -Z -m 02755 -o debian-tor -g debian-tor -d /var/run/tor
PID: 27525
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 --verify-config
PID: 27595
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Exit Timestamp: Fri 2017-01-27 18:51:40 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0
PID: 27606
Start Timestamp: Fri 2017-01-27 18:51:40 IST
-> ExecReload:
Command Line: /bin/kill -HUP ${MAINPID}
-> Unit dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Invocation ID: d669df030b77471fb1970b1cf629f31a
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: mnt-3AEC0E87EC0E3E1F.mount
BoundBy: mnt-3AEC0E87EC0E3E1F.mount
Before: mnt-3AEC0E87EC0E3E1F.mount
ReferencedBy: mnt-3AEC0E87EC0E3E1F.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: 571a59db434d4796ba0f269abda3572f
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/ untested
ConditionPathExists: /proc/sys/fs/binfmt_misc/ untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.mount
WantedBy: sysinit.target
Before: binfmt-support.service
Before: systemd-binfmt.service
Before: sysinit.target
Before: proc-sys-fs-binfmt_misc.mount
After: -.mount
Triggers: proc-sys-fs-binfmt_misc.mount
References: -.mount
References: sysinit.target
References: proc-sys-fs-binfmt_misc.mount
ReferencedBy: systemd-binfmt.service
ReferencedBy: sysinit.target
ReferencedBy: binfmt-support.service
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit NetworkManager-wait-online.service:
Description: Network Manager Wait Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/NetworkManager-wait-online.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: NetworkManager-wait-online.service
Invocation ID: ec8e7d7a0dc84371bec6da9c018e0472
Documentation: man:nm-online(1)
Fragment Path: /lib/systemd/system/NetworkManager-wait-online.service
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Requisite: NetworkManager.service
WantedBy: network-online.target
Conflicts: shutdown.target
Before: network-online.target
Before: shutdown.target
After: system.slice
After: systemd-journald.socket
After: NetworkManager.service
After: sysinit.target
After: basic.target
References: network-online.target
References: system.slice
References: systemd-journald.socket
References: NetworkManager.service
References: sysinit.target
References: shutdown.target
References: basic.target
ReferencedBy: network-online.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/nm-online -s -q --timeout=30
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: run-user-121.mount
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
ConflictedBy: dev-dm\x2d2.swap
ConflictedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ConflictedBy: systemd-cryptsetup at sda7_crypt.service
ConflictedBy: tmp.mount
ConflictedBy: dev-SSHDCrypt-SWAP.swap
ConflictedBy: dev-zram0.swap
ConflictedBy: run-user-1000-gvfs.mount
ConflictedBy: boot.mount
ConflictedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ConflictedBy: media-SSHD.mount
ConflictedBy: var-lib-machines.mount
ConflictedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ConflictedBy: swap.img.swap
ConflictedBy: mnt-3AEC0E87EC0E3E1F.mount
ConflictedBy: ram\x2dtmp.mount
ConflictedBy: run-user-1000.mount
ConflictedBy: boot-efi.mount
ConflictedBy: systemd-cryptsetup at sdb_crypt.service
After: tmp.mount
After: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
After: var-lib-machines.mount
After: dev-zram0.swap
After: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
After: dev-SSHDCrypt-SWAP.swap
After: mnt-3AEC0E87EC0E3E1F.mount
After: run-user-121.mount
After: run-user-1000.mount
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
After: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
After: boot.mount
After: systemd-cryptsetup at sda7_crypt.service
After: boot-efi.mount
After: media-SSHD.mount
After: dev-mapper-SSHDCrypt\x2dSWAP.swap
After: run-user-1000-gvfs.mount
After: dev-dm\x2d2.swap
After: swap.img.swap
After: systemd-cryptsetup at sdb_crypt.service
After: ram\x2dtmp.mount
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ReferencedBy: ram\x2dtmp.mount
ReferencedBy: dev-SSHDCrypt-SWAP.swap
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: mnt-3AEC0E87EC0E3E1F.mount
ReferencedBy: dev-zram0.swap
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: boot-efi.mount
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
ReferencedBy: tmp.mount
ReferencedBy: media-SSHD.mount
ReferencedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: run-user-121.mount
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: swap.img.swap
ReferencedBy: var-lib-machines.mount
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-SSHDCrypt-SWAP.device:
Description: /dev/SSHDCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-SSHDCrypt-SWAP.device
Invocation ID: d159c34e5b2946679669ceaa719a33fc
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postgresql.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Invocation ID: 1fe42ec45369497f8ef8bcb06045176a
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.9.auto/iio:device0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device
Invocation ID: 42769f890fd542d6b3bcfb76f091e079
Following Set Member: dev-iio:device0.device
Job Timeout: 1min 30s
Wants: iio-sensor-proxy.service
References: iio-sensor-proxy.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.9.auto/iio:device0
-> Unit cryptsetup-pre.target:
Description: Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup-pre.target
Conflicts: shutdown.target
Before: systemd-cryptsetup at sda7_crypt.service
Before: systemd-cryptsetup at sdb_crypt.service
References: shutdown.target
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rtkit-daemon.service
Invocation ID: fe9dc60aa3a5438dac39b126151537f6
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: sysinit.target
Requires: system.slice
Requires: -.mount
Requires: tmp.mount
Conflicts: shutdown.target
Before: shutdown.target
After: tmp.mount
After: systemd-journald.socket
After: dbus.socket
After: sysinit.target
After: system.slice
After: -.mount
After: basic.target
References: tmp.mount
References: systemd-journald.socket
References: sysinit.target
References: dbus.socket
References: system.slice
References: shutdown.target
References: -.mount
References: basic.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 27467
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_ptrace cap_sys_nice
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/rtkit/rtkit-daemon
PID: 27467
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit dev-iio:device3.device:
Description: /dev/iio:device3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-iio:device3.device
Invocation ID: b33f3f55e1bb4e1485462c67e9f4a487
Following: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.6.auto/iio:device3
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Invocation ID: bb37cf8bdc6b40b38d77142690fe052c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.4.auto/iio:device1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device
Invocation ID: 32dbc7c8a7494f2d85a20abcb4ff5935
Following Set Member: dev-iio:device1.device
Job Timeout: 1min 30s
Wants: iio-sensor-proxy.service
References: iio-sensor-proxy.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.4.auto/iio:device1
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:29 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:29:29 IST
Active Enter Timestamp: Fri 2017-01-27 18:29:29 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: bluetooth.target
Invocation ID: a7508f1629ee449ea2608f3e448f8908
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Fri 2017-01-27 18:29:29 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:29:29 IST
Assert Result: yes
Wants: bluetooth.service
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d7-2\x2d7:1.0-bluetooth-hci0.device
Conflicts: shutdown.target
After: bluetooth.service
References: bluetooth.service
References: shutdown.target
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d7-2\x2d7:1.0-bluetooth-hci0.device
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Invocation ID: b623b2e1857d40799af458b48ab268b7
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit iio-sensor-proxy.service:
Description: IIO Sensor Proxy service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:46 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/iio-sensor-proxy.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: iio-sensor-proxy.service
Invocation ID: 54de7589568248ee982fd5853af16003
Fragment Path: /lib/systemd/system/iio-sensor-proxy.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device
Conflicts: shutdown.target
Before: shutdown.target
After: dbus.socket
After: basic.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
References: dbus.socket
References: basic.target
References: shutdown.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1238
Main PID Known: yes
Main PID Alien: no
BusName: net.hadess.SensorProxy
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/iio-sensor-proxy
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS2.device
Invocation ID: c6af1a7f24b44ccd9c33d3d02a34dd46
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit ssh.socket:
Description: OpenBSD Secure Shell server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh.socket
Invocation ID: 52405e66884d425db1a80aaf86f68c37
Fragment Path: /lib/systemd/system/ssh.socket
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.slice
WantedBy: sockets.target
Conflicts: ssh.service
Conflicts: shutdown.target
Before: ssh.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.slice
References: ssh.service
References: sysinit.target
References: sockets.target
References: -.slice
References: shutdown.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: ssh.socket
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
ListenStream: [::]:22
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Invocation ID: 8c68b590c6914a3986ab347d3b0ea982
Following Set Member: dev-ttyS1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit sys-kernel-debug.mount:
Description: Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: sys-kernel-debug.mount
Invocation ID: 64e16c238da849f99e4868b24014fc37
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 untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-mapper-SSHDCrypt\x2dSWAP.swap:
Description: /dev/mapper/SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-mapper-SSHDCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-mapper-SSHDCrypt\x2dSWAP.swap
Invocation ID: db15e727fc2d4eadb9b16ee281f1dd10
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Fragment Path: /run/systemd/generator/dev-mapper-SSHDCrypt\x2dSWAP.swap
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: dev-mapper-SSHDCrypt\x2dSWAP.device
RequiredBy: swap.target
WantedBy: dev-mapper-SSHDCrypt\x2dSWAP.device
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: dev-mapper-SSHDCrypt\x2dSWAP.device
After: systemd-journald.socket
After: system.slice
After: -.mount
References: -.mount
References: swap.target
References: umount.target
References: system.slice
References: systemd-journald.socket
References: dev-mapper-SSHDCrypt\x2dSWAP.device
ReferencedBy: swap.target
RequiresMountsFor: /dev/mapper/SSHDCrypt-SWAP
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mapper/SSHDCrypt-SWAP
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-swap.service:
Description: Manage swap spaces on zram, files and partitions.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:42 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-swap.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-swap.service
Invocation ID: fe6611cfbcd7404c938eb96d185a1963
Fragment Path: /usr/lib/systemd/system/systemd-swap.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: shutdown.target
After: system.slice
After: sysinit.target
After: systemd-journald.socket
After: local-fs.target
After: basic.target
References: system.slice
References: sysinit.target
References: systemd-journald.socket
References: local-fs.target
References: basic.target
References: shutdown.target
ReferencedBy: local-fs.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/systemd/scripts/systemd-swap.sh start
-> ExecStop:
Command Line: /usr/lib/systemd/scripts/systemd-swap.sh stop
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:44 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:44 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: exim4.service
Invocation ID: 2b73b3a5f5e34e7e947f90f21de85103
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
Wants: network-online.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: systemd-journald.socket
After: system.slice
After: basic.target
After: mysql.service
After: network-online.target
After: nss-lookup.target
After: time-sync.target
After: clamav-daemon.service
After: postgresql.service
After: sysinit.target
After: greylist.service
After: spamassassin.service
References: systemd-journald.socket
References: postgresql.service
References: clamav-daemon.service
References: system.slice
References: shutdown.target
References: sysinit.target
References: graphical.target
References: basic.target
References: network-online.target
References: mysql.service
References: greylist.service
References: time-sync.target
References: spamassassin.service
References: multi-user.target
References: remote-fs.target
References: nss-lookup.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/exim4 start
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:53:29 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-control.socket
Invocation ID: dad461041c7f4f8192e6e78be672ae18
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: systemd-udev-trigger.service
Before: sockets.target
Before: systemd-udevd.service
After: -.slice
After: -.mount
Triggers: systemd-udevd.service
References: systemd-udevd.service
References: sockets.target
References: -.slice
References: -.mount
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
RequiresMountsFor: /run/udev/control
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target
Before: remote-fs.target
References: shutdown.target
ReferencedBy: remote-fs.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit apache2.service:
Description: The Apache HTTP Server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apache2.service
Fragment Path: /lib/systemd/system/apache2.service
Requires: tmp.mount
Requires: system.slice
Requires: sysinit.target
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
Before: apache-htcacheclean.service
After: remote-fs.target
After: sysinit.target
After: tmp.mount
After: systemd-journald.socket
After: network.target
After: nss-lookup.target
After: system.slice
After: basic.target
After: -.mount
References: remote-fs.target
References: sysinit.target
References: tmp.mount
References: systemd-journald.socket
References: network.target
References: nss-lookup.target
References: system.slice
References: basic.target
References: -.mount
References: shutdown.target
ReferencedBy: apache-htcacheclean.service
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: APACHE_STARTED_BY_SYSTEMD=true
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/apachectl start
-> ExecReload:
Command Line: /usr/sbin/apachectl graceful
-> ExecStop:
Command Line: /usr/sbin/apachectl stop
-> Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/colord.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: colord.service
Invocation ID: ab4239836a6b455b87fe8a57435393d1
Fragment Path: /lib/systemd/system/colord.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: system.slice
Requires: dbus.socket
Requires: -.mount
Requires: tmp.mount
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: dbus.socket
After: -.mount
After: tmp.mount
After: sysinit.target
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: system.slice
References: dbus.socket
References: -.mount
References: tmp.mount
References: sysinit.target
References: basic.target
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27436
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: colord
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/colord/colord
PID: 27436
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-ttyS0.device
Invocation ID: 4b15a3f5e4c44842b296240f32dc0f58
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Invocation ID: 720757fde7b34106b3e8eab751a9955a
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-pre.target
Invocation ID: f72d7b5a1f7f4623abdfe012653d2437
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
WantedBy: ebtables.service
Conflicts: shutdown.target
Before: network.target
Before: systemd-networkd.service
Before: networking.service
Before: NetworkManager.service
After: ebtables.service
References: shutdown.target
ReferencedBy: ebtables.service
ReferencedBy: systemd-networkd.service
ReferencedBy: NetworkManager.service
ReferencedBy: networking.service
ReferencedBy: network.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: kmod-static-nodes.service
Invocation ID: a292b8c974d746c5bfe67e509552ee4e
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.9.6+/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Before: sysinit.target
Before: systemd-tmpfiles-setup-dev.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup-dev.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
-> Unit libvirtd.service:
Description: Virtualization daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/libvirtd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: libvirtd.service
Invocation ID: 8233123fa6c440999ed434172645474e
Documentation: man:libvirtd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/libvirtd.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: virtlogd.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: libvirt-guests.service
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: libvirt-guests.service
After: apparmor.service
After: remote-fs.target
After: basic.target
After: system.slice
After: network.target
After: iscsid.service
After: sysinit.target
After: systemd-journald.socket
After: virtlogd.socket
After: local-fs.target
After: virtlogd.service
After: dbus.service
References: system.slice
References: local-fs.target
References: apparmor.service
References: dbus.service
References: remote-fs.target
References: sysinit.target
References: shutdown.target
References: libvirt-guests.service
References: virtlogd.socket
References: basic.target
References: systemd-journald.socket
References: iscsid.service
References: network.target
ReferencedBy: libvirt-guests.service
ReferencedBy: virtlogd.socket
ReferencedBy: multi-user.target
ReferencedBy: virtlogd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
Main PID: 27501
Main PID Known: yes
Main PID Alien: no
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/libvirtd
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/libvirtd $libvirtd_opts
PID: 27501
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-getty.slice
CGroup: n/a
CGroup realized: no
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 untested
Requires: system-getty.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Conflicts: rescue.service
ConflictedBy: gdm.service
Before: gdm.service
Before: getty.target
Before: shutdown.target
Before: rescue.service
After: rc-local.service
After: plymouth-quit-wait.service
After: systemd-user-sessions.service
After: sysinit.target
After: system-getty.slice
After: basic.target
After: systemd-journald.socket
References: getty.target
References: rc-local.service
References: shutdown.target
References: rescue.service
References: plymouth-quit-wait.service
References: systemd-user-sessions.service
References: sysinit.target
References: system-getty.slice
References: systemd-journald.socket
References: basic.target
ReferencedBy: gdm.service
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: LANG=
Environment: LANGUAGE=
Environment: LC_CTYPE=
Environment: LC_NUMERIC=
Environment: LC_TIME=
Environment: LC_COLLATE=
Environment: LC_MONETARY=
Environment: LC_MESSAGES=
Environment: LC_PAPER=
Environment: LC_NAME=
Environment: LC_ADDRESS=
Environment: LC_TELEPHONE=
Environment: LC_MEASUREMENT=
Environment: LC_IDENTIFICATION=
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: tty1
-> ExecStart:
Command Line: /sbin/agetty --noclear tty1 $TERM
-> Unit systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-01-27 18:29:33 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:29:28 IST
Active Enter Timestamp: Fri 2017-01-27 18:29:29 IST
Active Exit Timestamp: Fri 2017-01-27 18:29:33 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:29:33 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-rfkill.service
Invocation ID: 1c8dd6188b6744b295f07932af0f39cc
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Condition Timestamp: Fri 2017-01-27 18:29:28 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:29:28 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: sys-devices-virtual-misc-rfkill.device
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-rfkill.socket
After: system.slice
After: -.mount
After: systemd-journald.socket
After: sys-devices-virtual-misc-rfkill.device
TriggeredBy: systemd-rfkill.socket
References: sys-devices-virtual-misc-rfkill.device
References: systemd-remount-fs.service
References: system.slice
References: -.mount
References: shutdown.target
References: systemd-journald.socket
ReferencedBy: systemd-rfkill.socket
RequiresMountsFor: /var/lib/systemd/rfkill
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill
-> Unit sys-subsystem-net-devices-sysbr0.device:
Description: /sys/subsystem/net/devices/sysbr0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-sysbr0.device
Invocation ID: ee882eb0bb6e4970abbf73181e2a4663
Following Set Member: sys-devices-virtual-net-sysbr0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sysbr0
-> Unit sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/sys-fs-fuse-connections.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: sys-fs-fuse-connections.mount
Invocation ID: 4a89a5025cc84e30944e8aa95a275c1a
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sys-module-fuse.device
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sys-module-fuse.device
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/fs/fuse
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Invocation ID: 9b0edb6855fc43099933d6cfab949944
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: remote-fs.target
Invocation ID: 60ce59aa8a674fcf8a434cdebb30e069
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: mcelog.service
Before: exim4.service
Before: openbsd-inetd.service
Before: cpufrequtils.service
Before: loadcpufreq.service
Before: apache2.service
Before: libvirtd.service
Before: mountdebugfs.service
Before: uml-utilities.service
Before: apport.service
Before: systemd-user-sessions.service
Before: mysql.service
Before: speech-dispatcher.service
After: remote-fs-pre.target
References: remote-fs-pre.target
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: apport.service
ReferencedBy: mysql.service
ReferencedBy: cpufrequtils.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: libvirtd.service
ReferencedBy: uml-utilities.service
ReferencedBy: mcelog.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: multi-user.target
ReferencedBy: loadcpufreq.service
ReferencedBy: mountdebugfs.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: apache2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald-audit.socket
Invocation ID: 6ebb2d610fcc48d589422eabaae5066a
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ untested
ConditionSecurity: audit untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: systemd-journald.service
Before: sockets.target
After: -.slice
Triggers: systemd-journald.service
References: systemd-journald.service
References: sockets.target
References: -.slice
ReferencedBy: systemd-journald.service
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-random-seed.service
Invocation ID: b0a3935dd8804701b4edbe0effa22596
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: sysinit.target
After: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: -.mount
References: sysinit.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: -.mount
References: systemd-remount-fs.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/lib/systemd/random-seed
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-hugepages.mount
Invocation ID: 2bdda000d53f443695bff03a76520b51
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionVirtualization: !private-users untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: system.slice
After: -.mount
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /dev
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit var-lib-machines.mount:
Description: Virtual Machine and Container Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/var-lib-machines.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: var-lib-machines.mount
Invocation ID: cd8952fa8049416393390eab9829a2b6
Fragment Path: /lib/systemd/system/var-lib-machines.mount
ConditionPathExists: /var/lib/machines.raw untested
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
WantedBy: local-fs.target
Conflicts: umount.target
Before: umount.target
After: system.slice
After: local-fs-pre.target
After: -.mount
References: umount.target
References: system.slice
References: local-fs-pre.target
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: /var/lib /var/lib/machines.raw
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/lib/machines
What: /dev/loop0
File System Type: btrfs
Options: rw,relatime,space_cache,subvolid=5,subvol=/
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-zram0.device:
Description: /dev/zram0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:42 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:42 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-zram0.device
Invocation ID: b3f897d8cf514fd8b5c23966ce4d8107
Following: sys-devices-virtual-block-zram0.device
Following Set Member: sys-devices-virtual-block-zram0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/zram0
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Invocation ID: e89eb7a8311f4119b2b8e0fb9d020ea3
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit systemd-networkd.socket:
Description: Network Service Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-networkd.socket
Invocation ID: af9af32cbfd0438cbde0266da83fc789
Documentation: man:systemd-networkd.service(8)
Documentation: man:rtnetlink(7)
Fragment Path: /lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
Before: sockets.target
Before: systemd-networkd.service
After: -.slice
Triggers: systemd-networkd.service
References: sockets.target
References: systemd-networkd.service
References: -.slice
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-networkd.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenNetlink: route 1361
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Invocation ID: ea89342dddc343f2b823b8b3933f2a29
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-sysctl.service
Invocation ID: 861a234fcbdc468793c5052a0452aa37
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net/ untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
Before: systemd-networkd.service
Before: networking.service
Before: shutdown.target
After: systemd-modules-load.service
After: systemd-journald.socket
After: system.slice
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: systemd-modules-load.service
ReferencedBy: systemd-networkd.service
ReferencedBy: networking.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:53:29 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-udevd-kernel.socket
Invocation ID: d98fba53745146c2a04ec977f8b9213d
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
WantedBy: sockets.target
WantedBy: systemd-udevd.service
Before: systemd-udev-trigger.service
Before: sockets.target
Before: systemd-udevd.service
After: -.slice
Triggers: systemd-udevd.service
References: sockets.target
References: -.slice
References: systemd-udevd.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: sockets.target
ReferencedBy: systemd-udevd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit geoclue.service:
Description: Location Lookup Service
Instance: n/a
Unit Load State: loaded
Unit Active State: failed
State Change Timestamp: Fri 2017-01-27 13:08:10 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:17:50 IST
Active Enter Timestamp: Thu 2017-01-26 23:17:50 IST
Active Exit Timestamp: Fri 2017-01-27 13:08:10 IST
Inactive Enter Timestamp: Fri 2017-01-27 13:08:10 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: geoclue.service
Invocation ID: 698f64f5da4643aeb2d34e5c48af0f1f
Fragment Path: /lib/systemd/system/geoclue.service
Condition Timestamp: Thu 2017-01-26 23:17:50 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:17:50 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: dbus.socket
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: system.slice
References: shutdown.target
References: dbus.socket
References: basic.target
References: systemd-journald.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: failed
Result: core-dump
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
BusName: org.freedesktop.GeoClue2
Bus Name Good: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: geoclue
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/geoclue-2.0/geoclue -t 5
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sockets.target
Invocation ID: 5ada2986d7124b9982a9cce395268ce2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Wants: systemd-networkd.socket
Wants: dm-event.socket
Wants: systemd-journald.socket
Wants: dicod.socket
Wants: systemd-udevd-control.socket
Wants: systemd-journald-dev-log.socket
Wants: dovecot.socket
Wants: ssh.socket
Wants: virtlockd.socket
Wants: uuidd.socket
Wants: systemd-udevd-kernel.socket
Wants: saned.socket
Wants: systemd-journald-audit.socket
Wants: virtlogd.socket
Wants: avahi-daemon.socket
Wants: dbus.socket
Wants: systemd-initctl.socket
WantedBy: basic.target
Conflicts: shutdown.target
Before: basic.target
After: systemd-journald-audit.socket
After: virtlockd.socket
After: virtlogd.socket
After: syslog.socket
After: systemd-journald-dev-log.socket
After: avahi-daemon.socket
After: uuidd.socket
After: systemd-journald.socket
After: dicod.socket
After: systemd-udevd-kernel.socket
After: systemd-networkd.socket
After: dbus.socket
After: systemd-initctl.socket
After: systemd-udevd-control.socket
After: ssh.socket
After: dovecot.socket
References: systemd-initctl.socket
References: systemd-networkd.socket
References: avahi-daemon.socket
References: dovecot.socket
References: dicod.socket
References: saned.socket
References: dbus.socket
References: systemd-udevd-kernel.socket
References: systemd-journald-dev-log.socket
References: virtlogd.socket
References: uuidd.socket
References: systemd-journald.socket
References: ssh.socket
References: shutdown.target
References: dm-event.socket
References: systemd-journald-audit.socket
References: systemd-udevd-control.socket
References: virtlockd.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: virtlogd.socket
ReferencedBy: dovecot.socket
ReferencedBy: ssh.socket
ReferencedBy: dicod.socket
ReferencedBy: virtlockd.socket
ReferencedBy: dbus.socket
ReferencedBy: basic.target
ReferencedBy: uuidd.socket
ReferencedBy: syslog.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-networkd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit libvirt-guests.service:
Description: Suspend/Resume Running libvirt Guests
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/libvirt-guests.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: libvirt-guests.service
Invocation ID: a7730650fc7f4e6696a09687c4f7658c
Documentation: man:libvirtd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/libvirt-guests.service
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
Requires: virt-guest-shutdown.target
Requires: system.slice
Requires: sysinit.target
Wants: libvirtd.service
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: system.slice
After: network.target
After: basic.target
After: libvirtd.service
After: systemd-journald.socket
After: virt-guest-shutdown.target
After: time-sync.target
After: sysinit.target
References: system.slice
References: network.target
References: basic.target
References: shutdown.target
References: libvirtd.service
References: systemd-journald.socket
References: virt-guest-shutdown.target
References: time-sync.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: libvirtd.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/libvirt-guests
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/libvirt/libvirt-guests.sh start
-> ExecStop:
Command Line: /usr/lib/libvirt/libvirt-guests.sh stop
-> Unit polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/polkit.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: polkit.service
Invocation ID: 205924512b524f46be5558a024513fd1
Documentation: man:polkit(8)
Fragment Path: /lib/systemd/system/polkit.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: basic.target
After: sysinit.target
After: system.slice
After: dbus.socket
After: systemd-journald.socket
References: basic.target
References: shutdown.target
References: systemd-journald.socket
References: sysinit.target
References: dbus.socket
References: system.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27443
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
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
PID: 27443
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Invocation ID: 8438ef2d8387479f97e8eda24a057490
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs-pre.target
Invocation ID: 5daae012ab464e4b9804c0d85ccb9efe
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
WantedBy: systemd-remount-fs.service
Conflicts: shutdown.target
Before: mnt-3AEC0E87EC0E3E1F.mount
Before: local-fs.target
Before: tmp.mount
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: var-lib-machines.mount
Before: run-user-1000-gvfs.mount
Before: boot.mount
Before: run-user-1000.mount
Before: boot-efi.mount
Before: run-user-121.mount
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: media-SSHD.mount
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Before: ram\x2dtmp.mount
After: systemd-remount-fs.service
After: dm-event.service
After: systemd-tmpfiles-setup-dev.service
After: lvm2-monitor.service
References: shutdown.target
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: run-user-121.mount
ReferencedBy: media-SSHD.mount
ReferencedBy: systemd-remount-fs.service
ReferencedBy: ram\x2dtmp.mount
ReferencedBy: tmp.mount
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: var-lib-machines.mount
ReferencedBy: dm-event.service
ReferencedBy: boot.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: boot-efi.mount
ReferencedBy: local-fs.target
ReferencedBy: mnt-3AEC0E87EC0E3E1F.mount
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: 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
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-update-utmp.service
Invocation ID: 8471f35a0d1f4f4084c8d0937b0bd62c
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
RequisiteOf: systemd-update-utmp-runlevel.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-update-utmp-runlevel.service
Before: shutdown.target
Before: sysinit.target
After: -.mount
After: auditd.service
After: systemd-journald.socket
After: system.slice
After: systemd-remount-fs.service
After: systemd-tmpfiles-setup.service
References: -.mount
References: auditd.service
References: systemd-journald.socket
References: system.slice
References: systemd-tmpfiles-setup.service
References: systemd-remount-fs.service
References: sysinit.target
References: shutdown.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: sysinit.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Invocation ID: 12d447b283cf4ba79c55ecdcf030f1c4
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-sda.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service:
Description: File System Check on /dev/mapper/SSHDCrypt-ROOT
Instance: dev-mapper-SSHDCrypt\x2dROOT
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Invocation ID: 8cf8af75b0324ba9be4d5c8d0957e333
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-mapper-SSHDCrypt\x2dROOT.device
RequiredBy: media-SSHD.mount
Before: shutdown.target
Before: systemd-quotacheck.service
Before: media-SSHD.mount
After: systemd-fsck-root.service
After: system-systemd\x2dfsck.slice
After: local-fs-pre.target
After: dev-mapper-SSHDCrypt\x2dROOT.device
After: systemd-fsckd.socket
After: systemd-journald.socket
References: systemd-quotacheck.service
References: systemd-fsck-root.service
References: system-systemd\x2dfsck.slice
References: local-fs-pre.target
References: shutdown.target
References: dev-mapper-SSHDCrypt\x2dROOT.device
References: systemd-fsckd.socket
References: systemd-journald.socket
ReferencedBy: media-SSHD.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/mapper/SSHDCrypt-ROOT
-> Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d0.device
Invocation ID: 286a0dd982a84707b204425c0da479a9
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-module-fuse.device
Invocation ID: 49c07f9c7bf14110a515ce722b56e5e1
Job Timeout: 1min 30s
Wants: sys-fs-fuse-connections.mount
References: sys-fs-fuse-connections.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/fuse
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Invocation ID: f9f9c3cce99c474594c7dc7f98ec93f6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit festival.service:
Description: festival.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: festival.service
Before: speech-dispatcher.service
ReferencedBy: speech-dispatcher.service
-> Unit dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Invocation ID: bbcfdee1c3d84d628426e5d03e2a9659
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Invocation ID: b9f24120b6e543ee8dc39a37144b8c92
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Invocation ID: e79120049cd246eba8f25ddd40ca33d3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
ConflictedBy: ssh.socket
Before: shutdown.target
After: basic.target
After: sysinit.target
After: ssh.socket
After: systemd-journald.socket
After: auditd.service
After: system.slice
After: network.target
References: basic.target
References: sysinit.target
References: systemd-journald.socket
References: auditd.service
References: system.slice
References: network.target
References: shutdown.target
ReferencedBy: ssh.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-dm\x2d2.swap:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-dm\x2d2.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-dm\x2d2.swap
Invocation ID: 5dbce0153ff9443c8092b344790fd83e
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: umount.target
References: -.mount
References: swap.target
References: system.slice
References: systemd-journald.socket
RequiresMountsFor: /dev/dm-2
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/dm-2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:15:10 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsckd.socket
Invocation ID: 42740f7da7c945aaba04f1ca93ac44c1
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: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-fsckd.service
WantedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
WantedBy: systemd-fsck-root.service
WantedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: systemd-fsck-root.service
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: systemd-fsckd.service
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
After: -.slice
After: -.mount
Triggers: systemd-fsckd.service
References: systemd-fsckd.service
References: -.slice
References: -.mount
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
RequiresMountsFor: /run/systemd/fsck.progress
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service untested
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: getty.target
Conflicts: shutdown.target
Before: getty.target
Before: shutdown.target
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: sysinit.target
References: system.slice
References: shutdown.target
References: systemd-journald.socket
References: basic.target
ReferencedBy: getty.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service
-> Unit dev-mapper-SSHDCrypt\x2dSWAP.device:
Description: /dev/mapper/SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-SSHDCrypt\x2dSWAP.device
Invocation ID: 1778dd2dd214405a85c1b81dd03cb20c
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: dev-mapper-SSHDCrypt\x2dSWAP.swap
BoundBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Invocation ID: 5ee035ca446442779acddfca219ae63f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit virtlogd.service:
Description: Virtual machine log manager
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtlogd.service
Documentation: man:virtlogd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/virtlogd.service
Requires: virtlogd.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
Before: libvirtd.service
After: basic.target
After: sysinit.target
After: virtlogd.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: virtlogd.socket
References: basic.target
References: sysinit.target
References: virtlogd.socket
References: systemd-journald.socket
References: libvirtd.service
References: system.slice
References: shutdown.target
ReferencedBy: virtlogd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/sysconfig/virtlogd
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/virtlogd $VIRTLOGD_ARGS
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
-> Unit avahi-daemon.socket:
Description: Avahi mDNS/DNS-SD Stack Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: avahi-daemon.socket
Invocation ID: 90dc15d6ba624f0c82692f748c543ffb
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: avahi-daemon.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: sockets.target
Before: shutdown.target
Before: avahi-daemon.service
After: -.mount
After: sysinit.target
After: -.slice
Triggers: avahi-daemon.service
References: sysinit.target
References: sockets.target
References: -.slice
References: -.mount
References: avahi-daemon.service
References: shutdown.target
ReferencedBy: sockets.target
ReferencedBy: avahi-daemon.service
RequiresMountsFor: /var/run/avahi-daemon/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: avahi-daemon.socket
SELinuxContextFromNet: no
ListenStream: /var/run/avahi-daemon/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2dlabel-Windows8_OS.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-Windows8_OS.device
Invocation ID: 6d638da8808a48d4a89dc0166ed31d07
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sys-subsystem-bluetooth-devices-hci0.device:
Description: /sys/subsystem/bluetooth/devices/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:29 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:29:29 IST
Active Enter Timestamp: Fri 2017-01-27 18:29:29 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-bluetooth-devices-hci0.device
Invocation ID: 42934ce789c742fa93800a840bc2a37a
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d7-2\x2d7:1.0-bluetooth-hci0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/bluetooth/hci0
-> Unit dev-sda2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda2.device
Invocation ID: 27eb8fcd1b814c8baab73720770083a7
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Invocation ID: ec4194e0d04b4468a4a16bad49a084b5
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Invocation ID: 97abfa89964d45e5915b0b695f380bc6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dicod.service:
Description: Dicod dictionary server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dicod.service
Fragment Path: /lib/systemd/system/dicod.service
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
ConflictedBy: dicod.socket
Before: shutdown.target
After: sysinit.target
After: basic.target
After: network.target
After: systemd-journald.socket
After: system.slice
After: dicod.socket
After: auditd.service
References: sysinit.target
References: basic.target
References: network.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
References: auditd.service
ReferencedBy: dicod.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/dicod
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/dicod -f $DAEMON_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Invocation ID: a2cd942038154941b05838f0d75e0ec6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:44 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:44 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Thu 2017-01-26 23:14:44 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-update-utmp-runlevel.service
Invocation ID: 1e77379ffd6e41b09c4d585085167db5
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Thu 2017-01-26 23:14:44 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:44 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requisite: systemd-update-utmp.service
WantedBy: rescue.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
After: rescue.target
After: multi-user.target
After: -.mount
After: system.slice
After: systemd-journald.socket
After: graphical.target
After: systemd-update-utmp.service
References: shutdown.target
References: rescue.target
References: multi-user.target
References: -.mount
References: system.slice
References: systemd-journald.socket
References: graphical.target
References: systemd-update-utmp.service
ReferencedBy: rescue.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
RequiresMountsFor: /var/log/wtmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
-> Unit apt-daily.service:
Description: Daily apt activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: apt-daily.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Condition Timestamp: Fri 2017-01-27 13:07:11 IST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: system.slice
After: basic.target
After: systemd-journald.socket
After: apt-daily.timer
TriggeredBy: apt-daily.timer
References: sysinit.target
References: system.slice
References: basic.target
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: apt-daily.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-lvmetad.socket
Invocation ID: 28efff00f254442890a9c18dfd797363
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: lvm2-lvmetad.service
RequiredBy: lvm2-monitor.service
WantedBy: sysinit.target
Before: lvm2-lvmetad.service
Before: lvm2-monitor.service
After: -.slice
After: -.mount
Triggers: lvm2-lvmetad.service
References: -.mount
References: lvm2-lvmetad.service
References: -.slice
ReferencedBy: lvm2-monitor.service
ReferencedBy: sysinit.target
ReferencedBy: lvm2-lvmetad.service
RequiresMountsFor: /run/lvm/lvmetad.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FDName: lvm2-lvmetad.socket
SELinuxContextFromNet: no
ListenStream: /run/lvm/lvmetad.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2dlabel-BOOT.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dlabel-BOOT.device
Invocation ID: b0cd7e39f9a04bc696fb49abbf3950c1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Invocation ID: 58eb37e7c87c426c91f49a69f97f5efe
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Invocation ID: cf8018da112f48d790a56db942ff0ff3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Invocation ID: 5437d6a72d36402590c9273a345a8366
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Invocation ID: 9635f34fce60483d9dac4b22574c6bc2
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Invocation ID: 97b17735299e42c0a4c311725e5865c7
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: proc-sys-fs-binfmt_misc.mount
Invocation ID: 7fc7589862a44d638d070748dd01e0ea
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
After: system.slice
After: -.mount
After: proc-sys-fs-binfmt_misc.automount
TriggeredBy: proc-sys-fs-binfmt_misc.automount
References: system.slice
References: -.mount
ReferencedBy: proc-sys-fs-binfmt_misc.automount
RequiresMountsFor: /proc/sys/fs
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: dm-event.socket
Requires: system.slice
Before: local-fs-pre.target
Before: lvm2-monitor.service
After: dm-event.socket
After: systemd-journald.socket
After: system.slice
TriggeredBy: dm-event.socket
References: local-fs-pre.target
References: dm-event.socket
References: systemd-journald.socket
References: system.slice
ReferencedBy: dm-event.socket
ReferencedBy: lvm2-monitor.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
PIDFile: /run/dmeventd.pid
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: SD_ACTIVATION=1
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/dmeventd -f
-> Unit systemd-quotacheck.service:
Description: File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-quotacheck.service
Documentation: man:systemd-quotacheck.service(8)
Fragment Path: /lib/systemd/system/systemd-quotacheck.service
ConditionPathExists: /sbin/quotacheck untested
Requires: system.slice
Before: local-fs.target
Before: shutdown.target
After: systemd-remount-fs.service
After: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
After: system.slice
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
After: systemd-journald.socket
References: systemd-remount-fs.service
References: shutdown.target
References: system.slice
References: local-fs.target
References: systemd-journald.socket
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-quotacheck
-> Unit dev-mapper-SSHDCrypt\x2dROOT.device:
Description: /dev/mapper/SSHDCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-SSHDCrypt\x2dROOT.device
Invocation ID: 7bf6355f420141b9b31b82d89c566adb
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: media-SSHD.mount
BoundBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
BoundBy: media-SSHD.mount
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: media-SSHD.mount
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: media-SSHD.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Invocation ID: 0faba632c42141b0a233876710d7fba4
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit dev-iio:device1.device:
Description: /dev/iio:device1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-iio:device1.device
Invocation ID: cffc320276ca4da3b0a69b30ab3cb396
Following: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.4.auto-iio:device1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.4.auto/iio:device1
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-remount-fs.service
Invocation ID: 257b6c25a73b4d909bf1206b80e91f85
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 untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
Wants: local-fs-pre.target
WantedBy: local-fs.target
Conflicts: shutdown.target
Before: systemd-update-utmp.service
Before: systemd-quotacheck.service
Before: systemd-rfkill.service
Before: systemd-random-seed.service
Before: systemd-hwdb-update.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-timesyncd.service
Before: local-fs.target
Before: swap.img.swap
Before: local-fs-pre.target
Before: systemd-journal-flush.service
Before: shutdown.target
After: systemd-fsck-root.service
After: systemd-journald.socket
After: system.slice
References: local-fs.target
References: systemd-fsck-root.service
References: shutdown.target
References: systemd-journald.socket
References: local-fs-pre.target
References: system.slice
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-random-seed.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: swap.img.swap
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
-> Unit sys-subsystem-net-devices-tap0.device:
Description: /sys/subsystem/net/devices/tap0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-subsystem-net-devices-tap0.device
Invocation ID: c1a1d834c1b8472e971d1da5bcef754d
Following Set Member: sys-devices-virtual-net-tap0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit sys-kernel-config.mount:
Description: Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: no
Requires: system.slice
Requires: -.mount
WantedBy: sysinit.target
Before: sysinit.target
After: systemd-modules-load.service
After: system.slice
After: -.mount
References: systemd-modules-load.service
References: system.slice
References: sysinit.target
References: -.mount
ReferencedBy: sysinit.target
RequiresMountsFor: /sys/kernel
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit org.freedesktop.network1.busname:
Description: org.freedesktop.network1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.network1.busname
WantedBy: systemd-networkd.service
Before: systemd-networkd.service
ReferencedBy: systemd-networkd.service
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-logind.service
Invocation ID: 95377fb8712d4cd2bfd5466a0669e506
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 untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Wants: dbus.socket
Wants: user.slice
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: session-3.scope
Before: session-2.scope
Before: user-1000.slice
Before: session-c1.scope
Before: multi-user.target
Before: user-121.slice
Before: session-6.scope
Before: shutdown.target
After: user.slice
After: basic.target
After: nss-user-lookup.target
After: dbus.socket
After: sysinit.target
After: systemd-journald.socket
After: system.slice
References: user.slice
References: basic.target
References: nss-user-lookup.target
References: dbus.socket
References: shutdown.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
ReferencedBy: session-2.scope
ReferencedBy: user-121.slice
ReferencedBy: multi-user.target
ReferencedBy: session-c1.scope
ReferencedBy: session-3.scope
ReferencedBy: session-6.scope
ReferencedBy: user-1000.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: unknown
Main PID: 1213
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
DynamicUser: no
SystemCallFilter: ~rtas switch_endian sgetmask _sysctl modify_ldt ioperm lock init_module profil vm86 spu_run vserver uselib lookup_dcookie putpmsg perf_event_open ftime mpx get_kernel_syms finit_module stime process_vm_writev pciconfig_read s390_pci_mmio_write ustat process_vm_readv create_module tuxcall prof s390_pci_mmio_read keyctl delete_module sysfs vm86old ptrace pciconfig_write break getpmsg query_module ulimit adjtimex settimeofday request_key pciconfig_iobase ssetmask afs_syscall gtty s390_runtime_instr security stty clock_adjtime iopl add_key clock_settime
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
Status Text: Processing requests...
-> Unit run-user-1000-gvfs.mount:
Description: /run/user/1000/gvfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:55 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:55 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: yes
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/run-user-1000-gvfs.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: run-user-1000-gvfs.mount
Invocation ID: 0d6e092992254e9cbafaa43493172771
Source Path: /proc/self/mountinfo
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
After: run-user-1000.mount
After: system.slice
After: local-fs-pre.target
After: -.mount
References: local-fs-pre.target
References: umount.target
References: -.mount
References: run-user-1000.mount
References: local-fs.target
References: system.slice
RequiresMountsFor: /run/user/1000
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/1000/gvfs
What: gvfsd-fuse
File System Type: fuse.gvfsd-fuse
Options: rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Invocation ID: 2931dd4cbc714c17a3c6d31d6f68c304
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit org.freedesktop.resolve1.busname:
Description: org.freedesktop.resolve1.busname
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: org.freedesktop.resolve1.busname
WantedBy: systemd-resolved.service
Before: systemd-resolved.service
ReferencedBy: systemd-resolved.service
-> Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:40 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:40 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/udisks2.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: udisks2.service
Invocation ID: 124e952d14f34cdf9a1c3cfefa06695e
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: dbus.socket
After: basic.target
References: systemd-journald.socket
References: system.slice
References: sysinit.target
References: basic.target
References: dbus.socket
References: shutdown.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27481
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGINT
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/udisks2/udisksd --no-debug
PID: 27481
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit user at 121.service:
Description: User Manager for UID 121
Instance: 121
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: user-121.slice
CGroup: /user.slice/user-121.slice/user at 121.service
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: user at 121.service
Invocation ID: 7ff4bfe335f6448191b7992e1d9bcbd9
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: user-121.slice
Requires: sysinit.target
Conflicts: shutdown.target
Before: shutdown.target
After: sysinit.target
After: user-121.slice
After: systemd-journald.socket
After: systemd-user-sessions.service
After: basic.target
References: sysinit.target
References: shutdown.target
References: user-121.slice
References: systemd-journald.socket
References: systemd-user-sessions.service
References: basic.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
Main PID: 6486
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 121
DynamicUser: no
PAMName: systemd-user
-> ExecStart:
Command Line: /lib/systemd/systemd --user
Status Text: Startup finished in 29ms.
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.6.auto/iio:device3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.6.auto-iio:device3.device
Invocation ID: 5801a49538be4d22b2c8212be53af19b
Following Set Member: dev-iio:device3.device
Job Timeout: 1min 30s
Wants: iio-sensor-proxy.service
References: iio-sensor-proxy.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.6.auto/iio:device3
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-sysusers.service
Before: systemd-tmpfiles-setup-dev.service
Before: systemd-networkd.service
Before: systemd-tmpfiles-setup.service
Before: systemd-timesyncd.service
Before: systemd-udevd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-udevd.service
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service
ReferencedBy: systemd-ask-password-console.service
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Invocation ID: 14d63f8076554cfc8cc745ded9cd10a3
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: local-fs.target
Invocation ID: be3cae0962f6425f840b3dd260b984eb
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: boot.mount
Requires: tmp.mount
Requires: media-SSHD.mount
Requires: ram\x2dtmp.mount
Requires: -.mount
Requires: boot-efi.mount
Wants: mnt-3AEC0E87EC0E3E1F.mount
Wants: systemd-remount-fs.service
Wants: var-lib-machines.mount
Wants: systemd-fsck-root.service
Wants: systemd-swap.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-tmpfiles-clean.service
Before: systemd-machine-id-commit.service
Before: libvirtd.service
Before: systemd-swap.service
Before: ebtables.service
Before: systemd-tmpfiles-setup.service
Before: networking.service
Before: dovecot.service
Before: binfmt-support.service
Before: sysinit.target
After: -.mount
After: ram\x2dtmp.mount
After: boot-efi.mount
After: systemd-quotacheck.service
After: run-user-1000-gvfs.mount
After: run-user-1000.mount
After: run-user-121.mount
After: systemd-remount-fs.service
After: systemd-fsck-root.service
After: media-SSHD.mount
After: local-fs-pre.target
After: boot.mount
After: tmp.mount
OnFailure: emergency.target
References: boot-efi.mount
References: ram\x2dtmp.mount
References: local-fs-pre.target
References: systemd-remount-fs.service
References: emergency.target
References: var-lib-machines.mount
References: shutdown.target
References: mnt-3AEC0E87EC0E3E1F.mount
References: tmp.mount
References: media-SSHD.mount
References: systemd-fsck-root.service
References: -.mount
References: systemd-swap.service
References: boot.mount
ReferencedBy: sysinit.target
ReferencedBy: libvirtd.service
ReferencedBy: run-user-121.mount
ReferencedBy: binfmt-support.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: -.mount
ReferencedBy: tmp.mount
ReferencedBy: systemd-swap.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: ram\x2dtmp.mount
ReferencedBy: run-user-1000.mount
ReferencedBy: media-SSHD.mount
ReferencedBy: ebtables.service
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: networking.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: boot-efi.mount
ReferencedBy: dovecot.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: boot.mount
Invocation ID: 70ab589db74b47748d57a1e66778a688
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
Requires: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
BindsTo: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
RequiredBy: local-fs.target
RequiredBy: boot-efi.mount
WantedBy: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Conflicts: umount.target
Before: local-fs.target
Before: umount.target
Before: boot-efi.mount
After: local-fs-pre.target
After: system.slice
After: -.mount
After: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
After: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
References: local-fs-pre.target
References: system.slice
References: -.mount
References: local-fs.target
References: umount.target
References: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
References: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: local-fs.target
ReferencedBy: boot-efi.mount
RequiresMountsFor: / /dev/disk/by-uuid/07502716-a1f8-4cec-a605-447e151b8021
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /boot
What: /dev/sda6
File System Type: ext4
Options: rw,relatime,commit=600,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-sdb.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sdb.device
Invocation ID: 8b61db9923cb4078a4f5df8ca0cfb399
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-journald.socket
Invocation ID: e321aa6c2adc40149f6e9ae24e21dcac
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
RequiredBy: systemd-journald.service
WantedBy: systemd-journald.service
WantedBy: sockets.target
Before: alsa-state.service
Before: resolvconf.service
Before: getty at tty1.service
Before: tor at default.service
Before: getty-static.service
Before: systemd-ask-password-wall.service
Before: dev-zram0.swap
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Before: systemd-networkd.service
Before: systemd-modules-load.service
Before: binfmt-support.service
Before: apache2.service
Before: mysql.service
Before: openbsd-inetd.service
Before: wpa_supplicant.service
Before: dbus.service
Before: systemd-random-seed.service
Before: ModemManager.service
Before: polkit.service
Before: systemd-hwdb-update.service
Before: systemd-user-sessions.service
Before: ssh.service
Before: systemd-ask-password-console.service
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Before: NetworkManager-wait-online.service
Before: systemd-journald.service
Before: systemd-tmpfiles-setup-dev.service
Before: rtkit-daemon.service
Before: speech-dispatcher.service
Before: libvirt-guests.service
Before: kmod-static-nodes.service
Before: tor.service
Before: atd.service
Before: apport.service
Before: accounts-daemon.service
Before: lvm2-lvmpolld.service
Before: systemd-update-utmp-runlevel.service
Before: phpsessionclean.service
Before: colord.service
Before: iio-sensor-proxy.service
Before: systemd-udev-trigger.service
Before: dnsmasq.service
Before: NetworkManager.service
Before: systemd-tmpfiles-clean.service
Before: rsync.service
Before: systemd-backlight at backlight:intel_backlight.service
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: anacron.service
Before: loadcpufreq.service
Before: dicod.service
Before: systemd-rfkill.service
Before: systemd-cryptsetup at sdb_crypt.service
Before: systemd-udevd.service
Before: cron.service
Before: apt-daily.service
Before: dm-event.service
Before: alsa-restore.service
Before: rc-local.service
Before: systemd-initctl.service
Before: dovecot.service
Before: uml-utilities.service
Before: systemd-machine-id-commit.service
Before: virtlogd.service
Before: systemd-fsck-root.service
Before: systemd-journal-flush.service
Before: lvm2-monitor.service
Before: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Before: systemd-remount-fs.service
Before: virtlockd.service
Before: systemd-timesyncd.service
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Before: systemd-cryptsetup at sda7_crypt.service
Before: bluetooth.service
Before: mcelog.service
Before: swap.img.swap
Before: apache-htcacheclean.service
Before: systemd-fsckd.service
Before: user at 1000.service
Before: user at 121.service
Before: gdm.service
Before: systemd-swap.service
Before: lm-sensors.service
Before: systemd-tmpfiles-setup.service
Before: pppd-dns.service
Before: systemd-resolved.service
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap
Before: sockets.target
Before: thermald.service
Before: laptop-mode.service
Before: systemd-quotacheck.service
Before: libvirtd.service
Before: avahi-daemon.service
Before: udisks2.service
Before: packagekit.service
Before: lmt-poll.service
Before: ebtables.service
Before: cpufrequtils.service
Before: mountdebugfs.service
Before: exim4.service
Before: networking.service
Before: lvm2-lvmetad.service
Before: geoclue.service
Before: upower.service
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: systemd-sysctl.service
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Before: systemd-binfmt.service
Before: uuidd.service
Before: systemd-logind.service
Before: systemd-update-utmp.service
Before: dev-SSHDCrypt-SWAP.swap
Before: dev-dm\x2d2.swap
After: -.slice
After: -.mount
Triggers: systemd-journald.service
References: systemd-journald.service
References: sockets.target
References: -.slice
References: -.mount
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mcelog.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: phpsessionclean.service
ReferencedBy: alsa-state.service
ReferencedBy: dev-zram0.swap
ReferencedBy: libvirtd.service
ReferencedBy: apport.service
ReferencedBy: gdm.service
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: cpufrequtils.service
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dm-event.service
ReferencedBy: anacron.service
ReferencedBy: accounts-daemon.service
ReferencedBy: tor at default.service
ReferencedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: dnsmasq.service
ReferencedBy: lmt-poll.service
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: kmod-static-nodes.service
ReferencedBy: lm-sensors.service
ReferencedBy: mysql.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: dovecot.service
ReferencedBy: libvirt-guests.service
ReferencedBy: sockets.target
ReferencedBy: systemd-user-sessions.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: systemd-journal-flush.service
ReferencedBy: rsync.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: binfmt-support.service
ReferencedBy: geoclue.service
ReferencedBy: systemd-udevd.service
ReferencedBy: ModemManager.service
ReferencedBy: dbus.service
ReferencedBy: colord.service
ReferencedBy: polkit.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: apache2.service
ReferencedBy: uuidd.service
ReferencedBy: tor.service
ReferencedBy: networking.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: packagekit.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: resolvconf.service
ReferencedBy: systemd-fsckd.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: upower.service
ReferencedBy: atd.service
ReferencedBy: ebtables.service
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: apt-daily.service
ReferencedBy: rc-local.service
ReferencedBy: thermald.service
ReferencedBy: dicod.service
ReferencedBy: user at 1000.service
ReferencedBy: systemd-swap.service
ReferencedBy: dev-SSHDCrypt-SWAP.swap
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: lvm2-monitor.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cron.service
ReferencedBy: user at 121.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-logind.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: virtlogd.service
ReferencedBy: getty-static.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-initctl.service
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: avahi-daemon.service
ReferencedBy: laptop-mode.service
ReferencedBy: systemd-quotacheck.service
ReferencedBy: ssh.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: loadcpufreq.service
ReferencedBy: udisks2.service
ReferencedBy: uml-utilities.service
ReferencedBy: virtlockd.service
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: apache-htcacheclean.service
ReferencedBy: swap.img.swap
ReferencedBy: pppd-dns.service
ReferencedBy: systemd-networkd.service
ReferencedBy: exim4.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: getty at tty1.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: NetworkManager.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-journald.service
ReferencedBy: alsa-restore.service
ReferencedBy: systemd-modules-load.service
ReferencedBy: systemd-resolved.service
ReferencedBy: mountdebugfs.service
RequiresMountsFor: /run/systemd/journal/stdout /run/systemd/journal/socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device:
Description: WDC_WD5000M22K-2 Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart4.device
Invocation ID: fe9cc2ad64754165ba0ad0d585633ad6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: -.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Requires: system.slice
RequiredBy: ram\x2dtmp.mount
RequiredBy: sys-kernel-debug.mount
RequiredBy: run-user-121.mount
RequiredBy: syslog.socket
RequiredBy: systemd-update-utmp-runlevel.service
RequiredBy: sys-fs-fuse-connections.mount
RequiredBy: systemd-journald.socket
RequiredBy: dm-event.socket
RequiredBy: tmp.mount
RequiredBy: systemd-backlight at backlight:intel_backlight.service
RequiredBy: systemd-udevd-control.socket
RequiredBy: var-lib-machines.mount
RequiredBy: systemd-resolved.service
RequiredBy: dev-mqueue.mount
RequiredBy: swap.img.swap
RequiredBy: dev-dm\x2d2.swap
RequiredBy: basic.target
RequiredBy: systemd-rfkill.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: virtlogd.socket
RequiredBy: run-user-1000-gvfs.mount
RequiredBy: uuidd.socket
RequiredBy: apt-daily.timer
RequiredBy: boot.mount
RequiredBy: systemd-rfkill.service
RequiredBy: rescue.service
RequiredBy: emergency.service
RequiredBy: systemd-ask-password-wall.path
RequiredBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
RequiredBy: media-SSHD.mount
RequiredBy: systemd-ask-password-console.path
RequiredBy: systemd-fsckd.socket
RequiredBy: proc-sys-fs-binfmt_misc.automount
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
RequiredBy: tor at default.service
RequiredBy: run-user-1000.mount
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
RequiredBy: proc-sys-fs-binfmt_misc.mount
RequiredBy: rtkit-daemon.service
RequiredBy: phpsessionclean.timer
RequiredBy: systemd-update-utmp.service
RequiredBy: systemd-random-seed.service
RequiredBy: lvm2-lvmetad.socket
RequiredBy: local-fs.target
RequiredBy: phpsessionclean.service
RequiredBy: systemd-timesyncd.service
RequiredBy: systemd-initctl.socket
RequiredBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
RequiredBy: dovecot.service
RequiredBy: colord.service
RequiredBy: dev-hugepages.mount
RequiredBy: sys-kernel-config.mount
RequiredBy: avahi-daemon.socket
RequiredBy: dev-zram0.swap
RequiredBy: apache2.service
RequiredBy: virtlockd.socket
RequiredBy: boot-efi.mount
RequiredBy: dbus.socket
RequiredBy: mnt-3AEC0E87EC0E3E1F.mount
RequiredBy: systemd-journal-flush.service
RequiredBy: dev-SSHDCrypt-SWAP.swap
RequiredBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
RequiredBy: lvm2-lvmpolld.socket
Before: dm-event.socket
Before: systemd-initctl.socket
Before: run-user-121.mount
Before: proc-sys-fs-binfmt_misc.automount
Before: swap.img.swap
Before: virtlogd.socket
Before: basic.target
Before: virtlockd.socket
Before: systemd-backlight at backlight:intel_backlight.service
Before: media-SSHD.mount
Before: systemd-timesyncd.service
Before: tor at default.service
Before: apache2.service
Before: phpsessionclean.service
Before: dev-zram0.swap
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Before: dovecot.service
Before: systemd-ask-password-wall.path
Before: avahi-daemon.socket
Before: rtkit-daemon.service
Before: systemd-random-seed.service
Before: run-user-1000.mount
Before: var-lib-machines.mount
Before: rescue.service
Before: systemd-journald-dev-log.socket
Before: systemd-resolved.service
Before: phpsessionclean.timer
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Before: boot-efi.mount
Before: systemd-fsckd.socket
Before: ram\x2dtmp.mount
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap
Before: systemd-update-utmp.service
Before: systemd-update-utmp-runlevel.service
Before: sys-kernel-debug.mount
Before: systemd-journald.socket
Before: boot.mount
Before: dbus.socket
Before: uuidd.socket
Before: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Before: proc-sys-fs-binfmt_misc.mount
Before: tmp.mount
Before: colord.service
Before: dev-dm\x2d2.swap
Before: mnt-3AEC0E87EC0E3E1F.mount
Before: dev-mqueue.mount
Before: dev-hugepages.mount
Before: syslog.socket
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Before: emergency.service
Before: run-user-1000-gvfs.mount
Before: sys-kernel-config.mount
Before: systemd-journal-flush.service
Before: sys-fs-fuse-connections.mount
Before: local-fs.target
Before: apt-daily.timer
Before: lvm2-lvmpolld.socket
Before: systemd-rfkill.socket
Before: lvm2-lvmetad.socket
Before: systemd-ask-password-console.path
Before: systemd-udevd-control.socket
Before: systemd-rfkill.service
Before: dev-SSHDCrypt-SWAP.swap
After: system.slice
References: local-fs.target
References: system.slice
ReferencedBy: sys-kernel-config.mount
ReferencedBy: emergency.service
ReferencedBy: dev-SSHDCrypt-SWAP.swap
ReferencedBy: dm-event.socket
ReferencedBy: dev-zram0.swap
ReferencedBy: boot-efi.mount
ReferencedBy: systemd-journal-flush.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: dovecot.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: ram\x2dtmp.mount
ReferencedBy: virtlockd.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: dev-hugepages.mount
ReferencedBy: basic.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: run-user-121.mount
ReferencedBy: systemd-rfkill.service
ReferencedBy: var-lib-machines.mount
ReferencedBy: systemd-resolved.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: systemd-journald.socket
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: media-SSHD.mount
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap
ReferencedBy: boot.mount
ReferencedBy: avahi-daemon.socket
ReferencedBy: tor at default.service
ReferencedBy: apt-daily.timer
ReferencedBy: dev-mqueue.mount
ReferencedBy: mnt-3AEC0E87EC0E3E1F.mount
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: systemd-update-utmp.service
ReferencedBy: run-user-1000.mount
ReferencedBy: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
ReferencedBy: systemd-rfkill.socket
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: proc-sys-fs-binfmt_misc.mount
ReferencedBy: syslog.socket
ReferencedBy: swap.img.swap
ReferencedBy: rescue.service
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: run-user-1000-gvfs.mount
ReferencedBy: systemd-random-seed.service
ReferencedBy: tmp.mount
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: apache2.service
ReferencedBy: phpsessionclean.timer
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: colord.service
ReferencedBy: uuidd.socket
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: phpsessionclean.service
ReferencedBy: systemd-initctl.socket
ReferencedBy: local-fs.target
ReferencedBy: rtkit-daemon.service
ReferencedBy: dev-dm\x2d2.swap
ReferencedBy: dbus.socket
ReferencedBy: virtlogd.socket
ReferencedBy: systemd-fsckd.socket
RequiresMountsFor: /dev/mapper/sdb_crypt
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/sdb_crypt
File System Type: ext4
Options: rw,relatime,errors=remount-ro,commit=600,data=ordered
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit user-1000.slice:
Description: User Slice of rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:54 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:54 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x40
Name: user-1000.slice
Invocation ID: 1ac63d9667b24cf292c5a568da3cb712
Fragment Path: /run/systemd/transient/user-1000.slice
Condition Timestamp: Thu 2017-01-26 23:14:54 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:54 IST
Assert Result: yes
Requires: user.slice
RequiredBy: session-6.scope
RequiredBy: session-3.scope
RequiredBy: session-2.scope
RequiredBy: user at 1000.service
Conflicts: shutdown.target
Before: session-3.scope
Before: session-6.scope
Before: user at 1000.service
Before: session-2.scope
Before: shutdown.target
After: systemd-logind.service
After: systemd-user-sessions.service
After: user.slice
References: systemd-logind.service
References: shutdown.target
References: systemd-user-sessions.service
References: user.slice
ReferencedBy: session-6.scope
ReferencedBy: session-3.scope
ReferencedBy: session-2.scope
ReferencedBy: user at 1000.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=10813
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Invocation ID: 36e8806ba82d4e19a8f22bf037057e95
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dbus.socket
Invocation ID: 184eeb84c5414d4bb9d7aa9113f78181
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: -.mount
Requires: sysinit.target
Requires: -.slice
RequiredBy: NetworkManager.service
RequiredBy: avahi-daemon.service
RequiredBy: iio-sensor-proxy.service
RequiredBy: udisks2.service
RequiredBy: accounts-daemon.service
RequiredBy: wpa_supplicant.service
RequiredBy: dbus.service
RequiredBy: rtkit-daemon.service
RequiredBy: ModemManager.service
RequiredBy: thermald.service
RequiredBy: upower.service
RequiredBy: packagekit.service
RequiredBy: systemd-logind.service
RequiredBy: colord.service
RequiredBy: bluetooth.service
RequiredBy: polkit.service
RequiredBy: geoclue.service
WantedBy: systemd-logind.service
WantedBy: sockets.target
Conflicts: shutdown.target
Before: bluetooth.service
Before: systemd-logind.service
Before: dbus.service
Before: polkit.service
Before: accounts-daemon.service
Before: rtkit-daemon.service
Before: wpa_supplicant.service
Before: avahi-daemon.service
Before: packagekit.service
Before: colord.service
Before: ModemManager.service
Before: shutdown.target
Before: thermald.service
Before: geoclue.service
Before: upower.service
Before: sockets.target
Before: iio-sensor-proxy.service
Before: NetworkManager.service
Before: udisks2.service
After: -.mount
After: sysinit.target
After: -.slice
Triggers: dbus.service
References: sysinit.target
References: -.mount
References: sockets.target
References: dbus.service
References: -.slice
References: shutdown.target
ReferencedBy: geoclue.service
ReferencedBy: polkit.service
ReferencedBy: sockets.target
ReferencedBy: avahi-daemon.service
ReferencedBy: thermald.service
ReferencedBy: packagekit.service
ReferencedBy: systemd-logind.service
ReferencedBy: accounts-daemon.service
ReferencedBy: udisks2.service
ReferencedBy: bluetooth.service
ReferencedBy: colord.service
ReferencedBy: upower.service
ReferencedBy: dbus.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: NetworkManager.service
ReferencedBy: ModemManager.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: wpa_supplicant.service
RequiresMountsFor: /var/run/dbus/system_bus_socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-rfkill.device
Invocation ID: 8b737c1cc85b498d9d70a8a937475c1f
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: lvm2-activation.service
Before: lvm2-monitor.service
ReferencedBy: lvm2-monitor.service
-> Unit phpsessionclean.service:
Description: Clean php session files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Fri 2017-01-27 18:39:34 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:39:34 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Fri 2017-01-27 18:39:34 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: phpsessionclean.service
Invocation ID: fb45cbeaad3c41cd89d887a84c391246
Fragment Path: /lib/systemd/system/phpsessionclean.service
Condition Timestamp: Fri 2017-01-27 18:39:34 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:39:34 IST
Assert Result: yes
Requires: tmp.mount
Requires: system.slice
Requires: sysinit.target
Requires: -.mount
Conflicts: shutdown.target
Before: shutdown.target
After: -.mount
After: sysinit.target
After: system.slice
After: basic.target
After: phpsessionclean.timer
After: tmp.mount
After: systemd-journald.socket
TriggeredBy: phpsessionclean.timer
References: -.mount
References: sysinit.target
References: system.slice
References: basic.target
References: tmp.mount
References: systemd-journald.socket
References: shutdown.target
ReferencedBy: phpsessionclean.timer
RequiresMountsFor: /tmp /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: yes
ProtectSystem: yes
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/php/sessionclean
-> Unit dovecot.socket:
Description: Dovecot IMAP/POP3 email server activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dovecot.socket
Invocation ID: ab9016d0859f42bd9f37c48a1a930b9a
Fragment Path: /lib/systemd/system/dovecot.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.slice
WantedBy: sockets.target
Conflicts: shutdown.target
Before: dovecot.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.slice
Triggers: dovecot.service
References: sysinit.target
References: sockets.target
References: -.slice
References: dovecot.service
References: shutdown.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
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
Writable: no
FDName: dovecot.socket
SELinuxContextFromNet: no
ListenStream: 0.0.0.0:143
ListenStream: [::]:143
ListenStream: 0.0.0.0:993
ListenStream: [::]:993
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit session-2.scope:
Description: Session 2 of user rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:17:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:54 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-2.scope
Invocation ID: be492b98c2434b61b704dd7424931ae2
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Thu 2017-01-26 23:14:54 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:54 IST
Assert Result: yes
Requires: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-1000.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-1000.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: abandoned
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit dev-mapper-sdb_crypt.device:
Description: /dev/mapper/sdb_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-sdb_crypt.device
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: dev-dm\x2d0.device
DropIn Path: /run/systemd/generator/dev-mapper-sdb_crypt.device.d/90-device-timeout.conf
Requires: systemd-cryptsetup at sdb_crypt.service
BoundBy: systemd-cryptsetup at sdb_crypt.service
References: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit session-c1.scope:
Description: Session c1 of user Debian-gdm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-121.slice
CGroup: /user.slice/user-121.slice/session-c1.scope
CGroup realized: yes
CGroup mask: 0x0
CGroup members mask: 0x0
Name: session-c1.scope
Invocation ID: 5df206f516b542f39cec3bb70ef289e1
Fragment Path: /run/systemd/transient/session-c1.scope
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: user-121.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-121.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-121.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice
After: -.slice
References: -.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGRTMIN+14
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Invocation ID: e6503fce74d44566979a9f089ba14613
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-sda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: clamav-daemon.service
Before: exim4.service
ReferencedBy: exim4.service
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: user.slice
Invocation ID: 8f90320cb6f2428890cccaaf1983fdc7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
RequiredBy: user-1000.slice
RequiredBy: user-121.slice
WantedBy: systemd-logind.service
Conflicts: shutdown.target
Before: user-1000.slice
Before: slices.target
Before: user-121.slice
Before: shutdown.target
Before: systemd-logind.service
After: -.slice
References: slices.target
References: shutdown.target
References: -.slice
ReferencedBy: systemd-logind.service
ReferencedBy: user-1000.slice
ReferencedBy: user-121.slice
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit virt-guest-shutdown.target:
Description: Libvirt guests shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virt-guest-shutdown.target
Invocation ID: 53acc63b48e649d8a87e640f844b6314
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/virt-guest-shutdown.target
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
RequiredBy: libvirt-guests.service
Conflicts: shutdown.target
Before: libvirt-guests.service
References: shutdown.target
ReferencedBy: libvirt-guests.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Invocation ID: 5d383cb5afab4d7fb87ac328fffd3f51
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: network-online.target
Invocation ID: f5e23707bb794be387a2fe916d6e4f2d
Documentation: man:systemd.special(7)
Documentation: http://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Wants: networking.service
Wants: NetworkManager-wait-online.service
WantedBy: mysql.service
WantedBy: exim4.service
Conflicts: shutdown.target
Before: mysql.service
Before: exim4.service
Before: rc-local.service
After: NetworkManager-wait-online.service
After: networking.service
After: network.target
References: NetworkManager-wait-online.service
References: networking.service
References: shutdown.target
References: network.target
ReferencedBy: mysql.service
ReferencedBy: rc-local.service
ReferencedBy: networking.service
ReferencedBy: exim4.service
ReferencedBy: NetworkManager-wait-online.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Invocation ID: 3dbaadf5f7ae4e0896f7af93890266e1
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: systemd-cryptsetup at sdb_crypt.service
BoundBy: systemd-cryptsetup at sdb_crypt.service
Before: systemd-cryptsetup at sdb_crypt.service
References: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit virtlockd.service:
Description: Virtual machine lock manager
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: virtlockd.service
Documentation: man:virtlockd(8)
Documentation: http://libvirt.org
Fragment Path: /lib/systemd/system/virtlockd.service
Requires: system.slice
Requires: sysinit.target
Requires: virtlockd.socket
Conflicts: shutdown.target
Before: shutdown.target
After: virtlockd.socket
After: system.slice
After: basic.target
After: systemd-journald.socket
After: sysinit.target
TriggeredBy: virtlockd.socket
References: shutdown.target
References: virtlockd.socket
References: system.slice
References: basic.target
References: systemd-journald.socket
References: sysinit.target
ReferencedBy: virtlockd.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/virtlockd
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/virtlockd $VIRTLOCKD_ARGS
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
-> Unit binfmt-support.service:
Description: Enable support for additional executable binary formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/binfmt-support.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: binfmt-support.service
Invocation ID: 4c8dcb9a00b24befbc10ec9d27d26bb9
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
WantedBy: multi-user.target
After: local-fs.target
After: systemd-journald.socket
After: system.slice
After: proc-sys-fs-binfmt_misc.automount
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: proc-sys-fs-binfmt_misc.automount
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
-> ExecStop:
Command Line: /usr/sbin/update-binfmts --disable
-> Unit postfix.service:
Description: postfix.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: postfix.service
Fragment Path: /dev/null
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit dev-iio:device0.device:
Description: /dev/iio:device0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-iio:device0.device
Invocation ID: 14a17d41a11040b48ca417543443d562
Following: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb2-2\x2d8-2\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.9.auto-iio:device0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.9.auto/iio:device0
-> Unit systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service:
Description: File System Check on /dev/disk/by-uuid/07502716-a1f8-4cec-a605-447e151b8021
Instance: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Invocation ID: 86898624c702486ea6c325f48c40c6b2
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice
Wants: systemd-fsckd.socket
BindsTo: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
RequiredBy: boot.mount
Before: shutdown.target
Before: systemd-quotacheck.service
Before: boot.mount
After: local-fs-pre.target
After: system-systemd\x2dfsck.slice
After: systemd-fsckd.socket
After: systemd-fsck-root.service
After: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
After: systemd-journald.socket
References: systemd-quotacheck.service
References: local-fs-pre.target
References: system-systemd\x2dfsck.slice
References: systemd-fsckd.socket
References: systemd-fsck-root.service
References: shutdown.target
References: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
References: systemd-journald.socket
ReferencedBy: boot.mount
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/07502716-a1f8-4cec-a605-447e151b8021
-> Unit sys-devices-virtual-block-dm\x2d2.device:
Description: /sys/devices/virtual/block/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d2.device
Invocation ID: e7699ffb16e3478b9505b7ca5bdc3661
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit sys-devices-pci0000:00-0000:00:03.0-sound-card0.device:
Description: Haswell-ULT HD Audio Controller
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
Invocation ID: 584f5a30eab344e6885b9783c136aecb
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:03.0/sound/card0
-> Unit dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Invocation ID: 495b2c41ab8b474b8f90fa396b021aa8
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Invocation ID: 1847be1241dd48f2bc3c0ce5410f3c8d
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2duuid-2206\x2d0BF2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-2206\x2d0BF2.device
Invocation ID: 96e3c979ce314eef8a231c3e7a144f45
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: boot-efi.mount
BoundBy: boot-efi.mount
BoundBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Before: boot-efi.mount
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: boot-efi.mount
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:29:28 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-tmpfiles-clean.timer
Invocation ID: 189f5e639060425c90716bfda92952d6
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
WantedBy: timers.target
Conflicts: shutdown.target
Before: shutdown.target
Before: timers.target
Before: systemd-tmpfiles-clean.service
After: sysinit.target
Triggers: systemd-tmpfiles-clean.service
References: 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
Timer State: waiting
Result: success
Unit: systemd-tmpfiles-clean.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device:
Description: /dev/disk/by-uuid/b5647308-33d3-4b33-bbd4-67c47533d596
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Invocation ID: 1850df96169449788b4dc0effacf9eea
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Invocation ID: c6aa7697508d4c96b9907478764e8485
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Following Set Member: dev-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Slice: n/a
CGroup:
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: uuidd.socket
RequiredBy: systemd-journald.socket
RequiredBy: systemd-journald-dev-log.socket
RequiredBy: avahi-daemon.socket
RequiredBy: systemd-fsckd.socket
RequiredBy: ssh.socket
RequiredBy: virtlockd.socket
RequiredBy: system.slice
RequiredBy: lvm2-lvmetad.socket
RequiredBy: systemd-udevd-kernel.socket
RequiredBy: init.scope
RequiredBy: user.slice
RequiredBy: syslog.socket
RequiredBy: lvm2-lvmpolld.socket
RequiredBy: virtlogd.socket
RequiredBy: systemd-networkd.socket
RequiredBy: systemd-udevd-control.socket
RequiredBy: systemd-rfkill.socket
RequiredBy: dbus.socket
RequiredBy: dovecot.socket
RequiredBy: dm-event.socket
RequiredBy: systemd-initctl.socket
RequiredBy: dicod.socket
RequiredBy: systemd-journald-audit.socket
WantedBy: slices.target
Before: systemd-initctl.socket
Before: init.scope
Before: virtlogd.socket
Before: systemd-journald.socket
Before: systemd-fsckd.socket
Before: systemd-networkd.socket
Before: systemd-rfkill.socket
Before: dbus.socket
Before: system.slice
Before: systemd-journald-audit.socket
Before: slices.target
Before: dicod.socket
Before: systemd-udevd-kernel.socket
Before: systemd-udevd-control.socket
Before: avahi-daemon.socket
Before: dovecot.socket
Before: lvm2-lvmpolld.socket
Before: lvm2-lvmetad.socket
Before: dm-event.socket
Before: systemd-journald-dev-log.socket
Before: user.slice
Before: virtlockd.socket
Before: uuidd.socket
Before: syslog.socket
Before: ssh.socket
ReferencedBy: systemd-initctl.socket
ReferencedBy: user.slice
ReferencedBy: init.scope
ReferencedBy: systemd-fsckd.socket
ReferencedBy: systemd-journald-dev-log.socket
ReferencedBy: lvm2-lvmetad.socket
ReferencedBy: dovecot.socket
ReferencedBy: systemd-networkd.socket
ReferencedBy: dbus.socket
ReferencedBy: systemd-journald.socket
ReferencedBy: systemd-rfkill.socket
ReferencedBy: uuidd.socket
ReferencedBy: avahi-daemon.socket
ReferencedBy: virtlockd.socket
ReferencedBy: lvm2-lvmpolld.socket
ReferencedBy: virtlogd.socket
ReferencedBy: system.slice
ReferencedBy: systemd-journald-audit.socket
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: dicod.socket
ReferencedBy: dm-event.socket
ReferencedBy: ssh.socket
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: slices.target
ReferencedBy: syslog.socket
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit systemd-tmpfiles-setup-dev.service:
Description: Create Static Device Nodes in /dev
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: fac3875e0d4d4ae9b6f807870f6a8244
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-udevd.service
Before: shutdown.target
Before: sysinit.target
Before: local-fs-pre.target
After: systemd-sysusers.service
After: kmod-static-nodes.service
After: system.slice
After: systemd-journald.socket
References: systemd-udevd.service
References: systemd-sysusers.service
References: system.slice
References: sysinit.target
References: shutdown.target
References: local-fs-pre.target
References: systemd-journald.socket
ReferencedBy: kmod-static-nodes.service
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
-> Unit session-6.scope:
Description: Session 6 of user rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:17:48 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:17:48 IST
Active Enter Timestamp: Thu 2017-01-26 23:17:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-6.scope
CGroup realized: yes
CGroup mask: 0x40
CGroup members mask: 0x0
Name: session-6.scope
Invocation ID: ae3a7a8885f348038f4809784d6c2d1e
Fragment Path: /run/systemd/transient/session-6.scope
Condition Timestamp: Thu 2017-01-26 23:17:48 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:17:48 IST
Assert Result: yes
Requires: user-1000.slice
Conflicts: shutdown.target
Before: shutdown.target
After: systemd-logind.service
After: user-1000.slice
After: systemd-user-sessions.service
References: systemd-logind.service
References: shutdown.target
References: user-1000.slice
References: systemd-user-sessions.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit dev-mapper-sda7_crypt.device:
Description: /dev/mapper/sda7_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-mapper-sda7_crypt.device
Invocation ID: a8341ef98d5142ee9d7f74cea8dcc043
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
DropIn Path: /run/systemd/generator/dev-mapper-sda7_crypt.device.d/90-device-timeout.conf
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: systemd-cryptsetup at sda7_crypt.service
BoundBy: systemd-cryptsetup at sda7_crypt.service
References: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Invocation ID: 81ca37fd46f34b72a0673a0002be1b6b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:44 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:44 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:44 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel5.target
Name: graphical.target
Invocation ID: e9c233bb762543eda664ca1992d64cc4
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Thu 2017-01-26 23:14:44 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:44 IST
Assert Result: yes
Requires: multi-user.target
Wants: mountdebugfs.service
Wants: openbsd-inetd.service
Wants: exim4.service
Wants: systemd-update-utmp-runlevel.service
Wants: speech-dispatcher.service
Wants: mcelog.service
Wants: uml-utilities.service
Wants: apport.service
Wants: gdm.service
Wants: cpufrequtils.service
Wants: accounts-daemon.service
Wants: loadcpufreq.service
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
After: cpufrequtils.service
After: rescue.service
After: loadcpufreq.service
After: gdm.service
After: openbsd-inetd.service
After: apport.service
After: rescue.target
After: accounts-daemon.service
After: mountdebugfs.service
After: mcelog.service
After: exim4.service
After: multi-user.target
After: speech-dispatcher.service
After: uml-utilities.service
References: rescue.service
References: cpufrequtils.service
References: multi-user.target
References: exim4.service
References: mcelog.service
References: uml-utilities.service
References: systemd-update-utmp-runlevel.service
References: apport.service
References: openbsd-inetd.service
References: speech-dispatcher.service
References: shutdown.target
References: accounts-daemon.service
References: loadcpufreq.service
References: rescue.target
References: mountdebugfs.service
References: gdm.service
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: mcelog.service
ReferencedBy: loadcpufreq.service
ReferencedBy: exim4.service
ReferencedBy: cpufrequtils.service
ReferencedBy: uml-utilities.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: mountdebugfs.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: apport.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device:
Description: /dev/disk/by-id/dm-name-SSHDCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Invocation ID: add53c1a07ad47d6bfec0b31d8ced866
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Invocation ID: 3d372b9b9a764189b49aff655966eab2
Following Set Member: dev-ttyS3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> Unit dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device:
Description: /dev/disk/by-id/dm-name-SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Invocation ID: 54d506a8299d442e8f22bd9350a2f6e9
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Invocation ID: 11d5828888dd4dc5baaa18e2be93efd6
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit uml-utilities.service:
Description: LSB: start and stop UML networking services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:42 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/uml-utilities.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: uml-utilities.service
Invocation ID: 1cdca95890a54a67aacc76264d7c678d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/uml-utilities.service
Source Path: /etc/init.d/uml-utilities
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald.socket
After: system.slice
After: sysinit.target
After: basic.target
After: remote-fs.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: graphical.target
References: remote-fs.target
References: multi-user.target
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/uml-utilities start
-> ExecStop:
Command Line: /etc/init.d/uml-utilities stop
-> Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: anacron.service
Fragment Path: /lib/systemd/system/anacron.service
ConditionACPower: true untested
Condition Timestamp: Fri 2017-01-27 18:29:29 IST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: sysinit.target
After: time-sync.target
References: shutdown.target
References: systemd-journald.socket
References: basic.target
References: system.slice
References: sysinit.target
References: time-sync.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/anacron -dsq
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device:
Description: /dev/disk/by-id/lvm-pv-uuid-kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Invocation ID: 9c42a62faac140ae847b65364928e0b7
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-sda7_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit cpufrequtils.service:
Description: LSB: set CPUFreq kernel parameters
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:41 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/cpufrequtils.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: cpufrequtils.service
Invocation ID: 6b418eeaac0d45e996a1be597c1d112c
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/cpufrequtils.service
Source Path: /etc/init.d/cpufrequtils
Condition Timestamp: Thu 2017-01-26 23:14:41 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:41 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: systemd-journald.socket
After: basic.target
After: system.slice
After: loadcpufreq.service
After: sysinit.target
After: remote-fs.target
References: basic.target
References: remote-fs.target
References: systemd-journald.socket
References: shutdown.target
References: multi-user.target
References: graphical.target
References: system.slice
References: loadcpufreq.service
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/cpufrequtils start
-> ExecReload:
Command Line: /etc/init.d/cpufrequtils reload
-> ExecStop:
Command Line: /etc/init.d/cpufrequtils stop
-> Unit dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Invocation ID: 9b2b5434f2d14287a57a9732a7067b18
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d0.device
Invocation ID: 2749fddfc5a44949b6e782dce9a8d0a6
Following Set Member: dev-disk-by\x2did-raid\x2dsdb_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d8f7094e7d2eb453fb2b71a162de14111\x2dsdb_crypt.device
Following Set Member: dev-mapper-sdb_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb_crypt.device
Following Set Member: dev-disk-by\x2duuid-339197eb\x2d781c\x2d4a32\x2d9265\x2d060536dfa9e0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice
Requires: -.mount
RequiredBy: emergency.target
Conflicts: shutdown.target
Conflicts: syslog.socket
Conflicts: rescue.service
ConflictedBy: sysinit.target
Before: emergency.target
Before: shutdown.target
Before: sysinit.target
After: system.slice
After: -.mount
References: syslog.socket
References: rescue.service
References: -.mount
References: shutdown.target
References: system.slice
ReferencedBy: emergency.target
ReferencedBy: sysinit.target
RequiresMountsFor: /root
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HOME=/root
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
Command Line: /bin/echo -e 'You are in emergency mode. After logging in, type "journalctl -xb" to view\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\ntry again to boot into default mode.'
-> ExecStart:
Command Line: /bin/sh -c '/sbin/sulogin; /bin/systemctl --job-mode=fail --no-block default'
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Invocation ID: 20e0cd3e74094572a0c6b962a367a560
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit dev-disk-by\x2duuid-D20A\x2dAF97.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-D20A\x2dAF97.device
Invocation ID: db3554c93b834eaeaeea59e341980d91
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/rc-local.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: rc-local.service
Invocation ID: 44609ead6994449a9f6f6385d586424a
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local untested
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: gdm.service
Before: getty at tty1.service
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: network.target
After: basic.target
After: network-online.target
After: system.slice
After: sysinit.target
References: systemd-journald.socket
References: network.target
References: shutdown.target
References: basic.target
References: network-online.target
References: system.slice
References: sysinit.target
ReferencedBy: gdm.service
ReferencedBy: getty at tty1.service
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/rc.local start
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device:
Description: WDC_WD5000M22K-2 Windows8_OS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Invocation ID: 5bf8c06d601e44d68c7d562bb4f09b84
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dlabel-Windows8_OS.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sysinit.target
Invocation ID: b6d048a93e224c05942dfd630a21466a
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Wants: kmod-static-nodes.service
Wants: sys-fs-fuse-connections.mount
Wants: systemd-ask-password-console.path
Wants: systemd-timesyncd.service
Wants: swap.target
Wants: console-setup.service
Wants: lvm2-lvmetad.socket
Wants: systemd-sysctl.service
Wants: resolvconf.service
Wants: systemd-journald.service
Wants: systemd-modules-load.service
Wants: systemd-tmpfiles-setup.service
Wants: systemd-machine-id-commit.service
Wants: systemd-random-seed.service
Wants: cryptsetup.target
Wants: systemd-udev-trigger.service
Wants: systemd-udevd.service
Wants: systemd-journal-flush.service
Wants: dev-hugepages.mount
Wants: lvm2-lvmpolld.socket
Wants: local-fs.target
Wants: systemd-hwdb-update.service
Wants: proc-sys-fs-binfmt_misc.automount
Wants: sys-kernel-debug.mount
Wants: dev-mqueue.mount
Wants: sys-kernel-config.mount
Wants: systemd-tmpfiles-setup-dev.service
Wants: systemd-update-utmp.service
Wants: systemd-binfmt.service
Wants: lvm2-monitor.service
RequiredBy: getty at tty1.service
RequiredBy: virtlogd.socket
RequiredBy: anacron.service
RequiredBy: lm-sensors.service
RequiredBy: phpsessionclean.service
RequiredBy: dicod.service
RequiredBy: avahi-daemon.service
RequiredBy: apt-daily.service
RequiredBy: systemd-ask-password-wall.service
RequiredBy: laptop-mode.service
RequiredBy: virtlockd.service
RequiredBy: avahi-daemon.socket
RequiredBy: systemd-logind.service
RequiredBy: libvirtd.service
RequiredBy: dovecot.service
RequiredBy: apache-htcacheclean.service
RequiredBy: mysql.service
RequiredBy: apt-daily.timer
RequiredBy: pppd-dns.service
RequiredBy: dicod.socket
RequiredBy: packagekit.service
RequiredBy: wpa_supplicant.service
RequiredBy: dbus.service
RequiredBy: uuidd.socket
RequiredBy: iio-sensor-proxy.service
RequiredBy: user at 1000.service
RequiredBy: speech-dispatcher.service
RequiredBy: dnsmasq.service
RequiredBy: accounts-daemon.service
RequiredBy: libvirt-guests.service
RequiredBy: tor.service
RequiredBy: cpufrequtils.service
RequiredBy: apache2.service
RequiredBy: systemd-tmpfiles-clean.timer
RequiredBy: lmt-poll.service
RequiredBy: systemd-swap.service
RequiredBy: dbus.socket
RequiredBy: rsync.service
RequiredBy: thermald.service
RequiredBy: alsa-state.service
RequiredBy: ssh.service
RequiredBy: NetworkManager-wait-online.service
RequiredBy: upower.service
RequiredBy: rescue.target
RequiredBy: exim4.service
RequiredBy: laptop-mode.timer
RequiredBy: cron.service
RequiredBy: basic.target
RequiredBy: openbsd-inetd.service
RequiredBy: mcelog.service
RequiredBy: mountdebugfs.service
RequiredBy: rc-local.service
RequiredBy: systemd-user-sessions.service
RequiredBy: tor at default.service
RequiredBy: NetworkManager.service
RequiredBy: virtlockd.socket
RequiredBy: getty-static.service
RequiredBy: ModemManager.service
RequiredBy: ssh.socket
RequiredBy: bluetooth.service
RequiredBy: phpsessionclean.timer
RequiredBy: dovecot.socket
RequiredBy: geoclue.service
RequiredBy: rtkit-daemon.service
RequiredBy: atd.service
RequiredBy: uml-utilities.service
RequiredBy: virtlogd.service
RequiredBy: systemd-resolved.service
RequiredBy: udisks2.service
RequiredBy: gdm.service
RequiredBy: alsa-restore.service
RequiredBy: user at 121.service
RequiredBy: uuidd.service
RequiredBy: polkit.service
RequiredBy: apport.service
RequiredBy: loadcpufreq.service
RequiredBy: colord.service
Conflicts: emergency.service
Conflicts: emergency.target
Conflicts: shutdown.target
Before: bluetooth.service
Before: user at 121.service
Before: upower.service
Before: apt-daily.service
Before: getty at tty1.service
Before: rsync.service
Before: libvirtd.service
Before: dbus.socket
Before: mcelog.service
Before: cron.service
Before: NetworkManager-wait-online.service
Before: tor at default.service
Before: systemd-tmpfiles-clean.timer
Before: virtlogd.socket
Before: geoclue.service
Before: apache2.service
Before: atd.service
Before: rtkit-daemon.service
Before: systemd-resolved.service
Before: rc-local.service
Before: ssh.socket
Before: alsa-state.service
Before: wpa_supplicant.service
Before: anacron.service
Before: lm-sensors.service
Before: speech-dispatcher.service
Before: udisks2.service
Before: dicod.service
Before: colord.service
Before: rescue.service
Before: phpsessionclean.timer
Before: systemd-logind.service
Before: phpsessionclean.service
Before: uuidd.service
Before: avahi-daemon.socket
Before: tor.service
Before: apport.service
Before: systemd-swap.service
Before: exim4.service
Before: uuidd.socket
Before: iio-sensor-proxy.service
Before: systemd-user-sessions.service
Before: laptop-mode.timer
Before: lmt-poll.service
Before: avahi-daemon.service
Before: dovecot.service
Before: dnsmasq.service
Before: basic.target
Before: virtlockd.service
Before: dicod.socket
Before: rescue.target
Before: ModemManager.service
Before: packagekit.service
Before: dovecot.socket
Before: NetworkManager.service
Before: ssh.service
Before: alsa-restore.service
Before: cpufrequtils.service
Before: getty-static.service
Before: systemd-ask-password-wall.service
Before: mysql.service
Before: uml-utilities.service
Before: openbsd-inetd.service
Before: gdm.service
Before: polkit.service
Before: pppd-dns.service
Before: user at 1000.service
Before: loadcpufreq.service
Before: virtlogd.service
Before: apache-htcacheclean.service
Before: accounts-daemon.service
Before: dbus.service
Before: libvirt-guests.service
Before: apt-daily.timer
Before: virtlockd.socket
Before: mountdebugfs.service
Before: laptop-mode.service
Before: thermald.service
After: systemd-tmpfiles-setup-dev.service
After: systemd-sysctl.service
After: sys-kernel-config.mount
After: sys-kernel-debug.mount
After: emergency.service
After: kmod-static-nodes.service
After: dev-mqueue.mount
After: sys-fs-fuse-connections.mount
After: systemd-udev-trigger.service
After: swap.target
After: local-fs.target
After: systemd-tmpfiles-setup.service
After: systemd-random-seed.service
After: cryptsetup.target
After: systemd-update-utmp.service
After: systemd-machine-id-commit.service
After: proc-sys-fs-binfmt_misc.automount
After: emergency.target
After: systemd-hwdb-update.service
After: systemd-timesyncd.service
After: systemd-modules-load.service
After: systemd-binfmt.service
After: systemd-journald.service
After: dev-hugepages.mount
After: systemd-backlight at backlight:intel_backlight.service
After: systemd-udevd.service
References: shutdown.target
References: systemd-udevd.service
References: systemd-udev-trigger.service
References: proc-sys-fs-binfmt_misc.automount
References: systemd-binfmt.service
References: systemd-update-utmp.service
References: resolvconf.service
References: cryptsetup.target
References: lvm2-lvmetad.socket
References: systemd-hwdb-update.service
References: systemd-sysctl.service
References: systemd-timesyncd.service
References: dev-mqueue.mount
References: systemd-modules-load.service
References: lvm2-monitor.service
References: local-fs.target
References: emergency.target
References: console-setup.service
References: systemd-tmpfiles-setup.service
References: emergency.service
References: dev-hugepages.mount
References: systemd-random-seed.service
References: swap.target
References: sys-kernel-config.mount
References: sys-fs-fuse-connections.mount
References: systemd-journal-flush.service
References: systemd-journald.service
References: sys-kernel-debug.mount
References: kmod-static-nodes.service
References: systemd-ask-password-console.path
References: systemd-tmpfiles-setup-dev.service
References: systemd-machine-id-commit.service
References: lvm2-lvmpolld.socket
ReferencedBy: dbus.socket
ReferencedBy: atd.service
ReferencedBy: mcelog.service
ReferencedBy: pppd-dns.service
ReferencedBy: dbus.service
ReferencedBy: apport.service
ReferencedBy: systemd-binfmt.service
ReferencedBy: exim4.service
ReferencedBy: uml-utilities.service
ReferencedBy: dovecot.socket
ReferencedBy: getty-static.service
ReferencedBy: virtlogd.socket
ReferencedBy: virtlockd.service
ReferencedBy: mountdebugfs.service
ReferencedBy: bluetooth.service
ReferencedBy: tor.service
ReferencedBy: ssh.service
ReferencedBy: rescue.target
ReferencedBy: ssh.socket
ReferencedBy: systemd-modules-load.service
ReferencedBy: libvirt-guests.service
ReferencedBy: dicod.service
ReferencedBy: rescue.service
ReferencedBy: sys-fs-fuse-connections.mount
ReferencedBy: gdm.service
ReferencedBy: accounts-daemon.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: rtkit-daemon.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: laptop-mode.timer
ReferencedBy: basic.target
ReferencedBy: uuidd.socket
ReferencedBy: anacron.service
ReferencedBy: dicod.socket
ReferencedBy: dnsmasq.service
ReferencedBy: geoclue.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: mysql.service
ReferencedBy: lm-sensors.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: udisks2.service
ReferencedBy: sys-kernel-debug.mount
ReferencedBy: kmod-static-nodes.service
ReferencedBy: ModemManager.service
ReferencedBy: systemd-random-seed.service
ReferencedBy: NetworkManager.service
ReferencedBy: polkit.service
ReferencedBy: systemd-udev-trigger.service
ReferencedBy: phpsessionclean.service
ReferencedBy: phpsessionclean.timer
ReferencedBy: avahi-daemon.service
ReferencedBy: user at 121.service
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: uuidd.service
ReferencedBy: alsa-state.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: loadcpufreq.service
ReferencedBy: sys-kernel-config.mount
ReferencedBy: laptop-mode.service
ReferencedBy: dev-hugepages.mount
ReferencedBy: thermald.service
ReferencedBy: dev-mqueue.mount
ReferencedBy: lmt-poll.service
ReferencedBy: tor at default.service
ReferencedBy: upower.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: systemd-udevd.service
ReferencedBy: user at 1000.service
ReferencedBy: virtlockd.socket
ReferencedBy: systemd-resolved.service
ReferencedBy: rsync.service
ReferencedBy: apache2.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: apache-htcacheclean.service
ReferencedBy: getty at tty1.service
ReferencedBy: apt-daily.timer
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: proc-sys-fs-binfmt_misc.automount
ReferencedBy: rc-local.service
ReferencedBy: colord.service
ReferencedBy: apt-daily.service
ReferencedBy: alsa-restore.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-swap.service
ReferencedBy: libvirtd.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: virtlogd.service
ReferencedBy: systemd-logind.service
ReferencedBy: cron.service
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: packagekit.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: systemd-journald.service
ReferencedBy: dovecot.service
ReferencedBy: cpufrequtils.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Invocation ID: 74c969eba85e47ef832ecd149192322b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Invocation ID: ead284da658645d5805bf0b2164c8c5c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-initctl.socket
Invocation ID: 851086101bff488d9ddba13404eb5b64
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: -.slice
Requires: -.mount
WantedBy: sockets.target
Before: sockets.target
Before: systemd-initctl.service
After: -.slice
After: -.mount
Triggers: systemd-initctl.service
References: -.mount
References: sockets.target
References: systemd-initctl.service
References: -.slice
ReferencedBy: sockets.target
RequiresMountsFor: /run/systemd/initctl/fifo
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/systemd/initctl/fifo
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Invocation ID: 30e230b274da42ce9ced1de6b6893b8f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: basic.target
Invocation ID: 25c12a9cb3034e8e802e147afd90af68
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
Wants: timers.target
Wants: alsa-restore.service
Wants: tmp.mount
Wants: paths.target
Wants: alsa-state.service
Wants: slices.target
Wants: sockets.target
RequiredBy: machines.target
RequiredBy: multi-user.target
Conflicts: shutdown.target
Before: cron.service
Before: systemd-resolved.service
Before: tor.service
Before: NetworkManager.service
Before: multi-user.target
Before: lm-sensors.service
Before: ModemManager.service
Before: virtlockd.service
Before: systemd-swap.service
Before: systemd-user-sessions.service
Before: avahi-daemon.service
Before: rtkit-daemon.service
Before: uuidd.service
Before: dnsmasq.service
Before: speech-dispatcher.service
Before: tor at default.service
Before: gdm.service
Before: getty at tty1.service
Before: phpsessionclean.service
Before: exim4.service
Before: pppd-dns.service
Before: libvirt-guests.service
Before: uml-utilities.service
Before: wpa_supplicant.service
Before: polkit.service
Before: upower.service
Before: apport.service
Before: dbus.service
Before: bluetooth.service
Before: mysql.service
Before: thermald.service
Before: machines.target
Before: atd.service
Before: dovecot.service
Before: user at 121.service
Before: iio-sensor-proxy.service
Before: ssh.service
Before: user at 1000.service
Before: apache-htcacheclean.service
Before: alsa-state.service
Before: accounts-daemon.service
Before: virtlogd.service
Before: rsync.service
Before: openbsd-inetd.service
Before: mcelog.service
Before: getty-static.service
Before: systemd-logind.service
Before: udisks2.service
Before: packagekit.service
Before: colord.service
Before: dicod.service
Before: mountdebugfs.service
Before: loadcpufreq.service
Before: geoclue.service
Before: cpufrequtils.service
Before: alsa-restore.service
Before: apt-daily.service
Before: libvirtd.service
Before: laptop-mode.service
Before: anacron.service
Before: NetworkManager-wait-online.service
Before: apache2.service
Before: systemd-ask-password-wall.service
Before: lmt-poll.service
Before: rc-local.service
After: sysinit.target
After: tmp.mount
After: paths.target
After: slices.target
After: -.mount
After: sockets.target
References: sysinit.target
References: timers.target
References: alsa-restore.service
References: tmp.mount
References: paths.target
References: alsa-state.service
References: slices.target
References: -.mount
References: sockets.target
References: shutdown.target
ReferencedBy: exim4.service
ReferencedBy: getty at tty1.service
ReferencedBy: apt-daily.service
ReferencedBy: mcelog.service
ReferencedBy: tor.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: user at 1000.service
ReferencedBy: cpufrequtils.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: apache2.service
ReferencedBy: mysql.service
ReferencedBy: user at 121.service
ReferencedBy: polkit.service
ReferencedBy: packagekit.service
ReferencedBy: uuidd.service
ReferencedBy: loadcpufreq.service
ReferencedBy: lm-sensors.service
ReferencedBy: atd.service
ReferencedBy: alsa-state.service
ReferencedBy: tor at default.service
ReferencedBy: colord.service
ReferencedBy: pppd-dns.service
ReferencedBy: dicod.service
ReferencedBy: upower.service
ReferencedBy: systemd-logind.service
ReferencedBy: laptop-mode.service
ReferencedBy: rc-local.service
ReferencedBy: udisks2.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: libvirt-guests.service
ReferencedBy: getty-static.service
ReferencedBy: systemd-resolved.service
ReferencedBy: phpsessionclean.service
ReferencedBy: lmt-poll.service
ReferencedBy: uml-utilities.service
ReferencedBy: alsa-restore.service
ReferencedBy: apache-htcacheclean.service
ReferencedBy: gdm.service
ReferencedBy: thermald.service
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: ModemManager.service
ReferencedBy: virtlockd.service
ReferencedBy: NetworkManager.service
ReferencedBy: dnsmasq.service
ReferencedBy: systemd-swap.service
ReferencedBy: dovecot.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: mountdebugfs.service
ReferencedBy: machines.target
ReferencedBy: anacron.service
ReferencedBy: accounts-daemon.service
ReferencedBy: ssh.service
ReferencedBy: libvirtd.service
ReferencedBy: rsync.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: bluetooth.service
ReferencedBy: multi-user.target
ReferencedBy: cron.service
ReferencedBy: virtlogd.service
ReferencedBy: dbus.service
ReferencedBy: avahi-daemon.service
ReferencedBy: apport.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: geoclue.service
RequiresMountsFor: /var /var/tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-SSHDCrypt-ROOT.device:
Description: /dev/SSHDCrypt/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-SSHDCrypt-ROOT.device
Invocation ID: de190f91d80d4b58ba5ce05eabe9aafd
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-dm\x2d3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Invocation ID: 1c24dad5d5cd46b589234fc3026788c2
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Requires: system.slice
Requires: -.mount
Conflicts: umount.target
Before: umount.target
Before: swap.target
After: systemd-journald.socket
After: system.slice
After: -.mount
References: umount.target
References: systemd-journald.socket
References: swap.target
References: -.mount
References: system.slice
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-2
Priority: 100
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit systemd-cryptsetup at sda7_crypt.service:
Description: Cryptography Setup for sda7_crypt
Instance: sda7_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system-systemd\x2dcryptsetup.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-cryptsetup at sda7_crypt.service
Invocation ID: 6f546f9ff2f146a090c9aad2d896cf9d
Documentation: man:crypttab(5)
Documentation: man:systemd-cryptsetup-generator(8)
Documentation: man:systemd-cryptsetup at .service(8)
Fragment Path: /run/systemd/generator/systemd-cryptsetup at sda7_crypt.service
Source Path: /etc/crypttab
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice
BindsTo: dev-mapper-sda7_crypt.device
BindsTo: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
RequiredBy: cryptsetup.target
RequiredBy: dev-mapper-sda7_crypt.device
WantedBy: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Conflicts: umount.target
Before: umount.target
Before: cryptsetup.target
After: system-systemd\x2dcryptsetup.slice
After: cryptsetup-pre.target
After: systemd-journald.socket
After: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
References: cryptsetup.target
References: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
References: system-systemd\x2dcryptsetup.slice
References: cryptsetup-pre.target
References: umount.target
References: dev-mapper-sda7_crypt.device
References: systemd-journald.socket
ReferencedBy: cryptsetup.target
ReferencedBy: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
ReferencedBy: dev-mapper-sda7_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sda7_crypt /dev/disk/by-uuid/a1d51c69-c438-428b-8346-273abcbf5a52 none luks,discard
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sda7_crypt
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Invocation ID: e5e341c706d24860881fbdce0a0a912e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-sda2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device:
Description: WDC_WD5000M22K-2 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Invocation ID: 30289d032ae64aca89037d0501b52901
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart7.device
Job Timeout: 1min 30s
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Wants: systemd-cryptsetup at sda7_crypt.service
BoundBy: systemd-cryptsetup at sda7_crypt.service
Before: systemd-cryptsetup at sda7_crypt.service
References: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
-> Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: syslog.target
Before: ModemManager.service
ReferencedBy: ModemManager.service
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-dm\x2d1.device
Invocation ID: aae12b204c384260b2b0a458f8c40a17
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-raid\x2dsda7_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-mapper-sda7_crypt.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit ssh-session-cleanup.service:
Description: ssh-session-cleanup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: ssh-session-cleanup.service
WantedBy: multi-user.target
ReferencedBy: multi-user.target
-> Unit dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device:
Description: WDC_WD5000M22K-2 SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Invocation ID: 95c4819ca8a546749969b490282d339a
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-2206\x2d0BF2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
-> Unit saned.socket:
Description: saned.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: saned.socket
WantedBy: sockets.target
ReferencedBy: sockets.target
-> Unit cryptsetup.target:
Description: Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: cryptsetup.target
Invocation ID: 87dd3bdb1a414c24b186143c410ce30c
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:38 IST
Assert Result: yes
Requires: systemd-cryptsetup at sda7_crypt.service
Requires: systemd-cryptsetup at sdb_crypt.service
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: sysinit.target
After: systemd-ask-password-console.path
After: systemd-cryptsetup at sda7_crypt.service
After: systemd-ask-password-wall.path
After: systemd-cryptsetup at sdb_crypt.service
References: systemd-cryptsetup at sda7_crypt.service
References: shutdown.target
References: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
ReferencedBy: systemd-ask-password-wall.path
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:53:29 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-udevd.service
Invocation ID: 4359906d90464ac782877c82c1e81018
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: 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: sysinit.target
After: systemd-journald.socket
After: systemd-udevd-kernel.socket
After: system.slice
After: systemd-tmpfiles-setup-dev.service
After: systemd-udevd-control.socket
After: systemd-sysusers.service
TriggeredBy: systemd-udevd-kernel.socket
TriggeredBy: systemd-udevd-control.socket
References: systemd-journald.socket
References: sysinit.target
References: systemd-udevd-kernel.socket
References: system.slice
References: systemd-udevd-control.socket
References: systemd-sysusers.service
ReferencedBy: systemd-udevd-kernel.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-networkd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-udevd-control.socket
ReferencedBy: systemd-udev-trigger.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 374
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RuntimeDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
Status Text: Processing with 16 children at max
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:44 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:44 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:44 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: runlevel3.target
Name: runlevel4.target
Name: runlevel2.target
Name: multi-user.target
Invocation ID: 7c6eec6177f441679cdc5a1be942b58f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Thu 2017-01-26 23:14:44 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:44 IST
Assert Result: yes
Requires: basic.target
Wants: getty.target
Wants: exim4.service
Wants: dnsmasq.service
Wants: lm-sensors.service
Wants: libvirtd.service
Wants: systemd-update-utmp-runlevel.service
Wants: avahi-daemon.service
Wants: remote-fs.target
Wants: machines.target
Wants: thermald.service
Wants: pppd-dns.service
Wants: tor.service
Wants: ssh-session-cleanup.service
Wants: mcelog.service
Wants: NetworkManager.service
Wants: binfmt-support.service
Wants: anacron.service
Wants: postfix.service
Wants: rc-local.service
Wants: laptop-mode.timer
Wants: systemd-user-sessions.service
Wants: networking.service
Wants: lmt-poll.service
Wants: uml-utilities.service
Wants: cpufrequtils.service
Wants: ModemManager.service
Wants: iodined.service
Wants: mountdebugfs.service
Wants: ebtables.service
Wants: loadcpufreq.service
Wants: atd.service
Wants: apport.service
Wants: systemd-resolved.service
Wants: laptop-mode.service
Wants: rsync.service
Wants: systemd-logind.service
Wants: openbsd-inetd.service
Wants: speech-dispatcher.service
Wants: cron.service
Wants: libvirt-guests.service
Wants: apache-htcacheclean.service
Wants: dbus.service
Wants: systemd-ask-password-wall.path
RequiredBy: graphical.target
Conflicts: shutdown.target
Conflicts: rescue.service
Conflicts: rescue.target
Before: systemd-update-utmp-runlevel.service
Before: graphical.target
After: mcelog.service
After: speech-dispatcher.service
After: loadcpufreq.service
After: systemd-logind.service
After: cpufrequtils.service
After: laptop-mode.service
After: NetworkManager.service
After: dnsmasq.service
After: libvirt-guests.service
After: rescue.service
After: apport.service
After: anacron.service
After: systemd-resolved.service
After: systemd-user-sessions.service
After: rc-local.service
After: machines.target
After: ModemManager.service
After: mountdebugfs.service
After: avahi-daemon.service
After: exim4.service
After: laptop-mode.timer
After: apache-htcacheclean.service
After: pppd-dns.service
After: tor.service
After: uml-utilities.service
After: getty.target
After: lm-sensors.service
After: rsync.service
After: systemd-networkd.service
After: rescue.target
After: lmt-poll.service
After: openbsd-inetd.service
After: cron.service
After: dbus.service
After: basic.target
After: thermald.service
After: libvirtd.service
After: atd.service
References: networking.service
References: speech-dispatcher.service
References: ebtables.service
References: systemd-user-sessions.service
References: systemd-ask-password-wall.path
References: apport.service
References: ssh-session-cleanup.service
References: laptop-mode.service
References: rsync.service
References: exim4.service
References: lmt-poll.service
References: dbus.service
References: systemd-logind.service
References: mountdebugfs.service
References: rescue.service
References: atd.service
References: cron.service
References: iodined.service
References: anacron.service
References: systemd-update-utmp-runlevel.service
References: thermald.service
References: loadcpufreq.service
References: cpufrequtils.service
References: dnsmasq.service
References: libvirt-guests.service
References: laptop-mode.timer
References: getty.target
References: basic.target
References: lm-sensors.service
References: uml-utilities.service
References: libvirtd.service
References: machines.target
References: shutdown.target
References: pppd-dns.service
References: mcelog.service
References: remote-fs.target
References: apache-htcacheclean.service
References: postfix.service
References: NetworkManager.service
References: systemd-resolved.service
References: openbsd-inetd.service
References: rescue.target
References: rc-local.service
References: tor.service
References: avahi-daemon.service
References: ModemManager.service
References: binfmt-support.service
ReferencedBy: exim4.service
ReferencedBy: uml-utilities.service
ReferencedBy: mountdebugfs.service
ReferencedBy: machines.target
ReferencedBy: apport.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: mcelog.service
ReferencedBy: loadcpufreq.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: graphical.target
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: cpufrequtils.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device:
Description: /dev/disk/by-id/raid-SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dSWAP.device
Invocation ID: c81218f697e04567acd6728ee4fabfdb
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit apache-htcacheclean.service:
Description: Disk Cache Cleaning Daemon for Apache HTTP Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/apache-htcacheclean.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: apache-htcacheclean.service
Invocation ID: b11136e3cebb4f9fb8b9d769324ceca5
Fragment Path: /lib/systemd/system/apache-htcacheclean.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: sysinit.target
After: basic.target
After: apache2.service
After: system.slice
After: systemd-journald.socket
References: sysinit.target
References: shutdown.target
References: basic.target
References: apache2.service
References: system.slice
References: systemd-journald.socket
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1230
Main PID Known: yes
Main PID Alien: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: HTCACHECLEAN_SIZE=300M
Environment: HTCACHECLEAN_DAEMON_INTERVAL=120
Environment: HTCACHECLEAN_PATH=/var/cache/apache2/mod_cache_disk
Environment: HTCACHECLEAN_OPTIONS=-n
EnvironmentFile: -/etc/default/apache-htcacheclean
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: www-data
DynamicUser: no
-> ExecStart:
Command Line: /usr/bin/htcacheclean -d $HTCACHECLEAN_DAEMON_INTERVAL -p $HTCACHECLEAN_PATH -l $HTCACHECLEAN_SIZE $HTCACHECLEAN_OPTIONS
-> Unit sys-devices-virtual-block-dm\x2d3.device:
Description: /sys/devices/virtual/block/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-dm\x2d3.device
Invocation ID: d5a6300ca8514a32b9560e946177b7e8
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-disk-by\x2did-raid\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit phpsessionclean.timer:
Description: Clean PHP session files every 30 mins
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:39:34 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: phpsessionclean.timer
Invocation ID: 8276633bb7a6492e9185e998d98b7381
Fragment Path: /lib/systemd/system/phpsessionclean.timer
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.mount
WantedBy: timers.target
Conflicts: shutdown.target
Before: phpsessionclean.service
Before: shutdown.target
Before: timers.target
After: -.mount
After: sysinit.target
After: time-sync.target
Triggers: phpsessionclean.service
References: -.mount
References: sysinit.target
References: timers.target
References: phpsessionclean.service
References: time-sync.target
References: shutdown.target
ReferencedBy: timers.target
RequiresMountsFor: /var/lib/systemd/timers
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: phpsessionclean.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* *:09,39:00
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device:
Description: WDC_WD5000M22K-2 BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Invocation ID: 14d20209d7a6447c88a4e9ac9f2b7f97
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart6.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
-> Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-misc-rfkill.device
Invocation ID: 64eb17afcd824b71b34f2ba3b35dfa75
Following Set Member: dev-rfkill.device
Job Timeout: 1min 30s
Wants: systemd-rfkill.socket
BoundBy: systemd-rfkill.socket
BoundBy: systemd-rfkill.service
Before: systemd-rfkill.socket
Before: systemd-rfkill.service
References: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.socket
ReferencedBy: systemd-rfkill.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit system-tor.slice:
Description: system-tor.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-tor.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x60
Name: system-tor.slice
Invocation ID: 4fe1f32a1dbe406f82d562ae5986a501
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
RequiredBy: tor at default.service
Conflicts: shutdown.target
Before: tor at default.service
Before: shutdown.target
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: tor at default.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Invocation ID: f6c04f558d104b0a910b64d451bbfed2
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dev-sda3.device:
Description: WDC_WD5000M22K-2 LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-sda3.device
Invocation ID: 52e4b5ad14da41b1b5cecae05d4396e7
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: timers.target
Invocation ID: 3469cb2e9868431a9a786ff742062baa
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Wants: phpsessionclean.timer
Wants: apt-daily.timer
Wants: systemd-tmpfiles-clean.timer
WantedBy: basic.target
Conflicts: shutdown.target
After: systemd-tmpfiles-clean.timer
After: apt-daily.timer
After: phpsessionclean.timer
After: laptop-mode.timer
References: systemd-tmpfiles-clean.timer
References: shutdown.target
References: phpsessionclean.timer
References: apt-daily.timer
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: basic.target
ReferencedBy: laptop-mode.timer
ReferencedBy: apt-daily.timer
ReferencedBy: phpsessionclean.timer
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: systemd-tmpfiles-setup.service
Invocation ID: ba5e663f2eaf49fa9de12c5492e81c0e
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: systemd-timesyncd.service
Before: shutdown.target
Before: sysinit.target
Before: systemd-update-utmp.service
After: systemd-journal-flush.service
After: local-fs.target
After: systemd-sysusers.service
After: systemd-journald.socket
After: system.slice
References: local-fs.target
References: systemd-journald.socket
References: system.slice
References: systemd-sysusers.service
References: shutdown.target
References: sysinit.target
ReferencedBy: systemd-update-utmp.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: sysinit.target
ReferencedBy: systemd-journal-flush.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
-> Unit alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: alsa-state.service
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: no
Requires: system.slice
Requires: sysinit.target
WantedBy: basic.target
Conflicts: shutdown.target
Before: shutdown.target
Before: alsa-restore.service
After: sysinit.target
After: systemd-journald.socket
After: system.slice
After: basic.target
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: sysinit.target
References: system.slice
ReferencedBy: basic.target
ReferencedBy: alsa-restore.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device:
Description: KINGSTON_SM2280S
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_KINGSTON_SM2280S3120G_50026B7251189BF2.device
Invocation ID: fb343d83054a4bc1a8d894d9fdfb0b2e
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_KINGSTON_SM2280S_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-disk-by\x2duuid-8f7094e7\x2dd2eb\x2d453f\x2db2b7\x2d1a162de14111.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_KINGSTON_SM2280S_50026B7251189BF2.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb
-> Unit mcelog.service:
Description: LSB: Machine Check Exceptions (MCE) collector & decoder
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:41 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:41 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/mcelog.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mcelog.service
Invocation ID: 945c3b008e8c458ca19ebf200dcb6767
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mcelog.service
Source Path: /etc/init.d/mcelog
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
WantedBy: graphical.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
Before: graphical.target
After: remote-fs.target
After: basic.target
After: system.slice
After: systemd-journald.socket
After: sysinit.target
References: remote-fs.target
References: shutdown.target
References: multi-user.target
References: basic.target
References: system.slice
References: systemd-journald.socket
References: graphical.target
References: sysinit.target
ReferencedBy: multi-user.target
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: process
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /etc/init.d/mcelog start
-> ExecStop:
Command Line: /etc/init.d/mcelog stop
-> Unit dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Invocation ID: 6dceec0f37bd44b8a13322db6660127c
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit sys-devices-virtual-block-zram0.device:
Description: /sys/devices/virtual/block/zram0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:42 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:42 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-virtual-block-zram0.device
Invocation ID: 79e13e752f4a429ca9924a89b97e3c2b
Following Set Member: dev-zram0.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/zram0
-> Unit tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: tmp.mount
Invocation ID: a11f03ffbff54994a54acb0d1e24ec12
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: ram\x2dtmp.mount
Requires: system.slice
Requires: -.mount
Requires: media-SSHD.mount
RequiredBy: dovecot.service
RequiredBy: apache2.service
RequiredBy: rtkit-daemon.service
RequiredBy: colord.service
RequiredBy: systemd-resolved.service
RequiredBy: tor at default.service
RequiredBy: local-fs.target
RequiredBy: phpsessionclean.service
RequiredBy: systemd-timesyncd.service
WantedBy: basic.target
Conflicts: umount.target
Before: apache2.service
Before: umount.target
Before: local-fs.target
Before: rtkit-daemon.service
Before: dovecot.service
Before: basic.target
Before: phpsessionclean.service
Before: systemd-resolved.service
Before: colord.service
Before: tor at default.service
Before: systemd-timesyncd.service
After: -.mount
After: local-fs-pre.target
After: media-SSHD.mount
After: ram\x2dtmp.mount
After: system.slice
References: -.mount
References: local-fs.target
References: local-fs-pre.target
References: media-SSHD.mount
References: ram\x2dtmp.mount
References: umount.target
References: system.slice
ReferencedBy: tor at default.service
ReferencedBy: systemd-resolved.service
ReferencedBy: phpsessionclean.service
ReferencedBy: systemd-timesyncd.service
ReferencedBy: local-fs.target
ReferencedBy: basic.target
ReferencedBy: dovecot.service
ReferencedBy: apache2.service
ReferencedBy: colord.service
ReferencedBy: rtkit-daemon.service
RequiresMountsFor: / /ram-tmp:/media/SSHD/tmp-disk:/disk-tmp
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /tmp
What: ram-tmp:media/SSHD/tmp-disk:disk-tmp
File System Type: fuse.mergerfs
Options: rw,relatime,user_id=0,group_id=0,default_permissions,allow_other
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit sys-devices-platform-pcspkr-sound-card2.device:
Description: /sys/devices/platform/pcspkr/sound/card2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: sys-devices-platform-pcspkr-sound-card2.device
Invocation ID: e9a0240818c449c0a3f583adb942b980
Job Timeout: 1min 30s
Wants: sound.target
References: sound.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/pcspkr/sound/card2
-> Unit dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device:
Description: WDC_WD5000M22K-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Invocation ID: 33f64fd19fa247d38b0d2513106f9190
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Thu 2017-01-26 23:14:38 IST
Condition Result: no
Requires: system.slice
Wants: systemd-fsckd.socket
WantedBy: local-fs.target
Before: local-fs.target
Before: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
Before: shutdown.target
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Before: systemd-remount-fs.service
After: systemd-journald.socket
After: system.slice
After: systemd-fsckd.socket
References: local-fs.target
References: shutdown.target
References: system.slice
References: systemd-journald.socket
References: systemd-fsckd.socket
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: local-fs.target
ReferencedBy: systemd-remount-fs.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: no
Requires: 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: local-fs.target
References: sysinit.target
References: systemd-journald.socket
References: system.slice
References: shutdown.target
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: ModemManager.service
Invocation ID: c01494ff1233479ebe85aba3ad720ec7
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: multi-user.target
Conflicts: shutdown.target
Before: shutdown.target
Before: multi-user.target
After: systemd-journald.socket
After: basic.target
After: syslog.target
After: system.slice
After: dbus.socket
After: sysinit.target
References: systemd-journald.socket
References: basic.target
References: syslog.target
References: system.slice
References: dbus.socket
References: sysinit.target
References: shutdown.target
ReferencedBy: multi-user.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
Main PID: 27480
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /usr/sbin/ModemManager
PID: 27480
Start Timestamp: Fri 2017-01-27 18:51:39 IST
-> Unit bluetooth.service:
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Active Enter Timestamp: Fri 2017-01-27 18:51:39 IST
Active Exit Timestamp: Fri 2017-01-27 18:51:39 IST
Inactive Enter Timestamp: Fri 2017-01-27 18:51:39 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/bluetooth.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: bluetooth.service
Invocation ID: 7e47a8e8f579400db7ea9ed16029ebdd
Documentation: man:bluetoothd(8)
Fragment Path: /lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth succeeded
Condition Timestamp: Fri 2017-01-27 18:51:39 IST
Condition Result: yes
Assert Timestamp: Fri 2017-01-27 18:51:39 IST
Assert Result: yes
Requires: dbus.socket
Requires: system.slice
Requires: sysinit.target
WantedBy: bluetooth.target
Conflicts: shutdown.target
Before: shutdown.target
Before: bluetooth.target
After: system.slice
After: sysinit.target
After: dbus.socket
After: basic.target
After: systemd-journald.socket
References: sysinit.target
References: system.slice
References: systemd-journald.socket
References: shutdown.target
References: basic.target
References: dbus.socket
ReferencedBy: bluetooth.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 27444
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: yes
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNPROC: 1
LimitNPROCSoft: 1
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_admin
DynamicUser: no
-> ExecStart:
Command Line: /usr/lib/bluetooth/bluetoothd
PID: 27444
Start Timestamp: Fri 2017-01-27 18:51:39 IST
Status Text: Running
-> Unit system-systemd\x2dcryptsetup.slice:
Description: system-systemd\x2dcryptsetup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:37 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:37 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x40
Name: system-systemd\x2dcryptsetup.slice
Invocation ID: 274d2d8e032049d9b7121017add4d84a
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: system.slice
RequiredBy: systemd-cryptsetup at sda7_crypt.service
RequiredBy: systemd-cryptsetup at sdb_crypt.service
Conflicts: shutdown.target
Before: systemd-cryptsetup at sda7_crypt.service
Before: shutdown.target
Before: systemd-cryptsetup at sdb_crypt.service
After: system.slice
References: shutdown.target
References: system.slice
ReferencedBy: systemd-cryptsetup at sda7_crypt.service
ReferencedBy: systemd-cryptsetup at sdb_crypt.service
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit gdm.service:
Description: GNOME Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:43 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:43 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:43 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/gdm.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: gdm3.service
Name: gdm.service
Name: display-manager.service
Invocation ID: 0b481954a1ea49d293283163b3020a7a
Fragment Path: /lib/systemd/system/gdm.service
Condition Timestamp: Thu 2017-01-26 23:14:43 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:43 IST
Assert Result: yes
Requires: system.slice
Requires: sysinit.target
WantedBy: graphical.target
Conflicts: getty at tty1.service
Conflicts: plymouth-quit.service
Conflicts: shutdown.target
Before: shutdown.target
Before: graphical.target
After: plymouth-quit.service
After: system.slice
After: sysinit.target
After: rc-local.service
After: systemd-journald.socket
After: plymouth-start.service
After: getty at tty1.service
After: basic.target
After: systemd-user-sessions.service
OnFailure: plymouth-quit.service
References: shutdown.target
References: plymouth-quit.service
References: system.slice
References: sysinit.target
References: rc-local.service
References: systemd-journald.socket
References: plymouth-start.service
References: getty at tty1.service
References: basic.target
References: systemd-user-sessions.service
ReferencedBy: graphical.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 5971
Main PID Known: yes
Main PID Alien: no
KillMode: mixed
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
EnvironmentFile: -/etc/default/locale
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/gdm3" ]'
Command Line: /usr/share/gdm/generate-config
-> ExecStart:
Command Line: /usr/sbin/gdm3
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
Command Line: /usr/share/gdm/generate-config
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device:
Description: WDC_WD5000M22K-2 WINRE_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:38 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Invocation ID: a6f0e07d22734a228ddeb3ec93205b37
Following: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d1ATA_WDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2d350014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2dlabel-WINRE_DRV.device
Following Set Member: dev-disk-by\x2duuid-268003D18003A681.device
Following Set Member: dev-disk-by\x2did-scsi\x2d0ATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2did-scsi\x2dSATA_WDC_WD5000M22K\x2d2_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-sda1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Job Timeout: 1min 30s
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
-> Unit dicod.socket:
Description: Dicod dictionary server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:40 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:40 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: dicod.socket
Invocation ID: 39e34c7b645347dfa20cb2a46589c9c1
Fragment Path: /lib/systemd/system/dicod.socket
Condition Timestamp: Thu 2017-01-26 23:14:40 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:40 IST
Assert Result: yes
Requires: sysinit.target
Requires: -.slice
WantedBy: sockets.target
Conflicts: dicod.service
Conflicts: shutdown.target
Before: dicod.service
Before: sockets.target
Before: shutdown.target
After: sysinit.target
After: -.slice
References: dicod.service
References: sysinit.target
References: -.slice
References: sockets.target
References: shutdown.target
ReferencedBy: sockets.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
BindIPv6Only: default
Backlog: 128
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FDName: dicod.socket
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
ListenStream: [::]:2628
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-> Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:38 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:37 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:38 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/lvm2-monitor.service
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: lvm2-monitor.service
Invocation ID: 0748f96718194743830dbea45d03d5c0
Documentation: man:dmeventd(8)
Documentation: man:lvcreate(8)
Documentation: man:lvchange(8)
Documentation: man:vgchange(8)
Fragment Path: /lib/systemd/system/lvm2-monitor.service
Condition Timestamp: Thu 2017-01-26 23:14:37 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:37 IST
Assert Result: yes
Requires: dm-event.socket
Requires: system.slice
Requires: lvm2-lvmetad.socket
WantedBy: sysinit.target
Conflicts: shutdown.target
Before: local-fs-pre.target
After: lvm2-activation.service
After: system.slice
After: dm-event.service
After: lvm2-lvmetad.socket
After: lvm2-lvmetad.service
After: systemd-journald.socket
After: dm-event.socket
References: shutdown.target
References: lvm2-activation.service
References: system.slice
References: dm-event.service
References: lvm2-lvmetad.socket
References: lvm2-lvmetad.service
References: local-fs-pre.target
References: systemd-journald.socket
References: dm-event.socket
ReferencedBy: sysinit.target
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Thu 2017-01-26 23:14:40 IST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup mask: 0x0
CGroup members mask: 0x0
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: getty at tty1.service
ConflictedBy: syslog.socket
ConflictedBy: session-6.scope
ConflictedBy: uuidd.service
ConflictedBy: user.slice
ConflictedBy: cryptsetup-pre.target
ConflictedBy: systemd-sysctl.service
ConflictedBy: dicod.service
ConflictedBy: polkit.service
ConflictedBy: getty-static.service
ConflictedBy: apt-daily.timer
ConflictedBy: lvm2-monitor.service
ConflictedBy: colord.service
ConflictedBy: phpsessionclean.service
ConflictedBy: tor at default.service
ConflictedBy: network.target
ConflictedBy: systemd-random-seed.service
ConflictedBy: NetworkManager.service
ConflictedBy: upower.service
ConflictedBy: ssh.socket
ConflictedBy: emergency.target
ConflictedBy: cryptsetup.target
ConflictedBy: remote-fs-pre.target
ConflictedBy: systemd-networkd.service
ConflictedBy: uml-utilities.service
ConflictedBy: openbsd-inetd.service
ConflictedBy: lvm2-lvmpolld.service
ConflictedBy: virtlockd.service
ConflictedBy: apport.service
ConflictedBy: user at 121.service
ConflictedBy: NetworkManager-wait-online.service
ConflictedBy: rtkit-daemon.service
ConflictedBy: system-systemd\x2dcryptsetup.slice
ConflictedBy: lmt-poll.service
ConflictedBy: systemd-hwdb-update.service
ConflictedBy: libvirtd.service
ConflictedBy: remote-fs.target
ConflictedBy: rc-local.service
ConflictedBy: ModemManager.service
ConflictedBy: systemd-user-sessions.service
ConflictedBy: cpufrequtils.service
ConflictedBy: basic.target
ConflictedBy: speech-dispatcher.service
ConflictedBy: timers.target
ConflictedBy: systemd-tmpfiles-clean.service
ConflictedBy: rescue.target
ConflictedBy: udisks2.service
ConflictedBy: network-pre.target
ConflictedBy: gdm.service
ConflictedBy: alsa-state.service
ConflictedBy: systemd-swap.service
ConflictedBy: systemd-tmpfiles-setup.service
ConflictedBy: time-sync.target
ConflictedBy: nss-lookup.target
ConflictedBy: avahi-daemon.service
ConflictedBy: mcelog.service
ConflictedBy: nss-user-lookup.target
ConflictedBy: swap.target
ConflictedBy: session-c1.scope
ConflictedBy: virtlogd.socket
ConflictedBy: graphical.target
ConflictedBy: pppd-dns.service
ConflictedBy: phpsessionclean.timer
ConflictedBy: user at 1000.service
ConflictedBy: libvirt-guests.service
ConflictedBy: cron.service
ConflictedBy: systemd-ask-password-console.service
ConflictedBy: anacron.service
ConflictedBy: systemd-backlight at backlight:intel_backlight.service
ConflictedBy: bluetooth.target
ConflictedBy: loadcpufreq.service
ConflictedBy: virtlockd.socket
ConflictedBy: systemd-ask-password-wall.path
ConflictedBy: virt-guest-shutdown.target
ConflictedBy: laptop-mode.service
ConflictedBy: dbus.service
ConflictedBy: geoclue.service
ConflictedBy: rescue.service
ConflictedBy: paths.target
ConflictedBy: alsa-restore.service
ConflictedBy: apt-daily.service
ConflictedBy: lm-sensors.service
ConflictedBy: systemd-resolved.service
ConflictedBy: system-tor.slice
ConflictedBy: bluetooth.service
ConflictedBy: dovecot.service
ConflictedBy: local-fs.target
ConflictedBy: systemd-update-utmp-runlevel.service
ConflictedBy: laptop-mode.timer
ConflictedBy: apache-htcacheclean.service
ConflictedBy: emergency.service
ConflictedBy: dovecot.socket
ConflictedBy: networking.service
ConflictedBy: slices.target
ConflictedBy: systemd-ask-password-console.path
ConflictedBy: rsync.service
ConflictedBy: user-121.slice
ConflictedBy: dnsmasq.service
ConflictedBy: mysql.service
ConflictedBy: systemd-modules-load.service
ConflictedBy: dicod.socket
ConflictedBy: mountdebugfs.service
ConflictedBy: local-fs-pre.target
ConflictedBy: systemd-logind.service
ConflictedBy: apache2.service
ConflictedBy: systemd-binfmt.service
ConflictedBy: iio-sensor-proxy.service
ConflictedBy: user-1000.slice
ConflictedBy: getty.target
ConflictedBy: machines.target
ConflictedBy: systemd-tmpfiles-clean.timer
ConflictedBy: avahi-daemon.socket
ConflictedBy: lvm2-lvmetad.service
ConflictedBy: systemd-rfkill.service
ConflictedBy: systemd-rfkill.socket
ConflictedBy: ssh.service
ConflictedBy: system-getty.slice
ConflictedBy: exim4.service
ConflictedBy: sockets.target
ConflictedBy: accounts-daemon.service
ConflictedBy: sound.target
ConflictedBy: tor.service
ConflictedBy: system-systemd\x2dbacklight.slice
ConflictedBy: systemd-tmpfiles-setup-dev.service
ConflictedBy: systemd-ask-password-wall.service
ConflictedBy: session-3.scope
ConflictedBy: sysinit.target
ConflictedBy: packagekit.service
ConflictedBy: thermald.service
ConflictedBy: system-systemd\x2dfsck.slice
ConflictedBy: network-online.target
ConflictedBy: dbus.socket
ConflictedBy: multi-user.target
ConflictedBy: virtlogd.service
ConflictedBy: session-2.scope
ConflictedBy: systemd-update-utmp.service
ConflictedBy: atd.service
ConflictedBy: systemd-remount-fs.service
ConflictedBy: wpa_supplicant.service
ConflictedBy: systemd-timesyncd.service
ConflictedBy: systemd-machine-id-commit.service
ConflictedBy: uuidd.socket
After: dnsmasq.service
After: exim4.service
After: wpa_supplicant.service
After: apt-daily.timer
After: laptop-mode.service
After: phpsessionclean.timer
After: polkit.service
After: iio-sensor-proxy.service
After: systemd-networkd.service
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
After: dbus.service
After: colord.service
After: mysql.service
After: uuidd.socket
After: user at 121.service
After: mcelog.service
After: system-getty.slice
After: systemd-quotacheck.service
After: cpufrequtils.service
After: dicod.service
After: systemd-user-sessions.service
After: mountdebugfs.service
After: systemd-tmpfiles-setup.service
After: system-systemd\x2dcryptsetup.slice
After: apport.service
After: session-2.scope
After: gdm.service
After: NetworkManager.service
After: uuidd.service
After: systemd-sysctl.service
After: virtlogd.service
After: emergency.service
After: systemd-ask-password-wall.service
After: user.slice
After: speech-dispatcher.service
After: dovecot.socket
After: systemd-tmpfiles-clean.timer
After: user-121.slice
After: dovecot.service
After: systemd-swap.service
After: systemd-update-utmp-runlevel.service
After: apache-htcacheclean.service
After: loadcpufreq.service
After: ssh.service
After: system-tor.slice
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
After: systemd-random-seed.service
After: systemd-backlight at backlight:intel_backlight.service
After: avahi-daemon.service
After: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
After: getty-static.service
After: dbus.socket
After: phpsessionclean.service
After: alsa-state.service
After: uml-utilities.service
After: NetworkManager-wait-online.service
After: systemd-update-utmp.service
After: ModemManager.service
After: alsa-restore.service
After: tor at default.service
After: systemd-fsck-root.service
After: systemd-ask-password-console.path
After: user-1000.slice
After: apache2.service
After: geoclue.service
After: libvirtd.service
After: virtlockd.socket
After: openbsd-inetd.service
After: systemd-remount-fs.service
After: session-6.scope
After: systemd-machine-id-commit.service
After: ssh.socket
After: systemd-binfmt.service
After: systemd-fsckd.service
After: cron.service
After: rc-local.service
After: upower.service
After: networking.service
After: udisks2.service
After: systemd-ask-password-wall.path
After: packagekit.service
After: apt-daily.service
After: system-systemd\x2dbacklight.slice
After: syslog.socket
After: systemd-rfkill.socket
After: anacron.service
After: pppd-dns.service
After: avahi-daemon.socket
After: systemd-resolved.service
After: system-systemd\x2dfsck.slice
After: user at 1000.service
After: virtlockd.service
After: lmt-poll.service
After: tor.service
After: systemd-timesyncd.service
After: virtlogd.socket
After: rsync.service
After: systemd-rfkill.service
After: atd.service
After: getty at tty1.service
After: systemd-modules-load.service
After: session-3.scope
After: systemd-tmpfiles-setup-dev.service
After: thermald.service
After: accounts-daemon.service
After: lm-sensors.service
After: systemd-tmpfiles-clean.service
After: session-c1.scope
After: rescue.service
After: libvirt-guests.service
After: rtkit-daemon.service
After: systemd-hwdb-update.service
After: bluetooth.service
After: dicod.socket
After: systemd-logind.service
After: laptop-mode.timer
After: systemd-ask-password-console.service
ReferencedBy: lmt-poll.service
ReferencedBy: alsa-restore.service
ReferencedBy: network-pre.target
ReferencedBy: udisks2.service
ReferencedBy: ModemManager.service
ReferencedBy: laptop-mode.timer
ReferencedBy: systemd-swap.service
ReferencedBy: systemd-update-utmp.service
ReferencedBy: cpufrequtils.service
ReferencedBy: rescue.service
ReferencedBy: syslog.socket
ReferencedBy: phpsessionclean.timer
ReferencedBy: systemd-tmpfiles-setup.service
ReferencedBy: systemd-rfkill.socket
ReferencedBy: time-sync.target
ReferencedBy: lvm2-lvmpolld.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-07502716\x2da1f8\x2d4cec\x2da605\x2d447e151b8021.service
ReferencedBy: virtlockd.service
ReferencedBy: pppd-dns.service
ReferencedBy: session-c1.scope
ReferencedBy: ssh.socket
ReferencedBy: network.target
ReferencedBy: systemd-logind.service
ReferencedBy: virtlogd.service
ReferencedBy: exim4.service
ReferencedBy: swap.target
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
ReferencedBy: systemd-resolved.service
ReferencedBy: anacron.service
ReferencedBy: dovecot.socket
ReferencedBy: session-3.scope
ReferencedBy: slices.target
ReferencedBy: systemd-fsckd.service
ReferencedBy: rtkit-daemon.service
ReferencedBy: systemd-tmpfiles-clean.timer
ReferencedBy: graphical.target
ReferencedBy: systemd-quotacheck.service
ReferencedBy: apt-daily.timer
ReferencedBy: iio-sensor-proxy.service
ReferencedBy: dbus.service
ReferencedBy: cryptsetup-pre.target
ReferencedBy: lvm2-lvmetad.service
ReferencedBy: libvirt-guests.service
ReferencedBy: speech-dispatcher.service
ReferencedBy: apt-daily.service
ReferencedBy: mysql.service
ReferencedBy: packagekit.service
ReferencedBy: wpa_supplicant.service
ReferencedBy: sockets.target
ReferencedBy: systemd-binfmt.service
ReferencedBy: systemd-remount-fs.service
ReferencedBy: virt-guest-shutdown.target
ReferencedBy: systemd-modules-load.service
ReferencedBy: bluetooth.service
ReferencedBy: systemd-backlight at backlight:intel_backlight.service
ReferencedBy: apache2.service
ReferencedBy: systemd-ask-password-console.service
ReferencedBy: colord.service
ReferencedBy: alsa-state.service
ReferencedBy: virtlockd.socket
ReferencedBy: rsync.service
ReferencedBy: systemd-hwdb-update.service
ReferencedBy: openbsd-inetd.service
ReferencedBy: getty.target
ReferencedBy: user-121.slice
ReferencedBy: systemd-machine-id-commit.service
ReferencedBy: user-1000.slice
ReferencedBy: user.slice
ReferencedBy: local-fs.target
ReferencedBy: dbus.socket
ReferencedBy: systemd-random-seed.service
ReferencedBy: nss-lookup.target
ReferencedBy: network-online.target
ReferencedBy: rc-local.service
ReferencedBy: mcelog.service
ReferencedBy: multi-user.target
ReferencedBy: paths.target
ReferencedBy: remote-fs.target
ReferencedBy: atd.service
ReferencedBy: systemd-networkd.service
ReferencedBy: apache-htcacheclean.service
ReferencedBy: tor.service
ReferencedBy: ssh.service
ReferencedBy: emergency.service
ReferencedBy: NetworkManager.service
ReferencedBy: systemd-sysctl.service
ReferencedBy: sound.target
ReferencedBy: local-fs-pre.target
ReferencedBy: lvm2-monitor.service
ReferencedBy: tor at default.service
ReferencedBy: emergency.target
ReferencedBy: getty at tty1.service
ReferencedBy: apport.service
ReferencedBy: system-systemd\x2dcryptsetup.slice
ReferencedBy: systemd-tmpfiles-clean.service
ReferencedBy: getty-static.service
ReferencedBy: cron.service
ReferencedBy: systemd-fsck-root.service
ReferencedBy: systemd-ask-password-wall.service
ReferencedBy: dnsmasq.service
ReferencedBy: systemd-ask-password-console.path
ReferencedBy: system-systemd\x2dfsck.slice
ReferencedBy: dicod.service
ReferencedBy: thermald.service
ReferencedBy: rescue.target
ReferencedBy: networking.service
ReferencedBy: virtlogd.socket
ReferencedBy: systemd-update-utmp-runlevel.service
ReferencedBy: laptop-mode.service
ReferencedBy: uml-utilities.service
ReferencedBy: timers.target
ReferencedBy: upower.service
ReferencedBy: NetworkManager-wait-online.service
ReferencedBy: dovecot.service
ReferencedBy: cryptsetup.target
ReferencedBy: systemd-timesyncd.service
ReferencedBy: systemd-ask-password-wall.path
ReferencedBy: system-getty.slice
ReferencedBy: phpsessionclean.service
ReferencedBy: avahi-daemon.socket
ReferencedBy: systemd-tmpfiles-setup-dev.service
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
ReferencedBy: session-2.scope
ReferencedBy: uuidd.service
ReferencedBy: sysinit.target
ReferencedBy: lm-sensors.service
ReferencedBy: nss-user-lookup.target
ReferencedBy: libvirtd.service
ReferencedBy: mountdebugfs.service
ReferencedBy: session-6.scope
ReferencedBy: machines.target
ReferencedBy: accounts-daemon.service
ReferencedBy: geoclue.service
ReferencedBy: systemd-user-sessions.service
ReferencedBy: avahi-daemon.service
ReferencedBy: systemd-rfkill.service
ReferencedBy: uuidd.socket
ReferencedBy: user at 1000.service
ReferencedBy: system-tor.slice
ReferencedBy: bluetooth.target
ReferencedBy: remote-fs-pre.target
ReferencedBy: gdm.service
ReferencedBy: system-systemd\x2dbacklight.slice
ReferencedBy: dicod.socket
ReferencedBy: loadcpufreq.service
ReferencedBy: polkit.service
ReferencedBy: user at 121.service
ReferencedBy: basic.target
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit mnt-3AEC0E87EC0E3E1F.mount:
Description: /mnt/3AEC0E87EC0E3E1F
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Thu 2017-01-26 23:14:39 IST
Inactive Exit Timestamp: Thu 2017-01-26 23:14:39 IST
Active Enter Timestamp: Thu 2017-01-26 23:14:39 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Slice: system.slice
CGroup: /system.slice/mnt-3AEC0E87EC0E3E1F.mount
CGroup realized: yes
CGroup mask: 0x60
CGroup members mask: 0x0
Name: mnt-3AEC0E87EC0E3E1F.mount
Invocation ID: d12e92c3b20641a3bc00b38955c0003d
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/mnt-3AEC0E87EC0E3E1F.mount
Source Path: /etc/fstab
Condition Timestamp: Thu 2017-01-26 23:14:39 IST
Condition Result: yes
Assert Timestamp: Thu 2017-01-26 23:14:39 IST
Assert Result: yes
Requires: system.slice
Requires: -.mount
BindsTo: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
WantedBy: local-fs.target
WantedBy: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
Conflicts: umount.target
Before: umount.target
After: -.mount
After: system.slice
After: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
After: local-fs-pre.target
References: system.slice
References: umount.target
References: local-fs-pre.target
References: dev-disk-by\x2duuid-3AEC0E87EC0E3E1F.device
References: -.mount
ReferencedBy: local-fs.target
RequiresMountsFor: /mnt /dev/disk/by-uuid/3AEC0E87EC0E3E1F
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /mnt/3AEC0E87EC0E3E1F
What: /dev/sda5
File System Type: fuseblk
Options: rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RuntimeDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/nftables.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nftables.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh-session-cleanup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ssh-session-cleanup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dovecot.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/ssh.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/leafnode.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dictd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/saned.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dictd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dictd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
==> /var/lib/systemd/deb-systemd-helper-enabled/laptop-mode.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/laptop-mode.service
==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/NetworkManager-wait-online.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/resolvconf.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
/etc/systemd/system/dbus-org.bluez.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/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dovecot.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dovecot.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron-resume.service.dsh-also <==
/etc/systemd/system/suspend.target.wants/anacron-resume.service
/etc/systemd/system/hibernate.target.wants/anacron-resume.service
/etc/systemd/system/hybrid-sleep.target.wants/anacron-resume.service
==> /var/lib/systemd/deb-systemd-helper-enabled/thermald.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/thermald.service
/etc/systemd/system/dbus-org.freedesktop.thermald.service
==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/postfix.service
==> /var/lib/systemd/deb-systemd-helper-enabled/tor.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/tor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.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/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/laptop-mode.timer.dsh-also <==
/etc/systemd/system/multi-user.target.wants/laptop-mode.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.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/apache2.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/networking.service
/etc/systemd/system/network-online.target.wants/networking.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ModemManager.service
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/anacron-resume.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.thermald.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/multi-user.target.wants/thermald.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/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/laptop-mode.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lmt-poll.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/pppd-dns.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/tor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dnsmasq.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh-session-cleanup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/iodined.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirtd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apache-htcacheclean.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apache2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/postfix.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/laptop-mode.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ebtables.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/ModemManager.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/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirt-guests.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/iodined.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/iodined.service
==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dnsmasq.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnsmasq.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.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/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/phpsessionclean.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ebtables.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ebtables.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lmt-poll.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lmt-poll.service
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirtd.service
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /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/virtlockd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/leafnode.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/leafnode.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
#/dev/mapper/SSHDCrypt-ROOT / ext4 delalloc,errors=remount-ro 0 1
/dev/mapper/sdb_crypt / ext4 delalloc,errors=remount-ro 0 1
# /boot was on /dev/sda6 during installation
UUID=07502716-a1f8-4cec-a605-447e151b8021 /boot ext4 delalloc,defaults 0 2
# /boot/efi was on /dev/sda2 during installation
UUID=2206-0BF2 /boot/efi vfat umask=0077 0 1
/dev/mapper/SSHDCrypt-SWAP none swap sw,defaults,pri=100 0 0
/swap.img swap swap sw,defaults,pri=10 0 0
/dev/mapper/SSHDCrypt-ROOT /media/SSHD ext4 data=writeback,lazytime,delalloc,errors=remount-ro 0 2
/dev/disk/by-uuid/3AEC0E87EC0E3E1F /mnt/3AEC0E87EC0E3E1F auto nosuid,nodev,nofail,x-gvfs-show 0 0
tmpfs /ram-tmp tmpfs defaults 0 0
/ram-tmp:/media/SSHD/tmp-disk:/disk-tmp /tmp fuse.mergerfs x-systemd.requires=/media/SSHD,x-systemd.requires=/ram-tmp,defaults,allow_other,default_permissions,nonempty,minfreespace=1G,category.create=all,moveonenospc=true 0 0
More information about the Pkg-systemd-maintainers
mailing list