Bug#886342: systemd-networkd: Unknown section 'Tap'. Ignoring.
Ritesh Raj Sarraf
rrs at debian.org
Tue Jan 30 07:47:17 GMT 2018
Package: systemd
Version: 236-3
Followup-For: Bug #886342
I noticed this in my logs today. So I'm also effected by this minor
annoynace bug.
BTW, some time back I had filed a bug report about something similar:
https://github.com/systemd/systemd/issues/5205
There, there are users, who have reported about this problem.
-- Package-specific info:
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (100, 'experimental'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages systemd depends on:
ii adduser 3.116
ii libacl1 2.2.52-3+b1
ii libapparmor1 2.12-2
ii libaudit1 1:2.8.2-1
ii libblkid1 2.30.2-0.3
ii libc6 2.26-4
ii libcap2 1:2.25-1.2
ii libcryptsetup4 2:1.7.5-1
ii libgcrypt20 1.8.1-4
ii libgpg-error0 1.27-5
ii libidn11 1.33-2.1
ii libip4tc0 1.6.1-2+b1
ii libkmod2 25-1
ii liblz4-1 0.0~r131-2+b1
ii liblzma5 5.2.2-1.3
ii libmount1 2.30.2-0.3
ii libpam0g 1.1.8-3.6
ii libseccomp2 2.3.1-2.1
ii libselinux1 2.7-2
ii libsystemd0 236-3
ii mount 2.30.2-0.3
ii procps 2:3.3.12-3
ii util-linux 2.30.2-0.3
Versions of packages systemd recommends:
ii dbus 1.12.2-1
ii libpam-systemd 236-3
Versions of packages systemd suggests:
ii policykit-1 0.105-18
ii systemd-container 236-3
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.130
ii udev 236-3
-- Configuration Files:
/etc/systemd/journald.conf changed:
[Journal]
RateLimitIntervalSec=0
RateLimitBurst=0
/etc/systemd/logind.conf changed:
[Login]
HandleLidSwitch=hybrid-sleep
/etc/systemd/resolved.conf changed:
[Resolve]
LLMNR=yes
DNSSEC=no
DNSStubListener=yes
-- no debconf information
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/tmp.conf -> /usr/lib/tmpfiles.d/tmp.conf
--- /usr/lib/tmpfiles.d/tmp.conf 2018-01-11 21:16:04.000000000 +0530
+++ /etc/tmpfiles.d/tmp.conf 2017-07-14 12:30:24.423711387 +0530
@@ -8,15 +8,7 @@
# 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
+d /tmp 1777 root root 3d
+d /var/tmp 1777 root root 15d
+d /var/tmp/Debian-Build/containers 1777 root root 45d
-# 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
-
-# Remove top-level private temporary directories on each boot
-R! /tmp/systemd-private-*
-R! /var/tmp/systemd-private-*
[OVERRIDDEN] /etc/systemd/system/apache2.service -> /lib/systemd/system/apache2.service
Files /lib/systemd/system/apache2.service and /etc/systemd/system/apache2.service are identical
[EXTENDED] /etc/systemd/system/apache2.service -> /etc/systemd/system/apache2.service.d/override.conf
[OVERRIDDEN] /etc/systemd/system/fetchnews.timer -> /lib/systemd/system/fetchnews.timer
--- /lib/systemd/system/fetchnews.timer 2017-09-18 16:35:58.504339982 +0530
+++ /etc/systemd/system/fetchnews.timer 2017-09-18 17:04:45.993254551 +0530
@@ -1,6 +1,6 @@
# /lib/systemd/system/fetchnews.timer
[Unit]
-Description=Run fetchnews every 10 minutes
+Description=Run fetchnews every 15 minutes
DefaultDependencies=false
PartOf=connection-online.target
After=connection-online.target
[OVERRIDDEN] /etc/systemd/system/suspend.target -> /lib/systemd/system/suspend.target
--- /lib/systemd/system/suspend.target 2017-12-15 03:39:57.000000000 +0530
+++ /etc/systemd/system/suspend.target 2017-08-25 21:37:31.580122521 +0530
@@ -1,5 +1,3 @@
-# SPDX-License-Identifier: LGPL-2.1+
-#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
@@ -11,6 +9,14 @@
Description=Suspend
Documentation=man:systemd.special(7)
DefaultDependencies=no
-Requires=systemd-suspend.service
After=systemd-suspend.service
-StopWhenUnneeded=yes
+#BindsTo=systemd-suspend.service
+#
+# These should be removed after the systemd regression is fixed. And the above enabled back then.
+#
+# Reddit Workaournd: https://www.reddit.com/r/archlinux/comments/6lz1sf/extended_hibernate_no_longer_working/djysz5v/
+#
+# systemd bug: https://github.com/systemd/systemd/issues/6419
+Requires=systemd-suspend.service
+StopWhenUnneeded=true
+Requires=suspend-to-hibernate.service
[OVERRIDDEN] /etc/systemd/system/systemd-nspawn at .service -> /lib/systemd/system/systemd-nspawn at .service
--- /lib/systemd/system/systemd-nspawn at .service 2018-01-11 21:16:04.000000000 +0530
+++ /etc/systemd/system/systemd-nspawn at .service 2017-08-01 16:45:52.961810765 +0530
@@ -1,5 +1,3 @@
-# SPDX-License-Identifier: LGPL-2.1+
-#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
@@ -16,33 +14,24 @@
RequiresMountsFor=/var/lib/machines
[Service]
-ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
+ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-bridge=sysbr0 --bind /var/tmp/Debian-Build/containers/ --bind-ro /var/tmp/:/var/tmp/vartmp --bind-ro /var/cache/apt/archives:/var/tmp/aptArchives -U --settings=override --machine=%i
KillMode=mixed
Type=notify
RestartForceExitStatus=133
SuccessExitStatus=133
-WatchdogSec=3min
Slice=machine.slice
Delegate=yes
TasksMax=16384
-# Enforce a strict device policy, similar to the one nspawn configures when it
-# allocates its own scope unit. Make sure to keep these policies in sync if you
-# change them!
DevicePolicy=closed
DeviceAllow=/dev/net/tun rwm
DeviceAllow=char-pts rw
-# nspawn itself needs access to /dev/loop-control and /dev/loop, to implement
-# the --image= option. Add these here, too.
+# nspawn itself needs access to /dev/loop-control and /dev/loop, to
+# implement the --image= option. Add these here, too.
DeviceAllow=/dev/loop-control rw
DeviceAllow=block-loop rw
DeviceAllow=block-blkext rw
-# nspawn can set up LUKS encrypted loopback files, in which case it needs
-# access to /dev/mapper/control and the block devices /dev/mapper/*.
-DeviceAllow=/dev/mapper/control rw
-DeviceAllow=block-device-mapper rw
-
[Install]
WantedBy=machines.target
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED] /usr/lib/systemd/user/dbus.service -> /usr/lib/systemd/user/dbus.service.d/flatpak.conf
9 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Tue 2018-01-30 12:57:35 IST
Timestamp userspace: Tue 2018-01-30 12:57:46 IST
Timestamp finish: Tue 2018-01-30 12:58:01 IST
Timestamp security-start: Tue 2018-01-30 12:57:46 IST
Timestamp security-finish: Tue 2018-01-30 12:57:46 IST
Timestamp generators-start: Tue 2018-01-30 12:57:46 IST
Timestamp generators-finish: Tue 2018-01-30 12:57:46 IST
Timestamp units-load-start: Tue 2018-01-30 12:57:46 IST
Timestamp units-load-finish: Tue 2018-01-30 12:57:46 IST
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: postgresql.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
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 (origin-file)
RequiredBy: fstrim.timer (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-implicit)
RequiredBy: run-user-1000-gvfs.mount (destination-implicit)
RequiredBy: syslog.socket (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: dev-dm\x2d4.swap (destination-implicit)
RequiredBy: dev-SSHDCrypt-SWAP.swap (destination-implicit)
RequiredBy: console-setup.service (destination-file)
RequiredBy: lvm2-lvmetad.socket (destination-file)
RequiredBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-implicit)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
RequiredBy: ssh.service (destination-file)
RequiredBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-implicit)
RequiredBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-implicit)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: var-lib-machines.mount (destination-file destination-implicit)
RequiredBy: avahi-daemon.socket (destination-file)
RequiredBy: sys-kernel-debug.mount (destination-implicit)
RequiredBy: virtlogd.socket (destination-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-implicit)
RequiredBy: phpsessionclean.service (destination-file)
RequiredBy: apt-daily.timer (destination-file)
RequiredBy: tor at default.service (destination-file)
RequiredBy: apt-daily-upgrade.timer (destination-file)
RequiredBy: apt-cacher-ng.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
RequiredBy: iio-sensor-proxy.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: ram\x2dtmp.mount (destination-implicit)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: sys-kernel-config.mount (destination-implicit)
RequiredBy: media-SSHD.mount (destination-file destination-implicit)
RequiredBy: dev-dm\x2d1.swap (destination-implicit)
RequiredBy: dovecot.service (destination-file)
RequiredBy: basic.target (destination-file)
RequiredBy: var-lib-lxcfs.mount (destination-implicit)
RequiredBy: phpsessionclean.timer (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: run-user-1000.mount (destination-implicit)
RequiredBy: lvm2-lvmpolld.socket (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: systemd-ask-password-wall.path (destination-file)
RequiredBy: tmp.mount (destination-file destination-implicit)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-implicit)
RequiredBy: uuidd.socket (destination-file)
RequiredBy: ssh at 0.service (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: var-tmp.mount (destination-file destination-implicit)
RequiredBy: systemd-fsckd.socket (destination-file)
RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: media-BTRFS.mount (destination-file destination-implicit)
RequiredBy: dm-event.socket (destination-file)
RequiredBy: boot.mount (destination-file destination-implicit)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-implicit)
RequiredBy: dev-sdbCrypt-SWAP.swap (destination-implicit)
RequiredBy: systemd-update-utmp.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: boot-efi.mount (destination-file destination-implicit)
RequiredBy: systemd-ask-password-console.path (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-implicit)
RequiredBy: virtlockd.socket (destination-file)
RequiredBy: dev-mqueue.mount (destination-implicit)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-implicit)
RequiredBy: run-user-118.mount (destination-implicit)
RequiredBy: dev-hugepages.mount (destination-implicit)
Before: basic.target (destination-file)
Before: apt-cacher-ng.service (destination-file)
Before: dev-hugepages.mount (destination-implicit)
Before: ssh.service (destination-file)
Before: fstrim.timer (destination-file)
Before: dev-SSHDCrypt-SWAP.swap (destination-implicit)
Before: console-setup.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: tor at default.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: systemd-networkd.service (destination-file)
Before: run-user-1000-gvfs.mount (destination-implicit)
Before: iio-sensor-proxy.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-implicit)
Before: lvm2-lvmpolld.socket (destination-file)
Before: apt-daily.timer (destination-file)
Before: lvm2-lvmetad.socket (destination-file)
Before: dev-dm\x2d4.swap (destination-implicit)
Before: systemd-udevd-control.socket (destination-file)
Before: dm-event.socket (destination-file)
Before: syslog.socket (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: tmp.mount (destination-file destination-implicit)
Before: emergency.service (destination-file)
Before: avahi-daemon.socket (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-implicit)
Before: systemd-resolved.service (destination-file)
Before: sys-kernel-debug.mount (destination-implicit)
Before: systemd-initctl.socket (destination-file)
Before: virtlogd.socket (destination-file)
Before: boot-efi.mount (destination-file destination-implicit)
Before: local-fs.target (origin-file)
Before: dev-mqueue.mount (destination-implicit)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-implicit)
Before: systemd-ask-password-wall.path (destination-file)
Before: ram\x2dtmp.mount (destination-implicit)
Before: apt-daily-upgrade.timer (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-implicit)
Before: run-user-118.mount (destination-implicit)
Before: ssh at 0.service (destination-file)
Before: dovecot.service (destination-file)
Before: dbus.socket (destination-file)
Before: dev-dm\x2d1.swap (destination-implicit)
Before: colord.service (destination-file)
Before: rescue.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: dev-sdbCrypt-SWAP.swap (destination-implicit)
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-implicit)
Before: boot.mount (destination-file destination-implicit)
Before: var-tmp.mount (destination-file destination-implicit)
Before: run-user-1000.mount (destination-implicit)
Before: systemd-random-seed.service (destination-file)
Before: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-implicit)
Before: systemd-update-utmp.service (destination-file)
Before: systemd-fsckd.socket (destination-file)
Before: media-SSHD.mount (destination-file destination-implicit)
Before: phpsessionclean.service (destination-file)
Before: var-lib-lxcfs.mount (destination-implicit)
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-implicit)
Before: media-BTRFS.mount (destination-file destination-implicit)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-implicit)
Before: systemd-ask-password-console.path (destination-file)
Before: uuidd.socket (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: phpsessionclean.timer (destination-file)
Before: var-lib-machines.mount (destination-file destination-implicit)
Before: proc-sys-fs-binfmt_misc.automount (destination-implicit)
Before: sys-kernel-config.mount (destination-implicit)
Before: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-implicit)
Before: virtlockd.socket (destination-file)
Before: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-implicit)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: dev-dm\x2d1.swap (destination-implicit)
ReferencedBy: apt-daily.timer (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-implicit)
ReferencedBy: dev-mqueue.mount (destination-implicit)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-implicit)
ReferencedBy: dbus.socket (destination-file)
ReferencedBy: basic.target (destination-file)
ReferencedBy: run-user-118.mount (destination-implicit)
ReferencedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-implicit)
ReferencedBy: phpsessionclean.timer (destination-file)
ReferencedBy: fstrim.timer (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-implicit)
ReferencedBy: ssh at 0.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-file destination-implicit)
ReferencedBy: lvm2-lvmetad.socket (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: ram\x2dtmp.mount (destination-implicit)
ReferencedBy: systemd-fsckd.socket (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-implicit)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: virtlockd.socket (destination-file)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-implicit)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: tmp.mount (destination-file destination-implicit)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-implicit)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-implicit)
ReferencedBy: virtlogd.socket (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: media-SSHD.mount (destination-file destination-implicit)
ReferencedBy: uuidd.socket (destination-file)
ReferencedBy: run-user-1000-gvfs.mount (destination-implicit)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file destination-implicit)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: dev-dm\x2d4.swap (destination-implicit)
ReferencedBy: run-user-1000.mount (destination-implicit)
ReferencedBy: dm-event.socket (destination-file)
ReferencedBy: var-lib-lxcfs.mount (destination-implicit)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: avahi-daemon.socket (destination-file)
ReferencedBy: boot.mount (destination-file destination-implicit)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: lvm2-lvmpolld.socket (destination-file)
ReferencedBy: dev-hugepages.mount (destination-implicit)
ReferencedBy: dev-sdbCrypt-SWAP.swap (destination-implicit)
ReferencedBy: media-BTRFS.mount (destination-file destination-implicit)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-implicit)
ReferencedBy: dev-SSHDCrypt-SWAP.swap (destination-implicit)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-implicit)
ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit)
ReferencedBy: apt-cacher-ng.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: var-tmp.mount (destination-file destination-implicit)
RequiresMountsFor: /dev/mapper/sdbCrypt-ROOT (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/mapper/sdbCrypt-ROOT
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-lib-machines.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: var-lib-machines.mount
Invocation ID: bb91cca42ebf4730b215a2fbc51b6e9c
Fragment Path: /lib/systemd/system/var-lib-machines.mount
ConditionPathExists: /var/lib/machines.raw succeeded
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: -.mount (origin-file origin-implicit)
Requires: system.slice (origin-file)
WantedBy: machines.target (destination-file)
WantedBy: remote-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: machines.target (destination-default)
After: local-fs-pre.target (origin-file)
After: -.mount (origin-file origin-implicit)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: umount.target (origin-file)
References: -.mount (origin-file origin-implicit)
References: system.slice (origin-file)
ReferencedBy: machines.target (destination-file destination-default)
ReferencedBy: remote-fs.target (destination-file)
RequiresMountsFor: /var/lib (origin-implicit)
RequiresMountsFor: /var/lib/machines.raw (origin-file)
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,commit=600,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlp1s0.device:
Description: RTL8723BE PCIe Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlp1s0.device
Invocation ID: 339bd7475f0841b58e5d9aaced6d7d98
Following Set Member: sys-subsystem-net-devices-wlp1s0.device
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/wlp1s0
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Invocation ID: 5751e524b3c14e25816a13acea74d062
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-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
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 networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: networking.service
Invocation ID: b58257c78e5b4c8e814800b441d82bbb
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: network-online.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-file)
Before: network-online.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-modules-load.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysctl.service (origin-file)
After: system.slice (origin-file)
After: apparmor.service (origin-file)
After: network-pre.target (origin-file)
References: system.slice (origin-file)
References: apparmor.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: network-pre.target (origin-file)
References: network.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: network-online.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/sh -c '[ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle'
PID: 10447
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 1
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 10470
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-sda.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda.device
Invocation ID: d3bf01c4705243ae8fd5aff27a76956a
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-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: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service
Invocation ID: dc50acf0aa994dce9d89a835a83b1052
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
RequiredBy: media-SSHD.mount (destination-file)
Before: systemd-quotacheck.service (origin-file)
Before: media-SSHD.mount (destination-file)
Before: shutdown.target (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-journald.socket (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-quotacheck.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-fsck-root.service (origin-file)
References: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
References: systemd-fsckd.socket (origin-file)
ReferencedBy: media-SSHD.mount (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/mapper/SSHDCrypt-ROOT
PID: 10057
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Invocation ID: 69e333027e0741e2aff1264630085cc8
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: 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\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Following Set Member: dev-sda1.device
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 phpsessionclean.service:
Description: Clean php session files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 13:09:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:09:00 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2018-01-30 13:09:00 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: phpsessionclean.service
Invocation ID: d8aad2069c1047759c7ca7890ec8a3d5
Fragment Path: /lib/systemd/system/phpsessionclean.service
Condition Timestamp: Tue 2018-01-30 13:09:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 13:09:00 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: tmp.mount (origin-file)
Requires: var-tmp.mount (origin-file)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: phpsessionclean.timer (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: tmp.mount (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file)
After: var-tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
TriggeredBy: phpsessionclean.timer (destination-implicit)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: tmp.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: var-tmp.mount (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file)
ReferencedBy: phpsessionclean.timer (destination-implicit)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: yes
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/php/sessionclean
PID: 19660
Start Timestamp: Tue 2018-01-30 13:09:00 IST
Exit Timestamp: Tue 2018-01-30 13:09:00 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Invocation ID: 60dc2d399933490295774db71f0d2de1
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-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.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-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-wwn\x2d0x50014ee0ae986998\x2dpart5.device
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 blk-availability.service:
Description: Availability of block devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/blk-availability.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: blk-availability.service
Invocation ID: cd4924a2a88e4553bb4279d39267554a
Fragment Path: /lib/systemd/system/blk-availability.service
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: iscsid.service (origin-file)
After: iscsi-shutdown.service (origin-file)
After: lvm2-activation.service (origin-file)
After: fcoe.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: iscsi.service (origin-file)
After: lvm2-lvmetad.service (origin-file)
References: shutdown.target (origin-file)
References: fcoe.service (origin-file)
References: lvm2-activation.service (origin-file)
References: iscsid.service (origin-file)
References: iscsi-shutdown.service (origin-file)
References: lvm2-lvmetad.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: iscsi.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/true
PID: 367
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-iio:device3.device:
Description: /dev/iio:device3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:50 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:50 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-iio:device3.device
Invocation ID: 8de71314b3ad4f80bd3f86b0f9d658c7
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.4.auto/iio:device3
-> Unit lvm2-pvscan at 253:3.service:
Description: LVM2 PV scan on device 253:3
Instance: 253:3
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-lvm2\x2dpvscan.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lvm2-pvscan at 253:3.service
Invocation ID: 17f9844d443b4f008b3e10a6eeca5c8f
Documentation: man:pvscan(8)
Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system-lvm2\x2dpvscan.slice (origin-file)
Requires: lvm2-lvmetad.socket (origin-file)
BindsTo: dev-block-253:3.device (origin-file)
WantedBy: sys-devices-virtual-block-dm\x2d3.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system-lvm2\x2dpvscan.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: lvm2-lvmetad.socket (origin-file)
After: lvm2-lvmetad.service (origin-file)
References: lvm2-lvmetad.socket (origin-file)
References: lvm2-lvmetad.service (origin-file)
References: shutdown.target (origin-file)
References: system-lvm2\x2dpvscan.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-block-253:3.device (origin-file)
ReferencedBy: sys-devices-virtual-block-dm\x2d3.device (destination-udev)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvm pvscan --cache --activate ay 253:3
PID: 9852
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm pvscan --cache 253:3
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit bluetooth.target:
Description: Bluetooth
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: bluetooth.target
Invocation ID: c3542d9386e9468c80b1fac05baafcbe
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/bluetooth.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Wants: bluetooth.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: bluetooth.service (origin-default)
References: shutdown.target (origin-default)
References: bluetooth.service (origin-file origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.device
Invocation ID: b1e2b946a48f4417b8a3c2244d0058c1
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\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
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: 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
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 leafnode.socket:
Description: Leafnode NNTP Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/leafnode.socket
CGroup realized: no
CGroup own mask: pids
Name: leafnode.socket
Invocation ID: 8cd551d1658041f4adfc9f8c6a4e05c8
Fragment Path: /etc/systemd/system/leafnode.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
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: leafnode.socket
SELinuxContextFromNet: no
Accepted: 2
NConnections: 1
MaxConnections: 64
ListenStream: 127.0.0.1:119
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit fetchnews.service:
Description: Fetch news for leafnode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 13:15:28 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:15:10 IST
Active Enter Timestamp: Tue 2018-01-30 13:15:10 IST
Active Exit Timestamp: Tue 2018-01-30 13:15:27 IST
Inactive Enter Timestamp: Tue 2018-01-30 13:15:28 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: fetchnews.service
Invocation ID: 2c18680338114f77af3f3ee294a9c5b2
Fragment Path: /lib/systemd/system/fetchnews.service
Condition Timestamp: Tue 2018-01-30 13:15:10 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 13:15:10 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: fetchnews.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
TriggeredBy: fetchnews.timer (destination-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: fetchnews.timer (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/fetchnews
PID: 20347
Start Timestamp: Tue 2018-01-30 13:15:10 IST
Exit Timestamp: Tue 2018-01-30 13:15:27 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit speech-dispatcher.service:
Description: LSB: Speech Dispatcher
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: speech-dispatcher.service
Invocation ID: 11e9fa51e46b4161baa12790ed4fb675
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/speech-dispatcher.service
Source Path: /etc/init.d/speech-dispatcher
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: festival.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: festival.service (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/speech-dispatcher start
PID: 11497
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/speech-dispatcher reload
-> ExecStop:
Command Line: /etc/init.d/speech-dispatcher stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit syslog.service:
Description: syslog.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: syslog.service
After: syslog.socket (destination-implicit)
TriggeredBy: syslog.socket (destination-implicit)
ReferencedBy: syslog.socket (destination-implicit)
-> 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: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald-dev-log.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-journald-dev-log.socket
Invocation ID: 5f206882416c4cb58b4644bdb0bc89b2
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: -.mount (origin-file)
References: sockets.target (origin-file)
References: systemd-journald.service (origin-implicit)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit auditd.service:
Description: Security Auditing Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/auditd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: auditd.service
Invocation ID: 0152e45fb2fa487686ced2d2771d12da
Documentation: man:auditd(8)
Documentation: https://github.com/linux-audit/audit-documentation
Fragment Path: /lib/systemd/system/auditd.service
ConditionKernelCommandLine: !audit=0 succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-update-utmp.service (destination-file)
Before: ssh at 0.service (destination-file)
Before: ssh.service (destination-file)
Before: dicod.service (destination-file)
Before: dicod at 0.service (destination-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: dicod.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: dicod at 0.service (destination-file)
ReferencedBy: ssh at 0.service (destination-file)
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: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 10723
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/auditd.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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/auditd
PID: 10678
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStartPost:
Command Line: /sbin/augenrules --load
PID: 10783
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit ssh at 0.service:
Description: OpenBSD Secure Shell server per-connection daemon
Instance: 0
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-ssh.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: ssh at 0.service
Fragment Path: /lib/systemd/system/ssh at .service
Requires: sysinit.target (origin-default)
Requires: system-ssh.slice (origin-file)
Requires: -.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system-ssh.slice (origin-file)
After: ssh.socket (destination-implicit)
After: -.mount (origin-file)
After: auditd.service (origin-file)
TriggeredBy: ssh.socket (destination-implicit)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system-ssh.slice (origin-file)
References: -.mount (origin-file)
References: auditd.service (origin-file)
References: shutdown.target (origin-default)
RequiresMountsFor: /run/sshd (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/sshd -i $SSHD_OPTS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit graphical.target:
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: graphical.target
Name: runlevel5.target
Name: default.target
Invocation ID: df065851fd8145b79c4f683b9f082282
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Tue 2018-01-30 12:58:01 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:01 IST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: udisks2.service (origin-file)
Wants: speech-dispatcher.service (origin-file)
Wants: sysfsutils.service (origin-file)
Wants: rtkit-daemon.service (origin-file)
Wants: exim4.service (origin-file)
Wants: uml-utilities.service (origin-file)
Wants: iwatch.service (origin-file)
Wants: gdm.service (origin-file)
Wants: accounts-daemon.service (origin-file)
Conflicts: rescue.target (origin-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-update-utmp-runlevel.service (destination-file)
After: exim4.service (origin-default destination-file)
After: multi-user.target (origin-file origin-default)
After: accounts-daemon.service (origin-default)
After: udisks2.service (origin-default)
After: rescue.target (origin-file)
After: rescue.service (origin-file)
After: gdm.service (origin-file origin-default)
After: uml-utilities.service (origin-default destination-file)
After: speech-dispatcher.service (origin-default destination-file)
After: rtkit-daemon.service (origin-default)
After: sysfsutils.service (origin-default destination-file)
After: iwatch.service (origin-default destination-file)
References: iwatch.service (origin-file origin-default)
References: rtkit-daemon.service (origin-file origin-default)
References: rescue.target (origin-file)
References: exim4.service (origin-file origin-default)
References: rescue.service (origin-file)
References: speech-dispatcher.service (origin-file origin-default)
References: multi-user.target (origin-file origin-default)
References: uml-utilities.service (origin-file origin-default)
References: udisks2.service (origin-file origin-default)
References: sysfsutils.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: shutdown.target (origin-default)
References: accounts-daemon.service (origin-file origin-default)
References: gdm.service (origin-file origin-default)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: speech-dispatcher.service (destination-file)
ReferencedBy: iwatch.service (destination-file)
ReferencedBy: uml-utilities.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-user-sessions.service
Invocation ID: 2729e0e6293c4d2fbdbcf63764b3eeef
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
Before: gdm.service (destination-file)
Before: session-2.scope (destination-file)
Before: user at 118.service (destination-file)
Before: user at 1000.service (destination-file)
Before: user-1000.slice (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: shutdown.target (origin-default)
Before: user-118.slice (destination-file)
Before: multi-user.target (destination-default)
Before: session-c1.scope (destination-file)
After: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: nss-user-lookup.target (origin-file)
After: network.target (origin-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: session-c1.scope (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: user-118.slice (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: user-1000.slice (destination-file)
ReferencedBy: gdm.service (destination-file)
ReferencedBy: user at 118.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 12653
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sockets.target
Invocation ID: a8f26544ad7849dd90f56b744f53acda
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Wants: dm-event.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: avahi-daemon.socket (origin-file)
Wants: saned.socket (origin-file)
Wants: ssh.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: leafnode.socket (origin-file)
Wants: dicod.socket (origin-file)
Wants: dovecot.socket (origin-file)
Wants: uuidd.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: systemd-initctl.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: virtlogd.socket (destination-default)
After: systemd-journald-audit.socket (destination-file)
After: dovecot.socket (origin-default destination-default)
After: dicod.socket (origin-default destination-default)
After: avahi-daemon.socket (origin-default destination-default)
After: ssh.socket (origin-default destination-default)
After: saned.socket (origin-default destination-default)
After: uuidd.socket (origin-default destination-default)
After: leafnode.socket (origin-default destination-default)
After: systemd-udevd-control.socket (destination-file)
After: syslog.socket (destination-file)
After: systemd-journald-dev-log.socket (destination-file)
After: systemd-journald.socket (destination-file)
After: systemd-initctl.socket (destination-file)
After: systemd-udevd-kernel.socket (destination-file)
After: virtlockd.socket (destination-default)
After: dbus.socket (origin-default destination-default)
References: systemd-udevd-kernel.socket (origin-file)
References: dovecot.socket (origin-file origin-default)
References: dicod.socket (origin-file origin-default)
References: dbus.socket (origin-file origin-default)
References: systemd-journald-dev-log.socket (origin-file)
References: leafnode.socket (origin-file origin-default)
References: ssh.socket (origin-file origin-default)
References: avahi-daemon.socket (origin-file origin-default)
References: systemd-udevd-control.socket (origin-file)
References: uuidd.socket (origin-file origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-initctl.socket (origin-file)
References: dm-event.socket (origin-file)
References: saned.socket (origin-file origin-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: dicod.socket (destination-default)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: saned.socket (destination-default)
ReferencedBy: ssh.socket (destination-default)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: dovecot.socket (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: leafnode.socket (destination-default)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit var-tmp.mount:
Description: /var/tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var-tmp.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: var-tmp.mount
Invocation ID: 93f546f33de34af88fb6e90dd8958e37
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var-tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: media-SSHD.mount (origin-path)
Requires: -.mount (origin-file origin-implicit)
RequiredBy: tor at default.service (destination-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: dovecot.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: basic.target (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: phpsessionclean.service (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: iio-sensor-proxy.service (destination-file)
Conflicts: umount.target (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: colord.service (destination-file)
Before: local-fs.target (origin-file)
Before: iio-sensor-proxy.service (destination-file)
Before: dovecot.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: phpsessionclean.service (destination-file)
Before: basic.target (destination-file)
Before: tor at default.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: umount.target (origin-file)
After: system.slice (origin-file)
After: media-SSHD.mount (origin-path)
After: local-fs-pre.target (origin-file)
After: -.mount (origin-file origin-implicit)
References: local-fs.target (origin-file)
References: local-fs-pre.target (origin-file)
References: umount.target (origin-file)
References: media-SSHD.mount (origin-path)
References: system.slice (origin-file)
References: -.mount (origin-file origin-implicit)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: basic.target (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
RequiresMountsFor: /media/SSHD/var/tmp (origin-file)
RequiresMountsFor: /var (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/tmp
What: /dev/mapper/SSHDCrypt-ROOT
File System Type: ext4
Options: rw,relatime,errors=remount-ro,commit=600,stripe=32747,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-SSHDCrypt-ROOT.device:
Description: /dev/SSHDCrypt/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-SSHDCrypt-ROOT.device
Invocation ID: a1a59dc528da4deca8b12a29906c0145
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.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: sys-devices-virtual-block-dm\x2d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: emergency.service (destination-file)
Before: rescue.target (destination-file)
Before: shutdown.target (origin-file)
Before: graphical.target (destination-file)
Before: multi-user.target (destination-file)
After: sysinit.target (origin-file)
After: -.mount (origin-file)
After: plymouth-start.service (origin-file)
After: emergency.service (destination-file)
After: getty at tty1.service (destination-file)
After: system.slice (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file)
References: plymouth-start.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: rescue.target (destination-file)
RequiresMountsFor: /root (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell rescue
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit ModemManager.service:
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: ModemManager.service
Invocation ID: a3ad102b269a4c46b34f72685ab22db0
Fragment Path: /lib/systemd/system/ModemManager.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: syslog.target (origin-file)
After: basic.target (origin-default)
References: basic.target (origin-default)
References: syslog.target (origin-file)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11734
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/ModemManager
PID: 11734
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart4.device
Invocation ID: 1252d2f38cc54727891556b270e827cd
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\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\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
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-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS1.device
Invocation ID: 45742866621442e3809927b1512f0fd5
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> 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: Tue 2018-01-30 13:14:11 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: laptop-mode.timer
Invocation ID: 9c3ea965439740a4be1fd562c3639646
Fragment Path: /lib/systemd/system/laptop-mode.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: lmt-poll.service (origin-file)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: sysinit.target (origin-default)
Triggers: lmt-poll.service (origin-file)
References: lmt-poll.service (origin-file)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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 lmt-poll.service:
Description: Laptop Mode Tools - Battery Polling Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 13:14:11 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:14:11 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2018-01-30 13:14:11 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lmt-poll.service
Invocation ID: 29423dee976c4b6da6ebed96906339f4
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: Tue 2018-01-30 13:14:11 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 13:14:11 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: laptop-mode.timer (destination-file)
After: sysinit.target (origin-default)
TriggeredBy: laptop-mode.timer (destination-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: laptop-mode.timer (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: journal
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/udev/lmt-udev auto
PID: 20258
Start Timestamp: Tue 2018-01-30 13:14:11 IST
Exit Timestamp: Tue 2018-01-30 13:14:11 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /lib/udev/lmt-udev auto
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-backlight at backlight:intel_backlight.service
Invocation ID: 299352ada0d14bd6b3cd00cd11a89473
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /lib/systemd/system/systemd-backlight at .service
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system-systemd\x2dbacklight.slice (origin-file)
Requires: -.mount (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dbacklight.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-systemd\x2dbacklight.slice (origin-file)
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/backlight
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-backlight load backlight:intel_backlight
PID: 3289
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-backlight save backlight:intel_backlight
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: rsync.service
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf failed
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/avahi-daemon.socket
CGroup realized: no
CGroup own mask: pids
Name: avahi-daemon.socket
Invocation ID: 254e7099298849f9ad468163e8522e1e
Fragment Path: /lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
RequiredBy: avahi-daemon.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: avahi-daemon.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-file)
Triggers: avahi-daemon.service (origin-implicit)
References: -.mount (origin-file)
References: avahi-daemon.service (origin-implicit)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
RequiresMountsFor: /run/avahi-daemon/socket (origin-file)
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: avahi-daemon.socket
SELinuxContextFromNet: no
ListenStream: /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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Invocation ID: 15e2b6297e7e4909a646384e4d787603
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.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-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-sda1.device
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 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: alsa-state.service
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf failed
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: alsa-restore.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-file origin-default)
After: basic.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit bluetooth.service:
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/bluetooth.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: bluetooth.service
Invocation ID: cde892d8a1064b5e939be35eb1d07303
Documentation: man:bluetoothd(8)
Fragment Path: /lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
WantedBy: bluetooth.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: bluetooth.target (destination-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: bluetooth.target (destination-file destination-default)
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: 11664
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/bluetooth/bluetoothd
PID: 11664
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Status Text: Running
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device
Invocation ID: 59b10f67f42f47e990578c0576bb8725
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Wants: bluetooth.target (origin-udev)
References: bluetooth.target (origin-udev)
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/usb1/1-7/1-7:1.0/bluetooth/hci0
-> Unit systemd-quotacheck.service:
Description: File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
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 (origin-file)
Before: shutdown.target (origin-file)
Before: remote-fs.target (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: remote-fs.target (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-quotacheck
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-misc-rfkill.device
Invocation ID: 8d86a1c7b7a94c07bee8c1312709a167
Following Set Member: dev-rfkill.device
Wants: systemd-rfkill.socket (origin-udev)
BoundBy: systemd-rfkill.service (destination-file)
BoundBy: systemd-rfkill.socket (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
References: systemd-rfkill.socket (origin-udev)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-mqueue.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: dev-mqueue.mount
Invocation ID: a16a32bc06d6498eb617a3b665175fec
Documentation: man:mq_overview(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /dev (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.socket
CGroup realized: no
CGroup own mask: pids
Name: dbus.socket
Invocation ID: f6e8a67946e847a6bd2dcf605ef16714
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: geoclue.service (destination-file)
RequiredBy: thermald.service (destination-file)
RequiredBy: gdm.service (destination-file)
RequiredBy: iio-sensor-proxy.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: polkit.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: packagekit.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: polkit.service (destination-file)
Before: ModemManager.service (destination-file)
Before: geoclue.service (destination-file)
Before: shutdown.target (origin-default)
Before: NetworkManager.service (destination-file)
Before: upower.service (destination-file)
Before: packagekit.service (destination-file)
Before: sockets.target (origin-default destination-default)
Before: systemd-logind.service (destination-file)
Before: thermald.service (destination-file)
Before: bluetooth.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: udisks2.service (destination-file)
Before: dbus.service (origin-implicit)
Before: iio-sensor-proxy.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: gdm.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: colord.service (destination-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: dbus.service (origin-implicit)
References: dbus.service (origin-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: -.mount (origin-file)
References: sockets.target (origin-default)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: geoclue.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: gdm.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: thermald.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-sdb1.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb1.device
Invocation ID: 63d129e8d05f472b872c98936c5fc1cb
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
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/sdb1
-> Unit festival.service:
Description: festival.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: festival.service
Before: speech-dispatcher.service (destination-file)
ReferencedBy: speech-dispatcher.service (destination-file)
-> Unit dev-sdbCrypt-SWAP.swap:
Description: /dev/sdbCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-sdbCrypt-SWAP.swap
Invocation ID: a99bb4844944481e82e2aaa41fa93faf
Following: dev-mapper-sdbCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: swap.target (origin-default)
References: system.slice (origin-file)
References: umount.target (origin-default)
RequiresMountsFor: /dev/sdbCrypt/SWAP (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/sdbCrypt/SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Invocation ID: a914731ccc524e6c88f9e73a5833c496
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-SSHDCrypt-SWAP.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart4.device
Invocation ID: fe82e50c24b04e108f897fd4f2416d1f
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\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\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
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-SSHDCrypt-SWAP.swap:
Description: /dev/SSHDCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-SSHDCrypt-SWAP.swap
Invocation ID: ca6954d53edf48c39086d50becc51a1d
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.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-dm\x2d4.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
RequiresMountsFor: /dev/SSHDCrypt/SWAP (origin-implicit)
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-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998.device
Invocation ID: 97319df94ff3417789f7caf8fe088b65
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
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-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-tmpfiles-setup.service
Invocation ID: 070ba11641894d48bf04e77a8664b23e
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: rtkit-daemon.service (destination-file)
Before: dovecot.service (destination-file)
Before: shutdown.target (origin-file)
Before: iio-sensor-proxy.service (destination-file)
Before: phpsessionclean.service (destination-file)
Before: colord.service (destination-file)
Before: sysinit.target (origin-file)
Before: tor at default.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: auditd.service (destination-file)
After: systemd-journal-flush.service (destination-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: tor at default.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 10290
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lm-sensors.service
Invocation ID: a460a3ba1ad34e83b79ee0b205505f47
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/sensors -s
PID: 11730
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/sensors
PID: 12041
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.7.auto/iio:device5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:52 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:52 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:52 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device
Invocation ID: b7693fe52f704b44919879bd8dd2c7d7
Following Set Member: dev-iio:device5.device
Wants: iio-sensor-proxy.service (origin-udev)
References: iio-sensor-proxy.service (origin-udev)
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.7.auto/iio:device5
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-udev-trigger.service
Invocation ID: 3efb8068672e42e7b5435a43036198fc
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-udevd-control.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
PID: 370
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
Command Line: /bin/udevadm trigger --type=devices --action=add
PID: 377
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit tmp.mount:
Description: /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: tmp.mount
Invocation ID: 2c371b57214d4fb7bbdd84a81c3b55ac
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/tmp.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: media-SSHD.mount (origin-file)
Requires: -.mount (origin-file origin-implicit)
Requires: system.slice (origin-file)
Requires: ram\x2dtmp.mount (origin-file)
RequiredBy: iio-sensor-proxy.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: phpsessionclean.service (destination-file)
RequiredBy: dovecot.service (destination-file)
RequiredBy: tor at default.service (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
WantedBy: basic.target (destination-file)
Conflicts: umount.target (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: basic.target (destination-file destination-default)
Before: iio-sensor-proxy.service (destination-file)
Before: phpsessionclean.service (destination-file)
Before: colord.service (destination-file)
Before: umount.target (origin-file)
Before: rtkit-daemon.service (destination-file)
Before: local-fs.target (origin-file)
Before: tor at default.service (destination-file)
Before: dovecot.service (destination-file)
After: media-SSHD.mount (origin-file)
After: -.mount (origin-file origin-implicit)
After: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: ram\x2dtmp.mount (origin-file)
References: system.slice (origin-file)
References: media-SSHD.mount (origin-file)
References: umount.target (origin-file)
References: -.mount (origin-file origin-implicit)
References: local-fs.target (origin-file)
References: ram\x2dtmp.mount (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: colord.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /ram-tmp:/media/SSHD/tmp-disk:/disk-tmp (origin-file)
RequiresMountsFor: / (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit lxcfs.service:
Description: FUSE filesystem for LXC
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lxcfs.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: cpu cpuacct io blkio memory devices pids
Name: lxcfs.service
Invocation ID: 31d862218a4a47ab8de43636d1a342ea
Documentation: man:lxcfs(1)
Fragment Path: /lib/systemd/system/lxcfs.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: lxc.service (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: lxc.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 11411
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/lxcfs /var/lib/lxcfs/
PID: 11411
Start Timestamp: Tue 2018-01-30 12:57:54 IST
-> ExecStopPost:
Command Line: /bin/fusermount -u /var/lib/lxcfs
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=yes
DelegateControllers=cpu cpuacct io blkio memory devices pids
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Invocation ID: f9ec27973c2b4e2a942c04e652003bec
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: accounts-daemon.service
Invocation ID: d92d7b354c2b4068bad9234c200df864
Fragment Path: /lib/systemd/system/accounts-daemon.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Wants: nss-user-lookup.target (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
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: 11718
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: GVFS_DISABLE_FUSE=1
Environment: GIO_USE_VFS=local
Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/accountsservice/accounts-daemon
PID: 11718
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit user-1000.slice:
Description: User Slice of rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:05 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:05 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup realized mask: pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: user-1000.slice
Invocation ID: 4111449c9cef483eb711499e2b70a570
Fragment Path: /run/systemd/transient/user-1000.slice
Condition Timestamp: Tue 2018-01-30 12:58:05 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:05 IST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: session-2.scope (destination-file)
RequiredBy: user at 1000.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: session-2.scope (destination-file)
Before: shutdown.target (origin-default)
After: systemd-logind.service (origin-file)
After: user.slice (origin-implicit)
After: systemd-user-sessions.service (origin-file)
References: systemd-logind.service (origin-file)
References: user.slice (origin-implicit)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user at 1000.service (destination-file)
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
IPAccounting=no
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 dev-disk-by\x2dlabel-BOOT.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-BOOT.device
Invocation ID: 8d6952a8e6b144e294c1f1eb401c9766
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-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
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\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Invocation ID: 00c469c2f3f344d2ac14f31daa0ab654
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Following Set Member: dev-sdb1.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: systemd-cryptsetup at sdb1_crypt.service (origin-file)
BoundBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
Before: systemd-cryptsetup at sdb1_crypt.service (destination-file)
References: systemd-cryptsetup at sdb1_crypt.service (origin-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
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/sdb1
-> 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-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Invocation ID: 30671e78dbc84bc2aad8e88ba60b8522
Following Set Member: dev-disk-by\x2dlabel-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-wwn\x2d0x50014ee0ae986998\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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
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-dm\x2dname\x2dsdbCrypt\x2dSWAP.device:
Description: /dev/disk/by-id/dm-name-sdbCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Invocation ID: 8ed7fb77e3fa4ee68c807c8808254a2f
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
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-dm\x2dname\x2dsda7_crypt.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Invocation ID: 00277ab403044fcdb562187a93f920d7
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-block-253:3.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Following Set Member: dev-mapper-sda7_crypt.device
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-sda2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Invocation ID: 70154d211942439d8509f24717fd4be6
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
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\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: dev-sda2.device
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-initctl.service:
Description: /dev/initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-initctl.service
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-initctl.socket (destination-implicit)
After: system.slice (origin-file)
TriggeredBy: systemd-initctl.socket (destination-implicit)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-initctl.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-modules-load.service
Name: module-init-tools.service
Invocation ID: d2dd512e2ab14895902b8c8b34b5ac13
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: sysfsutils.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 368
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service:
Description: Leafnode NNTP service (127.0.0.1:36580)
Instance: 1-127.0.0.1:119-127.0.0.1:36580
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:28 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:28 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:28 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-leafnode.slice
CGroup: /system.slice/system-leafnode.slice/leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service
CGroup realized: yes
CGroup realized mask: pids
CGroup own mask: pids
Name: leafnode at 1.service
Name: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service
Invocation ID: d311595796094ce59b3027b616e19cbf
Fragment Path: /etc/systemd/system/leafnode at .service
Condition Timestamp: Tue 2018-01-30 12:58:28 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:28 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system-leafnode.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.service (origin-file)
After: leafnode.socket (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system-leafnode.slice (origin-file)
TriggeredBy: leafnode.socket (destination-implicit)
References: systemd-journald.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system-leafnode.slice (origin-file)
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: 17359
Main PID Known: yes
Main PID Alien: no
Accept Socket: leafnode.socket
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
User: news
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/leafnode
PID: 17359
Start Timestamp: Tue 2018-01-30 12:58:28 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/sys-kernel-debug.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: sys-kernel-debug.mount
Invocation ID: 15cfd0cbf52648d585787f73e52d0b24
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/kernel (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-52789d44\x2dfcae\x2d45f1\x2d9b4b\x2d67495053b402.device:
Description: /dev/disk/by-uuid/52789d44-fcae-45f1-9b4b-67495053b402
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-52789d44\x2dfcae\x2d45f1\x2d9b4b\x2d67495053b402.device
Invocation ID: e741d92a3faf4bec95bdf7e8f1ad1653
Following: sys-devices-virtual-block-loop0.device
Following Set Member: dev-loop0.device
Following Set Member: sys-devices-virtual-block-loop0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit iscsid.service:
Description: iscsid.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: iscsid.service
Before: blk-availability.service (destination-file)
Before: libvirtd.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: local-fs.target
Invocation ID: 583083de235e44cca4d636b88d006a88
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: var-tmp.mount (origin-file)
Requires: media-BTRFS.mount (origin-file)
Requires: ram\x2dtmp.mount (origin-file)
Requires: boot-efi.mount (origin-file)
Requires: media-SSHD.mount (origin-file)
Requires: -.mount (origin-file)
Requires: boot.mount (origin-file)
Requires: tmp.mount (origin-file)
Wants: systemd-remount-fs.service (origin-file)
Wants: systemd-fsck-root.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: auditd.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: ebtables.service (destination-file)
Before: libvirtd.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: apparmor.service (destination-file)
Before: networking.service (destination-file)
Before: dovecot.service (destination-file)
Before: sysinit.target (destination-file)
Before: console-setup.service (destination-file)
After: boot-efi.mount (destination-file)
After: systemd-remount-fs.service (destination-file)
After: var-tmp.mount (destination-file)
After: ram\x2dtmp.mount (destination-file)
After: -.mount (destination-file)
After: run-user-1000.mount (destination-mountinfo-implicit)
After: boot.mount (destination-file)
After: media-SSHD.mount (destination-file)
After: run-user-1000-gvfs.mount (destination-mountinfo-implicit)
After: local-fs-pre.target (origin-file)
After: var-lib-lxcfs.mount (destination-mountinfo-implicit)
After: media-BTRFS.mount (destination-file)
After: systemd-fsck-root.service (destination-file)
After: tmp.mount (destination-file)
After: run-user-118.mount (destination-mountinfo-implicit)
OnFailure: emergency.target (origin-file)
References: boot.mount (origin-file)
References: emergency.target (origin-file)
References: media-SSHD.mount (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: var-tmp.mount (origin-file)
References: -.mount (origin-file)
References: tmp.mount (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: boot-efi.mount (origin-file)
References: ram\x2dtmp.mount (origin-file)
References: media-BTRFS.mount (origin-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: media-BTRFS.mount (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-implicit)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: ebtables.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: run-user-118.mount (destination-mountinfo-implicit)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-implicit)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: var-tmp.mount (destination-file)
ReferencedBy: ram\x2dtmp.mount (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: media-SSHD.mount (destination-file)
ReferencedBy: apparmor.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit media-SSHD.mount:
Description: /media/SSHD
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/media-SSHD.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: media-SSHD.mount
Invocation ID: 7b64ae96a818471f85eeb529b0c78fef
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/media-SSHD.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-file origin-implicit)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (origin-file)
BindsTo: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: var-tmp.mount (destination-path)
WantedBy: dev-mapper-SSHDCrypt\x2dROOT.device (destination-file)
Conflicts: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: tmp.mount (destination-file)
Before: var-tmp.mount (destination-path)
Before: umount.target (origin-file)
After: -.mount (origin-file origin-implicit)
After: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (origin-file)
After: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
References: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (origin-file)
References: umount.target (origin-file)
References: local-fs-pre.target (origin-file)
References: local-fs.target (origin-file)
References: dev-mapper-SSHDCrypt\x2dROOT.device (origin-file)
References: -.mount (origin-file origin-implicit)
References: system.slice (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: var-tmp.mount (destination-path)
RequiresMountsFor: /dev/mapper/SSHDCrypt-ROOT (origin-file)
RequiresMountsFor: /media (origin-implicit)
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,errors=remount-ro,commit=600,stripe=32747,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-hwdb-update.service
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d/ failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Tue 2018-01-30 12:57:52 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-update-done.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-update-done.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-hwdb update
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-2206\x2d0BF2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-2206\x2d0BF2.device
Invocation ID: 8a5d278e24064f1c99cbf749c7e824bf
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\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
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\x2dpartuuid-cf1d0c57\x2d42fa\x2d4fd7\x2dbfa0\x2ddb8cf69fcd61.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-sda2.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: boot-efi.mount (origin-file)
BoundBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
BoundBy: boot-efi.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: boot-efi.mount (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
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-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Enter Timestamp: Tue 2018-01-30 12:57:54 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-rfkill.service
Invocation ID: 002d9212e6f247adbabf02cce7bf112a
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.service
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
After: systemd-rfkill.socket (destination-implicit)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
TriggeredBy: systemd-rfkill.socket (destination-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
ReferencedBy: systemd-rfkill.socket (destination-implicit)
RequiresMountsFor: /var/lib/systemd/rfkill (origin-file)
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: ready
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/rfkill
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-rfkill
PID: 565
Start Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit resolvconf.service:
Description: resolvconf.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: resolvconf.service
Fragment Path: /dev/null
WantedBy: sysinit.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Invocation ID: fa11f0cdd82848e2bc773fd377b64b68
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: 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\x2did-wwn\x2d0x50014ee0ae986998\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Following Set Member: dev-sda1.device
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 udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/udisks2.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: udisks2.service
Invocation ID: fcb1705cf1dc4fff9914b104206ba87d
Documentation: man:udisks(8)
Fragment Path: /lib/systemd/system/udisks2.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
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: 11726
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/udisks2/udisksd
PID: 11726
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-ask-password-wall.path
Invocation ID: e9f88b1db21542a1aa986c10d3fdf719
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: paths.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: systemd-ask-password-wall.service (origin-implicit)
References: paths.target (origin-file)
References: cryptsetup.target (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit dovecot.service:
Description: Dovecot IMAP/POP3 email server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dovecot.service
Documentation: man:dovecot(1)
Documentation: http://wiki2.dovecot.org/
Fragment Path: /lib/systemd/system/dovecot.service
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Requires: tmp.mount (origin-file)
Requires: var-tmp.mount (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: var-tmp.mount (origin-file)
After: local-fs.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: dovecot.socket (destination-implicit)
After: tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
After: basic.target (origin-default)
After: network-online.target (origin-file)
After: system.slice (origin-file)
TriggeredBy: dovecot.socket (destination-implicit)
References: local-fs.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: tmp.mount (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: var-tmp.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
ReferencedBy: dovecot.socket (destination-implicit)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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
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: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/dovecot -F
-> ExecReload:
Command Line: /usr/bin/doveadm reload
-> ExecStop:
Command Line: /usr/bin/doveadm stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Invocation ID: 8cbfb6ae3d71434c8adfccce11111a0c
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\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\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
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 systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit system-ssh.slice:
Description: system-ssh.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
CGroup members mask: pids
Name: system-ssh.slice
Requires: system.slice (origin-implicit)
RequiredBy: ssh at 0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: ssh at 0.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: ssh at 0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit lvm2-lvmetad.service:
Description: LVM2 metadata daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: lvm2-lvmetad.service
Invocation ID: 8b640415686d46d780513b01669c0533
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.service
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: lvm2-lvmetad.socket (origin-file)
Conflicts: shutdown.target (origin-file)
Before: lvm2-pvscan at 253:0.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: lvm2-pvscan at 253:3.service (destination-file)
Before: blk-availability.service (destination-file)
After: lvm2-lvmetad.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: lvm2-lvmetad.socket (destination-implicit)
References: lvm2-lvmetad.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: lvm2-lvmetad.socket (destination-implicit)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
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: 387
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvmetad -f
PID: 387
Start Timestamp: Tue 2018-01-30 12:57:46 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-D20A\x2dAF97.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-D20A\x2dAF97.device
Invocation ID: 8d657ec4b5144c0b900c993cd2ab89b7
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-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-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
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-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device:
Description: /dev/disk/by-id/dm-uuid-LVM-gVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
Invocation ID: 76541a90934142aba32cfa14f792672d
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
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\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Invocation ID: 4d9a6a2cfd0445fd8d31958cefe7da3b
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-sda3.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\x2dpartlabel-Basic\x5cx20data\x5cx20partition.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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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 ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: ssh.service
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: ssh.socket (destination-file)
Before: shutdown.target (origin-default)
After: auditd.service (origin-file)
After: network.target (origin-file)
After: system.slice (origin-file)
After: ssh.socket (destination-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: ssh.socket (destination-file)
RequiresMountsFor: /run/sshd (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/sbin/sshd -t
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
-> ExecReload:
Command Line: /usr/sbin/sshd -t
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Invocation ID: a6359b2829184367a4207f14aff698d5
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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
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\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device:
Description: KINGSTON_SM2280S3120G
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Invocation ID: e65c22f96ab7476bae200010c48feede
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\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
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 system-lvm2\x2dpvscan.slice:
Description: system-lvm2\x2dpvscan.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-lvm2\x2dpvscan.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-lvm2\x2dpvscan.slice
Invocation ID: fb783d2805b7474889408be52a0d2e6a
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: lvm2-pvscan at 253:0.service (destination-file)
RequiredBy: lvm2-pvscan at 253:3.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: lvm2-pvscan at 253:0.service (destination-file)
Before: lvm2-pvscan at 253:3.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
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
IPAccounting=no
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\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.device
Invocation ID: 6c8d189562f5471282579bb10acfd48a
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-BTRFS.device
Following Set Member: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.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-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-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
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-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Invocation ID: 2694d4dbcec147c8b011397a7036555f
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: 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\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Following Set Member: dev-sda1.device
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 systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-machine-id-commit.service
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-machine-id-setup --commit
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2da1d51c69c438428b8346273abcbf5a52\x2dsda7_crypt.device
Invocation ID: 8eb3bd0c071e4b948c7c3368e7939820
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-block-253:3.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsda7_crypt.device
Following Set Member: dev-mapper-sda7_crypt.device
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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://www.kernel.org/doc/Documentation/binfmt_misc.txt
Fragment Path: /lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys/ succeeded
Condition Timestamp: Tue 2018-01-30 12:57:52 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.device
Invocation ID: dd912b781c7340d4a4e666e448bebd5c
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: 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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Following Set Member: dev-sda1.device
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 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: Tue 2018-01-30 12:57:57 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:57 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/uml-utilities.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: uml-utilities.service
Invocation ID: f242cd4a3bc24075b87e3b0ebdf3401b
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/uml-utilities.service
Source Path: /etc/init.d/uml-utilities
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/uml-utilities start
PID: 12037
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:57 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/uml-utilities stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: swap.target
Invocation ID: 8b95ab28c1424d4fb222d7efcc06b718
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: dev-mapper-sdbCrypt\x2dSWAP.swap (origin-file)
Requires: dev-mapper-SSHDCrypt\x2dSWAP.swap (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ram\x2dtmp.mount (destination-file)
Before: run-user-118.mount (destination-mountinfo-default)
Before: sysinit.target (destination-file destination-default)
Before: shutdown.target (origin-default)
Before: run-user-1000.mount (destination-mountinfo-default)
After: dev-mapper-sdbCrypt\x2dSWAP.swap (origin-default destination-default)
After: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-default)
After: dev-dm\x2d4.swap (destination-default)
After: dev-dm\x2d1.swap (destination-default)
After: dev-mapper-SSHDCrypt\x2dSWAP.swap (origin-default destination-default)
After: dev-sdbCrypt-SWAP.swap (destination-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-default)
After: dev-SSHDCrypt-SWAP.swap (destination-default)
After: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-default)
References: shutdown.target (origin-default)
References: dev-mapper-sdbCrypt\x2dSWAP.swap (origin-file origin-default)
References: dev-mapper-SSHDCrypt\x2dSWAP.swap (origin-file origin-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: dev-dm\x2d1.swap (destination-default)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-default)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: dev-sdbCrypt-SWAP.swap (destination-default)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: run-user-118.mount (destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: ram\x2dtmp.mount (destination-file)
ReferencedBy: dev-dm\x2d4.swap (destination-default)
ReferencedBy: dev-SSHDCrypt-SWAP.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-mapper-sdbCrypt\x2dSWAP.device:
Description: /dev/mapper/sdbCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-sdbCrypt\x2dSWAP.device
Invocation ID: c1a65f359dcd4b208130a8dc3111ee7b
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: dev-mapper-sdbCrypt\x2dSWAP.swap (origin-file)
BoundBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
Before: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> 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: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Enter Timestamp: Tue 2018-01-30 12:57:55 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-ask-password-console.service
Invocation ID: 7ee3c887c6a94e0aad1924fe1664e3ae
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: plymouth-start.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-vconsole-setup.service (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: plymouth-start.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-ask-password-console.path (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --watch --console
PID: 3901
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: killed
Exit Status: 15
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-loop0.device:
Description: /dev/loop0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-loop0.device
Invocation ID: 217972eb628e4a238279f3dc443134ea
Following: sys-devices-virtual-block-loop0.device
Following Set Member: sys-devices-virtual-block-loop0.device
Following Set Member: dev-disk-by\x2duuid-52789d44\x2dfcae\x2d45f1\x2d9b4b\x2d67495053b402.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lvm2-lvmpolld.socket
CGroup realized: no
CGroup own mask: pids
Name: lvm2-lvmpolld.socket
Invocation ID: d6e6d60c4a0e4d09808c1a5c7ad91625
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: lvm2-lvmpolld.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: lvm2-lvmpolld.service (origin-implicit destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: lvm2-lvmpolld.service (origin-implicit)
References: -.mount (origin-file)
References: system.slice (origin-file)
References: lvm2-lvmpolld.service (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device
Invocation ID: 57ca4b744e244379a323993496530ae1
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-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: boot.mount (origin-file)
BoundBy: boot.mount (destination-file)
BoundBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: boot.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
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 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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: binfmt-support.service
Invocation ID: 1cc994dfbd6e4d35a3bcd22e1de00d06
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
PID: 10294
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/update-binfmts --disable
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:58:06 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:06 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:06 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: run-user-1000-gvfs.mount
Invocation ID: e2f396f79af141719ccd478804de9a2d
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-implicit)
Before: umount.target (origin-mountinfo-default)
After: local-fs-pre.target (origin-mountinfo-default)
After: run-user-1000.mount (origin-implicit)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
References: local-fs.target (origin-mountinfo-implicit)
References: local-fs-pre.target (origin-mountinfo-default)
References: run-user-1000.mount (origin-implicit)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
RequiresMountsFor: /run/user/1000 (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
Invocation ID: 0245acfadc624a86898661d920f96b12
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
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 dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d2.device
Invocation ID: 69d9ba58a983469da6e58c16e4c59235
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: umount.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default)
ConflictedBy: var-lib-lxcfs.mount (destination-mountinfo-implicit destination-mountinfo-default)
ConflictedBy: run-user-1000-gvfs.mount (destination-mountinfo-implicit destination-mountinfo-default)
ConflictedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-default)
ConflictedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-default)
ConflictedBy: var-tmp.mount (destination-file)
ConflictedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-default)
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-default)
ConflictedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-default)
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-default)
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-default)
ConflictedBy: var-lib-machines.mount (destination-file)
ConflictedBy: media-BTRFS.mount (destination-file)
ConflictedBy: boot-efi.mount (destination-file)
ConflictedBy: dev-sdbCrypt-SWAP.swap (destination-default)
ConflictedBy: dev-dm\x2d4.swap (destination-default)
ConflictedBy: media-SSHD.mount (destination-file)
ConflictedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-default)
ConflictedBy: boot.mount (destination-file)
ConflictedBy: dev-dm\x2d1.swap (destination-default)
ConflictedBy: run-user-118.mount (destination-mountinfo-implicit destination-mountinfo-default)
ConflictedBy: tmp.mount (destination-file)
ConflictedBy: ram\x2dtmp.mount (destination-file)
ConflictedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
ConflictedBy: dev-SSHDCrypt-SWAP.swap (destination-default)
After: dev-dm\x2d1.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-default)
After: tmp.mount (destination-file)
After: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-default)
After: systemd-cryptsetup at sda7_crypt.service (destination-file)
After: dev-dm\x2d4.swap (destination-default)
After: var-lib-lxcfs.mount (destination-mountinfo-default)
After: boot.mount (destination-file)
After: run-user-118.mount (destination-mountinfo-default)
After: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-default)
After: systemd-cryptsetup at sdb1_crypt.service (destination-file)
After: dev-SSHDCrypt-SWAP.swap (destination-default)
After: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-default)
After: dev-sdbCrypt-SWAP.swap (destination-default)
After: run-user-1000-gvfs.mount (destination-mountinfo-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-default)
After: media-BTRFS.mount (destination-file)
After: var-lib-machines.mount (destination-file)
After: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-default)
After: run-user-1000.mount (destination-mountinfo-default)
After: ram\x2dtmp.mount (destination-file)
After: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-default)
After: boot-efi.mount (destination-file)
After: media-SSHD.mount (destination-file)
After: var-tmp.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-default)
ReferencedBy: run-user-118.mount (destination-mountinfo-implicit destination-mountinfo-default)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-default)
ReferencedBy: ram\x2dtmp.mount (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-implicit destination-mountinfo-default)
ReferencedBy: dev-SSHDCrypt-SWAP.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: dev-sdbCrypt-SWAP.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-default)
ReferencedBy: dev-dm\x2d1.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: var-lib-machines.mount (destination-file)
ReferencedBy: dev-dm\x2d4.swap (destination-default)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: media-BTRFS.mount (destination-file)
ReferencedBy: media-SSHD.mount (destination-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-default)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ReferencedBy: var-tmp.mount (destination-file)
ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-implicit destination-mountinfo-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-sda6.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda6.device
Invocation ID: 25897f712dd8455c9b5fa5230a1ff8ad
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-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: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
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 virtlogd.service:
Description: Virtual machine log manager
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: virtlogd.service
Documentation: man:virtlogd(8)
Documentation: https://libvirt.org
Fragment Path: /lib/systemd/system/virtlogd.service
Requires: virtlogd.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: libvirtd.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: virtlogd.socket (destination-implicit)
TriggeredBy: virtlogd.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: virtlogd.socket (origin-file)
References: libvirtd.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: virtlogd.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/virtlogd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 16384
LimitNOFILESoft: 16384
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/virtlogd $VIRTLOGD_ARGS
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-random-seed.service
Invocation ID: 02672200774c41158828f39dcf3c2dd2
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 389
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-dm\x2d1.swap:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-dm\x2d1.swap
Invocation ID: 7887bb582f8d4953951f0897f15d2453
Following: dev-mapper-sdbCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Following Set Member: dev-sdbCrypt-SWAP.swap
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/dm-1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/dm-1
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-SSHDCrypt\x2dROOT.device
Invocation ID: a24638b94337457a8e31cf3d2f421372
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d5.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: sys-devices-virtual-block-dm\x2d5.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: media-SSHD.mount (origin-file)
BoundBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
BoundBy: media-SSHD.mount (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: media-SSHD.mount (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: media-SSHD.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit irqbalance.service:
Description: irqbalance daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/irqbalance.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: irqbalance.service
Invocation ID: 2eb5f38a740b4884b9e3e5fb0ee6b00a
Fragment Path: /lib/systemd/system/irqbalance.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11493
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/irqbalance
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
PID: 11493
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit connection-online.target:
Description: connection-online.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: connection-online.target
ConsistsOf: fetchnews.timer (destination-file)
Before: fetchnews.timer (destination-file)
ReferencedBy: fetchnews.timer (destination-file)
-> 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: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service
Invocation ID: 35e3e057f5ac4a4a9c55d848f5750cb9
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
RequiredBy: boot-efi.mount (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: boot-efi.mount (destination-file)
After: systemd-journald.socket (origin-file)
After: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
After: systemd-fsckd.socket (origin-file)
After: local-fs-pre.target (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
References: systemd-fsckd.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
References: systemd-quotacheck.service (origin-file)
ReferencedBy: boot-efi.mount (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/2206-0BF2
PID: 4041
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit cpufrequtils.service:
Description: cpufrequtils.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: cpufrequtils.service
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
-> Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: systemd-journald.service
Invocation ID: b8db76ff37794229b10b2169b6606a74
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-journald.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
RequiredBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
References: systemd-journald-audit.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: syslog.socket (origin-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
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: 373
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
DynamicUser: no
LockPersonality: yes
SystemCallFilter: ~delete_module afs_syscall tuxcall umount vm86 adjtimex stty iopl lookup_dcookie process_vm_writev pciconfig_read create_module perf_event_open clock_adjtime chroot _sysctl ptrace vserver ioperm ustat swapon pciconfig_iobase query_module s390_pci_mmio_read switch_endian swapoff mount ulimit add_key idle security stime umount2 getpmsg putpmsg kexec_file_load lock uselib profil pivot_root bdflush get_kernel_syms init_module pciconfig_write spu_run settimeofday modify_ldt keyctl s390_pci_mmio_write request_key ftime ssetmask gtty process_vm_readv reboot mpx sysfs clock_settime rtas prof s390_runtime_instr break finit_module sgetmask vm86old kexec_load
SystemCallArchitectures: native
RestrictNamespaces:
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 373
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Current: 174
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit sysfsutils.service:
Description: LSB: Set sysfs variables from /etc/sysfs.conf
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: sysfsutils.service
Invocation ID: 0b56080b85934d3b9a19c37c6be60bc8
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/sysfsutils.service
Source Path: /etc/init.d/sysfsutils
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: mountkernfs.service (origin-file)
After: systemd-modules-load.service (origin-file)
After: systemd-udevd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: cpufrequtils.service (origin-file)
After: sysinit.target (origin-default)
References: systemd-udevd.service (origin-file)
References: mountkernfs.service (origin-file)
References: multi-user.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: cpufrequtils.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/sysfsutils start
PID: 11418
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /etc/init.d/sysfsutils stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: sys-kernel-config.mount
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config failed
Condition Timestamp: Tue 2018-01-30 12:57:52 IST
Condition Result: no
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: systemd-modules-load.service (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/kernel (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap:
Description: /dev/disk/by-id/dm-name-sdbCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Invocation ID: ee48cc33a4bd46e49fcbde90aa43398f
Following: dev-mapper-sdbCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Following Set Member: dev-sdbCrypt-SWAP.swap
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
References: swap.target (origin-default)
RequiresMountsFor: /dev/disk/by-id/dm-name-sdbCrypt-SWAP (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/dm-name-sdbCrypt-SWAP
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: shutdown.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: ssh.service (destination-default)
ConflictedBy: avahi-daemon.service (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: fstrim.timer (destination-default)
ConflictedBy: exim4.service (destination-default)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: machines.target (destination-default)
ConflictedBy: avahi-daemon.socket (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: wpa_supplicant.service (destination-default)
ConflictedBy: rsync.service (destination-default)
ConflictedBy: system-dicod.slice (destination-default)
ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
ConflictedBy: lvm2-lvmetad.service (destination-file)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: user.slice (destination-default)
ConflictedBy: systemd-rfkill.socket (destination-file)
ConflictedBy: bluetooth.target (destination-default)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: lvm2-pvscan at 253:0.service (destination-file)
ConflictedBy: auditd.service (destination-file)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: uuidd.socket (destination-default)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: tor.service (destination-default)
ConflictedBy: dicod.service (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: laptop-mode.timer (destination-default)
ConflictedBy: fstrim.service (destination-default)
ConflictedBy: lava-slave.service (destination-default)
ConflictedBy: dicod.socket (destination-default)
ConflictedBy: user-118.slice (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: virt-guest-shutdown.target (destination-default)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: saned.socket (destination-default)
ConflictedBy: mysql.service (destination-default)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: iio-sensor-proxy.service (destination-default)
ConflictedBy: rc-local.service (destination-default)
ConflictedBy: uml-utilities.service (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: sound.target (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: ssh.socket (destination-default)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: virtlogd.service (destination-default)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: blk-availability.service (destination-file)
ConflictedBy: network.target (destination-default)
ConflictedBy: cryptsetup-pre.target (destination-default)
ConflictedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ConflictedBy: lxcfs.service (destination-default)
ConflictedBy: lmt-poll.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: virtlogd.socket (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: system-saned.slice (destination-default)
ConflictedBy: laptop-mode.service (destination-default)
ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
ConflictedBy: sysfsutils.service (destination-default)
ConflictedBy: bluetooth.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: atd.service (destination-default)
ConflictedBy: apt-cacher-ng.service (destination-default)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: polkit.service (destination-default)
ConflictedBy: session-2.scope (destination-default)
ConflictedBy: virtlockd.socket (destination-default)
ConflictedBy: udisks2.service (destination-default)
ConflictedBy: libvirt-guests.service (destination-default)
ConflictedBy: tor at default.service (destination-default)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: fetchnews.service (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: lxc.service (destination-default)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: lvm2-lvmpolld.service (destination-file)
ConflictedBy: user at 118.service (destination-default)
ConflictedBy: uuidd.service (destination-default)
ConflictedBy: system-ssh.slice (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: lvm2-monitor.service (destination-file)
ConflictedBy: session-c1.scope (destination-default)
ConflictedBy: libvirtd.service (destination-default)
ConflictedBy: paths.target (destination-default)
ConflictedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
ConflictedBy: system-lvm2\x2dpvscan.slice (destination-default)
ConflictedBy: saned at 0.service (destination-default)
ConflictedBy: systemd-update-utmp.service (destination-file)
ConflictedBy: iwatch.service (destination-default)
ConflictedBy: leafnode.socket (destination-default)
ConflictedBy: upower.service (destination-default)
ConflictedBy: alsa-state.service (destination-default)
ConflictedBy: NetworkManager.service (destination-default)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: system-systemd\x2dcryptsetup.slice (destination-default)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: phpsessionclean.service (destination-default)
ConflictedBy: pppd-dns.service (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: speech-dispatcher.service (destination-default)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: accounts-daemon.service (destination-default)
ConflictedBy: ModemManager.service (destination-default)
ConflictedBy: irqbalance.service (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: dicod at 0.service (destination-default)
ConflictedBy: systemd-rfkill.service (destination-file)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: gdm.service (destination-default)
ConflictedBy: lxc-net.service (destination-default)
ConflictedBy: minissdpd.service (destination-default)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: dm-event.service (destination-file)
ConflictedBy: swap.target (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: geoclue.service (destination-default)
ConflictedBy: lvm2-pvscan at 253:3.service (destination-file)
ConflictedBy: thermald.service (destination-default)
ConflictedBy: ssh at 0.service (destination-default)
ConflictedBy: slices.target (destination-default)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: phpsessionclean.timer (destination-default)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: systemd-resolved.service (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: alsa-restore.service (destination-default)
ConflictedBy: NetworkManager-wait-online.service (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: dovecot.socket (destination-default)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: system-leafnode.slice (destination-default)
ConflictedBy: packagekit.service (destination-default)
ConflictedBy: colord.service (destination-default)
ConflictedBy: dovecot.service (destination-default)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: rtkit-daemon.service (destination-default)
ConflictedBy: user at 1000.service (destination-default)
ConflictedBy: virtlockd.service (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: user-1000.slice (destination-default)
ConflictedBy: system-tor.slice (destination-default)
After: leafnode.socket (destination-default)
After: polkit.service (destination-default)
After: auditd.service (destination-file)
After: systemd-fsck-root.service (destination-file)
After: laptop-mode.service (destination-default)
After: systemd-user-sessions.service (destination-default)
After: systemd-modules-load.service (destination-file)
After: getty at tty1.service (destination-default)
After: graphical.target (destination-default)
After: phpsessionclean.service (destination-default)
After: dm-event.service (destination-file)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: bluetooth.service (destination-default)
After: apt-daily-upgrade.service (destination-default)
After: rtkit-daemon.service (destination-default)
After: sound.target (destination-default)
After: system-saned.slice (destination-default)
After: multi-user.target (destination-default)
After: wpa_supplicant.service (destination-default)
After: udisks2.service (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: sockets.target (destination-default)
After: cryptsetup-pre.target (destination-default)
After: system-systemd\x2dbacklight.slice (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
After: fetchnews.service (destination-default)
After: iio-sensor-proxy.service (destination-default)
After: lvm2-pvscan at 253:0.service (destination-file)
After: alsa-state.service (destination-default)
After: systemd-hwdb-update.service (destination-file)
After: gdm.service (destination-default)
After: dbus.service (destination-default)
After: tor.service (destination-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: uuidd.socket (destination-default)
After: apt-daily.service (destination-default)
After: rescue.target (destination-default)
After: systemd-ask-password-wall.service (destination-default)
After: minissdpd.service (destination-default)
After: user-1000.slice (destination-default)
After: slices.target (destination-default)
After: getty-pre.target (destination-default)
After: virtlogd.service (destination-default)
After: time-sync.target (destination-default)
After: systemd-quotacheck.service (destination-file)
After: accounts-daemon.service (destination-default)
After: rsync.service (destination-default)
After: fstrim.service (destination-default)
After: dicod.socket (destination-default)
After: system-systemd\x2dfsck.slice (destination-default)
After: uml-utilities.service (destination-default)
After: NetworkManager.service (destination-default)
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
After: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
After: system-dicod.slice (destination-default)
After: exim4.service (destination-default)
After: saned.socket (destination-default)
After: phpsessionclean.timer (destination-default)
After: networking.service (destination-file)
After: alsa-restore.service (destination-default)
After: virtlockd.service (destination-default)
After: dovecot.socket (destination-default)
After: packagekit.service (destination-default)
After: systemd-networkd.service (destination-file)
After: uuidd.service (destination-default)
After: speech-dispatcher.service (destination-default)
After: system-tor.slice (destination-default)
After: iwatch.service (destination-default)
After: nss-user-lookup.target (destination-default)
After: session-2.scope (destination-default)
After: system-systemd\x2dcryptsetup.slice (destination-default)
After: system-ssh.slice (destination-default)
After: systemd-remount-fs.service (destination-file)
After: machines.target (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: avahi-daemon.service (destination-default)
After: user at 118.service (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: swap.target (destination-default)
After: getty.target (destination-default)
After: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
After: apt-daily.timer (destination-default)
After: libvirtd.service (destination-default)
After: lm-sensors.service (destination-default)
After: dovecot.service (destination-default)
After: user at 1000.service (destination-default)
After: ModemManager.service (destination-default)
After: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: pppd-dns.service (destination-default)
After: geoclue.service (destination-default)
After: mysql.service (destination-default)
After: system-getty.slice (destination-default)
After: nss-lookup.target (destination-default)
After: user-118.slice (destination-default)
After: lmt-poll.service (destination-default)
After: systemd-fsckd.service (destination-file)
After: emergency.service (destination-file)
After: session-c1.scope (destination-default)
After: remote-fs-pre.target (destination-default)
After: cryptsetup.target (destination-default)
After: dicod.service (destination-default)
After: ssh.service (destination-default)
After: system-leafnode.slice (destination-default)
After: user.slice (destination-default)
After: lxc.service (destination-default)
After: systemd-binfmt.service (destination-file)
After: dbus.socket (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: apt-cacher-ng.service (destination-default)
After: rc-local.service (destination-default)
After: saned at 0.service (destination-default)
After: network.target (destination-default)
After: sysfsutils.service (destination-default)
After: sysinit.target (destination-default)
After: NetworkManager-wait-online.service (destination-default)
After: virtlockd.socket (destination-default)
After: getty-static.service (destination-default)
After: emergency.target (destination-default)
After: lxcfs.service (destination-default)
After: lxc-net.service (destination-default)
After: bluetooth.target (destination-default)
After: systemd-update-utmp.service (destination-file)
After: atd.service (destination-default)
After: cron.service (destination-default)
After: local-fs-pre.target (destination-default)
After: lava-slave.service (destination-default)
After: systemd-timesyncd.service (destination-file)
After: upower.service (destination-default)
After: colord.service (destination-default)
After: fstrim.timer (destination-default)
After: laptop-mode.timer (destination-default)
After: virtlogd.socket (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-update-utmp-runlevel.service (destination-file)
After: systemd-random-seed.service (destination-file)
After: apt-daily-upgrade.timer (destination-default)
After: ssh at 0.service (destination-default)
After: rescue.service (destination-file)
After: basic.target (destination-default)
After: tor at default.service (destination-default)
After: network-online.target (destination-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: virt-guest-shutdown.target (destination-default)
After: dicod at 0.service (destination-default)
After: paths.target (destination-default)
After: libvirt-guests.service (destination-default)
After: systemd-rfkill.socket (destination-file)
After: network-pre.target (destination-default)
After: ssh.socket (destination-default)
After: systemd-logind.service (destination-default)
After: lvm2-pvscan at 253:3.service (destination-file)
After: irqbalance.service (destination-default)
After: systemd-resolved.service (destination-default)
After: thermald.service (destination-default)
After: syslog.socket (destination-file)
After: avahi-daemon.socket (destination-default)
After: system-lvm2\x2dpvscan.slice (destination-default)
After: systemd-rfkill.service (destination-file)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: apt-cacher-ng.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: sound.target (destination-default)
ReferencedBy: mysql.service (destination-default)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: lmt-poll.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: phpsessionclean.service (destination-default)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: uml-utilities.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: leafnode.socket (destination-default)
ReferencedBy: saned at 0.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-default)
ReferencedBy: laptop-mode.service (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: lvm2-lvmetad.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: paths.target (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: system-ssh.slice (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: swap.target (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: user at 118.service (destination-default)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: phpsessionclean.timer (destination-default)
ReferencedBy: session-2.scope (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: gdm.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: session-c1.scope (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: system-leafnode.slice (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: thermald.service (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: machines.target (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: system-dicod.slice (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: dicod.socket (destination-default)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: minissdpd.service (destination-default)
ReferencedBy: ssh at 0.service (destination-default)
ReferencedBy: user-118.slice (destination-default)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: cryptsetup-pre.target (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: tor.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: basic.target (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: system-tor.slice (destination-default)
ReferencedBy: tor at default.service (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: getty.target (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: dovecot.socket (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: geoclue.service (destination-default)
ReferencedBy: lxcfs.service (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: lxc-net.service (destination-default)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: lava-slave.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: fetchnews.service (destination-default)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: dovecot.service (destination-default)
ReferencedBy: dicod.service (destination-default)
ReferencedBy: laptop-mode.timer (destination-default)
ReferencedBy: bluetooth.target (destination-default)
ReferencedBy: speech-dispatcher.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: systemd-resolved.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: system-saned.slice (destination-default)
ReferencedBy: virt-guest-shutdown.target (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: lxc.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: dicod at 0.service (destination-default)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: user-1000.slice (destination-default)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
ReferencedBy: system-lvm2\x2dpvscan.slice (destination-default)
ReferencedBy: ssh.socket (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: iwatch.service (destination-default)
ReferencedBy: saned.socket (destination-default)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: timers.target (destination-file)
ReferencedBy: irqbalance.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-dm\x2d5.device:
Description: /dev/dm-5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d5.device
Invocation ID: 518a47d0bfe84c1e8d6e4bcd17b9e5b9
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.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: sys-devices-virtual-block-dm\x2d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lvm2-lvmpolld.service
Documentation: man:lvmpolld(8)
Fragment Path: /lib/systemd/system/lvm2-lvmpolld.service
Requires: system.slice (origin-file)
Requires: lvm2-lvmpolld.socket (origin-file)
Conflicts: shutdown.target (origin-file)
After: lvm2-lvmpolld.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
References: shutdown.target (origin-file)
References: lvm2-lvmpolld.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvmpolld -t 60 -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit saned at 0.service:
Description: Scanner Service
Instance: 0
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-saned.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: saned at 0.service
Fragment Path: /lib/systemd/system/saned at .service
Requires: saned.socket (origin-file)
Requires: system-saned.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: saned.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system-saned.slice (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: saned.socket (destination-implicit)
References: saned.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system-saned.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SANE_CONFIG_DIR=/etc/sane.d
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: syslog
SyslogFacility: daemon
SyslogLevel: info
User: saned
Group: saned
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/saned
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nss-user-lookup.target
Invocation ID: 2db4eac8497c4268b9c3c914d656bfcc
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
WantedBy: accounts-daemon.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-user-sessions.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Tue 2018-01-30 13:03:42 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:03:42 IST
Active Enter Timestamp: Tue 2018-01-30 13:03:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-sysbr0.device
Invocation ID: 4a8193bf7e7649a7ad5e1284fb015495
Following Set Member: sys-subsystem-net-devices-sysbr0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sysbr0
-> Unit dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap:
Description: /dev/disk/by-uuid/26b35234-da30-48c0-a7d5-03e0bd1f3e5a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Invocation ID: 02de4d19e7474e06bac33d51405b2eaa
Following: dev-mapper-sdbCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Following Set Member: dev-sdbCrypt-SWAP.swap
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/26b35234-da30-48c0-a7d5-03e0bd1f3e5a (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/26b35234-da30-48c0-a7d5-03e0bd1f3e5a
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-virtual-block-dm\x2d5.device:
Description: /sys/devices/virtual/block/dm-5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d5.device
Invocation ID: c29a85d057be49919b89e52019205bfb
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.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
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> 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-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Invocation ID: 5bac70a3d2384821908d8eadb794a203
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\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
Following Set Member: dev-sda4.device
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 user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: user.slice
Invocation ID: cb0f667217694ced89949fd1c9d2147e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1000.slice (destination-implicit)
RequiredBy: user-118.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: user-118.slice (destination-implicit)
Before: slices.target (origin-file)
Before: user-1000.slice (destination-implicit)
Before: shutdown.target (origin-default)
After: -.slice (origin-implicit)
References: slices.target (origin-file)
References: -.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: user-118.slice (destination-implicit)
ReferencedBy: user-1000.slice (destination-implicit)
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
IPAccounting=no
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 dicod.service:
Description: Dicod dictionary server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dicod.service
Fragment Path: /lib/systemd/system/dicod.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: dicod.socket (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: auditd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: dicod.socket (destination-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: dicod.socket (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/dicod
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/dicod -f $DAEMON_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: emergency.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/emergency.target
Requires: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: sysinit.target (destination-file)
Before: sysinit.target (destination-file)
Before: shutdown.target (origin-default)
After: emergency.service (origin-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit system-saned.slice:
Description: system-saned.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
CGroup members mask: pids
Name: system-saned.slice
Requires: system.slice (origin-implicit)
RequiredBy: saned at 0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: saned at 0.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: saned at 0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart2.device
Invocation ID: 6d1e24343c1b40a29bf64ab65f786c40
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-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.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-sda2.device
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:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.2.auto/iio:device0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device
Invocation ID: c048f7739b364a7181443f689b788dbc
Following Set Member: dev-iio:device0.device
Wants: iio-sensor-proxy.service (origin-udev)
References: iio-sensor-proxy.service (origin-udev)
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.2.auto/iio:device0
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: plymouth-quit-wait.service
Before: getty at tty1.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
-> Unit gdm.service:
Description: GNOME Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/gdm.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: gdm3.service
Name: display-manager.service
Name: gdm.service
Invocation ID: 838977482c2b4afe869c8289713c357a
Fragment Path: /lib/systemd/system/gdm.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
Conflicts: plymouth-quit.service (origin-file)
Conflicts: getty at tty1.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-file destination-default)
After: systemd-user-sessions.service (origin-file)
After: rc-local.service (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: getty at tty1.service (origin-file)
After: plymouth-quit.service (origin-file)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
OnFailure: plymouth-quit.service (origin-file)
References: dbus.socket (origin-file)
References: systemd-user-sessions.service (origin-file)
References: plymouth-quit.service (origin-file)
References: systemd-journald.socket (origin-file)
References: getty at tty1.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: plymouth-start.service (origin-file)
References: basic.target (origin-default)
References: rc-local.service (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
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: none
NotifyState: unknown
Main PID: 13144
Main PID Known: yes
Main PID Alien: no
BusName: org.gnome.DisplayManager
Bus Name Good: yes
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/locale
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/share/gdm/generate-config
PID: 12885
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/gdm3
PID: 13144
Start Timestamp: Tue 2018-01-30 12:57:55 IST
-> ExecReload:
Command Line: /usr/share/gdm/generate-config
Command Line: /bin/kill -SIGHUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-module-fuse.device
Invocation ID: d1e829d7dd8e4a1699b437a561ed89d9
Wants: sys-fs-fuse-connections.mount (origin-udev)
References: sys-fs-fuse-connections.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/fuse
-> Unit cryptsetup-pre.target:
Description: Local Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: cryptsetup-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup-pre.target
Conflicts: shutdown.target (origin-default)
Before: systemd-cryptsetup at sdb1_crypt.service (destination-file)
Before: shutdown.target (origin-default)
Before: cryptsetup.target (origin-file)
Before: systemd-cryptsetup at sda7_crypt.service (destination-file)
References: cryptsetup.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-dm\x2d4.swap:
Description: /dev/dm-4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-dm\x2d4.swap
Invocation ID: 0f0e2f613f734a578807234ce056538c
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-SSHDCrypt-SWAP.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
RequiresMountsFor: /dev/dm-4 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/dm-4
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:08:59 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-kernel.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-udevd-kernel.socket
Invocation ID: 721ab8ca8def4915bf76296c008bd3fc
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-udevd.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart7.device
Invocation ID: 56b51681332f46a1bcee00ff3dddc315
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-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\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_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
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 apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:59:32 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: apt-daily.timer
Invocation ID: 87071b9ae0104006a28a53f348b0be76
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily.service (origin-implicit)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.timer (destination-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-file)
Triggers: apt-daily.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: apt-daily.service (origin-implicit)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
References: -.mount (origin-file)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06,18:00:00
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: dbus.service
Invocation ID: 138501e0d0eb4c6ebb89f8b6c325e40c
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: NetworkManager.service (destination-file)
Before: libvirtd.service (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: wpa_supplicant.service (destination-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dbus.socket (destination-implicit)
After: basic.target (origin-default)
TriggeredBy: dbus.socket (destination-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: dbus.socket (destination-implicit)
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: 11163
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
PID: 11163
Start Timestamp: Tue 2018-01-30 12:57:54 IST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit anacron.timer:
Description: anacron.timer
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: anacron.timer
Fragment Path: /dev/null
WantedBy: timers.target (destination-file)
ReferencedBy: timers.target (destination-file)
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device:
Description: KINGSTON_SM2280S3120G
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
Invocation ID: 7ded0d3918fb4e8289012ec358fed4f7
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-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
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: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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device
Invocation ID: 7f117087449e4603972491296000039d
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
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-dm\x2d0.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d0.device
Invocation ID: 76d592d93e184b4fb0e8d3f934fc66d6
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb1_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-sda4.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda4.device
Invocation ID: 6e77ad3645a049f7a7875882d7b70131
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\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\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
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 fstrim.service:
Description: Discard unused blocks
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: fstrim.service
Fragment Path: /usr/share/doc/util-linux/examples/fstrim.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: fstrim.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
TriggeredBy: fstrim.timer (destination-implicit)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: fstrim.timer (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/fstrim -av
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart3.device
Invocation ID: 378a4acc31764028b8dbbf9d40548ac3
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-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-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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 console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: console-setup.service
Invocation ID: c8e38459d4f441e882892854645a06d9
Fragment Path: /lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
After: kbd.service (origin-file)
After: -.mount (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: console-screen.service (origin-file)
After: systemd-journald.socket (origin-file)
References: kbd.service (origin-file)
References: -.mount (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: console-screen.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /usr (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/console-setup/console-setup.sh
PID: 10287
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dlabel-LRS_ESP.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-LRS_ESP.device
Invocation ID: 19ae3bacf6564211b8375f662902bb83
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-sda3.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\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\x2dpartlabel-Basic\x5cx20data\x5cx20partition.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
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 syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: syslog.target
Before: ModemManager.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
-> Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: console-screen.service
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-ROOT.device
Invocation ID: 3a28c06be3144c3182cae7823991de61
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: runlevel1.target
Name: rescue.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: sysinit.target (origin-file)
Requires: rescue.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: graphical.target (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-file)
Before: multi-user.target (destination-file)
After: sysinit.target (origin-file origin-default)
After: rescue.service (origin-file)
References: systemd-update-utmp-runlevel.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-file origin-default)
References: rescue.service (origin-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dicod.socket:
Description: Dicod dictionary server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dicod.socket
CGroup realized: no
CGroup own mask: pids
Name: dicod.socket
Invocation ID: 0583abe41959419189670b7cf9d17416
Fragment Path: /lib/systemd/system/dicod.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: dicod.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
Before: dicod at 0.service (origin-implicit)
Before: dicod.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: dicod at 0.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: dicod.service (origin-file)
ReferencedBy: sockets.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: systemd-logind.service
Invocation ID: f0e8a6987dab4f88a5513564b054294a
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind
Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: user.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-c1.scope (destination-file)
Before: session-2.scope (destination-file)
Before: multi-user.target (destination-default)
Before: user-1000.slice (destination-file)
Before: shutdown.target (origin-default)
Before: user-118.slice (destination-file)
After: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: user.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: user.slice (origin-file)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: nss-user-lookup.target (origin-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user-118.slice (destination-file)
ReferencedBy: user-1000.slice (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: session-c1.scope (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
Main PID: 11495
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
LockPersonality: yes
SystemCallFilter: ~sgetmask uselib ftime ustat _sysctl pciconfig_read security process_vm_readv request_key break swapoff putpmsg switch_endian settimeofday sysfs spu_run afs_syscall lookup_dcookie delete_module bdflush reboot modify_ldt create_module vm86 ssetmask gtty ioperm kexec_load vm86old lock adjtimex stty s390_pci_mmio_write keyctl prof ptrace s390_runtime_instr pciconfig_write swapon add_key mpx rtas ulimit vserver pciconfig_iobase getpmsg iopl s390_pci_mmio_read clock_adjtime init_module get_kernel_syms query_module perf_event_open idle stime clock_settime tuxcall process_vm_writev kexec_file_load profil finit_module
SystemCallArchitectures: native
RestrictNamespaces:
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 11495
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Current: 10
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sound.target
Invocation ID: eb163cc40e4c4b2894887b9cae5eb289
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sound.target
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
WantedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:03.0-sound-card0.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-dm\x2d3.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d3.device
Invocation ID: b48479904e364b269efa6607326361cf
Following: sys-devices-virtual-block-dm\x2d3.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\x2d3.device
Following Set Member: dev-block-253:3.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-mapper-sda7_crypt.device
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-virtual-block-dm\x2d0.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d0.device
Invocation ID: 5e3e1aa3145e4d05b381acb0715b4e16
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: dev-mapper-sdb1_crypt.device
Wants: lvm2-pvscan at 253:0.service (origin-udev)
References: lvm2-pvscan at 253:0.service (origin-udev)
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:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Invocation ID: c21852487fe04e06bfabef38d5a41c87
Following Set Member: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Following Set Member: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
Following Set Member: dev-sdb1.device
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/sdb1
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS0.device
Invocation ID: 7c27542d93be4f85ad45559793a813c6
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit system-systemd\x2dcryptsetup.slice:
Description: system-systemd\x2dcryptsetup.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-systemd\x2dcryptsetup.slice
Invocation ID: 03b2311a0ef84595b121c30c52c0bfcd
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
RequiredBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-cryptsetup at sdb1_crypt.service (destination-file)
Before: systemd-cryptsetup at sda7_crypt.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
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
IPAccounting=no
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-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:13:10 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-tmpfiles-clean.timer
Invocation ID: 832d109d936342868f3e7e18c7ff58fc
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: systemd-tmpfiles-clean.service (origin-implicit)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
Triggers: systemd-tmpfiles-clean.service (origin-implicit)
References: timers.target (origin-default)
References: systemd-tmpfiles-clean.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: timers.target (destination-file)
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\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Invocation ID: 00e8da01675e437da02514144ca170d4
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-block-253:3.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-mapper-sda7_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit dicod at 0.service:
Description: Dicod dictionary server per-connection daemon
Instance: 0
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-dicod.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dicod at 0.service
Fragment Path: /lib/systemd/system/dicod at .service
Requires: sysinit.target (origin-default)
Requires: system-dicod.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: dicod.socket (destination-implicit)
After: auditd.service (origin-file)
After: sysinit.target (origin-default)
After: system-dicod.slice (origin-file)
TriggeredBy: dicod.socket (destination-implicit)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: sysinit.target (origin-default)
References: system-dicod.slice (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/dicod
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/dicod --inetd $DAEMON_OPTS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: rtkit-daemon.service
Invocation ID: 6c8bcb84c7a546218ee748c761ec93b4
Fragment Path: /lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: var-tmp.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: dbus.socket (origin-file)
Requires: tmp.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: var-tmp.mount (origin-file)
After: -.mount (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: tmp.mount (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: dbus.socket (origin-file)
References: -.mount (origin-file)
References: var-tmp.mount (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: tmp.mount (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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: 11663
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/rtkit/rtkit-daemon
PID: 11663
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Invocation ID: ce8eb23b1ecf4d818e9f6899685d7f4b
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
Following Set Member: dev-sdb1.device
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/sdb1
-> Unit dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-5c76f548\x2dae81\x2d455c\x2d9fef\x2d4ef79ce9b11d.device
Invocation ID: cbfc50a2f77b4fbda8cab5e73253ddd6
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-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\x2did-ata\x2dWDC_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
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 session-c1.scope:
Description: Session c1 of user Debian-gdm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:56 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-118.slice
CGroup: /user.slice/user-118.slice/session-c1.scope
CGroup realized: yes
CGroup realized mask: pids
CGroup own mask: pids
Name: session-c1.scope
Invocation ID: 8620dd9a711f4b3fa31ec801767006a8
Fragment Path: /run/systemd/transient/session-c1.scope
Condition Timestamp: Tue 2018-01-30 12:57:56 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:56 IST
Assert Result: yes
Requires: user-118.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: user-118.slice (origin-file)
After: systemd-logind.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user-118.slice (origin-file)
References: systemd-logind.service (origin-file)
References: shutdown.target (origin-default)
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
IPAccounting=no
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 saned.socket:
Description: saned incoming socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/saned.socket
CGroup realized: no
CGroup own mask: pids
Name: saned.socket
Invocation ID: 51576ab85d684369a58e8f3487c07f1a
Fragment Path: /lib/systemd/system/saned.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
RequiredBy: saned at 0.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: saned at 0.service (origin-implicit)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: saned at 0.service (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
ReferencedBy: saned at 0.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
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: saned.socket
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 1
ListenStream: [::]:6566
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/polkit.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: polkit.service
Invocation ID: 3e16b470449a445eb706eeb6e1d1ceed
Documentation: man:polkit(8)
Fragment Path: /lib/systemd/system/polkit.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
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: 12100
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/policykit-1/polkitd --no-debug
PID: 12100
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart3.device
Invocation ID: 08524b6a7de94543891c7088827376f6
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-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: 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\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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 system-systemd\x2dbacklight.slice:
Description: system-systemd\x2dbacklight.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-systemd\x2dbacklight.slice
Invocation ID: 3d02fc8cf79440399b4c27c2481dbdb9
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
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
IPAccounting=no
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-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 13:13:10 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:13:00 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2018-01-30 13:13:10 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-tmpfiles-clean.service
Invocation ID: 866232e0d1a14cb193412515fc362bb3
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Tue 2018-01-30 13:13:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 13:13:00 IST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: time-sync.target (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: time-sync.target (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
IOSchedulingClass: idle
IOPriority: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --clean
PID: 20238
Start Timestamp: Tue 2018-01-30 13:13:00 IST
Exit Timestamp: Tue 2018-01-30 13:13:10 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 13:03:42 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:03:42 IST
Active Enter Timestamp: Tue 2018-01-30 13:03:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-tap0.device
Invocation ID: 4d5faf4558f343ccb3dc338159d53773
Following Set Member: sys-devices-virtual-net-tap0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-5616cb41\x2d5424\x2d4969\x2da0e3\x2d950d408f49c9.device
Invocation ID: f8b77d4e7a0f4537be4a9f2edb91a7f5
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-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-sda5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
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 avahi-daemon.service:
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: avahi-daemon.service
Fragment Path: /lib/systemd/system/avahi-daemon.service
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: avahi-daemon.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: avahi-daemon.socket (destination-implicit)
TriggeredBy: avahi-daemon.socket (destination-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: avahi-daemon.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: avahi-daemon.socket (destination-implicit)
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: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
BusName: org.freedesktop.Avahi
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
-> ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 13:03:42 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:03:42 IST
Active Enter Timestamp: Tue 2018-01-30 13:03:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-net-tap0.device
Invocation ID: 191a52e623df4255ae8b178240373037
Following Set Member: sys-subsystem-net-devices-tap0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/tap0
-> Unit systemd-initctl.socket:
Description: /dev/initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-initctl.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-initctl.socket
Invocation ID: 68f80aee99ff4bd3b34f0d0d8963f25d
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: systemd-initctl.service (origin-implicit)
Before: sockets.target (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: systemd-initctl.service (origin-implicit)
References: sockets.target (origin-file)
References: systemd-initctl.service (origin-implicit)
References: -.mount (origin-file)
References: system.slice (origin-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/systemd/initctl/fifo (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit lxc.service:
Description: LXC Container Initialization and Autoboot Code
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: cpu cpuacct io blkio memory devices pids
Name: lxc.service
Invocation ID: 1e12a470512449de9a44d271265359cb
Documentation: man:lxc-autostart
Documentation: man:lxc
Fragment Path: /lib/systemd/system/lxc.service
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: lxc-net.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: lxc-net.service (origin-file destination-file)
After: lxcfs.service (destination-file)
References: sysinit.target (origin-default)
References: lxc-net.service (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: lxcfs.service (destination-file)
ReferencedBy: lxc-net.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: syslog
StandardError: syslog
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-apparmor-load
PID: 16064
Start Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-containers start
PID: 16069
Start Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-containers stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=yes
DelegateControllers=cpu cpuacct io blkio memory devices pids
-> 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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dovecot.socket
CGroup realized: no
CGroup own mask: pids
Name: dovecot.socket
Invocation ID: dfeafa9c49114b9c8278661d01228c9b
Fragment Path: /lib/systemd/system/dovecot.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: dovecot.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: dovecot.service (origin-implicit)
References: shutdown.target (origin-default)
References: dovecot.service (origin-implicit)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Invocation ID: a2d6fad870df41978f5eef8e9b441668
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-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: media-BTRFS.mount (origin-file)
BoundBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
BoundBy: media-BTRFS.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: media-BTRFS.mount (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: media-BTRFS.mount (destination-file)
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-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service:
Description: File System Check on /dev/disk/by-uuid/94c0c095-f0cc-4646-86d9-f8c0dfd39243
Instance: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service
Invocation ID: 46ec4185765a454e9e9e23c7062df467
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
RequiredBy: boot.mount (destination-file)
Before: systemd-quotacheck.service (origin-file)
Before: shutdown.target (origin-file)
Before: boot.mount (destination-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
After: local-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-quotacheck.service (origin-file)
References: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
References: systemd-journald.socket (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: systemd-fsckd.socket (origin-file)
ReferencedBy: boot.mount (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/94c0c095-f0cc-4646-86d9-f8c0dfd39243
PID: 3973
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit virtlockd.service:
Description: Virtual machine lock manager
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: virtlockd.service
Documentation: man:virtlockd(8)
Documentation: https://libvirt.org
Fragment Path: /lib/systemd/system/virtlockd.service
Requires: system.slice (origin-file)
Requires: virtlockd.socket (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: libvirtd.service (origin-file)
After: virtlockd.socket (destination-implicit)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
TriggeredBy: virtlockd.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: virtlockd.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: libvirtd.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: virtlockd.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/virtlockd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -900
LimitNOFILE: 40960
LimitNOFILESoft: 40960
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/virtlockd $VIRTLOCKD_ARGS
-> ExecReload:
Command Line: /bin/kill -USR1 $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit getty at tty1.service:
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-getty.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
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: sysinit.target (origin-default)
Requires: system-getty.slice (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
ConflictedBy: gdm.service (destination-file)
Before: gdm.service (destination-file)
Before: getty.target (origin-file destination-default)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: rc-local.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: basic.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: getty-pre.target (origin-file)
After: system-getty.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: getty-pre.target (origin-file)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: rc-local.service (origin-file)
References: system-getty.slice (origin-file)
References: getty.target (origin-file)
References: rescue.service (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
ReferencedBy: gdm.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
UnsetEnvironment: LANG
UnsetEnvironment: LANGUAGE
UnsetEnvironment: LC_CTYPE
UnsetEnvironment: LC_NUMERIC
UnsetEnvironment: LC_TIME
UnsetEnvironment: LC_COLLATE
UnsetEnvironment: LC_MONETARY
UnsetEnvironment: LC_MESSAGES
UnsetEnvironment: LC_PAPER
UnsetEnvironment: LC_NAME
UnsetEnvironment: LC_ADDRESS
UnsetEnvironment: LC_TELEPHONE
UnsetEnvironment: LC_MEASUREMENT
UnsetEnvironment: LC_IDENTIFICATION
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
LockPersonality: no
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit virt-guest-shutdown.target:
Description: Libvirt guests shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: virt-guest-shutdown.target
Invocation ID: af69babbc8984122a7533107f2b371c4
Documentation: https://libvirt.org
Fragment Path: /lib/systemd/system/virt-guest-shutdown.target
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
RequiredBy: libvirt-guests.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: libvirt-guests.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: libvirt-guests.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS2.device
Invocation ID: 33691b93ef04459c9391f5bc0280d178
Following: sys-devices-platform-serial8250-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: plymouth-start.service
Before: gdm.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: rescue.service (destination-file)
ReferencedBy: gdm.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: rescue.service (destination-file)
-> Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:00 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/packagekit.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: packagekit.service
Invocation ID: 5a6043f890ce4de1ba3b248d5652697a
Fragment Path: /lib/systemd/system/packagekit.service
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
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: 15969
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/packagekit/packagekitd
PID: 15969
Start Timestamp: Tue 2018-01-30 12:58:00 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-dm\x2d4.device:
Description: /dev/dm-4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d4.device
Invocation ID: be9a86858a684fd8a0852582e54d50a0
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit sys-devices-virtual-block-dm\x2d3.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d3.device
Invocation ID: ab13f2b6eeff4722930c28cfabdc7b49
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-block-253:3.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-mapper-sda7_crypt.device
Wants: lvm2-pvscan at 253:3.service (origin-udev)
References: lvm2-pvscan at 253:3.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-3
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: getty.target
Invocation ID: 1c5d7611682b48dd86bc9d4bf4a78c59
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: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Wants: getty at tty1.service (origin-file)
Wants: getty-static.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: getty-static.service (origin-default)
After: getty at tty1.service (origin-default destination-file)
References: shutdown.target (origin-default)
References: getty-static.service (origin-file origin-default)
References: getty at tty1.service (origin-file origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit getty-pre.target:
Description: Login Prompts (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: getty-pre.target
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty-pre.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: time-sync.target
Invocation ID: 5237da98d2f946969c6248edfe96b866
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
WantedBy: systemd-timesyncd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: libvirt-guests.service (destination-file)
Before: mysql.service (destination-file)
Before: exim4.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: shutdown.target (origin-default)
Before: fstrim.timer (destination-default)
Before: phpsessionclean.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: mysql.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: phpsessionclean.timer (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-journald.socket
Invocation ID: a47e4b42310f47c9a66fcf4ef623a1d5
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: packagekit.service (destination-file)
Before: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-file)
Before: polkit.service (destination-file)
Before: dev-SSHDCrypt-SWAP.swap (destination-file)
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: console-setup.service (destination-file)
Before: lxc.service (destination-file)
Before: iwatch.service (destination-file)
Before: lvm2-lvmetad.service (destination-file)
Before: dm-event.service (destination-file)
Before: tor.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: libvirt-guests.service (destination-file)
Before: libvirtd.service (destination-file)
Before: apt-daily.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: auditd.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: cron.service (destination-file)
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: ssh.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: bluetooth.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: dev-dm\x2d4.swap (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: laptop-mode.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-file)
Before: virtlogd.service (destination-file)
Before: mysql.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-file)
Before: speech-dispatcher.service (destination-file)
Before: systemd-cryptsetup at sda7_crypt.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: virtlockd.service (destination-file)
Before: user at 118.service (destination-file)
Before: tor at default.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: sockets.target (origin-file)
Before: uml-utilities.service (destination-file)
Before: saned at 0.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: user at 1000.service (destination-file)
Before: udisks2.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: geoclue.service (destination-file)
Before: uuidd.service (destination-file)
Before: lxcfs.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: rc-local.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: alsa-state.service (destination-file)
Before: thermald.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: fstrim.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: iio-sensor-proxy.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: minissdpd.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: lmt-poll.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: lvm2-pvscan at 253:3.service (destination-file)
Before: lava-slave.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: dicod.service (destination-file)
Before: getty-static.service (destination-file)
Before: dbus.service (destination-file)
Before: lvm2-pvscan at 253:0.service (destination-file)
Before: apparmor.service (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: apt-cacher-ng.service (destination-file)
Before: dev-dm\x2d1.swap (destination-file)
Before: gdm.service (destination-file)
Before: dev-sdbCrypt-SWAP.swap (destination-file)
Before: upower.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: fetchnews.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: exim4.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: atd.service (destination-file)
Before: phpsessionclean.service (destination-file)
Before: rsync.service (destination-file)
Before: pppd-dns.service (destination-file)
Before: systemd-cryptsetup at sdb1_crypt.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-file)
Before: ebtables.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: systemd-modules-load.service (destination-file)
Before: blk-availability.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: ModemManager.service (destination-file)
Before: dovecot.service (destination-file)
Before: irqbalance.service (destination-file)
Before: lxc-net.service (destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-file)
References: systemd-journald.service (origin-implicit)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: uml-utilities.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: thermald.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: ebtables.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: dev-dm\x2d4.swap (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: saned at 0.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: dev-dm\x2d1.swap (destination-file)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: lvm2-lvmetad.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: speech-dispatcher.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
ReferencedBy: minissdpd.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: apt-cacher-ng.service (destination-file)
ReferencedBy: virtlockd.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: iwatch.service (destination-file)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: pppd-dns.service (destination-file)
ReferencedBy: fetchnews.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: alsa-state.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: laptop-mode.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: dev-SSHDCrypt-SWAP.swap (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: lxcfs.service (destination-file)
ReferencedBy: geoclue.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: mysql.service (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ReferencedBy: user at 118.service (destination-file)
ReferencedBy: tor.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: dicod.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-file)
ReferencedBy: lmt-poll.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: lxc.service (destination-file)
ReferencedBy: dev-sdbCrypt-SWAP.swap (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: lxc-net.service (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: gdm.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: lava-slave.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
RequiresMountsFor: /run/systemd/journal/socket (origin-file)
RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:05 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:05 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: run-user-1000.mount
Invocation ID: d297335891ba4f7c89e72cc3b696a545
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
Before: run-user-1000-gvfs.mount (destination-implicit)
Before: umount.target (origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-implicit)
After: swap.target (origin-mountinfo-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: local-fs-pre.target (origin-mountinfo-default)
References: -.mount (origin-implicit)
References: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
References: system.slice (origin-file)
References: local-fs.target (origin-mountinfo-implicit)
References: swap.target (origin-mountinfo-default)
References: local-fs-pre.target (origin-mountinfo-default)
ReferencedBy: run-user-1000-gvfs.mount (destination-implicit)
RequiresMountsFor: /run/user (origin-implicit)
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=809004k,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: basic.target
Invocation ID: 36151d8d061c4550ace12587445da242
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: var-tmp.mount (origin-file)
Requires: sysinit.target (origin-file)
Wants: timers.target (origin-file)
Wants: paths.target (origin-file)
Wants: alsa-state.service (origin-file)
Wants: tmp.mount (origin-file)
Wants: sockets.target (origin-file)
Wants: slices.target (origin-file)
Wants: alsa-restore.service (origin-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: alsa-restore.service (destination-default)
Before: alsa-state.service (destination-default)
Before: dicod at 0.service (destination-default)
Before: dovecot.service (destination-default)
Before: iio-sensor-proxy.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: ssh at 0.service (destination-default)
Before: packagekit.service (destination-default)
Before: lxc.service (destination-default)
Before: ModemManager.service (destination-default)
Before: pppd-dns.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: apt-cacher-ng.service (destination-default)
Before: fetchnews.service (destination-default)
Before: atd.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: rsync.service (destination-default)
Before: multi-user.target (destination-file destination-default)
Before: uuidd.service (destination-default)
Before: geoclue.service (destination-default)
Before: exim4.service (destination-default)
Before: tor.service (destination-default)
Before: udisks2.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: polkit.service (destination-default)
Before: tor at default.service (destination-default)
Before: virtlogd.service (destination-default)
Before: saned at 0.service (destination-default)
Before: user at 118.service (destination-default)
Before: iwatch.service (destination-default)
Before: getty-static.service (destination-default)
Before: accounts-daemon.service (destination-default)
Before: systemd-resolved.service (destination-default)
Before: lxc-net.service (destination-default)
Before: upower.service (destination-default)
Before: virtlockd.service (destination-default)
Before: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
Before: uml-utilities.service (destination-default)
Before: user at 1000.service (destination-default)
Before: fstrim.service (destination-default)
Before: NetworkManager-wait-online.service (destination-default)
Before: mysql.service (destination-default)
Before: rc-local.service (destination-default)
Before: cron.service (destination-default)
Before: dicod.service (destination-default)
Before: bluetooth.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: gdm.service (destination-default)
Before: shutdown.target (origin-default)
Before: lmt-poll.service (destination-default)
Before: apt-daily.service (destination-default)
Before: ssh.service (destination-default)
Before: colord.service (destination-default)
Before: lava-slave.service (destination-default)
Before: speech-dispatcher.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: irqbalance.service (destination-default)
Before: libvirtd.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: sysfsutils.service (destination-default)
Before: laptop-mode.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: minissdpd.service (destination-default)
Before: lxcfs.service (destination-default)
Before: libvirt-guests.service (destination-default)
Before: dbus.service (destination-default)
Before: thermald.service (destination-default)
Before: phpsessionclean.service (destination-default)
After: sysinit.target (origin-file origin-default)
After: sockets.target (origin-file origin-default)
After: -.mount (origin-file)
After: paths.target (origin-file origin-default)
After: var-tmp.mount (origin-file)
After: slices.target (origin-file origin-default)
After: tmp.mount (origin-file origin-default)
References: tmp.mount (origin-file origin-default)
References: timers.target (origin-file)
References: slices.target (origin-file origin-default)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: paths.target (origin-file origin-default)
References: alsa-state.service (origin-file)
References: alsa-restore.service (origin-file)
References: sockets.target (origin-file origin-default)
References: -.mount (origin-file)
References: var-tmp.mount (origin-file)
ReferencedBy: iwatch.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: lmt-poll.service (destination-default)
ReferencedBy: iio-sensor-proxy.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: laptop-mode.service (destination-default)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: phpsessionclean.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: tor at default.service (destination-default)
ReferencedBy: apt-cacher-ng.service (destination-default)
ReferencedBy: minissdpd.service (destination-default)
ReferencedBy: geoclue.service (destination-default)
ReferencedBy: lava-slave.service (destination-default)
ReferencedBy: thermald.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: lxc.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: tor.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: systemd-resolved.service (destination-default)
ReferencedBy: dovecot.service (destination-default)
ReferencedBy: ssh at 0.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: lxc-net.service (destination-default)
ReferencedBy: saned at 0.service (destination-default)
ReferencedBy: dicod at 0.service (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: speech-dispatcher.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: user at 118.service (destination-default)
ReferencedBy: gdm.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: uml-utilities.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: mysql.service (destination-default)
ReferencedBy: lxcfs.service (destination-default)
ReferencedBy: dicod.service (destination-default)
ReferencedBy: fetchnews.service (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit iscsi-shutdown.service:
Description: iscsi-shutdown.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: iscsi-shutdown.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS2.device
Invocation ID: c651d32b9da944fda5601512091c788c
Following Set Member: dev-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS2
-> Unit run-user-118.mount:
Description: /run/user/118
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:56 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: run-user-118.mount
Invocation ID: 53c49b484eba4dec94880871014d1a56
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-implicit)
Before: umount.target (origin-mountinfo-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: local-fs-pre.target (origin-mountinfo-default)
After: swap.target (origin-mountinfo-default)
References: system.slice (origin-file)
References: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
References: local-fs.target (origin-mountinfo-implicit)
References: -.mount (origin-implicit)
References: local-fs-pre.target (origin-mountinfo-default)
References: swap.target (origin-mountinfo-default)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/user/118
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=809004k,mode=700,uid=118,gid=122
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device:
Description: /dev/disk/by-id/dm-name-sdbCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Invocation ID: 72c47eb463794cf9b5a57758f3ee681b
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:10:11 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:10:11 IST
Active Enter Timestamp: Tue 2018-01-30 13:10:11 IST
Active Exit Timestamp: Tue 2018-01-30 13:10:11 IST
Inactive Enter Timestamp: Tue 2018-01-30 13:10:11 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-networkd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: systemd-networkd.service
Invocation ID: 46def4dcd9174cb6a979ccb0d066ea45
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN succeeded
Condition Timestamp: Tue 2018-01-30 13:10:11 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 13:10:11 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: multi-user.target (origin-file)
Before: systemd-resolved.service (destination-file)
Before: network.target (origin-file)
Before: apt-daily.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysctl.service (origin-file)
After: -.mount (origin-file)
After: network-pre.target (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-udevd.service (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: -.mount (origin-file)
References: systemd-sysctl.service (origin-file)
References: network-pre.target (origin-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
RequiresMountsFor: /run/systemd/netif (origin-file)
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: 19838
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: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/netif
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw
User: systemd-network
DynamicUser: no
LockPersonality: yes
SystemCallFilter: ~getpmsg profil spu_run stty lookup_dcookie process_vm_readv sysfs chroot mpx settimeofday keyctl s390_pci_mmio_read clock_settime prof s390_pci_mmio_write ulimit reboot vm86old vserver sgetmask umount idle modify_ldt query_module adjtimex putpmsg swapon clock_adjtime ftime rtas s390_runtime_instr stime perf_event_open afs_syscall kexec_file_load tuxcall _sysctl finit_module switch_endian pciconfig_read get_kernel_syms pivot_root create_module mount pciconfig_iobase ptrace break security uselib ioperm swapoff kexec_load gtty vm86 pciconfig_write bdflush ustat ssetmask iopl lock umount2 add_key process_vm_writev init_module delete_module request_key
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
PID: 19838
Start Timestamp: Tue 2018-01-30 13:10:11 IST
Status Text: Processing requests...
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Invocation ID: 289b1452493d4861afe35b8e76ca9ae4
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\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
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\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-sda2.device
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-mapper-SSHDCrypt\x2dSWAP.swap:
Description: /dev/mapper/SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-mapper-SSHDCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: dev-mapper-SSHDCrypt\x2dSWAP.swap
Invocation ID: 66c5b9707ead4bb69c25899a3819da71
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
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-SSHDCrypt-SWAP.swap
Following Set Member: dev-dm\x2d4.swap
Fragment Path: /run/systemd/generator/dev-mapper-SSHDCrypt\x2dSWAP.swap
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
BindsTo: dev-mapper-SSHDCrypt\x2dSWAP.device (origin-file)
RequiredBy: swap.target (destination-file)
WantedBy: dev-mapper-SSHDCrypt\x2dSWAP.device (destination-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
Before: umount.target (origin-default)
After: dev-mapper-SSHDCrypt\x2dSWAP.device (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
References: -.mount (origin-implicit)
References: dev-mapper-SSHDCrypt\x2dSWAP.device (origin-file)
References: swap.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
ReferencedBy: swap.target (destination-file destination-default)
RequiresMountsFor: /dev/mapper/SSHDCrypt-SWAP (origin-implicit)
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-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-loop0.device
Invocation ID: 92f1616d097b49bc9d8b9b454e12f566
Following Set Member: dev-loop0.device
Following Set Member: dev-disk-by\x2duuid-52789d44\x2dfcae\x2d45f1\x2d9b4b\x2d67495053b402.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/loop0
-> Unit dev-sda7.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda7.device
Invocation ID: 6877f241880e42a3bfe295510727b968
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: 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\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\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
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 thermald.service:
Description: Thermal Daemon Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/thermald.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: thermald.service
Invocation ID: 0d851ee34dd44120912c1817c9a52543
Fragment Path: /lib/systemd/system/thermald.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: dbus.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11159
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/thermald --no-daemon --dbus-enable
PID: 11159
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Invocation ID: 9a2b909a284a4aaba1d51d80f075ee4d
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb1_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit iio-sensor-proxy.service:
Description: IIO Sensor Proxy service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:57 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:57 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/iio-sensor-proxy.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: iio-sensor-proxy.service
Invocation ID: a88b87661aa345caa51de3c2e235f119
Fragment Path: /lib/systemd/system/iio-sensor-proxy.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: var-tmp.mount (origin-file)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: tmp.mount (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: var-tmp.mount (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-file)
References: dbus.socket (origin-file)
References: var-tmp.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device (destination-udev)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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: 12033
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: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: yes
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/iio-sensor-proxy
PID: 12033
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device
Invocation ID: b87d212505d2445e8181c31b31d4cbe9
Following Set Member: dev-sda3.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\x2dpartuuid-e066dcd7\x2d9fbb\x2d4d00\x2da952\x2dee54e59db6f9.device
Following Set Member: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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\x2dlabel-BTRFS.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-BTRFS.device
Invocation ID: 2613f6704e964014809865e3e78c0406
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\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-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-wwn\x2d0x50014ee0ae986998\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
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 lvm2-activation.service:
Description: lvm2-activation.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lvm2-activation.service
Before: lvm2-monitor.service (destination-file)
Before: blk-availability.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:08:59 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-control.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-udevd-control.socket
Invocation ID: 7bf99d3379f343cdba333e7ceb63d5b6
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
WantedBy: systemd-udevd.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: sockets.target (origin-file)
References: -.mount (origin-file)
References: systemd-udevd.service (origin-implicit)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/udev/control (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: multi-user.target
Name: runlevel2.target
Name: runlevel4.target
Name: runlevel3.target
Invocation ID: f193539c7b1b4e2fb89030fee326c6b5
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Tue 2018-01-30 12:58:01 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:01 IST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: lmt-poll.service (origin-file)
Wants: laptop-mode.service (origin-file)
Wants: console-setup.service (origin-file)
Wants: machines.target (origin-file)
Wants: auditd.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: atd.service (origin-file)
Wants: exim4.service (origin-file)
Wants: lxc.service (origin-file)
Wants: apt-cacher-ng.service (origin-file)
Wants: pppd-dns.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: ModemManager.service (origin-file)
Wants: wpa_supplicant.service (origin-file)
Wants: getty.target (origin-file)
Wants: minissdpd.service (origin-file)
Wants: dbus.service (origin-file)
Wants: sysfsutils.service (origin-file)
Wants: uml-utilities.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: speech-dispatcher.service (origin-file)
Wants: cron.service (origin-file)
Wants: laptop-mode.timer (origin-file)
Wants: irqbalance.service (origin-file)
Wants: systemd-resolved.service (origin-file)
Wants: thermald.service (origin-file)
Wants: networking.service (origin-file)
Wants: rsync.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: iwatch.service (origin-file)
Wants: lxcfs.service (origin-file)
Wants: lxc-net.service (origin-file)
Wants: ebtables.service (origin-file)
Wants: lava-slave.service (origin-file)
Wants: dicod.service (origin-file)
Wants: libvirt-guests.service (origin-file)
Wants: tor.service (origin-file)
Wants: anacron.service (origin-file)
Wants: binfmt-support.service (origin-file)
Wants: NetworkManager.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Conflicts: rescue.target (origin-file)
Before: graphical.target (destination-file destination-default)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-default)
After: pppd-dns.service (origin-default)
After: systemd-logind.service (origin-default)
After: minissdpd.service (origin-default)
After: laptop-mode.timer (origin-default)
After: rescue.target (origin-file)
After: dicod.service (origin-default)
After: cron.service (origin-default)
After: lava-slave.service (origin-default)
After: uml-utilities.service (origin-default destination-file)
After: exim4.service (origin-default destination-file)
After: basic.target (origin-file origin-default)
After: laptop-mode.service (origin-default)
After: rsync.service (origin-default)
After: irqbalance.service (origin-default)
After: ModemManager.service (origin-default)
After: apt-cacher-ng.service (origin-default)
After: NetworkManager.service (origin-default)
After: systemd-user-sessions.service (origin-default)
After: lxcfs.service (origin-default)
After: atd.service (origin-default)
After: rescue.service (origin-file)
After: sysfsutils.service (origin-default destination-file)
After: thermald.service (origin-default)
After: dbus.service (origin-default)
After: lxc-net.service (origin-default)
After: speech-dispatcher.service (origin-default destination-file)
After: machines.target (origin-default destination-file)
After: lmt-poll.service (origin-default)
After: iwatch.service (origin-default destination-file)
After: tor.service (origin-default)
After: lm-sensors.service (origin-default)
After: systemd-resolved.service (origin-default)
After: systemd-networkd.service (destination-file)
After: wpa_supplicant.service (origin-default)
After: lxc.service (origin-default)
After: getty.target (origin-default)
After: libvirt-guests.service (origin-default)
References: lxc.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: pppd-dns.service (origin-file origin-default)
References: rescue.target (origin-file)
References: ModemManager.service (origin-file origin-default)
References: iwatch.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: lm-sensors.service (origin-file origin-default)
References: dicod.service (origin-file origin-default)
References: speech-dispatcher.service (origin-file origin-default)
References: atd.service (origin-file origin-default)
References: tor.service (origin-file origin-default)
References: remote-fs.target (origin-file)
References: rescue.service (origin-file)
References: binfmt-support.service (origin-file)
References: networking.service (origin-file)
References: auditd.service (origin-file)
References: lmt-poll.service (origin-file origin-default)
References: lxcfs.service (origin-file origin-default)
References: sysfsutils.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: anacron.service (origin-file)
References: systemd-resolved.service (origin-file origin-default)
References: systemd-user-sessions.service (origin-file origin-default)
References: NetworkManager.service (origin-file origin-default)
References: laptop-mode.timer (origin-file origin-default)
References: console-setup.service (origin-file)
References: minissdpd.service (origin-file origin-default)
References: exim4.service (origin-file origin-default)
References: laptop-mode.service (origin-file origin-default)
References: lxc-net.service (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: libvirt-guests.service (origin-file origin-default)
References: apt-cacher-ng.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: ebtables.service (origin-file)
References: systemd-logind.service (origin-file origin-default)
References: getty.target (origin-file origin-default)
References: rsync.service (origin-file origin-default)
References: irqbalance.service (origin-file origin-default)
References: lava-slave.service (origin-file origin-default)
References: thermald.service (origin-file origin-default)
References: wpa_supplicant.service (origin-file origin-default)
References: uml-utilities.service (origin-file origin-default)
References: machines.target (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: uml-utilities.service (destination-file)
ReferencedBy: speech-dispatcher.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: machines.target (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: iwatch.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: apt-daily.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
After: connman.service (origin-file)
After: NetworkManager.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-networkd.service (origin-file)
After: apt-daily.timer (destination-implicit)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: network.target (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: connman.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-networkd.service (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: NetworkManager.service (origin-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.timer (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit fetchnews.timer:
Description: Run fetchnews every 15 minutes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:15:28 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: fetchnews.timer
Invocation ID: c9b64ec5c33b4756b8d7f1022451a98b
Fragment Path: /etc/systemd/system/fetchnews.timer
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
PartOf: connection-online.target (origin-file)
WantedBy: network-online.target (destination-file)
Before: fetchnews.service (origin-implicit)
After: connection-online.target (origin-file)
Triggers: fetchnews.service (origin-implicit)
References: connection-online.target (origin-file)
References: fetchnews.service (origin-implicit)
ReferencedBy: network-online.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: fetchnews.service
Persistent: no
WakeSystem: no
Accuracy: 5min
RemainAfterElapse: yes
OnCalendar: *-*-* *:00/15:00
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart4.device
Invocation ID: fdc1bd3ee3f94f95a3e96abc173fa8ab
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: 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-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Following Set Member: dev-sda4.device
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 spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: spamassassin.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d1.device
Invocation ID: 97d58ea52fe34e13a74f8c4e42305d6a
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:05 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:05 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup realized mask: pids
CGroup own mask: pids
Name: user at 1000.service
Invocation ID: 7ea294521e7f49369ff280229c43811e
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Tue 2018-01-30 12:58:05 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:05 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: user-1000.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user-1000.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-user-sessions.service (origin-file)
After: sysinit.target (origin-default)
References: user-1000.slice (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 16573
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 16573
Start Timestamp: Tue 2018-01-30 12:58:05 IST
Status Text: Startup finished in 50ms.
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=yes
DelegateControllers=cpu pids
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-resolved.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: devices pids
Name: dbus-org.freedesktop.resolve1.service
Name: systemd-resolved.service
Invocation ID: 3a922a80361a4499b9870eb2d3259806
Documentation: man:systemd-resolved.service(8)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/resolved
Documentation: https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation: https://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: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: tmp.mount (origin-file)
Requires: var-tmp.mount (origin-file)
Requires: -.mount (origin-file)
Wants: nss-lookup.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network-online.target (origin-file)
Before: nss-lookup.target (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-networkd.service (origin-file)
After: basic.target (origin-default)
After: network.target (origin-file)
After: tmp.mount (origin-file)
After: var-tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: network.target (origin-file)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: nss-lookup.target (origin-file)
References: -.mount (origin-file)
References: systemd-networkd.service (origin-file)
References: var-tmp.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: tmp.mount (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /run/systemd/resolve (origin-file)
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: 12636
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: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/resolve
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_setpcap cap_net_bind_service cap_net_raw
AmbientCapabilities: cap_setpcap cap_net_bind_service cap_net_raw
User: systemd-resolve
DynamicUser: no
ReadWritePaths: -/run/resolvconf
LockPersonality: yes
SystemCallFilter: ~vserver modify_ldt get_kernel_syms pciconfig_read umount2 gtty prof finit_module switch_endian security bdflush sysfs reboot clock_settime lookup_dcookie tuxcall ptrace spu_run s390_pci_mmio_read ulimit swapon ustat ftime s390_pci_mmio_write query_module idle lock adjtimex perf_event_open profil request_key init_module umount create_module vm86old vm86 kexec_load mount mpx pciconfig_iobase pivot_root clock_adjtime putpmsg stty swapoff chroot _sysctl uselib sgetmask process_vm_writev stime keyctl kexec_file_load s390_runtime_instr pciconfig_write settimeofday iopl rtas afs_syscall delete_module getpmsg ioperm process_vm_readv ssetmask add_key break
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
PID: 12636
Start Timestamp: Tue 2018-01-30 12:57:55 IST
-> ExecStartPost:
Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
PID: 13343
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: exited
Exit Status: 0
Status Text: Processing requests...
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=closed
Delegate=no
-> Unit user at 118.service:
Description: User Manager for UID 118
Instance: 118
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:56 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-118.slice
CGroup: /user.slice/user-118.slice/user at 118.service
CGroup realized: yes
CGroup realized mask: pids
CGroup own mask: pids
Name: user at 118.service
Invocation ID: f6dc23bbdaa14481a6747900e27bbe4b
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Tue 2018-01-30 12:57:56 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:56 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: user-118.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: user-118.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: user-118.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-user-sessions.service (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
Main PID: 14756
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 118
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 14756
Start Timestamp: Tue 2018-01-30 12:57:56 IST
Status Text: Startup finished in 270ms.
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=yes
DelegateControllers=cpu pids
-> Unit sys-devices-virtual-block-dm\x2d4.device:
Description: /sys/devices/virtual/block/dm-4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d4.device
Invocation ID: 1a13b1d7aec14c9a9a3633d9448d2844
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit ebtables.service:
Description: ebtables ruleset management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: ebtables.service
Invocation ID: df65044bfca748609567cf08d4b21659
Fragment Path: /lib/systemd/system/ebtables.service
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: network-pre.target (origin-file)
WantedBy: multi-user.target (destination-file)
Before: network-pre.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: network-pre.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/ebtables start
PID: 10288
Start Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/ebtables reload
-> ExecStop:
Command Line: /etc/init.d/ebtables stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-mapper-sda7_crypt.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-sda7_crypt.device
Invocation ID: eb3c671937fa4036b3a4edd067a3ab8e
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-block-253:3.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
DropIn Path: /run/systemd/generator/dev-mapper-sda7_crypt.device.d/90-device-timeout.conf
Requires: systemd-cryptsetup at sda7_crypt.service (origin-file)
References: systemd-cryptsetup at sda7_crypt.service (origin-file)
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\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device:
Description: /dev/disk/by-id/dm-uuid-LVM-gVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Invocation ID: 33af30c7ca9b410eb89b90ee33e608dd
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit tor at default.service:
Description: Anonymizing overlay network for TCP
Instance: default
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:57 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:57 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-tor.slice
CGroup: /system.slice/system-tor.slice/tor at default.service
CGroup realized: yes
CGroup realized mask: devices pids
CGroup own mask: devices pids
Name: tor at default.service
Invocation ID: f1edb9ed8f24443f8806dd6f7fb43bd4
Fragment Path: /lib/systemd/system/tor at default.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: system-tor.slice (origin-file)
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: tmp.mount (origin-file)
Requires: var-tmp.mount (origin-file)
PartOf: tor.service (origin-file)
WantedBy: tor.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: nss-lookup.target (origin-file)
After: system-tor.slice (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-file)
After: var-tmp.mount (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
ReloadPropagatedFrom: tor.service (origin-file)
References: network.target (origin-file)
References: -.mount (origin-file)
References: tmp.mount (origin-file)
References: tor.service (origin-file)
References: shutdown.target (origin-default)
References: var-tmp.mount (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system-tor.slice (origin-file)
References: sysinit.target (origin-default)
References: nss-lookup.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
ReferencedBy: tor.service (destination-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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: 15201
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 65536
LimitNOFILESoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_net_bind_service
DynamicUser: no
ReadWritePaths: -/proc -/var/lib/tor -/var/log/tor -/var/run
ReadOnlyPaths: /
AppArmorProfile: -system_tor
LockPersonality: no
AppArmorProfile: -system_tor
-> ExecStartPre:
Command Line: /usr/bin/install -Z -m 02755 -o debian-tor -g debian-tor -d /var/run/tor
PID: 13990
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:56 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: 14753
Start Timestamp: Tue 2018-01-30 12:57:56 IST
Exit Timestamp: Tue 2018-01-30 12:57:56 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: 15201
Start Timestamp: Tue 2018-01-30 12:57:56 IST
-> ExecReload:
Command Line: /bin/kill -HUP ${MAINPID}
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=closed
Delegate=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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2018-01-30 12:57:54 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: pppd-dns.service
Invocation ID: ea2c9e03cff74102b65af34bc65fdd55
Fragment Path: /lib/systemd/system/pppd-dns.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/ppp/ip-down.d/0000usepeerdns
PID: 12034
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: boot.mount
Invocation ID: ee902d4723e94d78b7c533d170e22346
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: -.mount (origin-file origin-implicit)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (origin-file)
BindsTo: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: boot-efi.mount (destination-implicit)
WantedBy: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (destination-file)
Conflicts: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: umount.target (origin-file)
Before: boot-efi.mount (destination-implicit)
After: system.slice (origin-file)
After: local-fs-pre.target (origin-file)
After: -.mount (origin-file origin-implicit)
After: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (origin-file)
References: umount.target (origin-file)
References: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-file origin-implicit)
References: local-fs-pre.target (origin-file)
References: local-fs.target (origin-file)
References: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: boot-efi.mount (destination-implicit)
RequiresMountsFor: /dev/disk/by-uuid/94c0c095-f0cc-4646-86d9-f8c0dfd39243 (origin-file)
RequiresMountsFor: / (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: syslog.socket
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: sockets.target (origin-file)
Before: shutdown.target (origin-file)
Before: emergency.service (origin-file)
Before: syslog.service (origin-implicit)
Before: systemd-journald.service (destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: syslog.service (origin-implicit)
References: system.slice (origin-file)
References: -.mount (origin-file)
References: sockets.target (origin-file)
References: shutdown.target (origin-file)
References: emergency.service (origin-file)
References: syslog.service (origin-implicit)
ReferencedBy: systemd-journald.service (destination-file)
RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartuuid-26145e88\x2dc087\x2d4701\x2da765\x2dd9bc0b1cc602.device
Invocation ID: 144259fcc6a74c44bf3537764a523876
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart1.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\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
Following Set Member: dev-sda1.device
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-mapper-SSHDCrypt\x2dSWAP.device:
Description: /dev/mapper/SSHDCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-SSHDCrypt\x2dSWAP.device
Invocation ID: 01c87db3d35d403987c2990b524f918a
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: dev-mapper-SSHDCrypt\x2dSWAP.swap (origin-file)
BoundBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device:
Description: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.4.auto/iio:device3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:50 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:50 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:50 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200083.4.auto-iio:device3.device
Invocation ID: 0389ba3cb94f499b91748713fa7d4ae5
Following Set Member: dev-iio:device3.device
Wants: iio-sensor-proxy.service (origin-udev)
References: iio-sensor-proxy.service (origin-udev)
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200083.4.auto/iio:device3
-> Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-dm\x2d1.device
Invocation ID: 8277f46951fa4050b691be97290ef2db
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
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-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device:
Description: /dev/disk/by-uuid/26b35234-da30-48c0-a7d5-03e0bd1f3e5a
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Invocation ID: ed9339dcda9441bcb2f74e757c817f75
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
Following Set Member: dev-sdbCrypt-SWAP.device
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-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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Invocation ID: bc69f26dd5ec4e24879c85cfe5544cfc
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-SSHDCrypt-SWAP.swap
Following Set Member: dev-dm\x2d4.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/b5647308-33d3-4b33-bbd4-67c47533d596 (origin-implicit)
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-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-mapper-sdbCrypt\x2dROOT.device:
Description: /dev/mapper/sdbCrypt-ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-sdbCrypt\x2dROOT.device
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
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-sdb.device:
Description: KINGSTON_SM2280S3120G
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb.device
Invocation ID: ee0d8c7f5ad8497e8abd649cb07e1fb8
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\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
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-iio:device5.device:
Description: /dev/iio:device5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:52 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:52 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:52 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-iio:device5.device
Invocation ID: c9e1c4bb31f24de096824257b20849ca
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200041.7.auto-iio:device5.device
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200041.7.auto/iio:device5
-> 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: Tue 2018-01-30 13:03:42 IST
Inactive Exit Timestamp: Tue 2018-01-30 13:03:42 IST
Active Enter Timestamp: Tue 2018-01-30 13:03:42 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-sysbr0.device
Invocation ID: a3ec45ce4c104b8b810cbd7142821196
Following Set Member: sys-devices-virtual-net-sysbr0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/net/sysbr0
-> Unit fstrim.timer:
Description: Discard unused blocks once a week
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:59:32 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: fstrim.timer
Invocation ID: c17ecf9c0d5045edbc2294033cf1dd0c
Documentation: man:fstrim
Fragment Path: /usr/share/doc/util-linux/examples/fstrim.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: fstrim.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
Triggers: fstrim.service (origin-implicit)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-file)
References: fstrim.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: fstrim.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
RemainAfterElapse: yes
OnCalendar: Mon *-*-* 00:00:00
-> Unit apt-daily-upgrade.timer:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:59:32 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: apt-daily-upgrade.timer
Invocation ID: b5fe790467b043a0b27c4d551fead62c
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
After: apt-daily.timer (origin-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-file)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: apt-daily.timer (origin-file)
References: apt-daily-upgrade.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06:00:00
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Invocation ID: 4fdc9ad1b20244ca9e0415b4c1e1d45b
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\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
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\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-gVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Invocation ID: db73d9ba03294b80891fc285b33037d1
Following: dev-mapper-sdbCrypt\x2dSWAP.swap
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Following Set Member: dev-sdbCrypt-SWAP.swap
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
References: swap.target (origin-default)
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-gVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX (origin-implicit)
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-gVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX
From /proc/swaps: yes
From fragment: no
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/colord.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: colord.service
Invocation ID: 8f8af9cd85d549b98953bc5c75537482
Fragment Path: /lib/systemd/system/colord.service
Condition Timestamp: Tue 2018-01-30 12:58:01 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:01 IST
Assert Result: yes
Requires: var-tmp.mount (origin-file)
Requires: dbus.socket (origin-file)
Requires: tmp.mount (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: var-tmp.mount (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: tmp.mount (origin-file)
After: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: var-tmp.mount (origin-file)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
References: tmp.mount (origin-file)
References: -.mount (origin-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
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: 16518
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: colord
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/colord/colord
PID: 16518
Start Timestamp: Tue 2018-01-30 12:58:01 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/sys-fs-fuse-connections.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: sys-fs-fuse-connections.mount
Invocation ID: edde9df65689408eb1721572d8502f7a
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections succeeded
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: sys-module-fuse.device (destination-udev)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
After: -.mount (origin-implicit)
References: systemd-modules-load.service (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: sys-module-fuse.device (destination-udev)
RequiresMountsFor: /sys/fs/fuse (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-sysctl.service:
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-sysctl.service
Invocation ID: aa5463bf104d4dcdb9ae00c23d10d899
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net/ succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: networking.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-modules-load.service (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 375
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: proc-sys-fs-binfmt_misc.automount
Invocation ID: 931c0ebbe3654eebb5acafcc14d9997b
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys/ succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc/ succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
WantedBy: sysinit.target (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
Before: systemd-binfmt.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-implicit)
References: sysinit.target (origin-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
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 atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/atd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: atd.service
Invocation ID: 8746f65cf4c24e05bce0fa5b8ff2c12d
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11731
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 11731
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:08:59 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: systemd-udevd.service
Name: udev.service
Invocation ID: f4c6d0b1d5314712b7cd1b0582ce41b1
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: systemd-udev-trigger.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-hwdb-update.service (origin-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-sysusers.service (origin-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: system.slice (origin-file)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
References: systemd-sysusers.service (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-control.socket (origin-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
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: 393
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: yes
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 393
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Status Text: Processing with 16 children at max
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
IPAddressDeny=0.0.0.0/0
IPAddressDeny=::/0
-> Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: uuidd.service
Fragment Path: /lib/systemd/system/uuidd.service
Requires: sysinit.target (origin-default)
Requires: uuidd.socket (origin-file)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: uuidd.socket (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: uuidd.socket (destination-implicit)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: uuidd.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: uuidd.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: uuidd
Group: uuidd
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: cryptsetup.target
Invocation ID: bcee07884817431bbf5bd48720b13137
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: systemd-cryptsetup at sda7_crypt.service (origin-file)
Requires: systemd-cryptsetup at sdb1_crypt.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: systemd-cryptsetup at sdb1_crypt.service (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: cryptsetup-pre.target (destination-file)
After: systemd-cryptsetup at sda7_crypt.service (destination-file)
References: systemd-cryptsetup at sdb1_crypt.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-cryptsetup at sda7_crypt.service (origin-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: cryptsetup-pre.target (destination-file)
ReferencedBy: systemd-cryptsetup at sdb1_crypt.service (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit phpsessionclean.timer:
Description: Clean PHP session files every 30 mins
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:09:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: phpsessionclean.timer
Invocation ID: 54b3b6dc57124ea08c3cc1e0192f5c00
Fragment Path: /lib/systemd/system/phpsessionclean.timer
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: phpsessionclean.service (origin-implicit)
Before: timers.target (origin-default)
After: -.mount (origin-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: phpsessionclean.service (origin-implicit)
References: shutdown.target (origin-default)
References: phpsessionclean.service (origin-implicit)
References: -.mount (origin-file)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
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-iio:device0.device:
Description: /dev/iio:device0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-iio:device0.device
Invocation ID: a58b3b3d0d114e688da5c62f891d2a2d
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d8-1\x2d8:1.0-0003:048D:8350.0002-HID\x2dSENSOR\x2d200073.2.auto-iio:device0.device
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/usb1/1-8/1-8:1.0/0003:048D:8350.0002/HID-SENSOR-200073.2.auto/iio:device0
-> Unit dev-sdbCrypt-ROOT.device:
Description: /dev/sdbCrypt/ROOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdbCrypt-ROOT.device
Invocation ID: 05114b2ca2f3450dad8d4e8cd9275985
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
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-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-ttyS3.device
Invocation ID: 428d0e3e5bf845d2ab04fb144c214aab
Following: sys-devices-platform-serial8250-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device
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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Invocation ID: e116d7c9fb7149febd19baffe8469e90
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-sda3.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\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\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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 network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network-pre.target
Invocation ID: b4492fef5aba4d1e8c67b82393577923
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
WantedBy: ebtables.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: networking.service (destination-file)
Before: network.target (destination-file)
Before: NetworkManager.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: shutdown.target (origin-default)
After: ebtables.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: network.target (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: ebtables.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:00 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network-online.target
Invocation ID: c898b6991627452b815552b6f119122e
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Wants: networking.service (origin-file)
Wants: fetchnews.timer (origin-file)
Wants: NetworkManager-wait-online.service (origin-file)
WantedBy: exim4.service (destination-file)
WantedBy: minissdpd.service (destination-file)
WantedBy: mysql.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: mysql.service (destination-file)
Before: shutdown.target (origin-default)
Before: minissdpd.service (destination-file)
Before: dovecot.service (destination-file)
Before: rc-local.service (destination-file)
Before: lxc-net.service (destination-file)
Before: apt-daily.service (destination-file)
Before: exim4.service (destination-file)
After: networking.service (destination-file)
After: network.target (origin-file)
After: NetworkManager-wait-online.service (origin-default destination-file)
After: systemd-resolved.service (destination-file)
References: networking.service (origin-file)
References: shutdown.target (origin-default)
References: fetchnews.timer (origin-file)
References: network.target (origin-file)
References: NetworkManager-wait-online.service (origin-file origin-default)
ReferencedBy: lxc-net.service (destination-file)
ReferencedBy: minissdpd.service (destination-file)
ReferencedBy: mysql.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: connman.service
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
-> Unit dev-block-253:0.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-block-253:0.device
Invocation ID: 7bc9f04788fb4e8d908fffa5aa9e38df
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: dev-mapper-sdb1_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
BoundBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit kmod-static-nodes.service:
Description: Create list of required static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: kmod-static-nodes.service
Invocation ID: 89c00ddb12df42d0a25ff4069c2edbb7
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.14.0-3-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
PID: 371
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: kbd.service
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
-> Unit dev-sdbCrypt-SWAP.device:
Description: /dev/sdbCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdbCrypt-SWAP.device
Invocation ID: c44604f60e2c4837bb7011778e5bd796
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.device
Following Set Member: dev-mapper-sdbCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-1
-> Unit libvirt-guests.service:
Description: Suspend/Resume Running libvirt Guests
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: libvirt-guests.service
Invocation ID: ccbca9cf5adc47c78fa4d8392801f1d3
Documentation: man:libvirtd(8)
Documentation: https://libvirt.org
Fragment Path: /lib/systemd/system/libvirt-guests.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: virt-guest-shutdown.target (origin-file)
Wants: libvirtd.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: time-sync.target (origin-file)
After: virt-guest-shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: libvirtd.service (origin-file destination-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: libvirtd.service (origin-file)
References: time-sync.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: network.target (origin-file)
References: virt-guest-shutdown.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: libvirtd.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/libvirt-guests
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/libvirt/libvirt-guests.sh start
PID: 13873
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/libvirt/libvirt-guests.sh stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
Invocation ID: 44113ba29d594565ad9958677328259f
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Following Set Member: dev-sdb1.device
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/sdb1
-> Unit ram\x2dtmp.mount:
Description: /ram-tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ram\x2dtmp.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: ram\x2dtmp.mount
Invocation ID: 702d9018b7c749129b44317690c0557f
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/ram\x2dtmp.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
RequiredBy: local-fs.target (destination-file)
RequiredBy: tmp.mount (destination-file)
Conflicts: umount.target (origin-file)
Before: tmp.mount (destination-file)
Before: umount.target (origin-file)
Before: local-fs.target (origin-file)
After: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: swap.target (origin-file)
After: -.mount (origin-implicit)
References: -.mount (origin-implicit)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-file)
References: local-fs.target (origin-file)
References: swap.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: tmp.mount (destination-file)
RequiresMountsFor: / (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit exim4.service:
Description: LSB: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:01 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: exim4.service
Invocation ID: 980988ca7faa40c3971e1317e177493b
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: multi-user.target (origin-file destination-default)
After: mysql.service (origin-file)
After: nss-lookup.target (origin-file)
After: remote-fs.target (origin-file)
After: greylist.service (origin-file)
After: postgresql.service (origin-file)
After: systemd-journald.socket (origin-file)
After: spamassassin.service (origin-file)
After: basic.target (origin-default)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-file)
After: clamav-daemon.service (origin-file)
After: system.slice (origin-file)
References: greylist.service (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: spamassassin.service (origin-file)
References: nss-lookup.target (origin-file)
References: remote-fs.target (origin-file)
References: clamav-daemon.service (origin-file)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: time-sync.target (origin-file)
References: mysql.service (origin-file)
References: postgresql.service (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: network-online.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/exim4 start
PID: 16054
Start Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS0.device
Invocation ID: 2c04f647039445148dc17bc21c05844f
Following Set Member: dev-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
-> Unit session-2.scope:
Description: Session 2 of user rrs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:05 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:05 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:05 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup realized mask: pids
CGroup own mask: pids
Name: session-2.scope
Invocation ID: 0544e84e164b43e6928350efc8db7283
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Tue 2018-01-30 12:58:05 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:05 IST
Assert Result: yes
Requires: user-1000.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-logind.service (origin-file)
After: user-1000.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
References: systemd-logind.service (origin-file)
References: user-1000.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
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
IPAccounting=no
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-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: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: a8f6864bccaa415bb86dd99194db52af
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: local-fs-pre.target (origin-file)
After: kmod-static-nodes.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-udevd.service (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
PID: 378
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit system-tor.slice:
Description: system-tor.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-tor.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: devices pids
CGroup own mask: pids
CGroup members mask: devices pids
Name: system-tor.slice
Invocation ID: c93d4b6e55ae4fabb77afd4035ecaa3d
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: tor at default.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: tor at default.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: tor at default.service (destination-file)
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
IPAccounting=no
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 network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: network.target
Invocation ID: f81d021685fb4ab3a1cf706f0ef2cdcc
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
WantedBy: wpa_supplicant.service (destination-file)
WantedBy: networking.service (destination-file)
WantedBy: systemd-networkd.service (destination-file)
WantedBy: NetworkManager.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ssh.service (destination-file)
Before: dicod.service (destination-file)
Before: rc-local.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: shutdown.target (origin-default)
Before: apt-cacher-ng.service (destination-file)
Before: lava-slave.service (destination-file)
Before: network-online.target (destination-file)
Before: lxc.service (destination-file)
Before: apt-daily.service (destination-file)
Before: libvirt-guests.service (destination-file)
Before: tor at default.service (destination-file)
Before: libvirtd.service (destination-file)
Before: systemd-resolved.service (destination-file)
After: wpa_supplicant.service (destination-file)
After: networking.service (destination-file)
After: systemd-networkd.service (destination-file)
After: NetworkManager.service (destination-file)
After: network-pre.target (origin-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: dicod.service (destination-file)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: lxc.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: apt-cacher-ng.service (destination-file)
ReferencedBy: lava-slave.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: slices.target
Invocation ID: 9e447ef289284456917a75cae7c5adcb
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: system.slice (origin-file)
Wants: -.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: user.slice (destination-file)
After: -.slice (origin-file)
After: system.slice (origin-file destination-file)
References: system.slice (origin-file)
References: -.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: user.slice (destination-file)
ReferencedBy: system.slice (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit mountkernfs.service:
Description: mountkernfs.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: mountkernfs.service
Fragment Path: /dev/null
Before: sysfsutils.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
-> Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: keyboard-setup.service
Invocation ID: c65a8740bafd445e90ef9969fab4937e
Fragment Path: /lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Before: local-fs-pre.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 369
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit boot-efi.mount:
Description: /boot/efi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/boot-efi.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: boot-efi.mount
Invocation ID: 729aef7ae32c45eaba1ec9f9c36c5afb
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot-efi.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:49 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:49 IST
Assert Result: yes
Requires: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (origin-file)
Requires: -.mount (origin-file origin-implicit)
Requires: boot.mount (origin-implicit)
Requires: system.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
RequiredBy: local-fs.target (destination-file)
WantedBy: dev-disk-by\x2duuid-2206\x2d0BF2.device (destination-file)
Conflicts: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: umount.target (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (origin-file)
After: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
After: boot.mount (origin-implicit)
After: system.slice (origin-file)
After: -.mount (origin-file origin-implicit)
References: boot.mount (origin-implicit)
References: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (origin-file)
References: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: local-fs.target (origin-file)
References: umount.target (origin-file)
References: dev-disk-by\x2duuid-2206\x2d0BF2.device (origin-file)
References: -.mount (origin-file origin-implicit)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /boot (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/2206-0BF2 (origin-file)
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=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit iscsi.service:
Description: iscsi.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: iscsi.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit dev-block-253:3.device:
Description: LVM PV kohKZh-NmaK-NWe0-1v3E-wmUk-K9bT-NOCn0f on /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-block-253:3.device
Invocation ID: 723874b090a540788afcbebda1c17c64
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dkohKZh\x2dNmaK\x2dNWe0\x2d1v3E\x2dwmUk\x2dK9bT\x2dNOCn0f.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.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-mapper-sda7_crypt.device
BoundBy: lvm2-pvscan at 253:3.service (destination-file)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
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-sda3.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda3.device
Invocation ID: fefa9f2b6c704208aeedd3abe4233040
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-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\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\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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 nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nss-lookup.target
Invocation ID: 1946e7b85a73432cb206c125dd87dbe7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
WantedBy: systemd-resolved.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4.service (destination-file)
Before: mysql.service (destination-file)
Before: tor at default.service (destination-file)
Before: shutdown.target (origin-default)
After: systemd-resolved.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: mysql.service (destination-file)
ReferencedBy: tor at default.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit minissdpd.service:
Description: keep memory of all UPnP devices that announced themselves
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:00 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/minissdpd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: minissdpd.service
Invocation ID: 66993c1cc5be445e91547c231b3dc9fa
Documentation: man:minissdpd(1)
Fragment Path: /lib/systemd/system/minissdpd.service
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: network-online.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 16067
Main PID Known: yes
Main PID Alien: no
PIDFile: /var/run/minissdpd.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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: /etc/default/minissdpd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/minissdpd -i $MiniSSDPd_INTERFACE_ADDRESS
PID: 16056
Start Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit lxc-net.service:
Description: LXC network bridge setup
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:00 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lxc-net.service
Invocation ID: e8e2248f852b41e3a47e17885b22fccf
Fragment Path: /lib/systemd/system/lxc-net.service
Condition Timestamp: Tue 2018-01-30 12:58:00 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:00 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: lxc.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: lxc.service (origin-file destination-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: network-online.target (origin-file)
References: lxc.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: lxc.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-net start
PID: 16055
Start Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/lib/x86_64-linux-gnu/lxc/lxc-net stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-hugepages.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: dev-hugepages.mount
Invocation ID: afd60043ac3e4cde919703a09ac6d318
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /dev (origin-implicit)
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,pagesize=2M
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-sda2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda2.device
Invocation ID: 22cfd617600f4ce8b663546691ddc16f
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\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
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\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\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/uuidd.socket
CGroup realized: no
CGroup own mask: pids
Name: uuidd.socket
Invocation ID: 2fe488462a04475e92ebfc38cf93d3a7
Fragment Path: /lib/systemd/system/uuidd.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: uuidd.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: uuidd.service (origin-implicit)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: uuidd.service (origin-implicit)
References: sockets.target (origin-default)
References: uuidd.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
RequiresMountsFor: /run/uuidd/request (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
Description: KINGSTON_SM2280S3120G
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Invocation ID: 33d99337393a4a69bad69d50938ff529
Following Set Member: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2.device
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-SSHDCrypt-SWAP.device:
Description: /dev/SSHDCrypt/SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-SSHDCrypt-SWAP.device
Invocation ID: 95cc5d17d66b46d08c16a4747ee4c238
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> 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: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:49 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-bluetooth-devices-hci0.device
Invocation ID: 5873aa8263ed40179f108ce80e34c75d
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7:1.0-bluetooth-hci0.device
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/usb1/1-7/1-7:1.0/bluetooth/hci0
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-ask-password-wall.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: systemd-ask-password-wall.service
Invocation ID: 386411293a7c433987dfd308d9c496e3
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: systemd-ask-password-wall.path (destination-implicit)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
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: 12892
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
-> 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
PID: 12886
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Code: exited
Exit Status: 5
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
PID: 12892
Start Timestamp: Tue 2018-01-30 12:57:55 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-update-utmp.service
Invocation ID: 5a5af903644f41a2964600230afd069a
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: auditd.service (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-remount-fs.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file)
References: auditd.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
RequiresMountsFor: /var/log/wtmp (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 10855
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.device
Invocation ID: 98b5ed6266f647f8bfc754ec4f7601ea
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-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
Following Set Member: dev-sda.device
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 dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Invocation ID: 67fec25e3a34427f980ab2f6a8f97ce3
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb1_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit libvirtd.service:
Description: Virtualization daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/libvirtd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: libvirtd.service
Invocation ID: b47f9dd7484e4527919b6cf816574510
Documentation: man:libvirtd(8)
Documentation: https://libvirt.org
Fragment Path: /lib/systemd/system/libvirtd.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: virtlogd.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: virtlockd.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: libvirt-guests.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: libvirt-guests.service (origin-file destination-file)
After: virtlockd.socket (destination-file)
After: sysinit.target (origin-default)
After: iscsid.service (origin-file)
After: apparmor.service (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
After: local-fs.target (origin-file)
After: virtlogd.service (destination-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: system.slice (origin-file)
After: virtlogd.socket (destination-file)
After: virtlockd.service (destination-file)
References: dbus.service (origin-file)
References: virtlockd.socket (origin-file)
References: libvirt-guests.service (origin-file)
References: virtlogd.socket (origin-file)
References: basic.target (origin-default)
References: iscsid.service (origin-file)
References: sysinit.target (origin-default)
References: local-fs.target (origin-file)
References: apparmor.service (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: virtlockd.socket (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: virtlogd.socket (destination-file)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: virtlockd.service (destination-file)
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: 12640
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/libvirtd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 8192
LimitNOFILESoft: 8192
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/libvirtd $libvirtd_opts
PID: 12640
Start Timestamp: Tue 2018-01-30 12:57:55 IST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=32768
DevicePolicy=auto
Delegate=no
-> 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: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-remount-fs.service
Invocation ID: 2f9b6fc146444a728f6b24fadc282419
Documentation: man:systemd-remount-fs.service(8)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/systemd-remount-fs.service
ConditionPathExists: /etc/fstab succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: systemd-fsck-root.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 374
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:58:23 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: Tue 2018-01-30 12:58:23 IST
Inactive Enter Timestamp: Tue 2018-01-30 12:58:23 IST
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsckd.service
Invocation ID: 99e6581b026a4c59bbc1b23d4eb9cbf2
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-fsckd.socket (origin-file)
Before: shutdown.target (origin-file)
After: systemd-fsckd.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-fsckd.socket (destination-implicit)
References: systemd-fsckd.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-fsckd.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
PID: 3979
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:58:23 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: remote-fs-pre.target
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: remote-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap
Invocation ID: 11a6c59b738348f68f23ca65e309bab5
Following: dev-mapper-SSHDCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap
Following Set Member: dev-SSHDCrypt-SWAP.swap
Following Set Member: dev-dm\x2d4.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-id/dm-name-SSHDCrypt-SWAP (origin-implicit)
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-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13.device
Invocation ID: d36d1ac45df24c2ea938c520b589c1cc
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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1.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-sda.device
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 system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-getty.slice
Invocation ID: f96fcd5eec764cc786f87d00da2d1f27
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: getty at tty1.service (destination-file)
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
IPAccounting=no
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 rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: rc-local.service
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: gdm.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: network.target (origin-file)
After: network-online.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: gdm.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/rc.local start
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit laptop-mode.service:
Description: Laptop Mode Tools
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 13:14:11 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: laptop-mode.service
Invocation ID: d79e1667367b475bae2713a85d44b166
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: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: journal
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/rm -f /var/run/laptop-mode-tools/enabled
PID: 11416
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
Command Line: /bin/rm -f /var/run/laptop-mode-tools/state
PID: 12040
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/laptop_mode init force
PID: 12042
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/laptop_mode auto
PID: 20259
Start Timestamp: Tue 2018-01-30 13:14:11 IST
Exit Timestamp: Tue 2018-01-30 13:14:11 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-subsystem-net-devices-wlp1s0.device:
Description: RTL8723BE PCIe Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-subsystem-net-devices-wlp1s0.device
Invocation ID: 9eb9eb5f2eee409ba6dfd65c8d8f7ce1
Following Set Member: sys-devices-pci0000:00-0000:00:1c.0-0000:01:00.0-net-wlp1s0.device
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/wlp1s0
-> Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:57 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:57 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/upower.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: upower.service
Invocation ID: e8ed795b00f040c2a72e831b5a7d8c1b
Documentation: man:upowerd(8)
Fragment Path: /lib/systemd/system/upower.service
Condition Timestamp: Tue 2018-01-30 12:57:56 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:56 IST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
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: 15811
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/upower/upowerd
PID: 15811
Start Timestamp: Tue 2018-01-30 12:57:56 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device:
Description: /dev/disk/by-uuid/d2564f96-37da-41a7-9059-dcf497d7f487
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Invocation ID: cfe960b562d3462a9140625092d61005
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-systemd\x2dfsck.slice
Invocation ID: 3b9fc872b7c64e43b39d299d71777065
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
RequiredBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
RequiredBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
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
IPAccounting=no
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 cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: cron.service
Invocation ID: 0be9f5a79bf84c22b5ec3c6f82b85dfc
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11716
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 11716
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-mapper-sdbCrypt\x2dSWAP.swap:
Description: /dev/mapper/sdbCrypt-SWAP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-mapper-sdbCrypt\x2dSWAP.swap
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: dev-mapper-sdbCrypt\x2dSWAP.swap
Invocation ID: 6e6e6519ab624af19307ac4082a84cd9
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-dm\x2d1.swap
Following Set Member: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap
Following Set Member: dev-sdbCrypt-SWAP.swap
Fragment Path: /run/systemd/generator/dev-mapper-sdbCrypt\x2dSWAP.swap
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
BindsTo: dev-mapper-sdbCrypt\x2dSWAP.device (origin-file)
RequiredBy: swap.target (destination-file)
WantedBy: dev-mapper-sdbCrypt\x2dSWAP.device (destination-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dev-mapper-sdbCrypt\x2dSWAP.device (origin-file)
After: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: dev-mapper-sdbCrypt\x2dSWAP.device (origin-file)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: -.mount (origin-implicit)
ReferencedBy: swap.target (destination-file destination-default)
RequiresMountsFor: /dev/mapper/sdbCrypt-SWAP (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/mapper/sdbCrypt-SWAP
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/dm-1
Priority: -2
Options:
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-virtual-block-dm\x2d2.device
Invocation ID: fd960d13c2924fa4a356cc59ed280990
Following Set Member: dev-sdbCrypt-ROOT.device
Following Set Member: dev-disk-by\x2dlabel-ROOT.device
Following Set Member: dev-mapper-sdbCrypt\x2dROOT.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-d2564f96\x2d37da\x2d41a7\x2d9059\x2ddcf497d7f487.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHzOUbPUlvnbGKJ5gZ28m181mM78gC5Oiw.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-2
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: paths.target
Invocation ID: 202a83819c87426c9cace4ef54a4210c
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: systemd-ask-password-wall.path (destination-file)
After: systemd-ask-password-console.path (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart2.device
Invocation ID: 8593831034c64cdcbf2c9a23c1216831
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\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\x2dlabel-SYSTEM_DRV.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\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-sda2.device
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-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-rfkill.device
Invocation ID: 2118b6f39fbe480b9be1512823432741
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/misc/rfkill
-> Unit virtlockd.socket:
Description: Virtual machine lock manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/virtlockd.socket
CGroup realized: no
CGroup own mask: pids
Name: virtlockd.socket
Invocation ID: f138138b781b46d08946aef317beeab2
Fragment Path: /lib/systemd/system/virtlockd.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: virtlockd.service (destination-file)
RequiredBy: libvirtd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: virtlockd.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default)
Before: libvirtd.service (origin-file)
After: -.mount (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: virtlockd.service (origin-implicit)
References: virtlockd.service (origin-implicit)
References: libvirtd.service (origin-file)
References: -.mount (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
ReferencedBy: virtlockd.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
RequiresMountsFor: /var/run/libvirt/virtlockd-sock (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-mapper-sdb1_crypt.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-mapper-sdb1_crypt.device
Invocation ID: 43a9a5cdfce34be1b14bffacc83b63c5
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
DropIn Path: /run/systemd/generator/dev-mapper-sdb1_crypt.device.d/90-device-timeout.conf
Requires: systemd-cryptsetup at sdb1_crypt.service (origin-file)
References: systemd-cryptsetup at sdb1_crypt.service (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit dev-disk-by\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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Invocation ID: 4b682c576e1b4a4b8e5edcb0a58fb3d6
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: remote-fs.target
Invocation ID: 6bebe1476baf4e5aa7f07632e53942a6
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: var-lib-machines.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: iwatch.service (destination-file)
Before: mysql.service (destination-file)
Before: exim4.service (destination-file)
Before: speech-dispatcher.service (destination-file)
Before: libvirtd.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: uml-utilities.service (destination-file)
Before: lava-slave.service (destination-file)
After: systemd-quotacheck.service (destination-file)
After: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: var-lib-machines.mount (origin-file)
References: remote-fs-pre.target (origin-file)
ReferencedBy: speech-dispatcher.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: lava-slave.service (destination-file)
ReferencedBy: uml-utilities.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: iwatch.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: mysql.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sysinit.target
Invocation ID: 41b633c620b548dbbd5a7ed80981bc1b
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Wants: keyboard-setup.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: lvm2-lvmetad.socket (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: blk-availability.service (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: resolvconf.service (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: swap.target (origin-file)
Wants: cryptsetup.target (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: lvm2-lvmpolld.socket (origin-file)
Wants: systemd-update-utmp.service (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: apparmor.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: lvm2-monitor.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
RequiredBy: leafnode.socket (destination-default)
RequiredBy: colord.service (destination-default)
RequiredBy: lava-slave.service (destination-default)
RequiredBy: rtkit-daemon.service (destination-default)
RequiredBy: laptop-mode.timer (destination-default)
RequiredBy: libvirt-guests.service (destination-default)
RequiredBy: fstrim.timer (destination-default)
RequiredBy: NetworkManager.service (destination-default)
RequiredBy: lxc-net.service (destination-default)
RequiredBy: lxcfs.service (destination-default)
RequiredBy: bluetooth.service (destination-default)
RequiredBy: tor.service (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: gdm.service (destination-default)
RequiredBy: systemd-resolved.service (destination-default)
RequiredBy: virtlogd.socket (destination-default)
RequiredBy: uuidd.socket (destination-default)
RequiredBy: ssh at 0.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: virtlockd.socket (destination-default)
RequiredBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
RequiredBy: upower.service (destination-default)
RequiredBy: avahi-daemon.service (destination-default)
RequiredBy: dicod.socket (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: dicod at 0.service (destination-default)
RequiredBy: user at 118.service (destination-default)
RequiredBy: iwatch.service (destination-default)
RequiredBy: ssh.socket (destination-default)
RequiredBy: uuidd.service (destination-default)
RequiredBy: lmt-poll.service (destination-default)
RequiredBy: NetworkManager-wait-online.service (destination-default)
RequiredBy: accounts-daemon.service (destination-default)
RequiredBy: saned.socket (destination-default)
RequiredBy: uml-utilities.service (destination-default)
RequiredBy: mysql.service (destination-default)
RequiredBy: dovecot.service (destination-default)
RequiredBy: fetchnews.service (destination-default)
RequiredBy: thermald.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: alsa-restore.service (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: polkit.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: pppd-dns.service (destination-default)
RequiredBy: phpsessionclean.service (destination-default)
RequiredBy: laptop-mode.service (destination-default)
RequiredBy: packagekit.service (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: atd.service (destination-default)
RequiredBy: ModemManager.service (destination-default)
RequiredBy: rc-local.service (destination-default)
RequiredBy: rsync.service (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: virtlockd.service (destination-default)
RequiredBy: dicod.service (destination-default)
RequiredBy: udisks2.service (destination-default)
RequiredBy: lxc.service (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: minissdpd.service (destination-default)
RequiredBy: irqbalance.service (destination-default)
RequiredBy: ssh.service (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: dovecot.socket (destination-default)
RequiredBy: tor at default.service (destination-default)
RequiredBy: iio-sensor-proxy.service (destination-default)
RequiredBy: speech-dispatcher.service (destination-default)
RequiredBy: virtlogd.service (destination-default)
RequiredBy: phpsessionclean.timer (destination-default)
RequiredBy: apt-cacher-ng.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: alsa-state.service (destination-default)
RequiredBy: wpa_supplicant.service (destination-default)
RequiredBy: sysfsutils.service (destination-default)
RequiredBy: user at 1000.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: exim4.service (destination-default)
RequiredBy: libvirtd.service (destination-default)
RequiredBy: geoclue.service (destination-default)
RequiredBy: fstrim.service (destination-default)
RequiredBy: saned at 0.service (destination-default)
RequiredBy: avahi-daemon.socket (destination-default)
RequiredBy: basic.target (destination-file)
Conflicts: emergency.target (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: emergency.service (origin-file)
Before: apt-daily.timer (destination-default)
Before: dicod at 0.service (destination-default)
Before: uml-utilities.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: mysql.service (destination-default)
Before: alsa-state.service (destination-file destination-default)
Before: colord.service (destination-default)
Before: fstrim.timer (destination-default)
Before: phpsessionclean.timer (destination-default)
Before: geoclue.service (destination-default)
Before: pppd-dns.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: saned.socket (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: cron.service (destination-default)
Before: phpsessionclean.service (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: sysfsutils.service (destination-default)
Before: lxcfs.service (destination-default)
Before: apt-daily.service (destination-default)
Before: uuidd.service (destination-default)
Before: shutdown.target (origin-default)
Before: virtlockd.service (destination-default)
Before: dicod.service (destination-default)
Before: fetchnews.service (destination-default)
Before: ssh at 0.service (destination-default)
Before: laptop-mode.timer (destination-default)
Before: dbus.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: libvirtd.service (destination-default)
Before: dicod.socket (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: user at 1000.service (destination-default)
Before: dovecot.service (destination-default)
Before: lava-slave.service (destination-default)
Before: rescue.service (destination-file)
Before: virtlogd.socket (destination-default)
Before: tor at default.service (destination-default)
Before: saned at 0.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
Before: fstrim.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: ssh.socket (destination-default)
Before: rsync.service (destination-default)
Before: speech-dispatcher.service (destination-default)
Before: udisks2.service (destination-default)
Before: leafnode.socket (destination-default)
Before: rc-local.service (destination-default)
Before: user at 118.service (destination-default)
Before: libvirt-guests.service (destination-default)
Before: exim4.service (destination-default)
Before: getty-static.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: lxc.service (destination-default)
Before: gdm.service (destination-default)
Before: iwatch.service (destination-default)
Before: atd.service (destination-default)
Before: lxc-net.service (destination-default)
Before: uuidd.socket (destination-default)
Before: dovecot.socket (destination-default)
Before: minissdpd.service (destination-default)
Before: basic.target (destination-file destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: laptop-mode.service (destination-default)
Before: lmt-poll.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: NetworkManager-wait-online.service (destination-default)
Before: dbus.socket (destination-default)
Before: ssh.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: ModemManager.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: polkit.service (destination-default)
Before: virtlogd.service (destination-default)
Before: accounts-daemon.service (destination-default)
Before: systemd-resolved.service (destination-default)
Before: tor.service (destination-default)
Before: thermald.service (destination-default)
Before: iio-sensor-proxy.service (destination-default)
Before: virtlockd.socket (destination-default)
Before: rescue.target (destination-file destination-default)
Before: packagekit.service (destination-default)
Before: upower.service (destination-default)
Before: avahi-daemon.socket (destination-default)
Before: apt-cacher-ng.service (destination-default)
Before: irqbalance.service (destination-default)
Before: bluetooth.service (destination-default)
After: dev-mqueue.mount (destination-file)
After: systemd-binfmt.service (destination-file)
After: local-fs.target (origin-file)
After: cryptsetup.target (origin-default)
After: systemd-update-utmp.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: apparmor.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: systemd-random-seed.service (destination-file)
After: emergency.target (origin-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: systemd-modules-load.service (destination-file)
After: sys-kernel-debug.mount (destination-file)
After: auditd.service (destination-file)
After: swap.target (origin-file origin-default)
After: systemd-machine-id-commit.service (destination-file)
After: systemd-journald.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-udev-trigger.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: emergency.service (origin-file)
After: kmod-static-nodes.service (destination-file)
References: systemd-sysctl.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: keyboard-setup.service (origin-file)
References: systemd-timesyncd.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-machine-id-commit.service (origin-file)
References: systemd-update-utmp.service (origin-file)
References: systemd-udevd.service (origin-file)
References: emergency.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
References: systemd-journald.service (origin-file)
References: emergency.target (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: sys-kernel-config.mount (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: dev-mqueue.mount (origin-file)
References: resolvconf.service (origin-file)
References: systemd-journal-flush.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: apparmor.service (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: sys-fs-fuse-connections.mount (origin-file)
References: blk-availability.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-random-seed.service (origin-file)
References: swap.target (origin-file origin-default)
References: dev-hugepages.mount (origin-file)
References: lvm2-lvmetad.socket (origin-file)
References: kmod-static-nodes.service (origin-file)
References: lvm2-monitor.service (origin-file)
References: lvm2-lvmpolld.socket (origin-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: gdm.service (destination-default)
ReferencedBy: leafnode.socket (destination-default)
ReferencedBy: iwatch.service (destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: tor at default.service (destination-default)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: apt-cacher-ng.service (destination-default)
ReferencedBy: uml-utilities.service (destination-default)
ReferencedBy: dovecot.service (destination-default)
ReferencedBy: mysql.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: phpsessionclean.timer (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: lmt-poll.service (destination-default)
ReferencedBy: sysfsutils.service (destination-default)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: laptop-mode.timer (destination-default)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: geoclue.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: laptop-mode.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: dicod.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: saned at 0.service (destination-default)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: thermald.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: phpsessionclean.service (destination-default)
ReferencedBy: lxc-net.service (destination-default)
ReferencedBy: alsa-state.service (destination-file destination-default)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: tor.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: minissdpd.service (destination-default)
ReferencedBy: user at 118.service (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: ssh at 0.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: dovecot.socket (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: saned.socket (destination-default)
ReferencedBy: dicod.socket (destination-default)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: fetchnews.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-resolved.service (destination-default)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: atd.service (destination-default)
ReferencedBy: lava-slave.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-default)
ReferencedBy: dicod at 0.service (destination-default)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: lxc.service (destination-default)
ReferencedBy: speech-dispatcher.service (destination-default)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: lxcfs.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: ssh.socket (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: pppd-dns.service (destination-default)
ReferencedBy: NetworkManager.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit machines.target:
Description: Containers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: machines.target
Invocation ID: 7192fddff938499da0c3f0a0af1d6792
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/machines.target
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Wants: var-lib-machines.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: var-lib-machines.mount (origin-default)
References: multi-user.target (origin-file)
References: var-lib-machines.mount (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device:
Description: KINGSTON_SM2280S3120G 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dKINGSTON_SM2280S3120G_50026B7251189BF2\x2dpart1.device
Invocation ID: eafa5459dcdf4688bbb201d86b27c5df
Following: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2dpartuuid-7eae1578\x2d1a3f\x2d4379\x2d9d26\x2d43de372421e3.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d2\x2dpart1.device
Following Set Member: dev-sdb1.device
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/sdb1
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: clamav-daemon.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit lava-slave.service:
Description: LAVA slave
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lava-slave.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: lava-slave.service
Invocation ID: c0cf602b5db847f8ba81995ccc762a81
Fragment Path: /lib/systemd/system/lava-slave.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: remote-fs.target (origin-file)
After: network.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: network.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 12645
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: MASTER_URL=tcp://localhost:5556
Environment: LOGGER_URL=tcp://localhost:5555
Environment: LOGLEVEL=DEBUG
EnvironmentFile: -/etc/default/lava-slave
EnvironmentFile: -/etc/lava-dispatcher/lava-slave
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/lava-slave --level $LOGLEVEL --master $MASTER_URL --socket-addr $LOGGER_URL $IPV6 $ENCRYPT $MASTER_CERT $SLAVE_CERT $HOSTNAME
PID: 12645
Start Timestamp: Tue 2018-01-30 12:57:55 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2dlabel-SYSTEM_DRV.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dlabel-SYSTEM_DRV.device
Invocation ID: 32ad8b71d430460b90039899496b6b00
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\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
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: 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-sda2.device
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 apparmor.service:
Description: AppArmor initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: apparmor.service
Documentation: man:apparmor(7)
Documentation: http://wiki.apparmor.net/
Fragment Path: /lib/systemd/system/apparmor.service
ConditionPathExists: !/rofs/etc/apparmor.d succeeded
ConditionSecurity: apparmor failed
AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: libvirtd.service (destination-file)
Before: networking.service (destination-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: networking.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/apparmor start
-> ExecReload:
Command Line: /etc/init.d/apparmor reload
-> ExecStop:
Command Line: /etc/init.d/apparmor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service failed
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty.target (destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit NetworkManager-wait-online.service:
Description: Network Manager Wait Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:00 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:00 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: NetworkManager-wait-online.service
Invocation ID: 7ea086dcad214d68a2fc16af97c43bd1
Documentation: man:nm-online(1)
Fragment Path: /lib/systemd/system/NetworkManager-wait-online.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: NetworkManager.service (origin-file)
Requires: system.slice (origin-file)
WantedBy: network-online.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network-online.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: NetworkManager.service (origin-file)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: NetworkManager.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: network-online.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/nm-online -s -q --timeout=30
PID: 12654
Start Timestamp: Tue 2018-01-30 12:57:55 IST
Exit Timestamp: Tue 2018-01-30 12:58:00 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:58:01 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2018-01-30 12:58:01 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-update-utmp-runlevel.service
Invocation ID: b1bcecad957f49b6a060aeb8d4e08ae3
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Tue 2018-01-30 12:58:01 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:01 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Requisite: systemd-update-utmp.service (origin-file)
WantedBy: rescue.target (destination-file)
WantedBy: graphical.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: graphical.target (origin-file)
After: rescue.target (origin-file)
After: systemd-journald.socket (origin-file)
After: multi-user.target (origin-file)
After: -.mount (origin-file)
After: systemd-update-utmp.service (origin-file)
References: graphical.target (origin-file)
References: systemd-update-utmp.service (origin-file)
References: rescue.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: multi-user.target (origin-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /var/log/wtmp (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 16519
Start Timestamp: Tue 2018-01-30 12:58:01 IST
Exit Timestamp: Tue 2018-01-30 12:58:01 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-journal-flush.service
Invocation ID: d6b95ca6b9ab4628a290b7feb6284655
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: systemd-journald.service (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-user-sessions.service (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/log/journal (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/journalctl --flush
PID: 390
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Enter Timestamp: Tue 2018-01-30 12:57:55 IST
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-ask-password-console.path
Invocation ID: a9ad1d2fa3d14eb3959d52c0820187a4
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: shutdown.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: paths.target (origin-file)
After: -.mount (origin-file)
After: plymouth-start.service (origin-file)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: plymouth-start.service (origin-file)
References: systemd-ask-password-console.service (origin-implicit)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
References: paths.target (origin-file)
References: -.mount (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: dead
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsck-root.service
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Tue 2018-01-30 12:57:52 IST
Condition Result: no
Requires: system.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
WantedBy: local-fs.target (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: local-fs.target (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-fsckd.socket (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
CGroup members mask: cpu cpuacct io blkio memory devices pids
Name: system.slice
Invocation ID: 66e097567a3a46e8acbdd79f9e908956
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/system.slice
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: ssh.service (destination-file)
RequiredBy: thermald.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: media-BTRFS.mount (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: polkit.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: lxcfs.service (destination-file)
RequiredBy: virtlogd.service (destination-file)
RequiredBy: var-lib-machines.mount (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: speech-dispatcher.service (destination-file)
RequiredBy: systemd-initctl.service (destination-file)
RequiredBy: gdm.service (destination-file)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: lvm2-lvmetad.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: rsync.service (destination-file)
RequiredBy: laptop-mode.service (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: ram\x2dtmp.mount (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: virtlogd.socket (destination-file)
RequiredBy: sysfsutils.service (destination-file)
RequiredBy: dev-dm\x2d4.swap (destination-file)
RequiredBy: system-saned.slice (destination-implicit)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: lxc.service (destination-file)
RequiredBy: lvm2-lvmetad.socket (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: virtlockd.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: saned.socket (destination-file)
RequiredBy: boot-efi.mount (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: dicod.socket (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
RequiredBy: exim4.service (destination-file)
RequiredBy: pppd-dns.service (destination-file)
RequiredBy: uml-utilities.service (destination-file)
RequiredBy: uuidd.socket (destination-file)
RequiredBy: dm-event.socket (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: system-tor.slice (destination-implicit)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: dev-dm\x2d1.swap (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: blk-availability.service (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: system-leafnode.slice (destination-implicit)
RequiredBy: media-SSHD.mount (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: var-lib-lxcfs.mount (destination-file)
RequiredBy: console-setup.service (destination-file)
RequiredBy: systemd-update-utmp.service (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-file)
RequiredBy: tor.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: dev-sdbCrypt-SWAP.swap (destination-file)
RequiredBy: apt-cacher-ng.service (destination-file)
RequiredBy: system-lvm2\x2dpvscan.slice (destination-implicit)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: uuidd.service (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: dovecot.socket (destination-file)
RequiredBy: iwatch.service (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: virtlockd.socket (destination-file)
RequiredBy: systemd-fsckd.service (destination-file)
RequiredBy: lava-slave.service (destination-file)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: alsa-state.service (destination-file)
RequiredBy: var-tmp.mount (destination-file)
RequiredBy: libvirt-guests.service (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: fstrim.service (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: dm-event.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: atd.service (destination-file)
RequiredBy: rc-local.service (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-file)
RequiredBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: auditd.service (destination-file)
RequiredBy: run-user-118.mount (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: run-user-1000-gvfs.mount (destination-file)
RequiredBy: iio-sensor-proxy.service (destination-file)
RequiredBy: lvm2-lvmpolld.socket (destination-file)
RequiredBy: leafnode.socket (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: run-user-1000.mount (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: alsa-restore.service (destination-file)
RequiredBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: mysql.service (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: phpsessionclean.service (destination-file)
RequiredBy: binfmt-support.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: avahi-daemon.socket (destination-file)
RequiredBy: boot.mount (destination-file)
RequiredBy: -.mount (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: geoclue.service (destination-file)
RequiredBy: systemd-quotacheck.service (destination-file)
RequiredBy: system-dicod.slice (destination-implicit)
RequiredBy: ssh.socket (destination-file)
RequiredBy: systemd-fsckd.socket (destination-file)
RequiredBy: irqbalance.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: dev-SSHDCrypt-SWAP.swap (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: lmt-poll.service (destination-file)
RequiredBy: keyboard-setup.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-file)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: minissdpd.service (destination-file)
RequiredBy: lxc-net.service (destination-file)
RequiredBy: system-ssh.slice (destination-implicit)
RequiredBy: syslog.socket (destination-file)
RequiredBy: packagekit.service (destination-file)
RequiredBy: ebtables.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: dicod.service (destination-file)
RequiredBy: NetworkManager-wait-online.service (destination-file)
RequiredBy: lvm2-lvmpolld.service (destination-file)
RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: dovecot.service (destination-file)
RequiredBy: fetchnews.service (destination-file)
RequiredBy: libvirtd.service (destination-file)
RequiredBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: dbus.service (destination-file)
WantedBy: slices.target (destination-file)
Before: getty-static.service (destination-file)
Before: uml-utilities.service (destination-file)
Before: dbus.socket (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: dev-dm\x2d4.swap (destination-file)
Before: udisks2.service (destination-file)
Before: systemd-initctl.socket (destination-file)
Before: speech-dispatcher.service (destination-file)
Before: dm-event.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-file)
Before: lava-slave.service (destination-file)
Before: run-user-118.mount (destination-file)
Before: fstrim.service (destination-file)
Before: dovecot.service (destination-file)
Before: system-tor.slice (destination-implicit)
Before: geoclue.service (destination-file)
Before: apt-daily.service (destination-file)
Before: ModemManager.service (destination-file)
Before: thermald.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: -.mount (destination-file)
Before: fetchnews.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: dovecot.socket (destination-file)
Before: keyboard-setup.service (destination-file)
Before: ssh.service (destination-file)
Before: virtlogd.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-file)
Before: atd.service (destination-file)
Before: libvirtd.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: dbus.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: networking.service (destination-file)
Before: system-saned.slice (destination-implicit)
Before: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
Before: NetworkManager.service (destination-file)
Before: blk-availability.service (destination-file)
Before: system-systemd\x2dcryptsetup.slice (destination-implicit)
Before: cron.service (destination-file)
Before: lxcfs.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: run-user-1000-gvfs.mount (destination-file)
Before: leafnode.socket (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: virtlockd.service (destination-file)
Before: run-user-1000.mount (destination-file)
Before: apt-cacher-ng.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: system-dicod.slice (destination-implicit)
Before: NetworkManager-wait-online.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: boot.mount (destination-file)
Before: libvirt-guests.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: lvm2-lvmetad.socket (destination-file)
Before: system-systemd\x2dbacklight.slice (destination-implicit)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: virtlockd.socket (destination-file)
Before: lmt-poll.service (destination-file)
Before: exim4.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: virtlogd.socket (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: sysfsutils.service (destination-file)
Before: syslog.socket (destination-file)
Before: tor.service (destination-file)
Before: var-lib-lxcfs.mount (destination-file)
Before: system-getty.slice (destination-implicit)
Before: accounts-daemon.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: lvm2-lvmpolld.socket (destination-file)
Before: rc-local.service (destination-file)
Before: lxc.service (destination-file)
Before: auditd.service (destination-file)
Before: polkit.service (destination-file)
Before: phpsessionclean.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: gdm.service (destination-file)
Before: dm-event.socket (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: avahi-daemon.service (destination-file)
Before: lvm2-lvmetad.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: system-ssh.slice (destination-implicit)
Before: systemd-update-utmp.service (destination-file)
Before: slices.target (origin-file destination-file)
Before: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: iwatch.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: lxc-net.service (destination-file)
Before: emergency.service (destination-file)
Before: dev-sdbCrypt-SWAP.swap (destination-file)
Before: rsync.service (destination-file)
Before: alsa-state.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-file)
Before: boot-efi.mount (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-fsckd.socket (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: dicod.socket (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: var-tmp.mount (destination-file)
Before: media-SSHD.mount (destination-file)
Before: system-lvm2\x2dpvscan.slice (destination-implicit)
Before: tmp.mount (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: console-setup.service (destination-file)
Before: apparmor.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: ebtables.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-file)
Before: dev-SSHDCrypt-SWAP.swap (destination-file)
Before: system-leafnode.slice (destination-implicit)
Before: mysql.service (destination-file)
Before: dev-dm\x2d1.swap (destination-file)
Before: laptop-mode.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: pppd-dns.service (destination-file)
Before: saned.socket (destination-file)
Before: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
Before: irqbalance.service (destination-file)
Before: media-BTRFS.mount (destination-file)
Before: rescue.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: dicod.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: iio-sensor-proxy.service (destination-file)
Before: ssh.socket (destination-file)
Before: uuidd.socket (destination-file)
Before: ram\x2dtmp.mount (destination-file)
Before: systemd-networkd.service (destination-file)
Before: upower.service (destination-file)
Before: minissdpd.service (destination-file)
Before: var-lib-machines.mount (destination-file)
Before: avahi-daemon.socket (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: packagekit.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
References: slices.target (origin-file)
ReferencedBy: system-ssh.slice (destination-implicit)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: dev-sdbCrypt-SWAP.swap (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: geoclue.service (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: dm-event.socket (destination-file)
ReferencedBy: iio-sensor-proxy.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: ram\x2dtmp.mount (destination-file)
ReferencedBy: virtlockd.socket (destination-file)
ReferencedBy: saned.socket (destination-file)
ReferencedBy: uml-utilities.service (destination-file)
ReferencedBy: lxc.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: lvm2-lvmetad.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: ebtables.service (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: lvm2-lvmetad.socket (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: minissdpd.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: gdm.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: sysfsutils.service (destination-file)
ReferencedBy: lxc-net.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: virtlogd.socket (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: dev-dm\x2d4.swap (destination-file)
ReferencedBy: system-saned.slice (destination-implicit)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-26b35234\x2dda30\x2d48c0\x2da7d5\x2d03e0bd1f3e5a.swap (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: lmt-poll.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: run-user-1000-gvfs.mount (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: dicod.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: system-dicod.slice (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: dev-dm\x2d1.swap (destination-file)
ReferencedBy: lxcfs.service (destination-file)
ReferencedBy: virtlockd.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: avahi-daemon.socket (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: dbus.socket (destination-file)
ReferencedBy: var-tmp.mount (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: dev-mapper-SSHDCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: speech-dispatcher.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: uuidd.socket (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: tor.service (destination-file)
ReferencedBy: pppd-dns.service (destination-file)
ReferencedBy: fetchnews.service (destination-file)
ReferencedBy: lava-slave.service (destination-file)
ReferencedBy: dovecot.service (destination-file)
ReferencedBy: slices.target (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: dicod.socket (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: thermald.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: lvm2-lvmpolld.socket (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: media-SSHD.mount (destination-file)
ReferencedBy: media-BTRFS.mount (destination-file)
ReferencedBy: dev-mapper-sdbCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: run-user-118.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-file)
ReferencedBy: var-lib-lxcfs.mount (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dovecot.socket (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: system-leafnode.slice (destination-implicit)
ReferencedBy: system-lvm2\x2dpvscan.slice (destination-implicit)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: iwatch.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2dsdbCrypt\x2dSWAP.swap (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: leafnode.socket (destination-file)
ReferencedBy: mysql.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: auditd.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dgVJhu4eUCg2sX0EnWpPkZ2qj5ogWQKpHkccZow69GCp2Nf1zGuNbRrgK6d54rTRX.swap (destination-file)
ReferencedBy: laptop-mode.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-fsckd.socket (destination-file)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: ssh.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: phpsessionclean.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: apt-cacher-ng.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.swap (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: system-tor.slice (destination-implicit)
ReferencedBy: dev-SSHDCrypt-SWAP.swap (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: alsa-state.service (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
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
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Invocation ID: 8bb4ba877b1c46d199d11e5dbe2b9517
Following Set Member: dev-disk-by\x2dpartuuid-0c9648fc\x2db83c\x2d410c\x2d9966\x2d36b4bcf41a62.device
Following Set Member: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart6.device
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 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: mysql.service
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mysql.service
Source Path: /etc/init.d/mysql
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: network-online.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: exim4.service (destination-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: nss-lookup.target (origin-file)
After: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: time-sync.target (origin-file)
After: sysinit.target (origin-default)
After: network-online.target (origin-file)
After: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: nss-lookup.target (origin-file)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: time-sync.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: exim4.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: 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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Invocation ID: 9afe95f8678e426892817d23ac8c9521
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.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: sys-devices-virtual-block-dm\x2d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart5.device
Invocation ID: adc3c93826a345da81d21408ab5cbef5
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-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-sda5.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
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-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-update-done.service
After: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart7.device
Invocation ID: 2ec3ef62d8aa4ee4af15a4911280c11a
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: 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\x2did-ata\x2dWDC_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
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 lvm2-pvscan at 253:0.service:
Description: LVM2 PV scan on device 253:0
Instance: 253:0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-lvm2\x2dpvscan.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lvm2-pvscan at 253:0.service
Invocation ID: a368730993e44922913694caba4e369e
Documentation: man:pvscan(8)
Fragment Path: /lib/systemd/system/lvm2-pvscan at .service
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: system-lvm2\x2dpvscan.slice (origin-file)
Requires: lvm2-lvmetad.socket (origin-file)
BindsTo: dev-block-253:0.device (origin-file)
WantedBy: sys-devices-virtual-block-dm\x2d0.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system-lvm2\x2dpvscan.slice (origin-file)
After: lvm2-lvmetad.service (origin-file)
After: lvm2-lvmetad.socket (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-block-253:0.device (origin-file)
References: system-lvm2\x2dpvscan.slice (origin-file)
References: lvm2-lvmetad.service (origin-file)
References: lvm2-lvmetad.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sys-devices-virtual-block-dm\x2d0.device (destination-udev)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvm pvscan --cache --activate ay 253:0
PID: 586
Start Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm pvscan --cache 253:0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB SYSTEM_DRV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart2.device
Invocation ID: ed230aaf37204215b43a02524adf090e
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\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
Following Set Member: dev-disk-by\x2dlabel-SYSTEM_DRV.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\x2dpartlabel-EFI\x5cx20system\x5cx20partition.device
Following Set Member: dev-sda2.device
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 greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: greylist.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: devices pids
Name: systemd-timesyncd.service
Invocation ID: d522dccd404445a39f7bbb7da6ddec59
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: var-tmp.mount (origin-file)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Requires: tmp.mount (origin-file)
Wants: time-sync.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: time-sync.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: var-tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: tmp.mount (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: var-tmp.mount (origin-file)
References: -.mount (origin-file)
References: tmp.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: time-sync.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
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: 10675
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: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/timesync
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
AmbientCapabilities: cap_sys_time
User: systemd-timesync
Group: systemd-timesync
DynamicUser: yes
LockPersonality: yes
SystemCallFilter: ~ioperm mpx ftime umount2 reboot init_module query_module delete_module iopl gtty ustat switch_endian ptrace afs_syscall break idle mount rtas swapon request_key ulimit vserver modify_ldt uselib pivot_root getpmsg pciconfig_iobase process_vm_writev _sysctl keyctl perf_event_open kexec_load chroot kexec_file_load stty pciconfig_write tuxcall pciconfig_read process_vm_readv putpmsg create_module s390_pci_mmio_write security sgetmask umount get_kernel_syms s390_runtime_instr finit_module lock lookup_dcookie add_key sysfs prof bdflush swapoff spu_run s390_pci_mmio_read ssetmask vm86 vm86old profil
SystemCallArchitectures: native
RestrictNamespaces:
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
PID: 10675
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Status Text: Synchronized to time server [2402:f000:1:416:101:6:6:172]:123 (2.debian.pool.ntp.org).
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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=closed
Delegate=no
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: local-fs-pre.target
Invocation ID: 597061b4b3414546941dfe80faa4c4f3
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
WantedBy: keyboard-setup.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: var-tmp.mount (destination-file)
Before: media-BTRFS.mount (destination-file)
Before: ram\x2dtmp.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: run-user-1000-gvfs.mount (destination-mountinfo-default)
Before: tmp.mount (destination-file)
Before: boot-efi.mount (destination-file)
Before: media-SSHD.mount (destination-file)
Before: var-lib-lxcfs.mount (destination-mountinfo-default)
Before: run-user-118.mount (destination-mountinfo-default)
Before: var-lib-machines.mount (destination-file)
Before: boot.mount (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: local-fs.target (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: run-user-1000.mount (destination-mountinfo-default)
After: systemd-remount-fs.service (destination-file)
After: keyboard-setup.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: lvm2-monitor.service (destination-file)
After: dm-event.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: var-lib-lxcfs.mount (destination-mountinfo-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
ReferencedBy: run-user-1000-gvfs.mount (destination-mountinfo-default)
ReferencedBy: run-user-118.mount (destination-mountinfo-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: var-tmp.mount (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: ram\x2dtmp.mount (destination-file)
ReferencedBy: media-SSHD.mount (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: media-BTRFS.mount (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB LRS_ESP
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartlabel-Basic\x5cx20data\x5cx20partition.device
Invocation ID: 501a7a9734d74b6d84d9b1be4d4900ea
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-sda3.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\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-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart3.device
Following Set Member: dev-disk-by\x2dlabel-LRS_ESP.device
Following Set Member: dev-disk-by\x2duuid-D20A\x2dAF97.device
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-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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-rfkill.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-rfkill.socket
Invocation ID: 458c713772cf44b984b025430aa35c72
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /lib/systemd/system/systemd-rfkill.socket
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-rfkill.service (origin-implicit)
After: system.slice (origin-file)
After: -.mount (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
Triggers: systemd-rfkill.service (origin-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-rfkill.service (origin-implicit)
References: -.mount (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
RequiresMountsFor: /dev/rfkill (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service:
Description: File System Check on /dev/disk/by-id/wwn-0x50014ee0ae986998-part5
Instance: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service
Invocation ID: d4f76166e4024c629495579511cc1570
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
RequiredBy: media-BTRFS.mount (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: media-BTRFS.mount (destination-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-fsckd.socket (origin-file)
After: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
References: local-fs-pre.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: systemd-fsck-root.service (origin-file)
References: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
References: systemd-quotacheck.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
ReferencedBy: media-BTRFS.mount (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/disk/by-id/wwn-0x50014ee0ae986998-part5
PID: 3986
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Code: exited
Exit Status: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit ssh.socket:
Description: OpenBSD Secure Shell server socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ssh.socket
CGroup realized: no
CGroup own mask: pids
Name: ssh.socket
Invocation ID: 781d27d828754258bd193ae94d31d9b3
Fragment Path: /lib/systemd/system/ssh.socket
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: ssh.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
Before: ssh.service (origin-file)
Before: ssh at 0.service (origin-implicit)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: ssh at 0.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: ssh.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit media-BTRFS.mount:
Description: /media/BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:49 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/media-BTRFS.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: media-BTRFS.mount
Invocation ID: bd7d2e846bc34506b2e2f7b0c1184e15
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/media-BTRFS.mount
Source Path: /etc/fstab
Condition Timestamp: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: -.mount (origin-file origin-implicit)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (origin-file)
BindsTo: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
RequiredBy: local-fs.target (destination-file)
WantedBy: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (destination-file)
Conflicts: umount.target (origin-file)
Before: local-fs.target (origin-file)
Before: umount.target (origin-file)
After: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (origin-file)
After: system.slice (origin-file)
After: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
After: local-fs-pre.target (origin-file)
After: -.mount (origin-file origin-implicit)
References: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (origin-file)
References: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.device (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-file)
References: local-fs-pre.target (origin-file)
References: -.mount (origin-file origin-implicit)
References: local-fs.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
RequiresMountsFor: /dev/disk/by-id/wwn-0x50014ee0ae986998-part5 (origin-file)
RequiresMountsFor: /media (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /media/BTRFS
What: /dev/sda5
File System Type: btrfs
Options: rw,relatime,compress=lzo,space_cache,autodefrag,commit=600,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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit iwatch.service:
Description: LSB: iwatch daemon control
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: iwatch.service
Invocation ID: f0827a37ee7a49528fdbf66a1d31eea1
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/iwatch.service
Source Path: /etc/init.d/iwatch
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/iwatch start
PID: 11721
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/iwatch reload
-> ExecStop:
Command Line: /etc/init.d/iwatch stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-sda5.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BTRFS
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:49 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda5.device
Invocation ID: 63d9a338b3134ed082d3eca8a3d67159
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-BTRFS.device
Following Set Member: dev-disk-by\x2duuid-ac4122fe\x2d73e5\x2d4889\x2d9cef\x2d5ae847073511.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-wwn\x2d0x50014ee0ae986998\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\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart5.device
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 dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dm-event.socket
CGroup realized: no
CGroup own mask: pids
Name: dm-event.socket
Invocation ID: 95fd2cc0e2a94fc6b1be92e6df9c6f7f
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: dm-event.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: dm-event.service (origin-implicit destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: dm-event.service (origin-implicit)
References: -.mount (origin-file)
References: system.slice (origin-file)
References: dm-event.service (origin-implicit)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/dmeventd-server (origin-file)
RequiresMountsFor: /run/dmeventd-client (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-cryptsetup at sdb1_crypt.service:
Description: Cryptography Setup for sdb1_crypt
Instance: sdb1_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dcryptsetup.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-cryptsetup at sdb1_crypt.service
Invocation ID: ebaa8c17f64948bbb7c2079fff44575a
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 sdb1_crypt.service
Source Path: /etc/crypttab
Condition Timestamp: Tue 2018-01-30 12:57:47 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:47 IST
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device (origin-file)
RequiredBy: cryptsetup.target (destination-file)
RequiredBy: dev-mapper-sdb1_crypt.device (destination-file)
WantedBy: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device (destination-file)
Conflicts: umount.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: umount.target (origin-file)
After: systemd-journald.socket (origin-file)
After: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device (origin-file)
After: cryptsetup-pre.target (origin-file)
After: system-systemd\x2dcryptsetup.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: cryptsetup.target (origin-file)
References: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device (origin-file)
References: cryptsetup-pre.target (origin-file)
References: system-systemd\x2dcryptsetup.slice (origin-file)
ReferencedBy: dev-disk-by\x2duuid-95a41626\x2d11c9\x2d4dd8\x2dabaa\x2ddb1954b58998.device (destination-file)
ReferencedBy: cryptsetup.target (destination-file)
ReferencedBy: dev-mapper-sdb1_crypt.device (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sdb1_crypt /dev/disk/by-uuid/95a41626-11c9-4dd8-abaa-db1954b58998 none luks,discard
PID: 505
Start Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sdb1_crypt
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit virtlogd.socket:
Description: Virtual machine log manager socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/virtlogd.socket
CGroup realized: no
CGroup own mask: pids
Name: virtlogd.socket
Invocation ID: 6b4d73871dcb4b0a8f218b57f2c72042
Fragment Path: /lib/systemd/system/virtlogd.socket
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: virtlogd.service (destination-file)
RequiredBy: libvirtd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: virtlogd.service (origin-implicit)
Before: sockets.target (origin-default)
Before: libvirtd.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-file)
Triggers: virtlogd.service (origin-implicit)
References: libvirtd.service (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: virtlogd.service (origin-implicit)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
RequiresMountsFor: /var/run/libvirt/virtlogd-sock (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-sysusers.service:
Description: systemd-sysusers.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-sysusers.service
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
-> Unit var-lib-lxcfs.mount:
Description: /var/lib/lxcfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: var-lib-lxcfs.mount
Invocation ID: 7ea13ab062df4776928ccf1ed04dd8d8
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-implicit)
Before: umount.target (origin-mountinfo-default)
After: local-fs-pre.target (origin-mountinfo-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: local-fs-pre.target (origin-mountinfo-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo-implicit)
References: umount.target (origin-mountinfo-implicit origin-mountinfo-default)
RequiresMountsFor: /var/lib (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var/lib/lxcfs
What: lxcfs
File System Type: fuse.lxcfs
Options: rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald-audit.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-journald-audit.socket
Invocation ID: 5fdac6588c2641919f821e22b6244e36
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: sockets.target (origin-file)
References: systemd-journald.service (origin-implicit)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit anacron.service:
Description: anacron.service
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: anacron.service
Fragment Path: /dev/null
WantedBy: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: apt-daily-upgrade.service
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: apt-daily-upgrade.timer (destination-implicit)
After: apt-daily.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: apt-daily.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
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: 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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: tor.service
Invocation ID: 3a6044913cf04944be2e2d6cc75b6c03
Fragment Path: /lib/systemd/system/tor.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: tor at default.service (origin-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: tor at default.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
PropagatesReloadTo: tor at default.service (destination-file)
References: sysinit.target (origin-default)
References: tor at default.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: tor at default.service (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/true
PID: 11727
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS1.device
Invocation ID: 529c6adee5cb416e9a1216560b46caea
Following Set Member: dev-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
-> Unit fcoe.service:
Description: fcoe.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: fcoe.service
Before: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
-> Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/NetworkManager.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: NetworkManager.service
Invocation ID: eaf5b6ce68e94ac29205db17b0bc3ff5
Documentation: man:NetworkManager(8)
Fragment Path: /lib/systemd/system/NetworkManager.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Wants: network.target (origin-file)
RequiredBy: NetworkManager-wait-online.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: apt-daily.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network-pre.target (origin-file)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: dbus.service (origin-file)
References: basic.target (origin-default)
References: network-pre.target (origin-file)
References: dbus.socket (origin-file)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 11503
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 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
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
PID: 11503
Start Timestamp: Tue 2018-01-30 12:57:54 IST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: proc-sys-fs-binfmt_misc.mount
Invocation ID: 758aaef1f52d4e41b3d60492f3fa4977
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Tue 2018-01-30 12:57:53 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:53 IST
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
After: system.slice (origin-file)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: -.mount (origin-implicit)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit lvm2-lvmetad.socket:
Description: LVM2 metadata daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lvm2-lvmetad.socket
CGroup realized: no
CGroup own mask: pids
Name: lvm2-lvmetad.socket
Invocation ID: 6fb1a4c5f30a42edacc6a95691173f52
Documentation: man:lvmetad(8)
Fragment Path: /lib/systemd/system/lvm2-lvmetad.socket
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: lvm2-pvscan at 253:0.service (destination-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: lvm2-lvmetad.service (destination-file)
RequiredBy: lvm2-pvscan at 253:3.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: lvm2-pvscan at 253:0.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: lvm2-lvmetad.service (origin-implicit destination-file)
Before: lvm2-pvscan at 253:3.service (destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: lvm2-lvmetad.service (origin-implicit)
References: lvm2-lvmetad.service (origin-implicit)
References: system.slice (origin-file)
References: -.mount (origin-file)
ReferencedBy: lvm2-pvscan at 253:0.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: lvm2-pvscan at 253:3.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: lvm2-lvmetad.service (destination-file)
RequiresMountsFor: /run/lvm/lvmetad.socket (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit system-leafnode.slice:
Description: system-leafnode.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:28 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:28 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:28 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-leafnode.slice
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: system-leafnode.slice
Invocation ID: 4ba528d48a104153ab0c22f2204f5297
Condition Timestamp: Tue 2018-01-30 12:58:28 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:28 IST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: leafnode at 1-127.0.0.1:119-127.0.0.1:36580.service (destination-file)
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
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit sys-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: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device
Invocation ID: 26822be51f414fbcb08192d3577d5b9c
Wants: systemd-backlight at backlight:intel_backlight.service (origin-udev)
References: systemd-backlight at backlight:intel_backlight.service (origin-udev)
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 -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: n/a
CGroup:
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup enabled mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
CGroup members mask: cpu cpuacct io blkio memory devices pids
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: user.slice (destination-implicit)
RequiredBy: system.slice (destination-implicit)
RequiredBy: init.scope (destination-file)
WantedBy: slices.target (destination-file)
Before: slices.target (destination-file)
Before: system.slice (destination-implicit)
Before: init.scope (destination-file)
Before: user.slice (destination-implicit)
ReferencedBy: slices.target (destination-file)
ReferencedBy: system.slice (destination-implicit)
ReferencedBy: init.scope (destination-file)
ReferencedBy: user.slice (destination-implicit)
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
IPAccounting=no
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-sda1.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Basic\x20data\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sda1.device
Invocation ID: 6c2691f0f3cb4128bc3d64b2bcf02ad4
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: 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\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\x2duuid-637c0b1e\x2db72b\x2d4a8f\x2db058\x2dc2a4c9bf35f9.device
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 dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dm-event.service
Documentation: man:dmeventd(8)
Fragment Path: /lib/systemd/system/dm-event.service
Requires: system.slice (origin-file)
Requires: dm-event.socket (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: lvm2-monitor.service (destination-file)
Before: local-fs-pre.target (origin-file)
After: dm-event.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: dm-event.socket (destination-implicit)
References: dm-event.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dm-event.socket (destination-implicit)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
OOMScoreAdjust: -1000
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/dmeventd -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: timers.target
Invocation ID: 03329e8e2bc64e52b1f7380f457264c3
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: phpsessionclean.timer (origin-file)
Wants: fstrim.timer (origin-file)
Wants: anacron.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: phpsessionclean.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: laptop-mode.timer (destination-default)
After: apt-daily.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: fstrim.timer (destination-default)
References: phpsessionclean.timer (origin-file)
References: shutdown.target (origin-file)
References: fstrim.timer (origin-file)
References: apt-daily.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: anacron.timer (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: laptop-mode.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: phpsessionclean.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-platform-serial8250-tty-ttyS3.device
Invocation ID: 664f9a4688dd4dc4affcbe10b6fa2dfa
Following Set Member: dev-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3
-> 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-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Invocation ID: b4e5d77cc7b545cebbe614bb4ea0a5c0
Following Set Member: dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\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\x2did-ata\x2dWDC_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
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-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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dcryptsetup.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: systemd-cryptsetup at sda7_crypt.service
Invocation ID: 8abe55a015c34da58d26adb05ae4686b
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: Tue 2018-01-30 12:57:48 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:48 IST
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device (origin-file)
RequiredBy: cryptsetup.target (destination-file)
RequiredBy: dev-mapper-sda7_crypt.device (destination-file)
WantedBy: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device (destination-file)
Conflicts: umount.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: umount.target (origin-file)
After: system-systemd\x2dcryptsetup.slice (origin-file)
After: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device (origin-file)
After: cryptsetup-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: cryptsetup.target (origin-file)
References: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device (origin-file)
References: systemd-journald.socket (origin-file)
References: system-systemd\x2dcryptsetup.slice (origin-file)
References: cryptsetup-pre.target (origin-file)
ReferencedBy: cryptsetup.target (destination-file)
ReferencedBy: dev-mapper-sda7_crypt.device (destination-file)
ReferencedBy: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: shared
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-cryptsetup attach sda7_crypt /dev/disk/by-uuid/a1d51c69-c438-428b-8346-273abcbf5a52 none luks,discard
PID: 3886
Start Timestamp: Tue 2018-01-30 12:57:48 IST
Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-cryptsetup detach sda7_crypt
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: emergency.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: rescue.service (origin-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: syslog.socket (destination-file)
Before: sysinit.target (destination-file)
Before: rescue.service (origin-file)
Before: emergency.target (destination-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
After: syslog.socket (destination-file)
References: rescue.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /root (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell emergency
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dSWAP.device
Invocation ID: 66ca5b8181c14c3ebe7dae2c9fab2d93
Following: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: sys-devices-virtual-block-dm\x2d4.device
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.device
Following Set Member: dev-dm\x2d4.device
Following Set Member: dev-SSHDCrypt-SWAP.device
Following Set Member: dev-disk-by\x2duuid-b5647308\x2d33d3\x2d4b33\x2dbbd4\x2d67c47533d596.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-4
-> Unit user-118.slice:
Description: User Slice of Debian-gdm
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:56 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:56 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:56 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user.slice
CGroup: /user.slice/user-118.slice
CGroup realized: yes
CGroup realized mask: pids
CGroup enabled mask: pids
CGroup own mask: pids
CGroup members mask: pids
Name: user-118.slice
Invocation ID: dedb12856bca4f688e1377f26a93de90
Fragment Path: /run/systemd/transient/user-118.slice
Condition Timestamp: Tue 2018-01-30 12:57:56 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:56 IST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: user at 118.service (destination-file)
RequiredBy: session-c1.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 118.service (destination-file)
Before: session-c1.scope (destination-file)
Before: shutdown.target (origin-default)
After: systemd-logind.service (origin-file)
After: user.slice (origin-implicit)
After: systemd-user-sessions.service (origin-file)
References: systemd-logind.service (origin-file)
References: user.slice (origin-implicit)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: user at 118.service (destination-file)
ReferencedBy: session-c1.scope (destination-file)
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
IPAccounting=no
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 init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:46 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: init.scope
Documentation: man:systemd(1)
Requires: -.slice (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file)
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
IPAccounting=no
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 dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB BOOT
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d1\x2dpart6.device
Invocation ID: 838b08a8e6fe483abac06046187bb53f
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-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart6.device
Following Set Member: dev-sda6.device
Following Set Member: dev-disk-by\x2dlabel-BOOT.device
Following Set Member: dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.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
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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: plymouth-quit.service
ConflictedBy: gdm.service (destination-file)
Before: gdm.service (destination-file)
ReferencedBy: gdm.service (destination-file)
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy.swap
Invocation ID: 70846b0c3d2243068ce04068d89918d1
Following: dev-mapper-SSHDCrypt\x2dSWAP.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-SSHDCrypt-SWAP.swap
Following Set Member: dev-dm\x2d4.swap
Following Set Member: dev-mapper-SSHDCrypt\x2dSWAP.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-bs54X7BRLOlm8NEeIDHPg3HL27SGIdAqSH9ZZaSSLfEk29HYoQesnU2vTDHkvkFy (origin-implicit)
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-4
Priority: -3
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> 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: Tue 2018-01-30 12:57:53 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:53 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:53 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-dm\x2dname\x2dSSHDCrypt\x2dROOT.device
Invocation ID: f4ca3f8801df4aa6ad79cc4039564ab0
Following: sys-devices-virtual-block-dm\x2d5.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dbs54X7BRLOlm8NEeIDHPg3HL27SGIdAq7ic3Bd7CskLs20cyN4S1SOTEvVeUKV6r.device
Following Set Member: dev-SSHDCrypt-ROOT.device
Following Set Member: dev-dm\x2d5.device
Following Set Member: dev-mapper-SSHDCrypt\x2dROOT.device
Following Set Member: dev-disk-by\x2duuid-f3c1b4f2\x2dd8e5\x2d4c9d\x2d9775\x2d638cc1c1165e.device
Following Set Member: sys-devices-virtual-block-dm\x2d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-5
-> Unit alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: alsa-restore.service
Invocation ID: c2845485de7f4bb9a99792f3109ad95c
Documentation: man:alsactl(1)
Fragment Path: /lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* succeeded
ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: alsa-state.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: alsa-state.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: basic.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore
PID: 12035
Start Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Invocation ID: 4d90a4d8f36143e4b0f6d6b63a08b703
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: 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\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-sda7.device
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-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:23 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:46 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-fsckd.socket
CGroup realized: no
CGroup own mask: pids
Name: systemd-fsckd.socket
Invocation ID: 257081f3410b4fadabcb4b80b913d66f
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: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
RequiredBy: systemd-fsckd.service (destination-file)
WantedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
WantedBy: systemd-fsck-root.service (destination-file)
WantedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
WantedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
WantedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
Before: systemd-fsckd.service (origin-implicit)
Before: systemd-fsck-root.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
Before: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
Triggers: systemd-fsckd.service (origin-implicit)
References: systemd-fsckd.service (origin-implicit)
References: system.slice (origin-file)
References: -.mount (origin-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-SSHDCrypt\x2dROOT.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-94c0c095\x2df0cc\x2d4646\x2d86d9\x2df8c0dfd39243.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-2206\x2d0BF2.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2did-wwn\x2d0x50014ee0ae986998\x2dpart5.service (destination-file)
RequiresMountsFor: /run/systemd/fsck.progress (origin-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit apt-cacher-ng.service:
Description: Apt-Cacher NG software download proxy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:55 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:55 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:55 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/apt-cacher-ng.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: apt-cacher-ng.service
Invocation ID: 3e699736a5e447a3a3c9e1e75a6a1924
Fragment Path: /lib/systemd/system/apt-cacher-ng.service
Condition Timestamp: Tue 2018-01-30 12:57:55 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:55 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
References: -.mount (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: network.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/cache/apt-cacher-ng (origin-file)
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: 12651
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: apt-cacher-ng
Group: apt-cacher-ng
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/apt-cacher-ng SocketPath=/run/apt-cacher-ng/socket -c /etc/apt-cacher-ng ForeGround=1
PID: 12651
Start Timestamp: Tue 2018-01-30 12:57:55 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Invocation ID: aa2d445ec3594f34b9b0137bce458263
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-sda.device
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 dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB Microsoft\x20reserved\x20partition
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2dpartlabel-Microsoft\x5cx20reserved\x5cx20partition.device
Invocation ID: e54dc68994eb46b9b75d2b1261a887f4
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\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\x2dpartuuid-242faae1\x2daa64\x2d4791\x2da2aa\x2d314cf9e49b51.device
Following Set Member: dev-sda4.device
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 system-dicod.slice:
Description: system-dicod.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
CGroup members mask: pids
Name: system-dicod.slice
Requires: system.slice (origin-implicit)
RequiredBy: dicod at 0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: dicod at 0.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: dicod at 0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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 wpa_supplicant.service:
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:54 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:54 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:54 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: wpa_supplicant.service
Invocation ID: bfe909caa8c4403d8dbf157bfe6de12f
Fragment Path: /lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Tue 2018-01-30 12:57:54 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:54 IST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network.target (origin-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: dbus.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 12036
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
PID: 12036
Start Timestamp: Tue 2018-01-30 12:57:54 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device:
Description: LVM PV J903FG-lWiE-NOqu-wE28-JPOo-P4Ii-IkpOvy on /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2dJ903FG\x2dlWiE\x2dNOqu\x2dwE28\x2dJPOo\x2dP4Ii\x2dIkpOvy.device
Invocation ID: f34cf993a2444c58809deb834cb53bf3
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-block-253:0.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dsdb1_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS1\x2d95a4162611c94dd8abaadb1954b58998\x2dsdb1_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-sdb1_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/dm-0
-> Unit geoclue.service:
Description: Location Lookup Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:58:07 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:58:07 IST
Active Enter Timestamp: Tue 2018-01-30 12:58:07 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/geoclue.service
CGroup realized: yes
CGroup realized mask: cpu cpuacct blkio memory devices pids
CGroup own mask: pids
Name: geoclue.service
Invocation ID: dbd7829512bf4794865cc00fddfbc911
Fragment Path: /lib/systemd/system/geoclue.service
Condition Timestamp: Tue 2018-01-30 12:58:07 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:58:07 IST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
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: 16796
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.GeoClue2
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: geoclue
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/geoclue-2.0/geoclue -t 5
PID: 16796
Start Timestamp: Tue 2018-01-30 12:58:07 IST
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-> Unit dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device:
Description: WDC_WD5000M22K-24Z1LT0-SSHD-16GB 7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2018-01-30 12:57:48 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:48 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:48 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-disk-by\x2duuid-a1d51c69\x2dc438\x2d428b\x2d8346\x2d273abcbf5a52.device
Invocation ID: c6033041f7674e1bb687b93f1b38dca0
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-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\x2did-ata\x2dWDC_WD5000M22K\x2d24Z1LT0\x2dSSHD\x2d16GB_WD\x2dWX81A64LFF13\x2dpart7.device
Following Set Member: dev-sda7.device
Condition Timestamp: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Wants: systemd-cryptsetup at sda7_crypt.service (origin-file)
BoundBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
Before: systemd-cryptsetup at sda7_crypt.service (destination-file)
References: systemd-cryptsetup at sda7_crypt.service (origin-file)
ReferencedBy: systemd-cryptsetup at sda7_crypt.service (destination-file)
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 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: Tue 2018-01-30 12:57:47 IST
Inactive Exit Timestamp: Tue 2018-01-30 12:57:46 IST
Active Enter Timestamp: Tue 2018-01-30 12:57:47 IST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
GC Check Good: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: pids
Name: lvm2-monitor.service
Invocation ID: 10fb5329c96d4515b7d1236e2c364b84
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: Tue 2018-01-30 12:57:46 IST
Condition Result: yes
Assert Timestamp: Tue 2018-01-30 12:57:46 IST
Assert Result: yes
Requires: lvm2-lvmetad.socket (origin-file)
Requires: dm-event.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: lvm2-lvmetad.service (origin-file)
After: lvm2-lvmetad.socket (origin-file)
After: dm-event.service (origin-file)
After: systemd-journald.socket (origin-file)
After: lvm2-activation.service (origin-file)
After: dm-event.socket (origin-file)
After: system.slice (origin-file)
References: dm-event.service (origin-file)
References: dm-event.socket (origin-file)
References: lvm2-activation.service (origin-file)
References: lvm2-lvmetad.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: lvm2-lvmetad.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
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
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
KeyringMode: private
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 4096
LimitNOFILESoft: 1024
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/lvm vgchange --monitor y --ignoreskippedcluster
PID: 372
Start Timestamp: Tue 2018-01-30 12:57:46 IST
Exit Timestamp: Tue 2018-01-30 12:57:47 IST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/lvm vgchange --monitor n --ignoreskippedcluster
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=no
TasksAccounting=yes
IPAccounting=no
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
-------------- next part --------------
==> /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-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.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/dm-event.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/dm-event.service
==> /var/lib/systemd/deb-systemd-helper-enabled/udisks2.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/udisks2.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/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/multi-user.target.wants/ebtables.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.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/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.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/mariadb.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dicod.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/cron.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/lxc-net.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.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/binfmt-support.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/lava-slave.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/auditd.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/apache2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lxcfs.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/minissdpd.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/libvirt-guests.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/lxc.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/anacron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apt-cacher-ng.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.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/libvirtd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/tor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service
==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/dicod.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dicod.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/laptop-mode.timer.dsh-also <==
/etc/systemd/system/multi-user.target.wants/laptop-mode.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.service
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/rtkit-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
==> /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/timers.target.wants/phpsessionclean.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.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/auditd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/auditd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dnsmasq.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dnsmasq.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lava-slave.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lava-slave.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/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.service
==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/upower.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /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/ebtables.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ebtables.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/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /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/phpsessionclean.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/phpsessionclean.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/minissdpd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/minissdpd.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/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/blk-availability.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/resolvconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.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/vboxweb.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/vboxweb.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/apt-cacher-ng.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.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/lvm2-lvmetad.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/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/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.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/lxc.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lxc.service
==> /var/lib/systemd/deb-systemd-helper-enabled/mysqld.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/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.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/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/sockets.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dovecot.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dicod.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/ssh.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /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/dovecot.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dovecot.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/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/wpa_supplicant.service
/etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service
==> /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/dicod.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dicod.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/rtkit-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/mysql.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/pppd-dns.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-bootchart.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-bootchart.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lxc-net.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lxc-net.service
==> /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/lxcfs.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lxcfs.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.thermald.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/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /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/dovecot.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dovecot.service
==> /var/lib/systemd/deb-systemd-helper-enabled/mariadb.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/mariadb.service
/etc/systemd/system/mysql.service
/etc/systemd/system/mysqld.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/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.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/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.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 <==
-------------- 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/sdbCrypt-ROOT / ext4 delalloc,relatime,user_xattr,errors=remount-ro 0 1
/dev/mapper/SSHDCrypt-ROOT /media/SSHD ext4 delalloc,relatime,user_xattr,errors=remount-ro 0 2
/dev/disk/by-id/wwn-0x50014ee0ae986998-part5 /media/BTRFS btrfs autodefrag,compress=lzo,defaults 0 3
/media/SSHD/var/tmp /var/tmp none bind 0 0
# /boot was on /dev/sda6 during installation
UUID=94c0c095-f0cc-4646-86d9-f8c0dfd39243 /boot ext4 defaults 0 2
UUID=2206-0BF2 /boot/efi vfat defaults 0 2
/dev/mapper/SSHDCrypt-SWAP none swap sw 0 0
/dev/mapper/sdbCrypt-SWAP none swap sw 0 0
# mergerfs
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 0 0
More information about the Pkg-systemd-maintainers
mailing list