Bug#999442: systemd: reproducible hang on upgrade, in try-restart systemd-networkd.service
Martin Dorey
HNAS-noreply at hitachivantara.com
Thu Nov 11 04:02:47 GMT 2021
Package: systemd
Version: 241-7~deb10u8
Severity: normal
Dear Maintainer,
Installing the latest Buster systemd hung on a couple of systems.
Telling dpkg to repeatedly install the same already-installed version,
I find I can reliably reproduce this within a minute.
I run a loop like this:
while timeout 10 sudo dpkg -i systemd_241-7~deb10u8_amd64.deb; do date --iso=s; done; date --iso=s
When it stops producing output several times per second, I find a process tree like this:
martind at ch-us1(bash):~$ ps -Hjelf | cat
F S UID PID PPID PGID SID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
...
0 S martind 25773 25742 25773 25773 0 80 0 - 2073 - 19:48 pts/0 00:00:00 -bash
0 S martind 31659 25773 31659 25773 0 80 0 - 1522 - 19:53 pts/0 00:00:00 timeout 10 sudo dpkg -i systemd_241-7~deb10u8_amd64.deb
4 S root 31660 31659 31659 25773 0 80 0 - 3534 - 19:53 pts/0 00:00:00 sudo dpkg -i systemd_241-7~deb10u8_amd64.deb
4 S root 31661 31660 31659 25773 0 80 0 - 5285 - 19:53 pts/0 00:00:00 dpkg -i systemd_241-7~deb10u8_amd64.deb
0 S root 31854 31661 31659 25773 0 80 0 - 597 - 19:53 pts/0 00:00:00 /bin/sh /var/lib/dpkg/info/systemd.postinst configure 241-7~deb10u8
0 S root 31953 31854 31659 25773 0 80 0 - 3073 - 19:53 pts/0 00:00:00 systemctl try-restart systemd-networkd.service
4 S root 31958 31953 31659 25773 0 80 0 - 4777 - 19:53 pts/0 00:00:00 /bin/systemd-tty-ask-password-agent --watch
This bears a striking resemblance to:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774153
systemd-tty-ask-password hangs udev postinst until daemon-reexec is run
... which was believed fixed in Jessie.
I was skeptical but now I think Martin Pitt was right in:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774153#63
... that the systemd-tty-ask-password-agent is "mostly just a red herring".
I think this because:
https://github.com/systemd/systemd/blob/3f5e7edbdb8755607a118cbc917ad1ceb753b25d/src/shared/spawn-ask-password-agent.c#L21
... led me to redirect < /dev/null, which stopped the agent from being started but did not stop the hang.
Attaching gdb to the hung systemctl suggests, on a sample of two that I eyeball as the same, that it's here:
(gdb) bt
#0 0x00007f2d4c7588ba in __GI_ppoll (fds=0x7ffeb0575120, nfds=1, timeout=<optimized out>, sigmask=0x0)
at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1 0x000055666023450e in ppoll (__ss=0x0, __timeout=<optimized out>, __nfds=<optimized out>, __fds=0x7ffeb0575120)
at /usr/include/x86_64-linux-gnu/bits/poll2.h:71
#2 bus_poll (bus=<optimized out>, need_more=<optimized out>, timeout_usec=<optimized out>)
at ../src/libsystemd/sd-bus/sd-bus.c:3056
#3 0x000055666025970e in bus_process_wait (bus=0x55666104ec40) at ../src/shared/bus-unit-util.c:1882
#4 bus_wait_for_jobs (extra_args=<optimized out>, quiet=<optimized out>, d=<optimized out>)
at ../src/shared/bus-unit-util.c:2039
#5 bus_wait_for_jobs (extra_args=0x7ffeb05752a0, quiet=false, d=0x55666104f620) at ../src/shared/bus-unit-util.c:2031
#6 start_unit (argc=<optimized out>, argv=<optimized out>, userdata=<optimized out>)
at ../src/systemctl/systemctl.c:3214
#7 0x00005566601d4691 in dispatch_verb (verbs=0x556660294a20 <verbs>, userdata=0x0, argv=0x7ffeb0575550,
argc=<optimized out>) at ../src/systemctl/systemctl.c:8117
#8 systemctl_main (argv=<optimized out>, argc=<optimized out>) at ../src/systemctl/systemctl.c:8486
#9 run (argv=<optimized out>, argc=<optimized out>) at ../src/systemctl/systemctl.c:8758
#10 main (argc=<optimized out>, argv=<optimized out>) at ../src/systemctl/systemctl.c:8823
(gdb)
Looking at what the postinst is doing led me to reproduce the problem with:
while sudo systemctl daemon-reexec && sudo systemctl try-restart systemd-networkd.service < /dev/null; do date --iso=s; done
I wondered if it's specific to systemd-networkd.
The next daemon postinst would try-restart is systemd-resolved.
I can reproduce the problem substituting that for systemd-networkd above.
I did:
sudo systemd-analyze set-log-level debug
... and disabled ratelimiting with:
echo on | sudo tee /proc/sys/kernel/printk_devkmsg
Now I'm drowning in logs and don't know quite which bits to share.
When I get the hang, it looks something like this:
Nov 10 19:41:35 ch-us1 systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device: Changed dead -> plugged
Nov 10 19:41:35 ch-us1 systemd[1]: slices.target changed dead -> active
Nov 10 19:41:35 ch-us1 sudo[30546]: martind : TTY=pts/0 ; PWD=/home/martind/tmp/D149667/extracted-buster-patch-2021-09-02.tar ; USER=root ; COMMAND=/usr/bin/systemctl try-restart systemd-networkd.service
Nov 10 19:41:35 ch-us1 sudo[30546]: pam_unix(sudo:session): session opened for user root by martind(uid=0)
Nov 10 19:41:35 ch-us1 systemd[1]: Reloading.
Nov 10 19:41:35 ch-us1 systemd[1]: Setting log level to debug.
Nov 10 19:41:35 ch-us1 systemd[1]: /lib/systemd/system/autofs.service:7: PIDFile= references path below legacy directory /var/run/, updating /var/run/autofs.pid → /run/autofs.pid; please update the unit file accordingly.
Nov 10 19:41:35 ch-us1 systemd[1]: atopacct.service: Service has no ExecStart=, ExecStop=, or SuccessAction=. Refusing.
Nov 10 19:41:35 ch-us1 systemd[1]: atop.service: Service has no ExecStart=, ExecStop=, or SuccessAction=. Refusing.
Nov 10 19:41:35 ch-us1 systemd[1]: Setting log level to debug.
Nov 10 19:41:35 ch-us1 systemd[1]: /lib/systemd/system/rpc-statd.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
Nov 10 19:41:37 ch-us1 process-monitor[30822]: stderr from /etc/opt/mercury-monitor/monitor/mfb-watchdog: nvlog::Log - unable to log: LVDS not ready. Dropped 0x50300000
Nov 10 19:41:40 ch-us1 process-monitor[30964]: stderr from /etc/opt/mercury-monitor/monitor/mfb-watchdog: nvlog::Log - unable to log: LVDS not ready. Dropped 0x50300000
I wonder if the daemon-reexec isn't complete before the try-restart is started.
-- Package-specific info:
-- System Information:
Debian Release: 10.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-8-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages systemd depends on:
ii adduser 3.118
ii libacl1 2.2.53-4
ii libapparmor1 2.13.2-10
ii libaudit1 1:2.8.4-3
ii libblkid1 2.33.1-0.1
ii libc6 2.28-10
ii libcap2 1:2.25-2
ii libcryptsetup12 2:2.1.0-5+deb10u2
ii libgcrypt20 1.8.4-5
ii libgnutls30 3.6.7-4+deb10u5
ii libgpg-error0 1.35-1
ii libidn11 1.33-2.2
ii libip4tc0 1.8.2-4
ii libkmod2 26-1
ii liblz4-1 1.8.3-1+deb10u1
ii liblzma5 5.2.4-1
ii libmount1 2.33.1-0.1
ii libpam0g 1.3.1-5
ii libseccomp2 2.3.3-4
ii libselinux1 2.8-1+b1
ii libsystemd0 241-7~deb10u8
ii mount 2.33.1-0.1
ii util-linux 2.33.1-0.1
Versions of packages systemd recommends:
ii dbus 1.12.16-1
ii libpam-systemd 241-7~deb10u8
Versions of packages systemd suggests:
pn policykit-1 <none>
pn systemd-container <none>
Versions of packages systemd is related to:
pn dracut <none>
ii initramfs-tools 0.133+deb10u1
ii udev 241-7~deb10u8
-- Configuration Files:
/etc/systemd/journald.conf changed:
[Journal]
SystemMaxFileSize=10M
MaxRetentionSec=8day
-- debconf-show failed
-------------- next part --------------
[OVERRIDDEN] /etc/tmpfiles.d/screen-cleanup.conf -> /usr/lib/tmpfiles.d/screen-cleanup.conf
--- /usr/lib/tmpfiles.d/screen-cleanup.conf 2021-02-20 12:36:23.000000000 -0800
+++ /etc/tmpfiles.d/screen-cleanup.conf 2020-08-05 04:12:36.000000000 -0700
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp
[REDIRECTED] /etc/systemd/system/atop.service -> /usr/lib/systemd/system/atop.service
[REDIRECTED] /etc/systemd/system/atopacct.service -> /usr/lib/systemd/system/atopacct.service
[OVERRIDDEN] /etc/systemd/system/serial-getty at .service -> /usr/lib/systemd/system/serial-getty at .service
--- /usr/lib/systemd/system/serial-getty at .service 2021-07-08 06:03:45.000000000 -0700
+++ /etc/systemd/system/serial-getty at .service 2020-08-05 04:16:56.000000000 -0700
@@ -1,3 +1,4 @@
+# Modified by Hitachi Vantara 2020-08-05
# SPDX-License-Identifier: LGPL-2.1+
#
# This file is part of systemd.
@@ -31,7 +32,7 @@
# The '-o' option value tells agetty to replace 'login' arguments with an
# option to preserve environment (-p), followed by '--' for safety, and then
# the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' 115200,38400,9600 %I $TERM
Type=idle
Restart=always
UtmpIdentifier=%I
[EXTENDED] /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /usr/lib/systemd/system/systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
[EXTENDED] /usr/lib/systemd/system/systemd-timesyncd.service -> /usr/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
7 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Wed 2021-11-10 02:05:24 PST
Timestamp userspace: Wed 2021-11-10 02:05:36 PST
Timestamp finish: Wed 2021-11-10 02:06:37 PST
Timestamp security-start: Wed 2021-11-10 02:05:36 PST
Timestamp security-finish: Wed 2021-11-10 02:05:36 PST
Timestamp generators-start: Wed 2021-11-10 02:05:37 PST
Timestamp generators-finish: Wed 2021-11-10 02:05:37 PST
Timestamp units-load-start: Wed 2021-11-10 02:05:37 PST
Timestamp units-load-finish: Wed 2021-11-10 02:05:37 PST
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: ae3957e175de42bc97a04dd0a9f92bf7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-file)
Requires: var.mount (origin-file origin-path)
Wants: paths.target (origin-file)
Wants: slices.target (origin-file)
Wants: timers.target (origin-file)
Wants: sockets.target (origin-file)
Wants: tmp.mount (origin-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: atd.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: atopacct.service (destination-default)
Before: puma-server.service (destination-default)
Before: mercury-iptables.service (destination-default)
Before: mercury-nas-rsyslog.service (destination-default)
Before: atop.service (destination-default)
Before: mercury-utils.service (destination-default)
Before: mercury-base.service (destination-default)
Before: serial-getty at ttyS0.service (destination-default)
Before: serial-getty at ttyS1.service (destination-default)
Before: autofs.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: mercury-papi.service (destination-default)
Before: exim4.service (destination-default)
Before: fstrim.service (destination-default)
Before: cpufrequtils.service (destination-default)
Before: hddtemp.service (destination-default)
Before: shutdown.target (origin-default)
Before: journal-save.service (destination-default)
Before: getty-static.service (destination-default)
Before: rc-local.service (destination-default)
Before: nfs-utils.service (destination-default)
Before: rngd.service (destination-default)
Before: smu.service (destination-default)
Before: bali-monitor.service (destination-default)
Before: xinetd.service (destination-default)
Before: mercury-syslog2cef.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: freespace-monitor.service (destination-default)
Before: nas-system-monitor.service (destination-default)
Before: ssh.service (destination-default)
Before: rsync.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: fd-monitor.service (destination-default)
Before: nis.service (destination-default)
Before: mercury-platform-config.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: dbus.service (destination-default)
Before: apt-daily.service (destination-default)
Before: cron.service (destination-default)
Before: trouble-distributor.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: dedupe-index-server-virtuoso.service (destination-default)
Before: logrotate.service (destination-default)
Before: mmb-monitor.service (destination-default)
Before: sysstat.service (destination-default)
Before: mercury-ip6tables.service (destination-default)
Before: multi-user.target (destination-file destination-default)
Before: raid-monitor.service (destination-default)
Before: metro-server.service (destination-default)
Before: hw-errors-database.service (destination-default)
Before: mfb-watchdog.service (destination-default)
Before: mercury-monitor.service (destination-default)
Before: openipmi.service (destination-default)
Before: loadcpufreq.service (destination-default)
Before: smartmontools.service (destination-default)
Before: man-db.service (destination-default)
Before: ntp.service (destination-default)
Before: syslog-ng.service (destination-default)
Before: mfbmem-init.service (destination-default)
Before: chassis-monitor.service (destination-default)
After: tmp.mount (origin-file)
After: -.mount (origin-path)
After: slices.target (origin-file origin-default)
After: var.mount (origin-file origin-default origin-path)
After: paths.target (origin-file origin-default)
After: sockets.target (origin-file origin-default)
After: sysinit.target (origin-file origin-default)
References: tmp.mount (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file origin-default)
References: sockets.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: var.mount (origin-file origin-default origin-path)
References: slices.target (origin-file origin-default)
References: timers.target (origin-file)
References: paths.target (origin-file origin-default)
ReferencedBy: hw-errors-database.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: xinetd.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: mfbmem-init.service (destination-default)
ReferencedBy: metro-server.service (destination-default)
ReferencedBy: bali-monitor.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: mercury-iptables.service (destination-default)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: raid-monitor.service (destination-default)
ReferencedBy: mfb-watchdog.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: trouble-distributor.service (destination-default)
ReferencedBy: mercury-nas-rsyslog.service (destination-default)
ReferencedBy: journal-save.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: smu.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: chassis-monitor.service (destination-default)
ReferencedBy: nas-system-monitor.service (destination-default)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: mercury-syslog2cef.service (destination-default)
ReferencedBy: mercury-papi.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: puma-server.service (destination-default)
ReferencedBy: fd-monitor.service (destination-default)
ReferencedBy: mercury-monitor.service (destination-default)
ReferencedBy: atop.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: mercury-base.service (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: rngd.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: serial-getty at ttyS1.service (destination-default)
ReferencedBy: mercury-utils.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: openipmi.service (destination-default)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: nis.service (destination-default)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-default)
ReferencedBy: mmb-monitor.service (destination-default)
ReferencedBy: freespace-monitor.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: syslog-ng.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: mercury-ip6tables.service (destination-default)
ReferencedBy: mercury-platform-config.service (destination-default)
ReferencedBy: sysstat.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 man-db.timer:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:09:02 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: man-db.timer
Invocation ID: 8ba014114b2b444eac2de60511948364
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: man-db.service (origin-implicit)
After: var.mount (origin-file origin-path)
After: time-sync.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: man-db.service (origin-implicit)
References: var.mount (origin-file origin-path)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: man-db.service (origin-implicit)
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: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
OnCalendar: *-*-* 00:00:00
-> Unit systemd-udevd.service:
Description: udev Kernel Device Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 17:45:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: systemd-udevd.service
Invocation ID: d22d7f2760464756af7294448271c45d
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: systemd-udev-trigger.service (destination-file)
WantedBy: ifupdown-pre.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-hwdb-update.service (origin-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
References: systemd-udevd-control.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: sysinit.target (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: unknown
Main PID: 396
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: yes
SystemCallArchitectures: native
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
Status Text: Processing with 72 children at max
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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 systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 18:04:08 PST
Inactive Exit Timestamp: Wed 2021-11-10 18:04:08 PST
Active Enter Timestamp: Wed 2021-11-10 18:04:08 PST
Active Exit Timestamp: Wed 2021-11-10 18:04:08 PST
Inactive Enter Timestamp: Wed 2021-11-10 18:04:08 PST
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: systemd-journald.service
Invocation ID: c96490c87ca046538a205447d88e871f
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Wed 2021-11-10 18:04:08 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 18:04:08 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-journald.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
RequiredBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
After: systemd-journald.socket (origin-file destination-implicit)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
References: systemd-journald.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: syslog.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup.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: unknown
Main PID: 31973
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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: gettimeofday oldlstat setresgid32 fchdir getcwd unshare exit tgkill select membarrier nanosleep connect linkat mknodat swapcontext ioprio_get renameat shmdt sched_get_priority_max mq_open vfork pwrite64 kcmp execveat dup3 restart_syscall semop timer_settime writev clock_gettime msgsnd setuid io_submit inotify_init listen close setregid setsid lchown mmap rename symlink get_mempolicy sigaction lgetxattr fchown32 sendto getgid creat socketpair sync_file_range sendfile64 msgget setfsuid32 sendmmsg stat lstat getegid fstatfs64 setfsuid fchownat setsockopt pause poll epoll_create1 rmdir madvise fdatasync rt_sigqueueinfo add_key timer_create access sigaltstack ioprio_set getgroups32 rt_sigreturn getpriority setfsgid set_robust_list memfd_create ioctl recvmsg dup chmod setxattr utimes timerfd_create preadv2 arch_prctl sched_get_priority_min getgroups umask oldolduname exit_group mlockall unlinkat statfs64 setgid32 timer_getoverrun sched_setscheduler getcpu sendfile unlink tee alarm sched_rr_get_interval request_key futimesat getpeername timerfd_settime readahead epoll_wait getsockopt flock vmsplice utimensat pselect6 stat64 getxattr io_cancel truncate64 getsid fstatfs readdir signalfd shutdown remap_file_pages setregid32 sigprocmask chown execve setresuid32 sync_file_range2 sched_setattr kill pread64 setgid getpgid epoll_ctl mq_notify listxattr oldstat sched_setparam mkdirat futex setgroups uname sched_getscheduler fstat lseek mlock2 prctl read fcntl _newselect recv set_mempolicy nice sendmsg statfs epoll_pwait fchmodat flistxattr setfsgid32 time personality mq_timedreceive mremap pwritev2 process_vm_writev setreuid sched_getaffinity statx bind get_thread_area io_setup getdents fork migrate_pages fchmod timer_gettime mlock setpriority tkill rt_sigpending shmat setgroups32 msgctl setrlimit munlockall userfaultfd getresgid getuid fremovexattr getgid32 socket epoll_create wait4 pwritev getegid32 waitpid ppoll capset geteuid32 msgrcv open getresgid32 link dup2 inotify_rm_watch truncate mq_timedsend lchown32 fsync accept4 fadvise64 sched_setaffinity send get_robust_list fsetxattr geteuid setpgid write fadvise64_64 timer_delete readlink getuid32 io_getevents epoll_wait_old prlimit64 rt_sigprocmask set_tls pipe2 getpid fstat64 accept eventfd2 setresuid fgetxattr readv getdents64 socketcall sigpending sigreturn _llseek chdir inotify_add_watch set_thread_area getrlimit newfstatat sched_getattr ftruncate shmget llistxattr clone utime io_destroy sigsuspend sysinfo getresuid32 msync clock_getres fchown oldfstat mbind semctl munlock pipe rt_sigaction setuid32 splice gettid copy_file_range eventfd brk semtimedop timerfd_gettime mprotect signal clock_nanosleep ugetrlimit move_pages removexattr rt_sigsuspend getrusage recvfrom waitid shmctl getpgrp signalfd4 openat mknod munmap mkdir semget sched_getparam process_vm_readv lremovexattr rt_sigtimedwait ftruncate64 setresgid getitimer mmap2 keyctl rt_tgsigqueueinfo lstat64 readlinkat olduname syncfs inotify_init1 getppid fallocate mq_getsetattr epoll_ctl_old faccessat recvmmsg capget getrandom chown32 mq_unlink fcntl64 set_tid_address times symlinkat setreuid32 sched_yield renameat2 fstatat64 ipc setitimer getsockname name_to_handle_at preadv setns getresuid lsetxattr sync
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Current: 9
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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 sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 62aada93fc6a426689c9893b052606b2
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: apparmor.service (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: switchconf.service (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: swap.target (origin-file)
Wants: systemd-update-utmp.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: cryptsetup.target (origin-file)
RequiredBy: nfs-utils.service (destination-default)
RequiredBy: mfbmem-init.service (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: man-db.timer (destination-default)
RequiredBy: sysstat.service (destination-default)
RequiredBy: fstrim.service (destination-default)
RequiredBy: smartmontools.service (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: xinetd.service (destination-default)
RequiredBy: syslog-ng.service (destination-default)
RequiredBy: openipmi.service (destination-default)
RequiredBy: mercury-ip6tables.service (destination-default)
RequiredBy: hw-errors-database.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: rsync.service (destination-default)
RequiredBy: exim4.service (destination-default)
RequiredBy: mercury-nas-rsyslog.service (destination-default)
RequiredBy: smu.service (destination-default)
RequiredBy: mercury-papi.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: loadcpufreq.service (destination-default)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: bali-monitor.service (destination-default)
RequiredBy: fstrim.timer (destination-default)
RequiredBy: trouble-distributor.service (destination-default)
RequiredBy: atop.service (destination-default)
RequiredBy: freespace-monitor.service (destination-default)
RequiredBy: mercury-iptables.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: hddtemp.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: mmb-monitor.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: atopacct.service (destination-default)
RequiredBy: serial-getty at ttyS1.service (destination-default)
RequiredBy: atd.service (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: rngd.service (destination-default)
RequiredBy: raid-monitor.service (destination-default)
RequiredBy: mfb-watchdog.service (destination-default)
RequiredBy: ntp.service (destination-default)
RequiredBy: metro-server.service (destination-default)
RequiredBy: autofs.service (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: nis.service (destination-default)
RequiredBy: ssh.service (destination-default)
RequiredBy: mercury-base.service (destination-default)
RequiredBy: puma-server.service (destination-default)
RequiredBy: dedupe-index-server-virtuoso.service (destination-default)
RequiredBy: mercury-platform-config.service (destination-default)
RequiredBy: serial-getty at ttyS0.service (destination-default)
RequiredBy: nas-system-monitor.service (destination-default)
RequiredBy: mercury-monitor.service (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: fd-monitor.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: chassis-monitor.service (destination-default)
RequiredBy: mercury-syslog2cef.service (destination-default)
RequiredBy: rc-local.service (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: journal-save.service (destination-default)
RequiredBy: mercury-utils.service (destination-default)
RequiredBy: cpufrequtils.service (destination-default)
RequiredBy: cron.service (destination-default)
Conflicts: emergency.target (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: emergency.service (origin-file)
Before: systemd-ask-password-wall.service (destination-default)
Before: fstrim.timer (destination-default)
Before: mercury-nas-rsyslog.service (destination-default)
Before: fd-monitor.service (destination-default)
Before: apt-daily.timer (destination-default)
Before: dbus.service (destination-default)
Before: rescue.target (destination-file destination-default)
Before: smartmontools.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: getty-static.service (destination-default)
Before: atopacct.service (destination-default)
Before: syslog-ng.service (destination-default)
Before: loadcpufreq.service (destination-default)
Before: mercury-utils.service (destination-default)
Before: apt-daily.service (destination-default)
Before: logrotate.timer (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: nis.service (destination-default)
Before: mfb-watchdog.service (destination-default)
Before: serial-getty at ttyS1.service (destination-default)
Before: puma-server.service (destination-default)
Before: nfs-utils.service (destination-default)
Before: mercury-platform-config.service (destination-default)
Before: journal-save.service (destination-default)
Before: basic.target (destination-file destination-default)
Before: man-db.service (destination-default)
Before: rescue.service (destination-file)
Before: mfbmem-init.service (destination-default)
Before: rsync.service (destination-default)
Before: freespace-monitor.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: atop.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: mercury-papi.service (destination-default)
Before: rngd.service (destination-default)
Before: atd.service (destination-default)
Before: dbus.socket (destination-default)
Before: hw-errors-database.service (destination-default)
Before: hddtemp.service (destination-default)
Before: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-default)
Before: dedupe-index-server-virtuoso.service (destination-default)
Before: smu.service (destination-default)
Before: nas-system-monitor.service (destination-default)
Before: mercury-syslog2cef.service (destination-default)
Before: mercury-iptables.service (destination-default)
Before: autofs.service (destination-default)
Before: logrotate.service (destination-default)
Before: man-db.timer (destination-default)
Before: exim4.service (destination-default)
Before: sysstat.service (destination-default)
Before: mercury-base.service (destination-default)
Before: trouble-distributor.service (destination-default)
Before: metro-server.service (destination-default)
Before: ntp.service (destination-default)
Before: xinetd.service (destination-default)
Before: mercury-monitor.service (destination-default)
Before: bali-monitor.service (destination-default)
Before: cron.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: openipmi.service (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: ssh.service (destination-default)
Before: mercury-ip6tables.service (destination-default)
Before: rc-local.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: mmb-monitor.service (destination-default)
Before: cpufrequtils.service (destination-default)
Before: fstrim.service (destination-default)
Before: raid-monitor.service (destination-default)
Before: chassis-monitor.service (destination-default)
After: systemd-hwdb-update.service (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-udev-trigger.service (destination-file)
After: swap.target (origin-file origin-default)
After: emergency.target (origin-file)
After: sys-kernel-debug.mount (destination-file)
After: dev-hugepages.mount (destination-file)
After: systemd-binfmt.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: systemd-sysusers.service (destination-file)
After: systemd-update-utmp.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: systemd-random-seed.service (destination-file)
After: systemd-machine-id-commit.service (destination-file)
After: cryptsetup.target (origin-default)
After: systemd-modules-load.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: emergency.service (origin-file)
After: kmod-static-nodes.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: local-fs.target (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: apparmor.service (destination-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: dev-hugepages.mount (origin-file)
References: local-fs.target (origin-file)
References: systemd-timesyncd.service (origin-file)
References: dev-mqueue.mount (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: systemd-machine-id-commit.service (origin-file)
References: switchconf.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: systemd-modules-load.service (origin-file)
References: emergency.service (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: systemd-journal-flush.service (origin-file)
References: swap.target (origin-file origin-default)
References: apparmor.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
References: systemd-sysctl.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: kmod-static-nodes.service (origin-file)
References: emergency.target (origin-file)
References: sys-fs-fuse-connections.mount (origin-file)
References: systemd-update-utmp.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: systemd-random-seed.service (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-udevd.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: trouble-distributor.service (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: mercury-monitor.service (destination-default)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-default)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-default)
ReferencedBy: serial-getty at ttyS1.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: mercury-iptables.service (destination-default)
ReferencedBy: atop.service (destination-default)
ReferencedBy: rngd.service (destination-default)
ReferencedBy: raid-monitor.service (destination-default)
ReferencedBy: sysstat.service (destination-default)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: nis.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: puma-server.service (destination-default)
ReferencedBy: chassis-monitor.service (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: mercury-platform-config.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: mercury-papi.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: openipmi.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: syslog-ng.service (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: bali-monitor.service (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: hw-errors-database.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: xinetd.service (destination-default)
ReferencedBy: nas-system-monitor.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: mercury-base.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: smu.service (destination-default)
ReferencedBy: mercury-ip6tables.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: mercury-nas-rsyslog.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: mfbmem-init.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: mfb-watchdog.service (destination-default)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: mercury-utils.service (destination-default)
ReferencedBy: journal-save.service (destination-default)
ReferencedBy: metro-server.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: freespace-monitor.service (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: fd-monitor.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: man-db.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-modules-load.service:
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-modules-load.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-modules-load.service
Invocation ID: 49ebe1c6feb94b8a838e6f0cd5bb335a
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sys-kernel-config.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: networking.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: sys-fs-fuse-connections.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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md0.device:
Description: /dev/md0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md0.device
Invocation ID: bb4af42abd0e493e985b69482eb4fed2
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Following Set Member: dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:0.device
Following Set Member: sys-devices-virtual-block-md0.device
Following Set Member: dev-md-0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev,found-mount
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:06:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-fsckd.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-fsckd.socket
Invocation ID: d0f723502ca24355b589209d819faffc
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: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: systemd-fsckd.service (destination-file)
WantedBy: systemd-fsck-root.service (destination-file)
WantedBy: systemd-fsck at dev-md1.service (destination-file)
WantedBy: systemd-fsck at dev-md3.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: systemd-fsck at dev-md1.service (destination-file)
Before: systemd-fsckd.service (origin-implicit)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-fsckd.service (origin-implicit)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: systemd-fsckd.service (origin-implicit)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
ReferencedBy: systemd-fsckd.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
FileDescriptorName: systemd-fsckd.socket
SELinuxContextFromNet: no
ListenStream: /run/systemd/fsck.progress
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit nfs-server.service:
Description: nfs-server.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nfs-server.service
ConsistsOf: rpc-svcgssd.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart5.device
Invocation ID: ce79ae0aaabc46f88a3dc3be9da09710
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Found: found-udev
-> Unit systemd-logind.service:
Description: Login Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 19:18:00 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Name: systemd-logind.service
Invocation ID: e03766a630194e9fa8e07c32fecbecfb
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 untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Wants: user.slice (origin-file)
Wants: dbus.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: user.slice (origin-file)
After: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file)
References: user.slice (origin-file)
References: dbus.socket (origin-file)
References: basic.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: dbus
Restart: always
NotifyAccess: main
NotifyState: unknown
Main PID: 557
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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: mprotect access setitimer getgroups membarrier writev mremap inotify_add_watch lgetxattr recv getuid getpriority setgid32 stat setresgid32 request_key timer_settime epoll_wait_old faccessat epoll_ctl_old setgroups32 read sched_get_priority_min stat64 dup2 setsockopt umask mq_getsetattr recvmmsg semctl shmctl setgid inotify_init llistxattr accept setresgid vfork timer_getoverrun getpeername fgetxattr rt_sigreturn arch_prctl setfsuid32 getgid32 kill lchown readv io_submit getcpu pwritev2 select mq_open signalfd4 close pwrite64 swapcontext fchdir truncate64 setuid32 msgget waitpid fremovexattr _llseek sendto socketpair statx getsockname oldlstat renameat pread64 getpid fstatfs64 mq_notify getdents rmdir setfsuid gettimeofday fsetxattr restart_syscall time recvfrom sync_file_range2 sendfile64 lchown32 nanosleep set_robust_list munlockall mknodat copy_file_range getgroups32 mknod sigaction oldolduname syncfs clone recvmsg setgroups fadvise64 munmap unshare msgctl unlink msgrcv getresgid fcntl64 getrlimit mmap tee listen madvise getuid32 fallocate _newselect chdir rt_sigqueueinfo fchown pselect6 mlock ioctl getpgid oldstat rename execveat chown clock_gettime set_thread_area inotify_init1 readdir rt_sigaction readahead symlink mlock2 kcmp fsync wait4 uname readlinkat bind sched_get_priority_max fchmod setxattr sigprocmask sync_file_range keyctl sched_getaffinity chmod fstat memfd_create epoll_pwait pipe timer_delete setns futex socketcall waitid listxattr openat sched_setparam process_vm_writev pause nice setregid32 epoll_wait epoll_ctl linkat getcwd getppid execve getresuid tgkill fdatasync flistxattr process_vm_readv write preadv2 removexattr lseek readlink getresuid32 move_pages sigsuspend setfsgid io_cancel signalfd rt_sigpending lstat64 ftruncate64 ugetrlimit getegid eventfd truncate add_key getitimer timerfd_create getdents64 sched_rr_get_interval set_tid_address open get_robust_list creat sigreturn remap_file_pages msgsnd semop get_mempolicy send setreuid32 fchmodat utimes get_thread_area connect capget setpriority fork getsid vmsplice sync shmat accept4 dup sigaltstack prlimit64 statfs newfstatat migrate_pages getpgrp pipe2 sendmmsg ftruncate sched_setaffinity sigpending mq_timedsend utime sched_getscheduler tkill unlinkat sched_getattr epoll_create1 sched_yield geteuid32 exit personality setsid mkdir ioprio_get getsockopt getegid32 rt_tgsigqueueinfo msync statfs64 preadv fstat64 clock_getres mq_unlink sched_setscheduler io_setup io_destroy getgid times poll gettid sched_getparam semtimedop setrlimit sendfile rt_sigtimedwait timer_gettime setregid fstatfs shutdown rt_sigprocmask getrandom setpgid fstatat64 renameat2 alarm dup3 ioprio_set signal shmget brk fcntl sendmsg set_mempolicy fchownat io_getevents ipc capset rt_sigsuspend timer_create exit_group getresgid32 getxattr lsetxattr utimensat chown32 lremovexattr setresuid32 userfaultfd setuid prctl timerfd_gettime mlockall shmdt munlock setresuid eventfd2 ppoll flock mmap2 futimesat epoll_create getrusage splice pwritev olduname timerfd_settime semget sched_setattr setreuid sysinfo fchown32 socket lstat geteuid fadvise64_64 link mkdirat mq_timedreceive setfsgid32 inotify_rm_watch clock_nanosleep symlinkat oldfstat name_to_handle_at set_tls mbind
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Current: 0
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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 time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 3c036571bd6043f9a7d28854f4e5f19e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: systemd-timesyncd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily.timer (destination-default)
Before: mercury-nas-rsyslog.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: man-db.timer (destination-default)
Before: logrotate.timer (destination-default)
Before: mercury-syslog2cef.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: exim4.service (destination-file)
Before: fstrim.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-getty.slice
Invocation ID: b183d9457bfa4fc7856f52f03904554c
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
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: Wed 2021-11-10 18:04:08 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald-audit.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-journald-audit.socket
Invocation ID: 97e3d9fe3b924e35a1110078f5579185
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ untested
ConditionSecurity: audit untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: apparmor.service (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-journald.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
FileDescriptorName: systemd-journald-audit.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: audit 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mercury-nas-rsyslog.service:
Description: LSB: mercury-nas-rsyslog
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-nas-rsyslog.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-nas-rsyslog.service
Invocation ID: fd61cde8ae5c4d4ea6fed9edb127cf93
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-nas-rsyslog.service
Source Path: /etc/init.d/mercury-nas-rsyslog
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: network-online.target (origin-file)
After: time-sync.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: time-sync.target (origin-file)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-nas-rsyslog start
-> ExecReload:
Command Line: /etc/init.d/mercury-nas-rsyslog reload
-> ExecStop:
Command Line: /etc/init.d/mercury-nas-rsyslog stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit rpcbind.target:
Description: RPC Port Mapper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: rpcbind.target
Invocation ID: e94cd41efdcc4a4f859bbefcd01d22db
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rpcbind.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: rpcbind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: nis.service (destination-file)
Before: shutdown.target (origin-default)
After: rpcbind.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: nis.service (destination-file)
ReferencedBy: rpcbind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit openipmi.service:
Description: LSB: OpenIPMI Driver init script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/openipmi.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: openipmi.service
Invocation ID: 06e60e30c7f442ffa594d2360d0d54b9
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/openipmi.service
Source Path: /etc/init.d/openipmi
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: graphical.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/openipmi start
-> ExecStop:
Command Line: /etc/init.d/openipmi stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-sda5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 1a4766578cb54dee8a1e05a781bcf237
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Found: found-udev
-> Unit bali-monitor.service:
Description: LSB: bali-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/bali-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: bali-monitor.service
Invocation ID: 9b6eca932abd438c8e9fb71916976a5f
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/bali-monitor.service
Source Path: /etc/init.d/bali-monitor
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
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: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/bali-monitor start
-> ExecStop:
Command Line: /etc/init.d/bali-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device:
Description: /dev/disk/by-id/md-uuid-f7e44bd8:fb7f4bee:4347eb06:409df259
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Invocation ID: 44d3a3e260e44205b2bfaae13604c0f7
Following: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:1.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Following Set Member: sys-devices-virtual-block-md1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f.device
Invocation ID: 4a5504301795492fa484676606f87faf
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Found: found-udev
-> Unit dev-md-2.device:
Description: /dev/md/2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md-2.device
Invocation ID: 0854f736ce2449f88facde7dbdd78f71
Following: sys-devices-virtual-block-md2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.device
Following Set Member: dev-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device
Invocation ID: 19ee188405e644059c6b9e2562822b12
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
-> Unit dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Invocation ID: 104ccdef18fd45f78ae7be7c61a6aaa3
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit systemd-initctl.socket:
Description: initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-initctl.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-initctl.socket
Invocation ID: b8731b4f48344b2d8badfde3c1ebf2b5
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
Before: systemd-initctl.service (origin-implicit)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-initctl.service (origin-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: systemd-initctl.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/initctl (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
FileDescriptorName: systemd-initctl.socket
SELinuxContextFromNet: no
ListenFIFO: /run/initctl
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
Symlinks: /dev/initctl
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md-3.device:
Description: /dev/md/3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md-3.device
Invocation ID: 809777f4b2794669bece93a5182f8ce9
Following: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Following Set Member: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:3.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Following Set Member: dev-md3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart6.device
Invocation ID: 0217540b348a421db27fc5d38ca59c98
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Following Set Member: dev-sdb6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
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: multi-user.target (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: graphical.target (destination-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-file origin-default)
After: rescue.service (origin-file)
References: systemd-update-utmp-runlevel.service (origin-file)
References: sysinit.target (origin-file origin-default)
References: rescue.service (origin-file)
References: shutdown.target (origin-default)
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 logrotate.service:
Description: Rotate log files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory devices pids bpf-devices
Name: logrotate.service
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.service
ConditionACPower: true untested
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
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: systemd-journald.socket (origin-file)
After: var.mount (origin-file origin-path)
After: logrotate.timer (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
TriggeredBy: logrotate.timer (destination-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: var.mount (origin-file origin-path)
ReferencedBy: logrotate.timer (destination-implicit)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
KeyringMode: private
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: best-effort
IOPriority: 7
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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/logrotate /etc/logrotate.conf
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=closed
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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: getty-static.service
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/lib/systemd/system/dbus.service untested
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: getty.target (destination-default)
Before: shutdown.target (origin-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: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Invocation ID: b1ba77f2dcc946989f74e1e3b4e695c1
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Following Set Member: dev-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dbus.socket
Invocation ID: 6679e1d02c1a4dd093f112283d4b6b6d
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: dbus.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-path)
After: var.mount (origin-file origin-path)
Triggers: dbus.service (origin-implicit)
References: dbus.service (origin-implicit)
References: var.mount (origin-file origin-path)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: dbus.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
FileDescriptorName: dbus.socket
SELinuxContextFromNet: no
ListenStream: /var/run/dbus/system_bus_socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-sda4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: ee6f3c1e173342bd95e4abe2212dc0a4
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Found: found-udev
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 50e238b779a84e94af13d5f10a9207df
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: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
Wants: getty-static.service (origin-file)
Wants: getty at tty1.service (origin-file)
Wants: serial-getty at ttyS1.service (origin-file)
Wants: serial-getty at ttyS0.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: serial-getty at ttyS1.service (origin-default destination-file)
After: getty-static.service (origin-default)
After: getty at tty1.service (origin-default destination-file)
After: serial-getty at ttyS0.service (origin-default destination-file)
References: getty-static.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: getty at tty1.service (origin-file origin-default)
References: serial-getty at ttyS1.service (origin-file origin-default)
References: serial-getty at ttyS0.service (origin-file origin-default)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-devices-pnp0-00:02-tty-ttyS1.device:
Description: /sys/devices/pnp0/00:02/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pnp0-00:02-tty-ttyS1.device
Invocation ID: cd98a6f82b7b4340af749806ed1c3bbe
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/pnp0/00:02/tty/ttyS1
Found: found-udev
-> Unit autofs.service:
Description: Automounts filesystems on demand
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:56 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:56 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:56 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/autofs.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: autofs.service
Invocation ID: fd9a2b5e2d0b4b7e9e22d61bf458ffa8
Fragment Path: /lib/systemd/system/autofs.service
Condition Timestamp: Wed 2021-11-10 02:05:56 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:56 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: nis.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sssd.service (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: network.target (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: system.slice (origin-file)
References: sssd.service (origin-file)
References: sysinit.target (origin-default)
References: nis.service (origin-file)
References: network-online.target (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: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 3941
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/autofs.pid
RestartSec: 100ms
TimeoutStartSec: 3min
TimeoutStopSec: 3min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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/autofs
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/automount $OPTIONS --pid-file /var/run/autofs.pid
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit atop.service:
Description: atop.service
Instance: n/a
Unit Load State: bad-setting
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
Name: atop.service
Name: etc-systemd-system-atop.service
Fragment Path: /opt/nas-system-monitor/14.2.7110.00.20211110/etc/systemd/system/atop.service
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: rescue.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/rescue.service
Requires: system.slice (origin-file)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: serial-getty at ttyS1.service (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: serial-getty at ttyS0.service (destination-file)
Before: multi-user.target (destination-file)
Before: rescue.target (destination-file)
Before: graphical.target (destination-file)
Before: shutdown.target (origin-file)
After: getty at tty1.service (destination-file)
After: emergency.service (destination-file)
After: system.slice (origin-file)
After: serial-getty at ttyS0.service (destination-file)
After: plymouth-start.service (origin-file)
After: serial-getty at ttyS1.service (destination-file)
After: sysinit.target (origin-file)
References: sysinit.target (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: getty at tty1.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: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: cea2fc8eeddc493baa81c1340b615f3e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: dev-md2.swap (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sysinit.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-default)
After: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-default)
After: dev-md2.swap (origin-default destination-default)
After: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-default)
After: dev-md-2.swap (destination-default)
References: dev-md2.swap (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: dev-md-2.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-default)
ReferencedBy: dev-md2.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-default)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: proc-sys-fs-binfmt_misc.mount
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
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: system.slice (origin-file)
After: -.mount (origin-path)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
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: dead
Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Invocation ID: 994f2164c84845a890796ea2ccd17e1d
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit switchconf.service:
Description: Switchconf configuration files during boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: switchconf.service
Fragment Path: /lib/systemd/system/switchconf.service
ConditionKernelCommandLine: switchconf untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: var.mount (origin-file origin-path)
Wants: network-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Before: network-pre.target (origin-file)
After: var.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: var.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: network-pre.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lock (origin-file)
RequiresMountsFor: /var/lib (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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/switchconf start
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit greylist.service:
Description: greylist.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: greylist.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart1.device
Invocation ID: 900988f8107b4e07866dea53b9187958
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit loadcpufreq.service:
Description: LSB: Load kernel modules needed to enable cpufreq scaling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/loadcpufreq.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: loadcpufreq.service
Invocation ID: 44e1f6cfd14744be8d604ff21d149fb1
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/loadcpufreq.service
Source Path: /etc/init.d/loadcpufreq
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: cpufrequtils.service (destination-file)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: multi-user.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: cpufrequtils.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: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/loadcpufreq start
-> ExecStop:
Command Line: /etc/init.d/loadcpufreq stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit nis.service:
Description: LSB: Start NIS client and server daemons.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:56 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:56 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/nis.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ypbind.service
Name: nis.service
Invocation ID: 98985a283f364bc28615501b8a1f1334
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/nis.service
Source Path: /etc/init.d/nis
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: graphical.target (origin-file destination-default)
Before: autofs.service (destination-file)
After: rpcbind.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
After: remote-fs.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: rpcbind.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: autofs.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: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/nis start
-> ExecReload:
Command Line: /etc/init.d/nis reload
-> ExecStop:
Command Line: /etc/init.d/nis stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart5.device
Invocation ID: 4e1542711b0e41b88a02979c14d63759
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory 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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Invocation ID: c781251c021040d8b394052e684b896b
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d07.device
Invocation ID: 689ce90eacbb4f0ea10979cf4e9e8e0a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device
Following Set Member: dev-sdb7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: systemd-binfmt.service
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
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/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d untested
ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
ConditionPathIsReadWrite: /proc/sys untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
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: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: proc-sys-fs-binfmt_misc.automount (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: ad02153606184b8b99b6d34479a10c34
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
Wants: networking.service (origin-file)
WantedBy: exim4.service (destination-file)
WantedBy: xinetd.service (destination-file)
WantedBy: nis.service (destination-file)
WantedBy: mercury-nas-rsyslog.service (destination-file)
WantedBy: hddtemp.service (destination-file)
WantedBy: home-martind.mount (destination-mountinfo-default)
WantedBy: autofs.service (destination-file)
WantedBy: mercury-syslog2cef.service (destination-file)
WantedBy: mercury-papi.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: mercury-syslog2cef.service (destination-file)
Before: mercury-papi.service (destination-file)
Before: hddtemp.service (destination-file)
Before: nis.service (destination-file)
Before: rc-local.service (destination-file)
Before: mercury-nas-rsyslog.service (destination-file)
Before: xinetd.service (destination-file)
Before: exim4.service (destination-file)
Before: home-martind.mount (destination-mountinfo-default)
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
Before: autofs.service (destination-file)
Before: shutdown.target (origin-default)
After: network.target (origin-file)
After: networking.service (destination-file)
References: network.target (origin-file)
References: networking.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: home-martind.mount (destination-mountinfo-default)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: nis.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: xinetd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit chassis-monitor.service:
Description: LSB: chassis-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/chassis-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: chassis-monitor.service
Invocation ID: f4628cde2b014854926ca4ce58b1b00d
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/chassis-monitor.service
Source Path: /etc/init.d/chassis-monitor
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: multi-user.target (origin-file destination-default)
Before: mercury-papi.service (destination-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: mercury-monitor.service (origin-file)
After: mercury-base.service (origin-file)
After: mfbmem-init.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: mercury-monitor.service (origin-file)
References: shutdown.target (origin-default)
References: mercury-base.service (origin-file)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: system.slice (origin-file)
References: mfbmem-init.service (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: mercury-papi.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: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/chassis-monitor start
-> ExecStop:
Command Line: /etc/init.d/chassis-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:06:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:06:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:06:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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
Invocation ID: 6206be182e764f21b3f699827d640438
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Wed 2021-11-10 02:06:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:06:37 PST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: mercury-syslog2cef.service (origin-file)
Wants: mercury-base.service (origin-file)
Wants: mercury-utils.service (origin-file)
Wants: hw-errors-database.service (origin-file)
Wants: openipmi.service (origin-file)
Wants: xinetd.service (origin-file)
Wants: loadcpufreq.service (origin-file)
Wants: mmb-monitor.service (origin-file)
Wants: chassis-monitor.service (origin-file)
Wants: mercury-iptables.service (origin-file)
Wants: raid-monitor.service (origin-file)
Wants: freespace-monitor.service (origin-file)
Wants: cpufrequtils.service (origin-file)
Wants: nas-system-monitor.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: puma-server.service (origin-file)
Wants: bali-monitor.service (origin-file)
Wants: fd-monitor.service (origin-file)
Wants: mfbmem-init.service (origin-file)
Wants: nis.service (origin-file)
Wants: trouble-distributor.service (origin-file)
Wants: mercury-nas-rsyslog.service (origin-file)
Wants: exim4.service (origin-file)
Wants: metro-server.service (origin-file)
Wants: mfb-watchdog.service (origin-file)
Wants: hddtemp.service (origin-file)
Wants: mercury-papi.service (origin-file)
Wants: mercury-ip6tables.service (origin-file)
Wants: mercury-platform-config.service (origin-file)
Wants: display-manager.service (origin-file)
Wants: dedupe-index-server-virtuoso.service (origin-file)
Wants: mercury-monitor.service (origin-file)
Wants: smu.service (origin-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.target (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-default)
After: multi-user.target (origin-file origin-default)
After: raid-monitor.service (origin-default destination-file)
After: mercury-iptables.service (origin-default destination-file)
After: xinetd.service (origin-default destination-file)
After: nis.service (origin-default destination-file)
After: mfbmem-init.service (origin-default destination-file)
After: metro-server.service (origin-default destination-file)
After: mercury-ip6tables.service (origin-default destination-file)
After: freespace-monitor.service (origin-default destination-file)
After: mercury-monitor.service (origin-default destination-file)
After: dedupe-index-server-virtuoso.service (origin-default destination-file)
After: chassis-monitor.service (origin-default destination-file)
After: fd-monitor.service (origin-default destination-file)
After: hw-errors-database.service (origin-default destination-file)
After: mercury-utils.service (origin-default destination-file)
After: mercury-platform-config.service (origin-default destination-file)
After: exim4.service (origin-default destination-file)
After: hddtemp.service (origin-default destination-file)
After: mfb-watchdog.service (origin-default destination-file)
After: rescue.target (origin-file)
After: openipmi.service (origin-default destination-file)
After: mercury-nas-rsyslog.service (origin-default destination-file)
After: loadcpufreq.service (origin-default destination-file)
After: rescue.service (origin-file)
After: cpufrequtils.service (origin-default destination-file)
After: mercury-base.service (origin-default destination-file)
After: mercury-syslog2cef.service (origin-default destination-file)
After: nas-system-monitor.service (origin-default destination-file)
After: puma-server.service (origin-default destination-file)
After: display-manager.service (origin-file)
After: mmb-monitor.service (origin-default destination-file)
After: mercury-papi.service (origin-default destination-file)
After: bali-monitor.service (origin-default destination-file)
After: trouble-distributor.service (origin-default destination-file)
After: smu.service (origin-default destination-file)
References: systemd-update-utmp-runlevel.service (origin-file)
References: exim4.service (origin-file origin-default)
References: mercury-monitor.service (origin-file origin-default)
References: mercury-iptables.service (origin-file origin-default)
References: mercury-platform-config.service (origin-file origin-default)
References: dedupe-index-server-virtuoso.service (origin-file origin-default)
References: metro-server.service (origin-file origin-default)
References: hw-errors-database.service (origin-file origin-default)
References: loadcpufreq.service (origin-file origin-default)
References: rescue.target (origin-file)
References: display-manager.service (origin-file)
References: mercury-papi.service (origin-file origin-default)
References: nis.service (origin-file origin-default)
References: bali-monitor.service (origin-file origin-default)
References: nas-system-monitor.service (origin-file origin-default)
References: xinetd.service (origin-file origin-default)
References: mfbmem-init.service (origin-file origin-default)
References: mercury-utils.service (origin-file origin-default)
References: mfb-watchdog.service (origin-file origin-default)
References: rescue.service (origin-file)
References: cpufrequtils.service (origin-file origin-default)
References: openipmi.service (origin-file origin-default)
References: smu.service (origin-file origin-default)
References: mercury-nas-rsyslog.service (origin-file origin-default)
References: puma-server.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: trouble-distributor.service (origin-file origin-default)
References: raid-monitor.service (origin-file origin-default)
References: mercury-syslog2cef.service (origin-file origin-default)
References: mercury-base.service (origin-file origin-default)
References: fd-monitor.service (origin-file origin-default)
References: mercury-ip6tables.service (origin-file origin-default)
References: multi-user.target (origin-file origin-default)
References: freespace-monitor.service (origin-file origin-default)
References: mmb-monitor.service (origin-file origin-default)
References: chassis-monitor.service (origin-file origin-default)
References: hddtemp.service (origin-file origin-default)
ReferencedBy: mfb-watchdog.service (destination-file)
ReferencedBy: nis.service (destination-file)
ReferencedBy: nas-system-monitor.service (destination-file)
ReferencedBy: freespace-monitor.service (destination-file)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-file)
ReferencedBy: mercury-utils.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: xinetd.service (destination-file)
ReferencedBy: mercury-platform-config.service (destination-file)
ReferencedBy: openipmi.service (destination-file)
ReferencedBy: mercury-iptables.service (destination-file)
ReferencedBy: mfbmem-init.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: puma-server.service (destination-file)
ReferencedBy: smu.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: trouble-distributor.service (destination-file)
ReferencedBy: bali-monitor.service (destination-file)
ReferencedBy: mercury-base.service (destination-file)
ReferencedBy: mercury-ip6tables.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: hw-errors-database.service (destination-file)
ReferencedBy: mercury-monitor.service (destination-file)
ReferencedBy: metro-server.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: auditd.service
Before: ssh.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
-> Unit dev-sdb2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb2.device
Invocation ID: cdb60b5368d448a0b98a06866c452b8a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d05.device
Invocation ID: b2a3890acc47439096ec48362464ace1
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> Unit opt.mount:
Description: /opt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/opt.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: opt.mount
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/opt.mount
Source Path: /etc/fstab
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-md3.service (origin-file)
BindsTo: dev-md3.device (origin-file origin-mountinfo-implicit)
RequiredBy: local-fs.target (destination-file)
RequiredBy: opt-remount.service (destination-file)
Conflicts: umount.target (origin-file)
Before: opt-remount.service (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: dev-md3.device (origin-file origin-mountinfo-implicit)
After: systemd-fsck at dev-md3.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: local-fs-pre.target (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-md3.device (origin-file origin-mountinfo-implicit)
References: system.slice (origin-file)
References: systemd-fsck at dev-md3.service (origin-file)
References: local-fs.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: opt-remount.service (destination-file)
RequiresMountsFor: /dev/md3 (origin-file)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /opt
What: /dev/md3
File System Type: ext4
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart7.device
Invocation ID: 4f36474274f342cd8937e54f7e195913
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Found: found-udev
-> Unit apparmor.service:
Description: Load AppArmor profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/apparmor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: apparmor.service
Invocation ID: 3c62f1701e97463f83a2f822ad9a9e1d
Documentation: man:apparmor(7)
Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
Fragment Path: /lib/systemd/system/apparmor.service
ConditionPathExists: !/run/live/overlay/work untested
ConditionPathExists: !/rofs/etc/apparmor.d untested
ConditionSecurity: apparmor untested
AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: networking.service (destination-file)
After: systemd-journald-audit.socket (origin-file)
After: var.mount (origin-file origin-path)
After: local-fs.target (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: var.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.service (destination-file)
RequiresMountsFor: /var/cache/apparmor (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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/apparmor/apparmor.systemd reload
-> ExecReload:
Command Line: /lib/apparmor/apparmor.systemd reload
-> ExecStop:
Command Line: /bin/true
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit getty-pre.target:
Description: Login Prompts (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
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: serial-getty at ttyS1.service (destination-file)
Before: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: getty at tty1.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap:
Description: /dev/disk/by-uuid/94c873ac-5550-4a45-a9bb-fbdca3616d62
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
Invocation ID: 177f853ead4444c597b3d0cc6d1ffd0f
Following: dev-md2.swap
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.swap
Following Set Member: dev-md2.swap
Following Set Member: dev-md-2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: swap.target (origin-default)
RequiresMountsFor: /dev/disk/by-uuid/94c873ac-5550-4a45-a9bb-fbdca3616d62 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-uuid/94c873ac-5550-4a45-a9bb-fbdca3616d62
From /proc/swaps: yes
From fragment: no
Device Node: /dev/md2
Priority: -2
Options:
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: b044de406ee74e599282fab88c30decb
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
Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart1.device
Invocation ID: 1f99df4f2dcb47c39f61235b4788f9c5
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 18:05:41 PST
Inactive Exit Timestamp: Wed 2021-11-10 18:05:40 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 18:05:41 PST
May GC: 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: memory pids
Name: apt-daily.service
Invocation ID: bc1b7a37cc4e44d4ba6297174bf87529
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Condition Timestamp: Wed 2021-11-10 18:05:40 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 18:05:40 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
Before: shutdown.target (origin-default)
After: network-online.target (origin-file)
After: connman.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-networkd.service (origin-file)
After: apt-daily.timer (destination-implicit)
After: basic.target (origin-default)
After: NetworkManager.service (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: sysinit.target (origin-default)
References: NetworkManager.service (origin-file)
References: network-online.target (origin-file)
References: systemd-networkd.service (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: connman.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: apt-daily.timer (destination-implicit)
ReferencedBy: apt-daily-upgrade.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: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit system-systemd\x2dfsck.slice:
Description: system-systemd\x2dfsck.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-systemd\x2dfsck.slice
Invocation ID: 275fad7f6281477aa53cb6d261023d16
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-md3.service (destination-file)
RequiredBy: systemd-fsck at dev-md1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-fsck at dev-md1.service (destination-file)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: systemd-fsck at dev-md1.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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 4284595491264f11bb45e9fb632d07ac
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-console.path (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 sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Invocation ID: 4aa51cdfbe024d93a1a308b295506100
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Invocation ID: 8759f0c2b6ce43b789661318643dd6af
Following Set Member: dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit systemd-ask-password-console.path:
Description: Dispatch Password Requests to Console Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: d80b5ab4a1f34f3aa92167e486d82a21
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: shutdown.target (origin-file)
Before: cryptsetup.target (origin-file)
After: -.mount (origin-path)
After: plymouth-start.service (origin-file)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: paths.target (origin-file)
References: systemd-ask-password-console.service (origin-implicit)
References: cryptsetup.target (origin-file)
References: shutdown.target (origin-file)
References: emergency.service (origin-file)
References: plymouth-start.service (origin-file)
References: -.mount (origin-path)
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: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:06:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:06:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:06:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: runlevel4.target
Name: multi-user.target
Name: runlevel2.target
Name: runlevel3.target
Invocation ID: 52e0338c7ad046cd97cff154529e5ce5
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Wed 2021-11-10 02:06:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:06:37 PST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: fd-monitor.service (origin-file)
Wants: mmb-monitor.service (origin-file)
Wants: nis.service (origin-file)
Wants: autofs.service (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: mercury-nas-rsyslog.service (origin-file)
Wants: puma-server.service (origin-file)
Wants: smu.service (origin-file)
Wants: mfb-watchdog.service (origin-file)
Wants: hw-errors-database.service (origin-file)
Wants: metro-server.service (origin-file)
Wants: freespace-monitor.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: openipmi.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: ssh.service (origin-file)
Wants: cpufrequtils.service (origin-file)
Wants: bali-monitor.service (origin-file)
Wants: networking.service (origin-file)
Wants: cron.service (origin-file)
Wants: mercury-ip6tables.service (origin-file)
Wants: mercury-utils.service (origin-file)
Wants: smartmontools.service (origin-file)
Wants: mercury-platform-config.service (origin-file)
Wants: mercury-syslog2cef.service (origin-file)
Wants: mercury-iptables.service (origin-file)
Wants: mercury-base.service (origin-file)
Wants: raid-monitor.service (origin-file)
Wants: atd.service (origin-file)
Wants: rsync.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: dbus.service (origin-file)
Wants: sysstat.service (origin-file)
Wants: syslog-ng.service (origin-file)
Wants: chassis-monitor.service (origin-file)
Wants: dedupe-index-server-virtuoso.service (origin-file)
Wants: exim4.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: nfs-client.target (origin-file)
Wants: trouble-distributor.service (origin-file)
Wants: nas-system-monitor.service (origin-file)
Wants: mfbmem-init.service (origin-file)
Wants: xinetd.service (origin-file)
Wants: ntp.service (origin-file)
Wants: mercury-papi.service (origin-file)
Wants: atopacct.service (origin-file)
Wants: getty.target (origin-file)
Wants: loadcpufreq.service (origin-file)
Wants: mercury-monitor.service (origin-file)
Wants: hddtemp.service (origin-file)
Wants: rngd.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: atop.service (origin-file)
Wants: journal-save.service (origin-file)
Wants: rpcbind.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.target (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: nas-system-monitor.service (origin-default destination-file)
After: systemd-networkd.service (destination-file)
After: mercury-base.service (origin-default destination-file)
After: chassis-monitor.service (origin-default destination-file)
After: hddtemp.service (origin-default destination-file)
After: mercury-ip6tables.service (origin-default destination-file)
After: ntp.service (origin-default)
After: syslog-ng.service (origin-default)
After: systemd-logind.service (origin-default)
After: freespace-monitor.service (origin-default destination-file)
After: mercury-syslog2cef.service (origin-default destination-file)
After: systemd-user-sessions.service (origin-default)
After: xinetd.service (origin-default destination-file)
After: journal-save.service (origin-default)
After: mercury-monitor.service (origin-default destination-file)
After: autofs.service (origin-default)
After: nfs-client.target (origin-default)
After: mfbmem-init.service (origin-default destination-file)
After: dedupe-index-server-virtuoso.service (origin-default destination-file)
After: getty.target (origin-default)
After: mercury-iptables.service (origin-default destination-file)
After: mmb-monitor.service (origin-default destination-file)
After: sysstat.service (origin-default)
After: cron.service (origin-default)
After: rsync.service (origin-default)
After: exim4.service (origin-default destination-file)
After: loadcpufreq.service (origin-default destination-file)
After: mercury-nas-rsyslog.service (origin-default destination-file)
After: rescue.service (origin-file)
After: mercury-utils.service (origin-default destination-file)
After: metro-server.service (origin-default destination-file)
After: mercury-platform-config.service (origin-default destination-file)
After: ssh.service (origin-default)
After: nis.service (origin-default destination-file)
After: fd-monitor.service (origin-default destination-file)
After: smartmontools.service (origin-default)
After: basic.target (origin-file origin-default)
After: cpufrequtils.service (origin-default destination-file)
After: rngd.service (origin-default)
After: smu.service (origin-default destination-file)
After: mercury-papi.service (origin-default destination-file)
After: atd.service (origin-default)
After: trouble-distributor.service (origin-default destination-file)
After: puma-server.service (origin-default destination-file)
After: lm-sensors.service (origin-default)
After: rescue.target (origin-file)
After: raid-monitor.service (origin-default destination-file)
After: mfb-watchdog.service (origin-default destination-file)
After: dbus.service (origin-default)
After: openipmi.service (origin-default destination-file)
After: hw-errors-database.service (origin-default destination-file)
After: bali-monitor.service (origin-default destination-file)
References: chassis-monitor.service (origin-file origin-default)
References: loadcpufreq.service (origin-file origin-default)
References: remote-fs.target (origin-file)
References: nas-system-monitor.service (origin-file origin-default)
References: rescue.service (origin-file)
References: metro-server.service (origin-file origin-default)
References: ssh.service (origin-file origin-default)
References: cpufrequtils.service (origin-file origin-default)
References: mfbmem-init.service (origin-file origin-default)
References: mercury-base.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: mercury-ip6tables.service (origin-file origin-default)
References: puma-server.service (origin-file origin-default)
References: nis.service (origin-file origin-default)
References: rsync.service (origin-file origin-default)
References: atop.service (origin-file)
References: autofs.service (origin-file origin-default)
References: dedupe-index-server-virtuoso.service (origin-file origin-default)
References: bali-monitor.service (origin-file origin-default)
References: trouble-distributor.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: hddtemp.service (origin-file origin-default)
References: mmb-monitor.service (origin-file origin-default)
References: rpcbind.service (origin-file)
References: networking.service (origin-file)
References: fd-monitor.service (origin-file origin-default)
References: atd.service (origin-file origin-default)
References: mercury-monitor.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: rescue.target (origin-file)
References: mercury-iptables.service (origin-file origin-default)
References: ntp.service (origin-file origin-default)
References: exim4.service (origin-file origin-default)
References: mercury-syslog2cef.service (origin-file origin-default)
References: systemd-logind.service (origin-file origin-default)
References: atopacct.service (origin-file)
References: smartmontools.service (origin-file origin-default)
References: systemd-user-sessions.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: sysstat.service (origin-file origin-default)
References: xinetd.service (origin-file origin-default)
References: hw-errors-database.service (origin-file origin-default)
References: lm-sensors.service (origin-file origin-default)
References: getty.target (origin-file origin-default)
References: journal-save.service (origin-file origin-default)
References: mercury-utils.service (origin-file origin-default)
References: raid-monitor.service (origin-file origin-default)
References: nfs-client.target (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: mfb-watchdog.service (origin-file origin-default)
References: syslog-ng.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: mercury-platform-config.service (origin-file origin-default)
References: rngd.service (origin-file origin-default)
References: openipmi.service (origin-file origin-default)
References: freespace-monitor.service (origin-file origin-default)
References: mercury-nas-rsyslog.service (origin-file origin-default)
References: mercury-papi.service (origin-file origin-default)
References: smu.service (origin-file origin-default)
ReferencedBy: nis.service (destination-file)
ReferencedBy: xinetd.service (destination-file)
ReferencedBy: mercury-base.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: hw-errors-database.service (destination-file)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: freespace-monitor.service (destination-file)
ReferencedBy: mercury-iptables.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: openipmi.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: mercury-utils.service (destination-file)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: mercury-ip6tables.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: trouble-distributor.service (destination-file)
ReferencedBy: mercury-platform-config.service (destination-file)
ReferencedBy: bali-monitor.service (destination-file)
ReferencedBy: mfbmem-init.service (destination-file)
ReferencedBy: nas-system-monitor.service (destination-file)
ReferencedBy: smu.service (destination-file)
ReferencedBy: mfb-watchdog.service (destination-file)
ReferencedBy: mercury-monitor.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: metro-server.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: puma-server.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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 untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-fsck at dev-md1.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
After: systemd-fsckd.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
ReferencedBy: systemd-remount-fs.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 18:05:41 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 2e72ddfb63464278be57597bef642762
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.timer (destination-file)
Before: shutdown.target (origin-default)
Before: apt-daily.service (origin-implicit)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: var.mount (origin-file origin-path)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: apt-daily.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: apt-daily.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: var.mount (origin-file origin-path)
ReferencedBy: timers.target (destination-file)
ReferencedBy: apt-daily-upgrade.timer (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 dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart6.device
Invocation ID: 112c9b101fb04deb8339e957e26c7a48
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Following Set Member: dev-sdb6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> 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: Wed 2021-11-10 18:04:08 PST
Inactive Exit Timestamp: Wed 2021-11-10 18:04:08 PST
Active Enter Timestamp: Wed 2021-11-10 18:04:08 PST
Active Exit Timestamp: Wed 2021-11-10 18:04:08 PST
Inactive Enter Timestamp: Wed 2021-11-10 18:04:08 PST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journal-flush.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-journal-flush.service
Invocation ID: 6898fece112249fcbaf79e5945d3716d
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Wed 2021-11-10 18:04:08 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 18:04:08 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
Requires: systemd-journald.service (origin-file)
RequiredBy: journal-save.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: journal-save.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: var.mount (origin-file origin-path)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.service (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: var.mount (origin-file origin-path)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: journal-save.service (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/journalctl --flush
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device
Invocation ID: 193fd52bb24447ef81043b3bc2a4a092
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Found: found-udev
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:20:24 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:20:24 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:20:24 PST
May GC: 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: memory pids
Name: systemd-tmpfiles-clean.service
Invocation ID: 1d3124cfe85a45e5b9d392d40aedeecb
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Wed 2021-11-10 02:20:24 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:20:24 PST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: time-sync.target (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: time-sync.target (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-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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-user-sessions.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-user-sessions.service
Invocation ID: fa4f269f6eda40b4b491d2e25cf286e0
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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)
Before: getty at tty1.service (destination-file)
Before: serial-getty at ttyS1.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (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)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: systemd-ask-password-wall.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md2.swap:
Description: /dev/md2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-md2.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-md2.swap
Invocation ID: 7f4c77b96c13482fa6e673f4d8c9b415
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.swap
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
Following Set Member: dev-md-2.swap
Fragment Path: /run/systemd/generator/dev-md2.swap
Source Path: /etc/fstab
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: dev-md2.device (origin-file)
RequiredBy: swap.target (destination-file)
WantedBy: dev-md2.device (destination-file)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: dev-md2.device (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-md2.device (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: swap.target (origin-default)
References: umount.target (origin-default)
ReferencedBy: swap.target (destination-file destination-default)
RequiresMountsFor: /dev/md2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/md2
From /proc/swaps: yes
From fragment: yes
Device Node: /dev/md2
Priority: -2
Options:
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device:
Description: /dev/disk/by-uuid/94c873ac-5550-4a45-a9bb-fbdca3616d62
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Invocation ID: 1c816cef082e473fa4f0cf1da760ad9a
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.device
Following Set Member: dev-md2.device
Following Set Member: dev-md-2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: n/a
CGroup:
CGroup realized: yes
CGroup realized mask: cpu cpuacct memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: cpu cpuacct memory pids
CGroup members mask: memory devices pids bpf-firewall bpf-devices
Name: -.slice
Documentation: man:systemd.special(7)
RequiredBy: user.slice (destination-implicit)
RequiredBy: init.scope (destination-file)
RequiredBy: system.slice (destination-implicit)
WantedBy: slices.target (destination-file)
Before: user.slice (destination-implicit)
Before: slices.target (destination-file)
Before: init.scope (destination-file)
Before: system.slice (destination-implicit)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: slices.target (destination-file)
ReferencedBy: init.scope (destination-file)
ReferencedBy: system.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=yes
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lm-sensors.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: lm-sensors.service
Invocation ID: 59698ce2f9a2427f93197f856943ada6
Fragment Path: /lib/systemd/system/lm-sensors.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/sensors -s
Command Line: /usr/bin/sensors
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit atopacct.service:
Description: atopacct.service
Instance: n/a
Unit Load State: bad-setting
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
Name: atopacct.service
Name: etc-systemd-system-atopacct.service
Fragment Path: /opt/nas-system-monitor/14.2.7110.00.20211110/etc/systemd/system/atopacct.service
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file)
-> Unit sssd.service:
Description: sssd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sssd.service
Before: autofs.service (destination-file)
ReferencedBy: autofs.service (destination-file)
-> Unit run-rpc_pipefs.mount:
Description: RPC Pipe File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/run-rpc_pipefs.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: run-rpc_pipefs.mount
Invocation ID: 22b651c68ad546ad924ea18c0f73de24
Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: rpc-svcgssd.service (destination-file)
RequiredBy: rpc-gssd.service (destination-file)
Conflicts: umount.target (origin-file)
Before: rpc-svcgssd.service (destination-file)
Before: rpc-gssd.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
RequiresMountsFor: /run (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /run/rpc_pipefs
What: sunrpc
File System Type: rpc_pipefs
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart7.device
Invocation ID: e55685a5e9ff4970ac23a35e5428099b
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-sdb7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit syslog-ng.service:
Description: System Logger Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/syslog-ng.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: syslog-ng.service
Invocation ID: 991e3bb63291439ebdc8da9204314fc7
Documentation: man:syslog-ng(8)
Fragment Path: /lib/systemd/system/syslog-ng.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-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: shutdown.target (origin-default)
References: basic.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: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
Main PID: 597
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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/syslog-ng
EnvironmentFile: -/etc/sysconfig/syslog-ng
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: journal
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/syslog-ng -F $SYSLOGNG_OPTS
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: exim4.service
Invocation ID: a8015c5de94f42578ed22913fea3c58c
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/exim4.service
Source Path: /etc/init.d/exim4
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: greylist.service (origin-file)
After: network-online.target (origin-file)
After: nss-lookup.target (origin-file)
After: postgresql.service (origin-file)
After: systemd-journald.socket (origin-file)
After: mysql.service (origin-file)
After: remote-fs.target (origin-file)
After: time-sync.target (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: spamassassin.service (origin-file)
After: clamav-daemon.service (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: network-online.target (origin-file)
References: clamav-daemon.service (origin-file)
References: postgresql.service (origin-file)
References: remote-fs.target (origin-file)
References: nss-lookup.target (origin-file)
References: time-sync.target (origin-file)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: mysql.service (origin-file)
References: shutdown.target (origin-default)
References: greylist.service (origin-file)
References: spamassassin.service (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/exim4 start
-> ExecReload:
Command Line: /etc/init.d/exim4 reload
-> ExecStop:
Command Line: /etc/init.d/exim4 stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit puma-server.service:
Description: LSB: puma-server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/puma-server.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: puma-server.service
Invocation ID: c41a22e9b9f5453183f875225b2fd852
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/puma-server.service
Source Path: /etc/init.d/puma-server
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/puma-server start
-> ExecStop:
Command Line: /etc/init.d/puma-server stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-block-md2.device:
Description: /sys/devices/virtual/block/md2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md2.device
Invocation ID: d2a4cb451e4c46d0a92d800f753a9a4a
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.device
Following Set Member: dev-md2.device
Following Set Member: dev-md-2.device
Wants: mdmonitor.service (origin-udev)
References: mdmonitor.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev
udev SYSTEMD_WANTS: mdmonitor.service
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 17:45:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-control.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-udevd-control.socket
Invocation ID: f87aee241e4f4e0a9569e76908cd8f53
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-path)
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
FileDescriptorName: systemd-udevd-control.socket
SELinuxContextFromNet: no
ListenSequentialPacket: /run/udev/control
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-mqueue.mount
Invocation ID: 3579c85c848c4cd18daaa221990791d9
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 untested
ConditionPathExists: /proc/sys/fs/mqueue untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
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
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart2.device
Invocation ID: de1f5bcdee8245fd85ea70eca8e84c61
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> Unit system-serial\x2dgetty.slice:
Description: system-serial\x2dgetty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-serial\x2dgetty.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Name: system-serial\x2dgetty.slice
Invocation ID: 3273078a44ed435491149725d93fe24a
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: serial-getty at ttyS1.service (destination-file)
RequiredBy: serial-getty at ttyS0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: serial-getty at ttyS1.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 4f9d5b788c794a0a89392f141b43d473
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
Found: found-udev
-> Unit systemd-fsck at dev-md1.service:
Description: File System Check on /dev/md1
Instance: dev-md1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-md1.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: systemd-fsck at dev-md1.service
Invocation ID: 734b962c81fe45c899c38635728c2e91
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-md1.device (origin-file)
RequiredBy: var.mount (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: var.mount (destination-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-fsck-root.service (origin-file)
After: dev-md1.device (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
References: 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: dev-md1.device (origin-file)
References: systemd-quotacheck.service (origin-file)
References: systemd-fsck-root.service (origin-file)
References: systemd-fsckd.socket (origin-file)
ReferencedBy: var.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/md1
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit smartmontools.service:
Description: Self Monitoring and Reporting Technology (SMART) Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Enter Timestamp: Wed 2021-11-10 02:05:38 PST
May GC: 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: memory pids
Name: smartmontools.service
Invocation ID: 644f02b171a649828a7eef99a5213a4d
Documentation: man:smartd(8)
Documentation: man:smartd.conf(5)
Fragment Path: /lib/systemd/system/smartmontools.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
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: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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/smartmontools
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: syslog
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/smartd -n $smartd_opts
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
Status Text: Exiting ...
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart7.device
Invocation ID: 15b3fb7d640e4735b83e985b28632771
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device
Following Set Member: dev-sdb7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart5.device
Invocation ID: 8fb613dcf7e4480eb6dd18bc05a7efb4
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Found: found-udev
-> Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: man-db.service
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.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: basic.target (origin-default)
After: man-db.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: man-db.timer (destination-implicit)
References: 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)
ReferencedBy: man-db.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
IOPriority: 7
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: man
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
Command Line: /usr/bin/find /var/cache/man -type f -name *.gz -atime +6 -delete
Command Line: /usr/bin/mandb --quiet
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-md\x2dname\x2dany:2.swap:
Description: /dev/disk/by-id/md-name-any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-md\x2dname\x2dany:2.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-disk-by\x2did-md\x2dname\x2dany:2.swap
Invocation ID: 8a3c86fdccba4503aace3419ececbe1c
Following: dev-md2.swap
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
Following Set Member: dev-md2.swap
Following Set Member: dev-md-2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: umount.target (origin-default)
References: system.slice (origin-file)
RequiresMountsFor: /dev/disk/by-id/md-name-any:2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/md-name-any:2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/md2
Priority: -2
Options:
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-virtual-block-md1.device:
Description: /sys/devices/virtual/block/md1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md1.device
Invocation ID: 182b8b5e598b4ae791563e34c0be7735
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Wants: mdmonitor.service (origin-udev)
References: mdmonitor.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev
udev SYSTEMD_WANTS: mdmonitor.service
-> Unit fstrim.service:
Description: Discard unused blocks on filesystems from /etc/fstab
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: fstrim.service
Documentation: man:fstrim(8)
Fragment Path: /lib/systemd/system/fstrim.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: fstrim.timer (destination-implicit)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: fstrim.timer (destination-implicit)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit nfs-blkmap.service:
Description: nfs-blkmap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nfs-blkmap.service
WantedBy: nfs-client.target (destination-file)
ReferencedBy: nfs-client.target (destination-file)
-> Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:09:02 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: logrotate.timer
Invocation ID: c4dfd65342304e4f9def2fcc9d4ec1ef
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: logrotate.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: var.mount (origin-file origin-path)
After: -.mount (origin-path)
Triggers: logrotate.service (origin-implicit)
References: timers.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: time-sync.target (origin-default)
References: logrotate.service (origin-implicit)
References: shutdown.target (origin-default)
References: var.mount (origin-file origin-path)
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: logrotate.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
OnCalendar: *-*-* 00:00:00
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
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: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-default)
ConflictedBy: rpc-gssd.service (destination-file)
ConflictedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-default)
ConflictedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-default)
ConflictedBy: rpc-statd.service (destination-file)
ConflictedBy: dev-md-2.swap (destination-default)
ConflictedBy: run-rpc_pipefs.mount (destination-file)
ConflictedBy: opt.mount (destination-file)
ConflictedBy: dev-md2.swap (destination-default)
ConflictedBy: home-martind.mount (destination-mountinfo-default)
ConflictedBy: var.mount (destination-file)
After: home-martind.mount (destination-mountinfo-default)
After: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-default)
After: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-default)
After: dev-md2.swap (destination-default)
After: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-default)
After: var.mount (destination-file)
After: dev-md-2.swap (destination-default)
After: opt.mount (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: dev-md-2.swap (destination-default)
ReferencedBy: home-martind.mount (destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-default)
ReferencedBy: dev-md2.swap (destination-default)
ReferencedBy: var.mount (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: run-rpc_pipefs.mount (destination-file)
ReferencedBy: opt.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit rngd.service:
Description: Start entropy gathering daemon (rngd)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rngd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: rngd.service
Invocation ID: abc6dc34318d441bbbd92ff1b46f0858
Documentation: man:rngd(8)
Fragment Path: /lib/systemd/system/rngd.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-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: shutdown.target (origin-default)
References: system.slice (origin-file)
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: 599
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/rngd -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-remount-fs.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-remount-fs.service
Invocation ID: 5f8dceb4fbc540c4bd2fb2170ae09d73
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 untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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-random-seed.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-quotacheck.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: local-fs.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-update-utmp.service (destination-file)
After: systemd-fsck-root.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-fsck-root.service (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-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-sysusers.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-random-seed.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d01.device
Invocation ID: 26c9918a230c4dde890878ca3d50879a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap:
Description: /dev/disk/by-id/md-uuid-bfbf4a0a:8e2c65d9:38371ac6:1ee7a70c
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
Invocation ID: af718759c9744e3fb4618a44db41d730
Following: dev-md2.swap
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.swap
Following Set Member: dev-md2.swap
Following Set Member: dev-md-2.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/disk/by-id/md-uuid-bfbf4a0a:8e2c65d9:38371ac6:1ee7a70c (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/disk/by-id/md-uuid-bfbf4a0a:8e2c65d9:38371ac6:1ee7a70c
From /proc/swaps: yes
From fragment: no
Device Node: /dev/md2
Priority: -2
Options:
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> 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: Wed 2021-11-10 06:23:58 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 7b733f0d8a4b460abd521d108328ea1d
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
After: apt-daily.timer (origin-file)
After: sysinit.target (origin-default)
After: var.mount (origin-file origin-path)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: sysinit.target (origin-default)
References: apt-daily-upgrade.service (origin-implicit)
References: timers.target (origin-default)
References: -.mount (origin-path)
References: time-sync.target (origin-default)
References: apt-daily.timer (origin-file)
References: var.mount (origin-file origin-path)
References: shutdown.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: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
OnCalendar: *-*-* 06:00:00
-> 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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-vconsole-setup.service
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit dev-disk-by\x2did-md\x2dname\x2dany:0.device:
Description: /dev/disk/by-id/md-name-any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2dname\x2dany:0.device
Invocation ID: 943a457a7e914242937700a0f00df65c
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Following Set Member: dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Following Set Member: dev-md-0.device
Following Set Member: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev
-> Unit mercury-ip6tables.service:
Description: LSB: mercury-ip6tables (IPv6 firewall)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-ip6tables.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-ip6tables.service
Invocation ID: 4cc8a168b4064de3ac4d1d8e7948181f
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-ip6tables.service
Source Path: /etc/init.d/mercury-ip6tables
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: mercury-iptables.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: mercury-iptables.service (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-ip6tables start
-> ExecStop:
Command Line: /etc/init.d/mercury-ip6tables stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md-1.device:
Description: /dev/md/1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md-1.device
Invocation ID: 526a2c2e7e9846ee81fc56e8f3373a55
Following: sys-devices-virtual-block-md1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Following Set Member: sys-devices-virtual-block-md1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: systemd-networkd.service
Documentation: man:systemd-networkd.service(8)
Fragment Path: /lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Wants: network.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-resolved.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: shutdown.target (origin-file)
Before: apt-daily.service (destination-file)
Before: network.target (origin-file)
Before: multi-user.target (origin-file)
After: -.mount (origin-path)
After: systemd-sysctl.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: network-pre.target (origin-file)
After: systemd-udevd.service (origin-file)
After: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
References: network-pre.target (origin-file)
References: -.mount (origin-path)
References: systemd-udevd.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
RequiresMountsFor: /run/systemd/netif (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: on-failure
NotifyAccess: main
NotifyState: unknown
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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: fsetxattr llistxattr unlinkat getpgrp getppid utime mq_getsetattr munlock _newselect getdents process_vm_readv fcntl statx msgrcv inotify_init read syncfs pwritev statfs signal fcntl64 getgid32 truncate64 chown write fstatat64 oldlstat sigaltstack timerfd_create openat setgid epoll_wait timer_delete bind ppoll clock_gettime munlockall mq_notify sendmmsg timer_settime mknod mq_timedreceive setgroups wait4 restart_syscall nice getgroups32 sched_setparam rt_sigpending fremovexattr pread64 move_pages getegid getresuid setpgid poll memfd_create clock_getres execveat unlink ioctl setfsgid32 shmdt futimesat chown32 socket capset sendfile64 rmdir shutdown geteuid32 unshare symlink timerfd_settime sched_get_priority_min name_to_handle_at fstatfs getrusage chmod semop remap_file_pages prlimit64 sched_getscheduler flistxattr signalfd lstat64 sigprocmask getuid setgid32 shmctl mbind getrandom semtimedop sync preadv2 setfsuid32 fadvise64 getcpu setreuid io_destroy setsid getgid set_tid_address sched_getaffinity link getdents64 semctl listxattr getpeername msgsnd recvmmsg copy_file_range setresgid32 sendto getpid inotify_add_watch splice connect msync readv ioprio_set vfork setfsuid tkill pause removexattr olduname recvmsg statfs64 waitpid set_thread_area execve tgkill _llseek getitimer msgget setns sched_setaffinity close fchown32 ftruncate listen keyctl time mq_open fadvise64_64 epoll_create stat sigsuspend io_submit pipe2 eventfd creat linkat fdatasync add_key get_thread_area dup rt_sigtimedwait oldstat fchmodat prctl timer_getoverrun userfaultfd migrate_pages get_robust_list sync_file_range setfsgid membarrier kill setuid sysinfo process_vm_writev arch_prctl sigaction socketpair sync_file_range2 inotify_init1 eventfd2 lchown setuid32 umask renameat capget mmap2 mknodat setresuid32 rt_sigaction getpgid sched_setscheduler vmsplice mlock getpriority request_key ugetrlimit rename clock_nanosleep faccessat fchownat fsync flock inotify_rm_watch sched_setattr setreuid32 fstat oldolduname preadv setgroups32 msgctl mlockall sched_getattr setxattr socketcall timer_gettime io_setup pselect6 io_getevents uname nanosleep lseek getresgid32 utimes symlinkat lstat exit_group setresuid mkdirat waitid rt_sigprocmask accept4 readlink get_mempolicy clone getsockname epoll_pwait signalfd4 recv dup2 exit ftruncate64 chdir setregid32 mprotect epoll_wait_old lsetxattr send fstatfs64 tee access getxattr pwrite64 getgroups shmat setitimer sched_get_priority_max rt_sigqueueinfo sigreturn getrlimit set_robust_list getcwd renameat2 swapcontext rt_tgsigqueueinfo sched_yield getsockopt setpriority munmap brk geteuid setsockopt setrlimit mq_unlink pipe recvfrom io_cancel mq_timedsend semget fstat64 epoll_ctl gettid lremovexattr epoll_ctl_old set_mempolicy ipc select open fchmod futex rt_sigsuspend times readlinkat rt_sigreturn ioprio_get timer_create mlock2 timerfd_gettime fchdir setresgid getresgid getresuid32 truncate madvise fallocate writev mmap sendfile gettimeofday epoll_create1 sched_getparam shmget fgetxattr lgetxattr personality sched_rr_get_interval getuid32 getsid mkdir utimensat kcmp dup3 sendmsg setregid lchown32 sigpending readahead fchown fork oldfstat readdir set_tls stat64 getegid32 mremap newfstatat alarm accept pwritev2
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Job 47744:
Action: systemd-networkd.service -> nop
State: waiting
Irreversible: no
May GC: no
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-hugepages.mount
Invocation ID: d1a1dff2d59d4612a4305ea5a39f0a22
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 untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (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
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart1.device
Invocation ID: aaa38cb1b38c40b2ae9e4e74f001d064
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart6.device
Invocation ID: 1cdf82e95a9c46d884b644f7ab48b504
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
Following Set Member: dev-sda6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d04.device
Invocation ID: 3b1d608392064b2fa6001bfd5016a38a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device
Following Set Member: dev-sdb4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> 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: Wed 2021-11-10 02:20:24 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 4fdc5490f1174f9aa3208303a9cac56a
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-tmpfiles-clean.service (origin-implicit)
After: sysinit.target (origin-default)
Triggers: systemd-tmpfiles-clean.service (origin-implicit)
References: timers.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-tmpfiles-clean.service (origin-implicit)
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 system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /system.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory devices pids bpf-firewall bpf-devices
Name: system.slice
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: opt.mount (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: mercury-base.service (destination-file)
RequiredBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: hddtemp.service (destination-file)
RequiredBy: raid-monitor.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: -.mount (destination-file)
RequiredBy: mercury-nas-rsyslog.service (destination-file)
RequiredBy: mmb-monitor.service (destination-file)
RequiredBy: mfb-watchdog.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: auth-rpcgss-module.service (destination-file)
RequiredBy: dev-md-2.swap (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: mercury-iptables.service (destination-file)
RequiredBy: rsync.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: rpcbind.socket (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: nfs-utils.service (destination-file)
RequiredBy: dedupe-index-server-virtuoso.service (destination-file)
RequiredBy: systemd-update-utmp.service (destination-file)
RequiredBy: bali-monitor.service (destination-file)
RequiredBy: var.mount (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: ntp.service (destination-file)
RequiredBy: nis.service (destination-file)
RequiredBy: mfbmem-init.service (destination-file)
RequiredBy: syslog-ng.service (destination-file)
RequiredBy: rngd.service (destination-file)
RequiredBy: mercury-syslog2cef.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: mercury-monitor.service (destination-file)
RequiredBy: sysstat.service (destination-file)
RequiredBy: systemd-fsckd.service (destination-file)
RequiredBy: rpcbind.service (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: freespace-monitor.service (destination-file)
RequiredBy: switchconf.service (destination-file)
RequiredBy: loadcpufreq.service (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: hw-errors-database.service (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: cpufrequtils.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: mercury-platform-config.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: mdmonitor.service (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: run-rpc_pipefs.mount (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: smartmontools.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: system-serial\x2dgetty.slice (destination-implicit)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: autofs.service (destination-file)
RequiredBy: rpc-gssd.service (destination-file)
RequiredBy: metro-server.service (destination-file)
RequiredBy: mercury-papi.service (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: xinetd.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: fd-monitor.service (destination-file)
RequiredBy: smu.service (destination-file)
RequiredBy: mercury-utils.service (destination-file)
RequiredBy: atd.service (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: home-martind.mount (destination-file)
RequiredBy: puma-server.service (destination-file)
RequiredBy: rc-local.service (destination-file)
RequiredBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: systemd-fsckd.socket (destination-file)
RequiredBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: ssh.service (destination-file)
RequiredBy: opt-remount.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: chassis-monitor.service (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: journal-save.service (destination-file)
RequiredBy: openipmi.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: mercury-ip6tables.service (destination-file)
RequiredBy: rpc-statd-notify.service (destination-file)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: fstrim.service (destination-file)
RequiredBy: exim4.service (destination-file)
RequiredBy: systemd-initctl.service (destination-file)
RequiredBy: nfs-config.service (destination-file)
RequiredBy: rpc-svcgssd.service (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: trouble-distributor.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: nas-system-monitor.service (destination-file)
RequiredBy: systemd-quotacheck.service (destination-file)
RequiredBy: dev-md2.swap (destination-file)
RequiredBy: rpc-statd.service (destination-file)
RequiredBy: getty-static.service (destination-file)
WantedBy: slices.target (destination-file)
Before: mercury-ip6tables.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: dedupe-index-server-virtuoso.service (destination-file)
Before: mercury-nas-rsyslog.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: system-serial\x2dgetty.slice (destination-implicit)
Before: man-db.service (destination-file)
Before: hw-errors-database.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: mfb-watchdog.service (destination-file)
Before: nfs-utils.service (destination-file)
Before: systemd-initctl.socket (destination-file)
Before: smu.service (destination-file)
Before: dbus.socket (destination-file)
Before: nfs-config.service (destination-file)
Before: bali-monitor.service (destination-file)
Before: ntp.service (destination-file)
Before: freespace-monitor.service (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: rpc-statd.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: mercury-syslog2cef.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: trouble-distributor.service (destination-file)
Before: autofs.service (destination-file)
Before: dev-md2.swap (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-file)
Before: chassis-monitor.service (destination-file)
Before: rngd.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: syslog.socket (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: ssh.service (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: exim4.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: opt-remount.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: dev-md-2.swap (destination-file)
Before: puma-server.service (destination-file)
Before: switchconf.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: mercury-utils.service (destination-file)
Before: openipmi.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: apparmor.service (destination-file)
Before: xinetd.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-file)
Before: mdmonitor.service (destination-file)
Before: loadcpufreq.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: mmb-monitor.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: metro-server.service (destination-file)
Before: run-rpc_pipefs.mount (destination-file)
Before: system-getty.slice (destination-implicit)
Before: syslog-ng.service (destination-file)
Before: nas-system-monitor.service (destination-file)
Before: slices.target (destination-file)
Before: mercury-iptables.service (destination-file)
Before: cron.service (destination-file)
Before: emergency.service (destination-file)
Before: smartmontools.service (destination-file)
Before: rpcbind.socket (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: journal-save.service (destination-file)
Before: mercury-papi.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: sysstat.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: auth-rpcgss-module.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: fstrim.service (destination-file)
Before: fd-monitor.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-fsckd.socket (destination-file)
Before: mercury-monitor.service (destination-file)
Before: home-martind.mount (destination-file)
Before: raid-monitor.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: nis.service (destination-file)
Before: apt-daily.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: rescue.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: mercury-platform-config.service (destination-file)
Before: opt.mount (destination-file)
Before: -.mount (destination-file)
Before: rpc-gssd.service (destination-file)
Before: networking.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: hddtemp.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: mercury-base.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: atd.service (destination-file)
Before: rc-local.service (destination-file)
Before: getty-static.service (destination-file)
Before: dbus.service (destination-file)
Before: mfbmem-init.service (destination-file)
Before: rpcbind.service (destination-file)
Before: var.mount (destination-file)
Before: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: mercury-ip6tables.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: nas-system-monitor.service (destination-file)
ReferencedBy: rpcbind.socket (destination-file)
ReferencedBy: hw-errors-database.service (destination-file)
ReferencedBy: opt.mount (destination-file)
ReferencedBy: dbus.socket (destination-file)
ReferencedBy: syslog-ng.service (destination-file)
ReferencedBy: switchconf.service (destination-file)
ReferencedBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-file)
ReferencedBy: dev-md2.swap (destination-file)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: mercury-base.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: mercury-monitor.service (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-file)
ReferencedBy: systemd-fsckd.socket (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: smu.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: openipmi.service (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: puma-server.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: freespace-monitor.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: nfs-config.service (destination-file)
ReferencedBy: mfbmem-init.service (destination-file)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: journal-save.service (destination-file)
ReferencedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-file)
ReferencedBy: xinetd.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: metro-server.service (destination-file)
ReferencedBy: run-rpc_pipefs.mount (destination-file)
ReferencedBy: smartmontools.service (destination-file)
ReferencedBy: mfb-watchdog.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: dev-md-2.swap (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: mercury-iptables.service (destination-file)
ReferencedBy: mercury-utils.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: mercury-platform-config.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: bali-monitor.service (destination-file)
ReferencedBy: nfs-utils.service (destination-file)
ReferencedBy: rngd.service (destination-file)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: opt-remount.service (destination-file)
ReferencedBy: home-martind.mount (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: system-serial\x2dgetty.slice (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: mdmonitor.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: slices.target (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: trouble-distributor.service (destination-file)
ReferencedBy: nis.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: var.mount (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: sysstat.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit mercury-utils.service:
Description: LSB: checkmu
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 19:11:25 PST
Inactive Exit Timestamp: Wed 2021-11-10 19:11:25 PST
Active Enter Timestamp: Wed 2021-11-10 19:11:25 PST
Active Exit Timestamp: Wed 2021-11-10 19:11:15 PST
Inactive Enter Timestamp: Wed 2021-11-10 19:11:25 PST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-utils.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-utils.service
Invocation ID: 3f9162f5d672470ea84e6a52dee74ff4
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-utils.service
Source Path: /etc/init.d/mercury-utils
Condition Timestamp: Wed 2021-11-10 19:11:25 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 19:11:25 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: multi-user.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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-utils start
-> ExecStop:
Command Line: /etc/init.d/mercury-utils stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit metro-server.service:
Description: LSB: metro-server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/metro-server.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: metro-server.service
Invocation ID: a18462457eb944d0be6b0ff11effaae0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/metro-server.service
Source Path: /etc/init.d/metro-server
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: multi-user.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: graphical.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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/metro-server start
-> ExecStop:
Command Line: /etc/init.d/metro-server stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: display-manager.service
WantedBy: graphical.target (destination-file)
Before: graphical.target (destination-file)
ReferencedBy: graphical.target (destination-file)
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device
Invocation ID: 2f45e54700de4d6d83a075c3f92b0e14
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Found: found-udev
-> Unit dev-disk-by\x2did-md\x2dname\x2dany:3.device:
Description: /dev/disk/by-id/md-name-any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2dname\x2dany:3.device
Invocation ID: 705f1213bb7d4015b38822022788e52d
Following: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Following Set Member: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Following Set Member: dev-md-3.device
Following Set Member: dev-md3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Invocation ID: c9e42579d0f3426880312379f2808462
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart6.device
Following Set Member: dev-sda6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Invocation ID: 01bf7a5c3c264d9c9123931f13cf9971
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit mercury-iptables.service:
Description: LSB: mercury-iptables (IPv4 firewall)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-iptables.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-iptables.service
Invocation ID: 08b664b3c76d40c7977575a4bf79145b
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-iptables.service
Source Path: /etc/init.d/mercury-iptables
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: mercury-ip6tables.service (destination-file)
Before: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: mercury-ip6tables.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: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-iptables start
-> ExecStop:
Command Line: /etc/init.d/mercury-iptables stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: getty at tty1.service
Invocation ID: 528deee4db27494f9daf8d600fc1ceb7
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
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
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)
Before: getty.target (origin-file destination-default)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: getty-pre.target (origin-file)
After: system-getty.slice (origin-file)
After: rc-local.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: basic.target (origin-default)
References: basic.target (origin-default)
References: rescue.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: getty-pre.target (origin-file)
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: systemd-journald.socket (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 3309
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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
Invocation ID: ca66dcabd2664de8b52a0a2c719d0947
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: rpcbind.service (destination-file)
WantedBy: nfs-client.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: home-martind.mount (destination-mountinfo-default)
Before: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
After: rpcbind.service (destination-file)
After: nfs-client.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: home-martind.mount (destination-mountinfo-default)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: rpcbind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit sys-subsystem-net-devices-eth0.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-eth0.device
Invocation ID: 4a160d023c104a5d80687a86525b04bb
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:04:00.0-net-eth0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:04:00.0/net/eth0
Found: found-udev
-> Unit dev-md-0.device:
Description: /dev/md/0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md-0.device
Invocation ID: 7f6e78f2a4f04071a2d998fea643f597
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Following Set Member: dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:0.device
Following Set Member: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev
-> Unit dev-disk-by\x2did-md\x2dname\x2dany:1.device:
Description: /dev/disk/by-id/md-name-any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2dname\x2dany:1.device
Invocation ID: 47e1fe30230c4fa0a6579823764cdd9f
Following: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Following Set Member: dev-md1.device
Following Set Member: dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Following Set Member: sys-devices-virtual-block-md1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart1.device
Invocation ID: b8dca2f303014874bd9285674462f030
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device
Following Set Member: dev-sdb1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit mdmonitor.service:
Description: MD array monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mdmonitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mdmonitor.service
Invocation ID: a6ee10d06b8f448dadbe7924f1d6ec99
Fragment Path: /lib/systemd/system/mdmonitor.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sys-devices-virtual-block-md2.device (destination-udev)
WantedBy: sys-devices-virtual-block-md1.device (destination-udev)
WantedBy: sys-devices-virtual-block-md3.device (destination-udev)
WantedBy: sys-devices-virtual-block-md0.device (destination-udev)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sys-devices-virtual-block-md2.device (destination-udev)
ReferencedBy: sys-devices-virtual-block-md1.device (destination-udev)
ReferencedBy: sys-devices-virtual-block-md3.device (destination-udev)
ReferencedBy: sys-devices-virtual-block-md0.device (destination-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 526
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/mdadm --monitor --scan
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit serial-getty at ttyS1.service:
Description: Serial Getty on ttyS1
Instance: ttyS1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-serial\x2dgetty.slice
CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS1.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: serial-getty at ttyS1.service
Invocation ID: 8e31c4339b9c4dc3a2b54f15187a1c76
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /etc/systemd/system/serial-getty at .service
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system-serial\x2dgetty.slice (origin-file)
BindsTo: dev-ttyS1.device (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: rescue.service (origin-file)
Before: getty.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: rc-local.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: sysinit.target (origin-default)
After: system-serial\x2dgetty.slice (origin-file)
After: getty-pre.target (origin-file)
After: dev-ttyS1.device (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: system-serial\x2dgetty.slice (origin-file)
References: dev-ttyS1.device (origin-file)
References: rc-local.service (origin-file)
References: rescue.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: getty-pre.target (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: getty.target (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 3294
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/ttyS1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: ttyS1
LockPersonality: no
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' 115200,38400,9600 ttyS1 $TERM
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Invocation ID: fcb67dd10fed447bb11394ce42be4f7b
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device
Following Set Member: dev-sdb6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> Unit hw-errors-database.service:
Description: LSB: hw-errors-database
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/hw-errors-database.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: hw-errors-database.service
Invocation ID: 8d4b6235f59f438c81a3a5494bb14158
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hw-errors-database.service
Source Path: /etc/init.d/hw-errors-database
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: sysinit.target (origin-default)
After: mercury-base.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: mercury-base.service (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/hw-errors-database start
-> ExecStop:
Command Line: /etc/init.d/hw-errors-database stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit opt-remount.service:
Description: Remount /opt read/write
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:05:37 PST
May GC: 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: memory pids
Name: opt-remount.service
Invocation ID: e3b0f81e8f0c457a9609d1d149cf71e1
Documentation: man:fstab(5)
Documentation: man:systemd.generator(7)
Fragment Path: /opt/mercury-platform-config/14.2.7110.00.20211110/lib/systemd/system/opt-remount.service
DropIn Path: /run/systemd/generator/opt-remount.service.d/extra.conf
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: systemd-fsck at dev-md3.service (origin-file)
Requires: system.slice (origin-file)
Requires: opt.mount (origin-file)
WantedBy: local-fs.target (destination-file)
Before: local-fs.target (origin-file)
After: systemd-fsck at dev-md3.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: opt.mount (origin-file)
References: systemd-fsck at dev-md3.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: opt.mount (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: local-fs.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: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/mount -o remount,rw /opt
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit rpc-svcgssd.service:
Description: RPC security service for NFS server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: rpc-svcgssd.service
Fragment Path: /lib/systemd/system/rpc-svcgssd.service
ConditionPathExists: /etc/krb5.keytab untested
ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested
ConditionPathExists: |!/run/gssproxy.pid untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Requires: run-rpc_pipefs.mount (origin-file)
Wants: nfs-config.service (origin-file)
PartOf: nfs-utils.service (origin-file)
PartOf: nfs-server.service (origin-file)
WantedBy: auth-rpcgss-module.service (destination-file)
Before: nfs-client.target (destination-file)
After: run-rpc_pipefs.mount (origin-file)
After: system.slice (origin-file)
After: nfs-config.service (origin-file)
After: auth-rpcgss-module.service (destination-file)
After: gssproxy.service (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: nfs-utils.service (origin-file)
References: run-rpc_pipefs.mount (origin-file)
References: nfs-config.service (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: nfs-server.service (origin-file)
References: systemd-journald.socket (origin-file)
References: gssproxy.service (origin-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-client.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: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Invocation ID: 45ed5a55c0b04933bfbefe655b457b27
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Found: found-udev
-> Unit rpc-statd-notify.service:
Description: Notify NFS peers of a restart
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:16:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:16:07 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:16:07 PST
May GC: 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: memory pids
Name: rpc-statd-notify.service
Invocation ID: e37ce6b6e5a94132bd19c75cbc1256ab
Fragment Path: /lib/systemd/system/rpc-statd-notify.service
Condition Timestamp: Wed 2021-11-10 02:16:07 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:16:07 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: network.target (origin-file)
Wants: nfs-config.service (origin-file)
PartOf: nfs-utils.service (origin-file)
WantedBy: rpc-statd.service (destination-file)
After: nfs-server.service (origin-file)
After: local-fs.target (origin-file)
After: nfs-config.service (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-lookup.target (origin-file)
After: network.target (origin-file)
After: system.slice (origin-file)
References: nfs-utils.service (origin-file)
References: nss-lookup.target (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: nfs-server.service (origin-file)
References: nfs-config.service (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: rpc-statd.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: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/sm-notify $SMNOTIFYARGS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit trouble-distributor.service:
Description: LSB: trouble-distributor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/trouble-distributor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: trouble-distributor.service
Invocation ID: dcee5d6e8b7a433eb3a04b47e0bd62f0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/trouble-distributor.service
Source Path: /etc/init.d/trouble-distributor
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: sysinit.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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/trouble-distributor start
-> ExecStop:
Command Line: /etc/init.d/trouble-distributor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1.device
Invocation ID: 61370855b0c941119a548c61345efdfa
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
-> Unit dedupe-index-server-virtuoso.service:
Description: LSB: dedupe-index-server-virtuoso
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dedupe-index-server-virtuoso.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dedupe-index-server-virtuoso.service
Invocation ID: ff254432faf748bf991460928dc90d3a
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/dedupe-index-server-virtuoso.service
Source Path: /etc/init.d/dedupe-index-server-virtuoso
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: mercury-papi.service (origin-file)
After: systemd-journald.socket (origin-file)
After: mercury-monitor.service (origin-file)
References: mercury-papi.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: mercury-monitor.service (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/dedupe-index-server-virtuoso start
-> ExecReload:
Command Line: /etc/init.d/dedupe-index-server-virtuoso reload
-> ExecStop:
Command Line: /etc/init.d/dedupe-index-server-virtuoso stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart2.device
Invocation ID: cdc1ec7a3f014333afdf5b824eda48d0
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d06.device
Invocation ID: cd94ccc64c1749ce9e91c049ecf62723
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Following Set Member: dev-sdb6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 19:16:32 PST
Inactive Exit Timestamp: Wed 2021-11-10 19:16:32 PST
Active Enter Timestamp: Wed 2021-11-10 19:16:32 PST
Active Exit Timestamp: Wed 2021-11-10 19:16:32 PST
Inactive Enter Timestamp: Wed 2021-11-10 19:16:32 PST
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: atd.service
Invocation ID: eecae45f4b234f2ca769fa4ffc8ed9bc
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Wed 2021-11-10 19:16:32 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 19:16:32 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-user-lookup.target (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.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: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 8319
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /usr/bin/find /var/spool/cron/atjobs -type f -name =* -not -newercc /run/systemd -delete
-> ExecStart:
Command Line: /usr/sbin/atd -f
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit cpufrequtils.service:
Description: LSB: set CPUFreq kernel parameters
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/cpufrequtils.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: cpufrequtils.service
Invocation ID: 5c4d6fddada04110a5abc34dd2ea42e0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/cpufrequtils.service
Source Path: /etc/init.d/cpufrequtils
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: loadcpufreq.service (origin-file)
After: remote-fs.target (origin-file)
References: multi-user.target (origin-file)
References: loadcpufreq.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: system.slice (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/cpufrequtils start
-> ExecReload:
Command Line: /etc/init.d/cpufrequtils reload
-> ExecStop:
Command Line: /etc/init.d/cpufrequtils stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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-wall.path
Invocation ID: 8e406c4d67f440aa9aae4fa3896137a2
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: shutdown.target (origin-file)
References: paths.target (origin-file)
References: -.mount (origin-path)
References: emergency.service (origin-file)
References: systemd-ask-password-wall.service (origin-implicit)
References: cryptsetup.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: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit ssh.service:
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ssh.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ssh.service
Invocation ID: 6435d3ced999442489f7e9187d33db63
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: auditd.service (origin-file)
After: network.target (origin-file)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: auditd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /run/sshd (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: unknown
Main PID: 3227
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 17:45:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd-kernel.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-udevd-kernel.socket
Invocation ID: f093d825bcae4f78974baf0fbe0644d0
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (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
FileDescriptorName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
ReceiveBuffer: 134217728
ListenNetlink: kobject-uevent 1
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mercury-base.service:
Description: LSB: mercury-base
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-base.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-base.service
Invocation ID: a7d12f038b9b45d8a63e219bf19e0430
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-base.service
Source Path: /etc/init.d/mercury-base
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: freespace-monitor.service (destination-file)
Before: fd-monitor.service (destination-file)
Before: mercury-papi.service (destination-file)
Before: graphical.target (origin-file destination-default)
Before: hw-errors-database.service (destination-file)
Before: mercury-platform-config.service (destination-file)
Before: chassis-monitor.service (destination-file)
Before: shutdown.target (origin-default)
Before: raid-monitor.service (destination-file)
Before: mmb-monitor.service (destination-file)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (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: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: mercury-platform-config.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: hw-errors-database.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: freespace-monitor.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: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-base start
-> ExecStop:
Command Line: /etc/init.d/mercury-base stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-md\x2dname\x2dany:2.device:
Description: /dev/disk/by-id/md-name-any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2dname\x2dany:2.device
Invocation ID: c18d5401f7114a0a97324de6ab49f876
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Following Set Member: dev-md2.device
Following Set Member: dev-md-2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev
-> Unit dev-sdb7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb7.device
Invocation ID: ce98ad9aa3304331b22c342fdb350c05
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart4.device
Invocation ID: 052ecc523afc4c6497943f70319c49bf
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Found: found-udev
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: rc-local.service
Documentation: man:systemd-rc-local-generator(8)
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /usr/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: serial-getty at ttyS1.service (destination-file)
Before: shutdown.target (origin-default)
Before: serial-getty at ttyS0.service (destination-file)
Before: getty at tty1.service (destination-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
After: network.target (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart7.device
Invocation ID: 7c2d92edc1544a72ad9a3a4cfa8c7079
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
Following Set Member: dev-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Found: found-udev
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-random-seed.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-random-seed.service
Invocation ID: 52b84a9c64d847d8a1c98ce4f04e1923
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
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: systemd-journald.socket (origin-file)
After: var.mount (origin-file origin-path)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: systemd-remount-fs.service (origin-file)
References: var.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-path)
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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit fstrim.timer:
Description: Discard unused blocks once a week
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:09:02 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: b901359dcadf44808df56ff734d07674
Documentation: man:fstrim
Fragment Path: /lib/systemd/system/fstrim.timer
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: fstrim.service (origin-implicit)
After: -.mount (origin-path)
After: var.mount (origin-file origin-path)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: fstrim.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: -.mount (origin-path)
References: var.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: fstrim.service (origin-implicit)
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 sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Invocation ID: 69bdc5cb34054a5ab3f8cac78cb6b832
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-ac8605e2\x2d02.device
Invocation ID: 07b43172ad7e4892b3e72378ffd6f23d
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> Unit spamassassin.service:
Description: spamassassin.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: spamassassin.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit nfs-config.service:
Description: Preprocess NFS configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:16:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:16:07 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:16:07 PST
May GC: 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: memory pids
Name: nfs-config.service
Invocation ID: 29f560839a5c42e2ac0855e90ceb9736
Fragment Path: /lib/systemd/system/nfs-config.service
Condition Timestamp: Wed 2021-11-10 02:16:07 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:16:07 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: rpc-gssd.service (destination-file)
WantedBy: rpc-svcgssd.service (destination-file)
WantedBy: rpc-statd-notify.service (destination-file)
WantedBy: rpc-statd.service (destination-file)
Before: rpc-gssd.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: rpc-statd.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: rpc-statd.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: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:06:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:06:37 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:06:37 PST
May GC: 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: memory pids
Name: systemd-update-utmp-runlevel.service
Invocation ID: 4acd8010a418416ab1eb4fa744c8a6c8
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Wed 2021-11-10 02:06:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:06:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
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: var.mount (origin-file origin-path)
After: -.mount (origin-path)
After: multi-user.target (origin-file)
After: systemd-update-utmp.service (origin-file)
After: rescue.target (origin-file)
After: systemd-journald.socket (origin-file)
After: graphical.target (origin-file)
After: system.slice (origin-file)
References: systemd-update-utmp.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: rescue.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: multi-user.target (origin-file)
References: var.mount (origin-file origin-path)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: systemd-ask-password-console.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Requires: system.slice (origin-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: plymouth-start.service (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: systemd-vconsole-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: system.slice (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device:
Description: /dev/disk/by-uuid/4df743b7-0d94-449d-a7d2-d80888d87657
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Invocation ID: 85b0249290dc48a7b7d956e9e1cf2b05
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:0.device
Following Set Member: sys-devices-virtual-block-md0.device
Following Set Member: dev-md0.device
Following Set Member: dev-md-0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev
-> Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: sys-kernel-debug.mount
Invocation ID: 1edea16e62284beab71ffbc14772b7fe
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 untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
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
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device:
Description: /dev/disk/by-id/md-uuid-1e526ce6:afd39d0a:8b00b313:ce95fef1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Invocation ID: 847165c05778439f914d2c228b30d1d4
Following: sys-devices-virtual-block-md0.device
Following Set Member: dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:0.device
Following Set Member: dev-md-0.device
Following Set Member: dev-md0.device
Following Set Member: sys-devices-virtual-block-md0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3\x2dpart4.device
Invocation ID: 1ac3bffd7840421c8d0a6efda6483f71
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Found: found-udev
-> Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 956a64e2ca9a48d89145d7f23c7e06e3
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: sysinit.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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device
Invocation ID: fb2f0dfe738d4af287e58d222a933ce8
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Found: found-udev
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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 untested
ConditionPathExists: |/etc/udev/hwdb.bin untested
ConditionPathExists: |!/lib/udev/hwdb.bin untested
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-update-done.service (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit nfs-client.target:
Description: NFS client services
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: nfs-client.target
Invocation ID: 1562be4d91764c50a5fb302d631f1f55
Fragment Path: /lib/systemd/system/nfs-client.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: remote-fs-pre.target (origin-file)
Wants: auth-rpcgss-module.service (origin-file)
Wants: nfs-blkmap.service (origin-file)
WantedBy: remote-fs.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: remote-fs-pre.target (origin-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: rpc-svcgssd.service (origin-file)
After: rpc-gssd.service (origin-file)
After: gssproxy.service (origin-file)
References: auth-rpcgss-module.service (origin-file)
References: shutdown.target (origin-default)
References: rpc-gssd.service (origin-file)
References: nfs-blkmap.service (origin-file)
References: gssproxy.service (origin-file)
References: rpc-svcgssd.service (origin-file)
References: remote-fs-pre.target (origin-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 1b6a32808d974678b13462826a6a6700
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 untested
ConditionPathExists: /proc/sys/fs/binfmt_misc untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-binfmt.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
After: -.mount (origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: sysinit.target (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-path)
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: waiting
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit sys-devices-virtual-block-md3.device:
Description: /sys/devices/virtual/block/md3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md3.device
Invocation ID: 8cd3b1b394fb4286986e74f89564ec25
Following Set Member: dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:3.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Following Set Member: dev-md-3.device
Following Set Member: dev-md3.device
Wants: mdmonitor.service (origin-udev)
References: mdmonitor.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev
udev SYSTEMD_WANTS: mdmonitor.service
-> Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target (origin-default)
Before: atd.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: cron.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: atd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 00c7e56b4de84948b71957ba4688779a
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: fstrim.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: logrotate.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: man-db.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: apt-daily.timer (destination-default)
After: logrotate.timer (destination-default)
After: fstrim.timer (destination-default)
References: systemd-tmpfiles-clean.timer (origin-file)
References: shutdown.target (origin-file)
References: logrotate.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: fstrim.timer (origin-file)
References: man-db.timer (origin-file)
References: apt-daily.timer (origin-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: fstrim.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit var.mount:
Description: /var
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/var.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: var.mount
Invocation ID: b9e7621fb61048dfb83a17daa83bded0
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/var.mount
Source Path: /etc/fstab
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-md1.service (origin-file)
BindsTo: dev-md1.device (origin-file origin-mountinfo-implicit)
RequiredBy: logrotate.timer (destination-file destination-path)
RequiredBy: man-db.timer (destination-file destination-path)
RequiredBy: fstrim.timer (destination-file destination-path)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: apt-daily.timer (destination-file destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
RequiredBy: systemd-update-utmp.service (destination-path)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
RequiredBy: basic.target (destination-file destination-path)
RequiredBy: ntp.service (destination-file destination-path)
RequiredBy: systemd-random-seed.service (destination-file destination-path)
RequiredBy: systemd-timesyncd.service (destination-file destination-path)
RequiredBy: switchconf.service (destination-file destination-path)
RequiredBy: apparmor.service (destination-file destination-path)
RequiredBy: logrotate.service (destination-file destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file destination-path)
RequiredBy: dbus.socket (destination-file destination-path)
Conflicts: umount.target (origin-file)
Before: systemd-update-utmp.service (destination-path)
Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
Before: local-fs.target (origin-file)
Before: switchconf.service (destination-file destination-path)
Before: ntp.service (destination-file destination-path)
Before: umount.target (origin-file)
Before: basic.target (destination-file destination-default destination-path)
Before: man-db.timer (destination-file destination-path)
Before: systemd-journal-flush.service (destination-file destination-path)
Before: logrotate.service (destination-file destination-path)
Before: systemd-random-seed.service (destination-file destination-path)
Before: logrotate.timer (destination-file destination-path)
Before: apparmor.service (destination-file destination-path)
Before: systemd-resolved.service (destination-file)
Before: systemd-timesyncd.service (destination-file destination-path)
Before: apt-daily-upgrade.timer (destination-file destination-path)
Before: apt-daily.timer (destination-file destination-path)
Before: fstrim.timer (destination-file destination-path)
Before: dbus.socket (destination-file destination-path)
After: local-fs-pre.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-fsck at dev-md1.service (origin-file)
After: dev-md1.device (origin-file origin-mountinfo-implicit)
After: systemd-journald.socket (origin-file)
References: dev-md1.device (origin-file origin-mountinfo-implicit)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-file)
References: systemd-fsck at dev-md1.service (origin-file)
References: -.mount (origin-path)
ReferencedBy: man-db.timer (destination-file destination-path)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
ReferencedBy: logrotate.timer (destination-file destination-path)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: switchconf.service (destination-file destination-path)
ReferencedBy: dbus.socket (destination-file destination-path)
ReferencedBy: systemd-update-utmp.service (destination-path)
ReferencedBy: logrotate.service (destination-file destination-path)
ReferencedBy: basic.target (destination-file destination-default destination-path)
ReferencedBy: apparmor.service (destination-file destination-path)
ReferencedBy: fstrim.timer (destination-file destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: apt-daily.timer (destination-file destination-path)
ReferencedBy: systemd-random-seed.service (destination-file destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
ReferencedBy: ntp.service (destination-file destination-path)
RequiresMountsFor: /dev/md1 (origin-file)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /var
What: /dev/md1
File System Type: ext4
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit raid-monitor.service:
Description: LSB: raid-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:49 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:49 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/raid-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: raid-monitor.service
Invocation ID: 0dd14d2f50234b3c8265d8bee560c169
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/raid-monitor.service
Source Path: /etc/init.d/raid-monitor
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: mercury-monitor.service (origin-file)
After: mercury-base.service (origin-file)
After: mfbmem-init.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: mercury-base.service (origin-file)
References: multi-user.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: mercury-monitor.service (origin-file)
References: mfbmem-init.service (origin-file)
References: basic.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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/raid-monitor start
-> ExecStop:
Command Line: /etc/init.d/raid-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/-.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory 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: dev-md-2.swap (destination-implicit)
RequiredBy: systemd-timesyncd.service (destination-path)
RequiredBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-implicit)
RequiredBy: apt-daily-upgrade.timer (destination-path)
RequiredBy: rpcbind.socket (destination-path)
RequiredBy: man-db.timer (destination-path)
RequiredBy: dev-hugepages.mount (destination-path)
RequiredBy: switchconf.service (destination-path)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
RequiredBy: dev-md2.swap (destination-path)
RequiredBy: basic.target (destination-path)
RequiredBy: systemd-journald-dev-log.socket (destination-path)
RequiredBy: var.mount (destination-path)
RequiredBy: systemd-udevd-control.socket (destination-path)
RequiredBy: apparmor.service (destination-path)
RequiredBy: dev-mqueue.mount (destination-path)
RequiredBy: opt.mount (destination-path)
RequiredBy: systemd-journal-flush.service (destination-path)
RequiredBy: systemd-journald.socket (destination-path)
RequiredBy: logrotate.timer (destination-path)
RequiredBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-implicit)
RequiredBy: run-rpc_pipefs.mount (destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-path)
RequiredBy: ssh.service (destination-path)
RequiredBy: systemd-random-seed.service (destination-path)
RequiredBy: apt-daily.timer (destination-path)
RequiredBy: systemd-ask-password-console.path (destination-path)
RequiredBy: systemd-fsckd.socket (destination-path)
RequiredBy: sys-fs-fuse-connections.mount (destination-path)
RequiredBy: rpcbind.service (destination-path)
RequiredBy: sys-kernel-debug.mount (destination-path)
RequiredBy: sys-kernel-config.mount (destination-path)
RequiredBy: systemd-networkd.service (destination-path)
RequiredBy: ntp.service (destination-path)
RequiredBy: systemd-ask-password-wall.path (destination-path)
RequiredBy: systemd-initctl.socket (destination-path)
RequiredBy: home-martind.mount (destination-implicit)
RequiredBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-implicit)
RequiredBy: fstrim.timer (destination-path)
RequiredBy: syslog.socket (destination-path)
RequiredBy: dbus.socket (destination-path)
RequiredBy: logrotate.service (destination-path)
RequiredBy: systemd-update-utmp.service (destination-path)
Before: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-implicit)
Before: systemd-journald-dev-log.socket (destination-path)
Before: apparmor.service (destination-path)
Before: systemd-initctl.socket (destination-path)
Before: dev-hugepages.mount (destination-path)
Before: dev-md2.swap (destination-path)
Before: systemd-resolved.service (destination-file)
Before: systemd-journal-flush.service (destination-path)
Before: logrotate.service (destination-path)
Before: dev-mqueue.mount (destination-path)
Before: sys-fs-fuse-connections.mount (destination-path)
Before: dbus.socket (destination-path)
Before: systemd-ask-password-wall.path (destination-path)
Before: systemd-journald.socket (destination-path)
Before: man-db.timer (destination-path)
Before: switchconf.service (destination-path)
Before: systemd-timesyncd.service (destination-path)
Before: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-implicit)
Before: home-martind.mount (destination-implicit)
Before: rpcbind.service (destination-path)
Before: fstrim.timer (destination-path)
Before: systemd-udevd-control.socket (destination-path)
Before: basic.target (destination-path)
Before: systemd-update-utmp-runlevel.service (destination-path)
Before: apt-daily-upgrade.timer (destination-path)
Before: sys-kernel-debug.mount (destination-path)
Before: local-fs.target (origin-file)
Before: run-rpc_pipefs.mount (destination-path)
Before: logrotate.timer (destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-path)
Before: var.mount (destination-path)
Before: rpcbind.socket (destination-path)
Before: systemd-fsckd.socket (destination-path)
Before: systemd-networkd.service (destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-path)
Before: ntp.service (destination-path)
Before: systemd-update-utmp.service (destination-path)
Before: systemd-ask-password-console.path (destination-path)
Before: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-implicit)
Before: opt.mount (destination-path)
Before: systemd-random-seed.service (destination-path)
Before: apt-daily.timer (destination-path)
Before: dev-md-2.swap (destination-implicit)
Before: ssh.service (destination-path)
Before: sys-kernel-config.mount (destination-path)
Before: syslog.socket (destination-path)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-fsckd.socket (destination-path)
ReferencedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-implicit)
ReferencedBy: basic.target (destination-path)
ReferencedBy: home-martind.mount (destination-implicit)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
ReferencedBy: run-rpc_pipefs.mount (destination-path)
ReferencedBy: systemd-networkd.service (destination-path)
ReferencedBy: systemd-initctl.socket (destination-path)
ReferencedBy: dev-hugepages.mount (destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-path)
ReferencedBy: man-db.timer (destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
ReferencedBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-implicit)
ReferencedBy: sys-kernel-config.mount (destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-path)
ReferencedBy: fstrim.timer (destination-path)
ReferencedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-implicit)
ReferencedBy: systemd-ask-password-console.path (destination-path)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: dev-mqueue.mount (destination-path)
ReferencedBy: dev-md-2.swap (destination-implicit)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
ReferencedBy: switchconf.service (destination-path)
ReferencedBy: systemd-random-seed.service (destination-path)
ReferencedBy: systemd-ask-password-wall.path (destination-path)
ReferencedBy: systemd-journald.socket (destination-path)
ReferencedBy: dev-md2.swap (destination-path)
ReferencedBy: apparmor.service (destination-path)
ReferencedBy: apt-daily.timer (destination-path)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-path)
ReferencedBy: systemd-journal-flush.service (destination-path)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-path)
ReferencedBy: ntp.service (destination-path)
ReferencedBy: syslog.socket (destination-path)
ReferencedBy: ssh.service (destination-path)
ReferencedBy: var.mount (destination-path)
ReferencedBy: systemd-journald-dev-log.socket (destination-path)
ReferencedBy: systemd-udevd-control.socket (destination-path)
ReferencedBy: logrotate.timer (destination-path)
ReferencedBy: opt.mount (destination-path)
ReferencedBy: rpcbind.socket (destination-path)
ReferencedBy: rpcbind.service (destination-path)
ReferencedBy: dbus.socket (destination-path)
RequiresMountsFor: /dev/md0 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /
What: /dev/md0
File System Type: ext4
Options: rw,relatime,errors=remount-ro
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Enter Timestamp: Wed 2021-11-10 02:05:37 PST
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-sysctl.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-sysctl.service
Invocation ID: 1f6d25f3fcbc4cb6899cc51cd18db431
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-modules-load.service (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mercury-papi.service:
Description: LSB: papi-server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-papi.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: papi-server.service
Name: mercury-papi.service
Invocation ID: c95a33604f324e7b9428c0501b809507
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-papi.service
Source Path: /etc/init.d/mercury-papi
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: dedupe-index-server-virtuoso.service (destination-file)
Before: multi-user.target (origin-file destination-default)
After: chassis-monitor.service (origin-file)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: mercury-monitor.service (origin-file)
After: mercury-base.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: chassis-monitor.service (origin-file)
References: network-online.target (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: mercury-monitor.service (origin-file)
References: system.slice (origin-file)
References: mercury-base.service (origin-file)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-papi start
-> ExecStop:
Command Line: /etc/init.d/mercury-papi stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-initctl.service:
Description: initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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-initctl.socket (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device
Invocation ID: 2d70ca8a603d4d70bd16c07556ebfc6f
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart6.device
Following Set Member: dev-sda6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Found: found-udev
-> Unit dev-md3.device:
Description: /dev/md3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md3.device
Invocation ID: c3901bde4b5347e498f606bd13964778
Following: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Following Set Member: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:3.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Following Set Member: dev-md-3.device
BoundBy: systemd-fsck at dev-md3.service (destination-file)
BoundBy: opt.mount (destination-file destination-mountinfo-implicit)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: opt.mount (destination-file destination-mountinfo-implicit)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: opt.mount (destination-file destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev,found-mount
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Invocation ID: f0b78a9255f14019a384c8aa89a1b75a
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-sdb5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> Unit dev-sdb6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb6.device
Invocation ID: 6311d4a73af2429e9d58125692e932b0
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart6.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d06.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb6
Found: found-udev
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: plymouth-start.service
Before: systemd-ask-password-console.path (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: rescue.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 dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2.device
Invocation ID: 0e77600dc0864733bff6cdefa343fde0
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-sdb.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Found: found-udev
-> Unit smu.service:
Description: LSB: SMU (HNAS System Management Unit)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 15:54:32 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:39 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/smu.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: smu.service
Invocation ID: 435a1983d97047d5a6e323eb61ee0c45
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/smu.service
Source Path: /etc/init.d/smu
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: 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)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/smu start
-> ExecStop:
Command Line: /etc/init.d/smu stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Invocation ID: cde9ec8ddb684da2abaff8a5f77e1b85
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device
Following Set Member: dev-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Found: found-udev
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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.target
Invocation ID: 2325877d235f4e719032302697004760
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: nfs-client.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: openipmi.service (destination-file)
Before: exim4.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: cron.service (destination-file)
Before: atd.service (destination-file)
Before: xinetd.service (destination-file)
Before: mercury-base.service (destination-file)
Before: autofs.service (destination-file)
Before: hddtemp.service (destination-file)
Before: loadcpufreq.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: nis.service (destination-file)
After: home-martind.mount (destination-mountinfo-default)
After: remote-fs-pre.target (origin-file)
After: systemd-quotacheck.service (destination-file)
References: remote-fs-pre.target (origin-file)
References: nfs-client.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: openipmi.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: home-martind.mount (destination-mountinfo-default)
ReferencedBy: mercury-base.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: xinetd.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: nis.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: atd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit rpcbind.socket:
Description: RPCbind Server Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rpcbind.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: rpcbind.socket
Invocation ID: 058318940b314799948572259f86d271
Fragment Path: /lib/systemd/system/rpcbind.socket
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: rpc-statd.service (destination-file)
RequiredBy: rpcbind.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: rpc-statd.service (destination-file)
Before: rpcbind.service (origin-implicit)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: rpcbind.service (origin-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: rpcbind.service (origin-implicit)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
RequiresMountsFor: /run/rpcbind.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
BindIPv6Only: ipv6-only
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
FileDescriptorName: rpcbind.socket
SELinuxContextFromNet: no
ListenStream: /run/rpcbind.sock
ListenStream: 0.0.0.0:111
ListenDatagram: 0.0.0.0:111
ListenStream: [::]:111
ListenDatagram: [::]:111
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Invocation ID: 518f1ef420a5441e9efc2c8974c696ab
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Invocation ID: 4d94a366ccdc4300968b569b635f644f
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device
Following Set Member: dev-sdb7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1d.1-0000:05:00.0-net-eth1.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:1d.1-0000:05:00.0-net-eth1.device
Invocation ID: 7310fcb1f0de4bf080beaf33e8540e7e
Following Set Member: sys-subsystem-net-devices-eth1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.1/0000:05:00.0/net/eth1
Found: found-udev
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: bebf3a28b4d94e43b295c151c6c02e03
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: -.slice (origin-file)
Wants: system.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: system.slice (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: user.slice (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit mfbmem-init.service:
Description: LSB: mfbmem-init
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mfbmem-init.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mfbmem-init.service
Invocation ID: bc1447a73f92423183bfb0be35226304
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mfbmem-init.service
Source Path: /etc/init.d/mfbmem-init
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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)
Before: mercury-monitor.service (destination-file)
Before: raid-monitor.service (destination-file)
Before: chassis-monitor.service (destination-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: mercury-monitor.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: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mfbmem-init start
-> ExecStop:
Command Line: /etc/init.d/mfbmem-init stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: sys-fs-fuse-connections.mount
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 untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: systemd-modules-load.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /sys/fs/fuse (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 06:23:58 PST
Inactive Exit Timestamp: Wed 2021-11-10 06:23:58 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 06:23:58 PST
May GC: 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: memory pids
Name: apt-daily-upgrade.service
Invocation ID: 98fbc7e22f2342d0b59504b28fb05a46
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true untested
Condition Timestamp: Wed 2021-11-10 06:23:58 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 06:23:58 PST
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: systemd-journald.socket (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: network.target (origin-file)
After: systemd-networkd.service (origin-file)
After: system.slice (origin-file)
After: NetworkManager.service (origin-file)
After: basic.target (origin-default)
After: apt-daily.service (origin-file)
After: network-online.target (origin-file)
After: connman.service (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: systemd-networkd.service (origin-file)
References: basic.target (origin-default)
References: apt-daily.service (origin-file)
References: systemd-journald.socket (origin-file)
References: connman.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: network-online.target (origin-file)
References: network.target (origin-file)
References: NetworkManager.service (origin-file)
References: system.slice (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 15min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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 install
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device
Invocation ID: 46f73fd39fc74a5ba1e8a8a644471855
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
-> Unit xinetd.service:
Description: LSB: Starts or stops the xinetd daemon.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/xinetd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: xinetd.service
Invocation ID: 186e0d10e82a4088882a14104e52d401
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/xinetd.service
Source Path: /etc/init.d/xinetd
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: 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: remote-fs.target (origin-file)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/xinetd start
-> ExecReload:
Command Line: /etc/init.d/xinetd reload
-> ExecStop:
Command Line: /etc/init.d/xinetd stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-resolved.service:
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 19:18:00 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory devices pids bpf-devices
Name: systemd-resolved.service
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: /usr/lib/systemd/system/systemd-resolved.service.d/resolvconf.conf
Requires: system.slice (origin-file)
Requires: var.mount (origin-file)
Requires: -.mount (origin-file)
Wants: nss-lookup.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: network.target (origin-file)
Before: nss-lookup.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-networkd.service (origin-file)
After: -.mount (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: var.mount (origin-file)
References: shutdown.target (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: nss-lookup.target (origin-file)
References: systemd-networkd.service (origin-file)
References: var.mount (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/resolve (origin-file)
RequiresMountsFor: /tmp (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: always
NotifyAccess: main
NotifyState: unknown
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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: mbind semop timer_create epoll_pwait linkat epoll_ctl_old sched_setparam getgroups fgetxattr epoll_create1 setrlimit readdir add_key set_robust_list setitimer setfsuid32 getpriority swapcontext restart_syscall setpgid getresgid32 setgroups32 msgrcv getresuid timer_gettime bind setfsgid truncate64 mremap setfsuid sendfile fchdir semctl epoll_ctl geteuid pwritev waitpid getpgrp lchown32 fstat64 munmap symlink getgroups32 sched_rr_get_interval prlimit64 oldstat openat ioprio_set rt_sigprocmask clock_gettime _newselect oldolduname utimes msgsnd flistxattr setpriority clock_getres preadv2 arch_prctl userfaultfd rt_sigpending recvfrom semget set_mempolicy setresgid munlock read sched_setscheduler llistxattr ftruncate chown32 capset request_key fcntl execve mq_unlink setsockopt sched_setattr io_submit stat getxattr getsockname process_vm_writev timer_getoverrun nice dup3 sendfile64 pause ugetrlimit mknodat setsid pipe2 inotify_init1 readlink io_setup geteuid32 socket move_pages set_tid_address ioprio_get getitimer rt_sigaction listen mlock setns statfs sched_getparam kcmp setuid mknod _llseek chmod migrate_pages setregid setreuid32 setreuid close ftruncate64 pselect6 personality unlink sendto syncfs vfork execveat setgroups mmap2 memfd_create futimesat sigpending renameat2 sched_setaffinity sched_get_priority_max shmdt eventfd2 sysinfo chown fremovexattr fstatfs64 getcpu fstatfs socketpair getppid pread64 set_tls sched_get_priority_min lsetxattr kill lremovexattr sigaction mq_timedreceive times setresuid32 removexattr getsid shmget getdents msgctl mlockall getrusage fchown32 getcwd io_getevents getuid readv lchown fchown getrlimit stat64 sync sync_file_range2 fstatat64 signal pipe creat getegid setregid32 sched_yield getuid32 readahead preadv inotify_init setxattr link fchmod time timer_settime pwrite64 getpgid wait4 fstat setgid keyctl setuid32 fsync sigprocmask mkdirat gettimeofday statfs64 lgetxattr tgkill write unshare accept getrandom io_destroy sigaltstack mlock2 mq_open sendmsg shmctl epoll_wait listxattr madvise umask sched_getaffinity signalfd4 timer_delete tee clone connect chdir sigsuspend capget timerfd_create timerfd_settime writev getpeername timerfd_gettime setresuid setfsgid32 inotify_rm_watch waitid fadvise64 getsockopt olduname fcntl64 sched_getattr rmdir rt_sigtimedwait shmat epoll_wait_old sigreturn utime fsetxattr alarm lstat64 oldfstat send ipc signalfd futex vmsplice fallocate setgid32 getgid32 sync_file_range mprotect fchmodat utimensat fork lstat get_thread_area getegid32 exit_group recv exit setresgid32 name_to_handle_at splice mkdir munlockall renameat rt_sigqueueinfo inotify_add_watch msync pwritev2 rt_sigsuspend unlinkat sched_getscheduler newfstatat fchownat fadvise64_64 fdatasync ioctl mmap rename faccessat copy_file_range ppoll membarrier recvmsg symlinkat epoll_create getresuid32 getdents64 dup2 sendmmsg accept4 prctl oldlstat access mq_timedsend gettid clock_nanosleep readlinkat set_thread_area rt_sigreturn select getpid get_mempolicy poll process_vm_readv get_robust_list eventfd flock recvmmsg shutdown brk mq_getsetattr nanosleep statx getresgid open io_cancel mq_notify tkill getgid semtimedop truncate socketcall lseek msgget rt_tgsigqueueinfo remap_file_pages dup uname
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-resolved
-> ExecStartPost:
Command Line: /bin/sh -c '[ ! -e /run/resolvconf/enable-updates ] || echo "nameserver 127.0.0.53" | /sbin/resolvconf -a systemd-resolved'
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=closed
Delegate=no
-> Job 167551:
Action: systemd-resolved.service -> nop
State: waiting
Irreversible: no
May GC: no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Invocation ID: 636271cbafb84742beba1946bf0659bd
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
-> Unit rpc-statd.service:
Description: NFS status monitor for NFSv2/3 locking.
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:16:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:16:07 PST
Active Enter Timestamp: Wed 2021-11-10 02:16:07 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rpc-statd.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: rpc-statd.service
Invocation ID: 9af81a64b263457fb2246ed8468b5e91
Fragment Path: /lib/systemd/system/rpc-statd.service
Condition Timestamp: Wed 2021-11-10 02:16:07 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:16:07 PST
Assert Result: yes
Requires: rpcbind.socket (origin-file)
Requires: system.slice (origin-file)
Requires: nss-lookup.target (origin-file)
Wants: nfs-config.service (origin-file)
Wants: rpc-statd-notify.service (origin-file)
PartOf: nfs-utils.service (origin-file)
Conflicts: umount.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: network.target (origin-file)
After: nss-lookup.target (origin-file)
After: nfs-config.service (origin-file)
After: rpcbind.socket (origin-file)
References: rpc-statd-notify.service (origin-file)
References: nss-lookup.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: nfs-config.service (origin-file)
References: nfs-utils.service (origin-file)
References: network.target (origin-file)
References: rpcbind.socket (origin-file)
References: umount.target (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: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 27688
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/rpc.statd.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/rpc.statd --no-notify $STATDARGS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-timesyncd.service:
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory devices pids bpf-devices
Name: systemd-timesyncd.service
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
DropIn Path: /usr/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
ConditionFileIsExecutable: !/usr/sbin/VBoxService untested
ConditionFileIsExecutable: !/usr/sbin/chronyd untested
ConditionFileIsExecutable: !/usr/sbin/openntpd untested
ConditionFileIsExecutable: !/usr/sbin/ntpd untested
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: var.mount (origin-file origin-path)
Wants: time-sync.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: ntp.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: time-sync.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: var.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: time-sync.target (origin-file)
References: -.mount (origin-path)
References: systemd-sysusers.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: var.mount (origin-file origin-path)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ntp.service (destination-file)
RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/timesync (origin-file)
RequiresMountsFor: /tmp (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: always
NotifyAccess: main
NotifyState: unknown
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
RuntimeDirectory: systemd/timesync
StateDirectoryMode: 0755
StateDirectory: systemd/timesync
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_time
AmbientCapabilities: cap_sys_time
User: systemd-timesync
DynamicUser: no
LockPersonality: yes
SystemCallFilter: memfd_create setitimer swapcontext send execve getresuid32 setresuid readlink recv times mq_notify timer_gettime mlock2 fork setresgid32 semop setresgid mprotect fgetxattr ppoll pwritev fsync setfsuid32 rt_sigpending read fstatfs timer_create semtimedop sync setuid getgid32 setregid32 inotify_rm_watch vfork mkdir preadv2 oldolduname fchdir sysinfo fchmodat chmod fstat getpgrp setsockopt capget faccessat setgroups fadvise64_64 sched_getaffinity epoll_create1 membarrier nice readahead socket tkill olduname getpeername writev getgid msgget sendto eventfd getdents sched_setscheduler shmget removexattr fcntl fremovexattr readdir link getxattr signalfd4 symlinkat shmctl epoll_ctl readv recvmsg brk copy_file_range clock_gettime sched_get_priority_max ioprio_get clock_getres rmdir kill setns fdatasync setreuid32 getcpu write waitpid vmsplice getpgid setreuid time lseek lsetxattr rt_sigqueueinfo prctl msgctl mknodat shmdt get_robust_list add_key semget timerfd_create msgsnd msgrcv clock_nanosleep flistxattr timer_settime get_thread_area fstatfs64 getdents64 getgroups socketcall io_submit sigaltstack ioctl sync_file_range epoll_wait_old waitid setfsgid splice munlockall shmat ioprio_set getitimer sched_getattr getrlimit ftruncate setregid fstatat64 mkdirat mbind sched_yield get_mempolicy getpid inotify_init1 keyctl sendfile set_tls io_setup ugetrlimit rt_tgsigqueueinfo recvfrom setfsuid sigaction signalfd chown32 select umask process_vm_writev creat fchown clock_adjtime getpriority mremap setresuid32 flock truncate64 lstat64 fchmod stat utimes accept setpriority socketpair sched_rr_get_interval wait4 getrusage setfsgid32 mmap2 mq_getsetattr _newselect fchown32 getgroups32 userfaultfd sched_getscheduler mq_open semctl statfs64 munlock arch_prctl ipc access getuid32 migrate_pages sync_file_range2 timer_delete mlockall setsid sigsuspend msync tee move_pages eventfd2 rename setpgid exit_group statx setxattr io_getevents kcmp getegid sendfile64 epoll_create pread64 epoll_ctl_old request_key futimesat getuid syncfs getresuid utimensat close recvmmsg rt_sigtimedwait setgroups32 inotify_init symlink getegid32 stime geteuid exit linkat adjtimex oldstat dup getsockopt chdir unlink setuid32 fadvise64 set_thread_area oldlstat oldfstat sendmmsg epoll_pwait newfstatat munmap getsockname listen lchown32 _llseek pipe2 truncate lgetxattr mknod geteuid32 lremovexattr rt_sigaction readlinkat mlock pwrite64 name_to_handle_at sendmsg setgid fcntl64 pselect6 tgkill statfs epoll_wait pause sched_setattr fsetxattr stat64 clock_settime lstat nanosleep getppid shutdown dup2 clone setgid32 inotify_add_watch listxattr io_cancel open restart_syscall openat llistxattr fstat64 uname poll rt_sigreturn set_mempolicy dup3 preadv getsid renameat set_robust_list mq_unlink capset settimeofday connect gettid fallocate timer_getoverrun rt_sigsuspend chown unshare mq_timedsend getresgid32 gettimeofday sigpending sched_setaffinity timerfd_gettime io_destroy bind accept4 getresgid setrlimit sched_setparam timerfd_settime sched_getparam pwritev2 process_vm_readv signal lchown futex utime remap_file_pages mmap ftruncate64 rt_sigprocmask madvise sched_get_priority_min fchownat renameat2 set_tid_address pipe unlinkat mq_timedreceive prlimit64 getcwd sigprocmask sigreturn execveat alarm personality getrandom
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=closed
Delegate=no
-> Unit journal-save.service:
Description: Save systemd journal at startup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 02:06:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Wed 2021-11-10 02:06:37 PST
May GC: 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: memory pids
Name: journal-save.service
Invocation ID: c9ad7cdaad68449b93c59a8c8f3cde19
Fragment Path: /opt/mercury-platform-config/14.2.7110.00.20211110/lib/systemd/system/journal-save.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: systemd-journal-flush.service (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-journal-flush.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: systemd-journal-flush.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (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: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStartPre:
Command Line: /bin/sleep 60
-> ExecStart:
Command Line: /opt/mercury-platform-config/bin/save_startup_journal.sh
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart6.device
Invocation ID: fa854b3f647e47eebe8c0ef249e9f993
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart6.device
Following Set Member: dev-sda6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Found: found-udev
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 7d1c83785ae0406a9db4e400ec3a359b
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
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:1d.0-0000:04:00.0-net-eth0.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:1d.0-0000:04:00.0-net-eth0.device
Invocation ID: 9ceeeb6d7dfe47939c759ea03daa98ae
Following Set Member: sys-subsystem-net-devices-eth0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:04:00.0/net/eth0
Found: found-udev
-> Unit systemd-fsck at dev-md3.service:
Description: File System Check on /dev/md3
Instance: dev-md3
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice/systemd-fsck at dev-md3.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: systemd-fsck at dev-md3.service
Invocation ID: 6a657010835a462d8d98308622fd04f9
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
Wants: systemd-fsckd.socket (origin-file)
BindsTo: dev-md3.device (origin-file)
RequiredBy: opt-remount.service (destination-file)
RequiredBy: opt.mount (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: shutdown.target (origin-file)
Before: opt-remount.service (destination-file)
Before: opt.mount (destination-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-fsck-root.service (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: dev-md3.device (origin-file)
References: systemd-quotacheck.service (origin-file)
References: system-systemd\x2dfsck.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
References: systemd-fsck-root.service (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-md3.device (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: opt-remount.service (destination-file)
ReferencedBy: opt.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck /dev/md3
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-sdb.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 2d14eaa879ca45beaa369002115e4065
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb
Found: found-udev
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart2.device
Invocation ID: 9ef7cfd7bf77407481b9fbadb068615f
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart2.device
Following Set Member: dev-sdb2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2
Found: found-udev
-> 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: Wed 2021-11-10 18:04:08 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-journald-dev-log.socket
Invocation ID: 6e1158bf85e14618a50bc146070b0557
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
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)
After: -.mount (origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file)
References: -.mount (origin-path)
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
FileDescriptorName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
SendBuffer: 8388608
ListenDatagram: /run/systemd/journal/dev-log
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
Symlinks: /dev/log
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: cron.service
Invocation ID: 746ccc10f04f4951aeb26827d2861184
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file)
References: remote-fs.target (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: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
Main PID: 556
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
Invocation ID: 02b72f9879614ff281bb15f948010606
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device
Following Set Member: dev-sdb4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> Unit syslog.service:
Description: syslog.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: syslog.service
After: syslog.socket (destination-implicit)
TriggeredBy: syslog.socket (destination-implicit)
ReferencedBy: syslog.socket (destination-implicit)
-> Unit dev-sda.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 2737836588f442c096ebd494e80f53c9
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
-> Unit mercury-monitor.service:
Description: LSB: mercury-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-monitor.service
Invocation ID: 773ade15d72f43859f55fe0b813b3984
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-monitor.service
Source Path: /etc/init.d/mercury-monitor
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: raid-monitor.service (destination-file)
Before: dedupe-index-server-virtuoso.service (destination-file)
Before: mfb-watchdog.service (destination-file)
Before: mmb-monitor.service (destination-file)
Before: freespace-monitor.service (destination-file)
Before: shutdown.target (origin-default)
Before: mercury-papi.service (destination-file)
Before: fd-monitor.service (destination-file)
Before: graphical.target (origin-file destination-default)
Before: chassis-monitor.service (destination-file)
Before: multi-user.target (origin-file destination-default)
After: sysinit.target (origin-default)
After: mfbmem-init.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: multi-user.target (origin-file)
References: mfbmem-init.service (origin-file)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: freespace-monitor.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-file)
ReferencedBy: mfb-watchdog.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: chassis-monitor.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: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-monitor start
-> ExecStop:
Command Line: /etc/init.d/mercury-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-quotacheck.service:
Description: File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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: remote-fs.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-fsck at dev-md1.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-fsck at dev-md3.service (destination-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: systemd-fsck at dev-md1.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:16:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:16:07 PST
Active Enter Timestamp: Wed 2021-11-10 02:16:07 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: b5fdc544c8a442f193df807d0c736d68
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Wed 2021-11-10 02:16:07 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:16:07 PST
Assert Result: yes
RequiredBy: rpc-statd.service (destination-file)
WantedBy: systemd-resolved.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4.service (destination-file)
Before: shutdown.target (origin-default)
Before: rpc-statd-notify.service (destination-file)
Before: rpc-statd.service (destination-file)
After: systemd-resolved.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d1\x2dpart2.device
Invocation ID: 17ec642b94cc436a870accf3f2c4755e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Invocation ID: 75959053d4994319bf321935c0816b7d
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device
Following Set Member: dev-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: ce73a936102f4eb7a1e19229d3ebd247
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: rpcbind.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-initctl.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-udevd-control.socket (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: systemd-journald-audit.socket (destination-file)
After: dbus.socket (origin-default destination-default)
After: systemd-journald.socket (destination-file)
After: systemd-initctl.socket (destination-file)
After: systemd-journald-dev-log.socket (destination-file)
After: syslog.socket (destination-file)
After: systemd-udevd-control.socket (destination-file)
After: systemd-udevd-kernel.socket (destination-file)
References: systemd-journald-dev-log.socket (origin-file)
References: rpcbind.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-udevd-control.socket (origin-file)
References: systemd-initctl.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file origin-default)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit mysql.service:
Description: mysql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: mysql.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device
Invocation ID: 3711030fa54b4c6797591ad12999cb86
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart5.device
Following Set Member: dev-sda5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
Found: found-udev
-> Unit NetworkManager.service:
Description: NetworkManager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: NetworkManager.service
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
-> Unit dev-sda2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: aababa84d6584f72ac845cfbe75a178e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
-> Unit dev-sdb4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb4.device
Invocation ID: 8d99433f9e7f45759dafd58ce844bd6b
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: af3fcfbc86c34344824326627c99b799
Following: sys-devices-pnp0-00:01-tty-ttyS0.device
Following Set Member: sys-devices-pnp0-00:01-tty-ttyS0.device
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
BoundBy: serial-getty at ttyS0.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:01/tty/ttyS0
Found: found-udev
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 18:04:08 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.socket
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-journald.socket
Invocation ID: 1ba2fc6f85404bfa8c10ba6ac92b9e76
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: mercury-monitor.service (destination-file)
Before: dbus.service (destination-file)
Before: openipmi.service (destination-file)
Before: bali-monitor.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: metro-server.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: dedupe-index-server-virtuoso.service (destination-file)
Before: ssh.service (destination-file)
Before: mercury-base.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: atopacct.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: freespace-monitor.service (destination-file)
Before: auth-rpcgss-module.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: switchconf.service (destination-file)
Before: hw-errors-database.service (destination-file)
Before: smu.service (destination-file)
Before: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-file)
Before: rngd.service (destination-file)
Before: systemd-fsck at dev-md1.service (destination-file)
Before: nis.service (destination-file)
Before: rpcbind.service (destination-file)
Before: puma-server.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: man-db.service (destination-file)
Before: sockets.target (origin-file)
Before: cron.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: nfs-config.service (destination-file)
Before: smartmontools.service (destination-file)
Before: fd-monitor.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: apt-daily.service (destination-file)
Before: run-rpc_pipefs.mount (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: ntp.service (destination-file)
Before: networking.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: mercury-nas-rsyslog.service (destination-file)
Before: xinetd.service (destination-file)
Before: mfb-watchdog.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: mercury-iptables.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: journal-save.service (destination-file)
Before: nas-system-monitor.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: autofs.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
Before: mercury-papi.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: systemd-resolved.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: rsync.service (destination-file)
Before: rc-local.service (destination-file)
Before: getty-static.service (destination-file)
Before: atop.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-file)
Before: mfbmem-init.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: mercury-platform-config.service (destination-file)
Before: atd.service (destination-file)
Before: trouble-distributor.service (destination-file)
Before: dev-md2.swap (destination-file)
Before: fstrim.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: opt-remount.service (destination-file)
Before: apparmor.service (destination-file)
Before: mmb-monitor.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: syslog-ng.service (destination-file)
Before: hddtemp.service (destination-file)
Before: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-file)
Before: chassis-monitor.service (destination-file)
Before: home-martind.mount (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: raid-monitor.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: systemd-quotacheck.service (destination-file)
Before: mdmonitor.service (destination-file)
Before: serial-getty at ttyS1.service (destination-file)
Before: mercury-utils.service (destination-file)
Before: loadcpufreq.service (destination-file)
Before: rpc-gssd.service (destination-file)
Before: mercury-syslog2cef.service (destination-file)
Before: mercury-ip6tables.service (destination-file)
Before: nfs-utils.service (destination-file)
Before: dev-md-2.swap (destination-file)
Before: opt.mount (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: sysstat.service (destination-file)
Before: cpufrequtils.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: exim4.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: var.mount (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: -.mount (origin-path)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: nis.service (destination-file)
ReferencedBy: mercury-base.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: xinetd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: openipmi.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-file)
ReferencedBy: mdmonitor.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: smu.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: nfs-utils.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: dev-md-2.swap (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: opt-remount.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: mfb-watchdog.service (destination-file)
ReferencedBy: mercury-syslog2cef.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: sysstat.service (destination-file)
ReferencedBy: mfbmem-init.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: nas-system-monitor.service (destination-file)
ReferencedBy: mercury-platform-config.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: rngd.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: nfs-config.service (destination-file)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: fd-monitor.service (destination-file)
ReferencedBy: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap (destination-file)
ReferencedBy: atopacct.service (destination-file)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: hw-errors-database.service (destination-file)
ReferencedBy: mercury-monitor.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: metro-server.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: chassis-monitor.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: mercury-iptables.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: mercury-nas-rsyslog.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: mercury-ip6tables.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: home-martind.mount (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: opt.mount (destination-file)
ReferencedBy: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: trouble-distributor.service (destination-file)
ReferencedBy: cpufrequtils.service (destination-file)
ReferencedBy: dev-md2.swap (destination-file)
ReferencedBy: journal-save.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: smartmontools.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: dev-disk-by\x2did-md\x2dname\x2dany:2.swap (destination-file)
ReferencedBy: var.mount (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: hddtemp.service (destination-file)
ReferencedBy: syslog-ng.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: raid-monitor.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: mmb-monitor.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: puma-server.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: bali-monitor.service (destination-file)
ReferencedBy: mercury-papi.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: freespace-monitor.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: run-rpc_pipefs.mount (destination-file)
ReferencedBy: mercury-utils.service (destination-file)
ReferencedBy: atop.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: switchconf.service (destination-file)
RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
RequiresMountsFor: /run/systemd/journal/socket (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
FileDescriptorName: systemd-journald.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenStream: /run/systemd/journal/stdout
ListenDatagram: /run/systemd/journal/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: systemd-ask-password-wall.service
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: sysinit.target (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: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-ask-password-wall.path (destination-implicit)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-wall.path (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
-> ExecStart:
Command Line: /bin/systemd-tty-ask-password-agent --wall
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 02:06:07 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: Wed 2021-11-10 02:06:07 PST
Inactive Enter Timestamp: Wed 2021-11-10 02:06:07 PST
May GC: 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: memory pids
Name: systemd-fsckd.service
Invocation ID: 6d6680910eda4eb2aa3578afca3e0441
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-fsckd.socket (destination-implicit)
References: shutdown.target (origin-file)
References: systemd-fsckd.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mercury-platform-config.service:
Description: LSB: mercury-platform-config
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-platform-config.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-platform-config.service
Invocation ID: f0e91545996e4d09bd446037d01f49e1
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-platform-config.service
Source Path: /etc/init.d/mercury-platform-config
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: mercury-base.service (origin-file)
References: shutdown.target (origin-default)
References: graphical.target (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: multi-user.target (origin-file)
References: mercury-base.service (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-platform-config start
-> ExecStop:
Command Line: /etc/init.d/mercury-platform-config stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> 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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-tmpfiles-setup.service
Invocation ID: e11dca00019640a8933e7008a1b62874
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-update-utmp.service (destination-file)
Before: logrotate.service (destination-file)
Before: ntp.service (destination-file)
Before: rpcbind.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-resolved.service (destination-file)
After: systemd-journald.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-journald.service (origin-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: rpcbind.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-timesyncd.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 905ce083647341bca075fe57e01964d6
Following: sys-devices-pnp0-00:02-tty-ttyS1.device
Following Set Member: sys-devices-pnp0-00:02-tty-ttyS1.device
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
BoundBy: serial-getty at ttyS1.service (destination-file)
Before: serial-getty at ttyS1.service (destination-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pnp0/00:02/tty/ttyS1
Found: found-udev
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb7.device
Invocation ID: cb766e1aa5f24d009e3e5d1c32c09a99
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart7.device
Following Set Member: dev-sdb7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart7.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d07.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb7
Found: found-udev
-> Unit dev-sdb1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: c8d4365ffc8a4b39b2c1f4a4818d3738
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit sys-devices-pnp0-00:01-tty-ttyS0.device:
Description: /sys/devices/pnp0/00:01/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: sys-devices-pnp0-00:01-tty-ttyS0.device
Invocation ID: 154116dba37343fc986a13977a09be70
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/pnp0/00:01/tty/ttyS0
Found: found-udev
-> Unit nfs-utils.service:
Description: NFS server and client services
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: nfs-utils.service
Fragment Path: /lib/systemd/system/nfs-utils.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
ConsistsOf: rpc-gssd.service (destination-file)
ConsistsOf: rpc-svcgssd.service (destination-file)
ConsistsOf: rpc-statd-notify.service (destination-file)
ConsistsOf: rpc-statd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: rpc-gssd.service (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: rpc-statd.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: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/true
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: connman.service
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
-> Unit postgresql.service:
Description: postgresql.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: postgresql.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device:
Description: /dev/disk/by-uuid/1e101445-783b-49b3-9267-76e599c2a3c4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Invocation ID: f9287de4835e492f9f21d06382cd271f
Following: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Following Set Member: dev-md1.device
Following Set Member: sys-devices-virtual-block-md1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev
-> Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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 untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-modules-load.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-path)
References: systemd-modules-load.service (origin-file)
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
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-b9ce3973\x2d7f8e\x2d42b5\x2d9af9\x2d642a16ea72b2.device
Invocation ID: 4d7432709b22433bb43d3959932c44ed
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d01.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1
Found: found-udev
-> Unit tmp.mount:
Description: tmp.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: tmp.mount
WantedBy: basic.target (destination-file)
Before: basic.target (destination-file)
ReferencedBy: basic.target (destination-file)
-> Unit dev-md-2.swap:
Description: /dev/md/2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-md-2.swap
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dev-md-2.swap
Invocation ID: 45b5c63acee0434cbdd5ee87e425d5c5
Following: dev-md2.swap
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.swap
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.swap
Following Set Member: dev-md2.swap
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
RequiresMountsFor: /dev/md/2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
What: /dev/md/2
From /proc/swaps: yes
From fragment: no
Device Node: /dev/md2
Priority: -2
Options:
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mfb-watchdog.service:
Description: LSB: mfb-watchdog
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mfb-watchdog.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mfb-watchdog.service
Invocation ID: dbb6a7ab8c5c44d0bf912b07798d97b0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mfb-watchdog.service
Source Path: /etc/init.d/mfb-watchdog
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: basic.target (origin-default)
After: system.slice (origin-file)
After: mercury-monitor.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: mercury-monitor.service (origin-file)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: graphical.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mfb-watchdog start
-> ExecStop:
Command Line: /etc/init.d/mfb-watchdog stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit home-martind.mount:
Description: /home/martind
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 15:00:40 PST
Inactive Exit Timestamp: Wed 2021-11-10 15:00:40 PST
Active Enter Timestamp: Wed 2021-11-10 15:00:40 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/home-martind.mount
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: home-martind.mount
Invocation ID: fdb585140c54455fa11deca6bd46a5c7
Source Path: /proc/self/mountinfo
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Wants: network-online.target (origin-mountinfo-default)
Conflicts: umount.target (origin-mountinfo-default)
Before: remote-fs.target (origin-mountinfo-default)
Before: umount.target (origin-mountinfo-default)
After: remote-fs-pre.target (origin-mountinfo-default)
After: system.slice (origin-file)
After: network.target (origin-mountinfo-default)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-mountinfo-default)
References: network.target (origin-mountinfo-default)
References: umount.target (origin-mountinfo-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: remote-fs-pre.target (origin-mountinfo-default)
References: remote-fs.target (origin-mountinfo-default)
References: -.mount (origin-implicit)
References: network-online.target (origin-mountinfo-default)
RequiresMountsFor: /home (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Where: /home/martind
What: sirius:/u691/martind
File System Type: nfs
Options: rw,noatime,nodiratime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.23.34.136,mountvers=3,mountport=52907,mountproto=udp,local_lock=none,addr=10.23.34.136
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device
Invocation ID: 88ad10b955a64be29be4c18de56c264e
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart2.device
Following Set Member: dev-sda2.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart2.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
Found: found-udev
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/networking.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: networking.service
Invocation ID: cf84c7ed1087401f90c340afff7694ae
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: ifupdown-pre.service (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-online.target (origin-file)
Before: shutdown.target (origin-file)
Before: network.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: system.slice (origin-file)
After: apparmor.service (origin-file)
After: network-pre.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-modules-load.service (origin-file)
After: ifupdown-pre.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: apparmor.service (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: ifupdown-pre.service (origin-file)
References: network.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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart5.device
Invocation ID: aee0703a284b4824a4391d689231fc96
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> Unit ifupdown-pre.service:
Description: Helper to synchronize boot up for ifupdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ifupdown-pre.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ifupdown-pre.service
Invocation ID: 728878333ef647ddb106445e48b17331
Fragment Path: /lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
RequiredBy: networking.service (destination-file)
Before: network.target (origin-file)
Before: networking.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udev-trigger.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd.service (origin-file)
References: network.target (origin-file)
ReferencedBy: networking.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
RestartSec: 100ms
TimeoutStartSec: 3min
TimeoutStopSec: 3min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
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: rescue.target (destination-default)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: smartmontools.service (destination-default)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: rc-local.service (destination-default)
ConflictedBy: atd.service (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: nas-system-monitor.service (destination-default)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: atopacct.service (destination-default)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: systemd-resolved.service (destination-file)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: fstrim.service (destination-default)
ConflictedBy: swap.target (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: metro-server.service (destination-default)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: nfs-utils.service (destination-default)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: systemd-fsck at dev-md3.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: loadcpufreq.service (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: ssh.service (destination-default)
ConflictedBy: trouble-distributor.service (destination-default)
ConflictedBy: fstrim.timer (destination-default)
ConflictedBy: puma-server.service (destination-default)
ConflictedBy: bali-monitor.service (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: atop.service (destination-default)
ConflictedBy: systemd-update-utmp.service (destination-file)
ConflictedBy: serial-getty at ttyS0.service (destination-default)
ConflictedBy: user.slice (destination-default)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: serial-getty at ttyS1.service (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: system-serial\x2dgetty.slice (destination-default)
ConflictedBy: autofs.service (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: slices.target (destination-default)
ConflictedBy: mercury-platform-config.service (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: mercury-monitor.service (destination-default)
ConflictedBy: mercury-nas-rsyslog.service (destination-default)
ConflictedBy: nfs-client.target (destination-default)
ConflictedBy: mercury-iptables.service (destination-default)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: ntp.service (destination-default)
ConflictedBy: freespace-monitor.service (destination-default)
ConflictedBy: rngd.service (destination-default)
ConflictedBy: fd-monitor.service (destination-default)
ConflictedBy: network.target (destination-default)
ConflictedBy: mmb-monitor.service (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: mfb-watchdog.service (destination-default)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: mercury-utils.service (destination-default)
ConflictedBy: sysstat.service (destination-default)
ConflictedBy: systemd-fsck at dev-md1.service (destination-file)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: smu.service (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: nis.service (destination-default)
ConflictedBy: cpufrequtils.service (destination-default)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: xinetd.service (destination-default)
ConflictedBy: syslog-ng.service (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: dedupe-index-server-virtuoso.service (destination-default)
ConflictedBy: mercury-base.service (destination-default)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: raid-monitor.service (destination-default)
ConflictedBy: mfbmem-init.service (destination-default)
ConflictedBy: mercury-ip6tables.service (destination-default)
ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
ConflictedBy: mercury-syslog2cef.service (destination-default)
ConflictedBy: mercury-papi.service (destination-default)
ConflictedBy: hw-errors-database.service (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: paths.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: journal-save.service (destination-default)
ConflictedBy: exim4.service (destination-default)
ConflictedBy: chassis-monitor.service (destination-default)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: hddtemp.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: rsync.service (destination-default)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: rpcbind.target (destination-default)
ConflictedBy: openipmi.service (destination-default)
ConflictedBy: syslog.socket (destination-file)
After: bali-monitor.service (destination-default)
After: cpufrequtils.service (destination-default)
After: fd-monitor.service (destination-default)
After: fstrim.service (destination-default)
After: time-sync.target (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: sockets.target (destination-default)
After: slices.target (destination-default)
After: sysinit.target (destination-default)
After: swap.target (destination-default)
After: user.slice (destination-default)
After: network.target (destination-default)
After: cryptsetup.target (destination-default)
After: autofs.service (destination-default)
After: mfb-watchdog.service (destination-default)
After: basic.target (destination-default)
After: mfbmem-init.service (destination-default)
After: mercury-nas-rsyslog.service (destination-default)
After: systemd-resolved.service (destination-file)
After: network-pre.target (destination-default)
After: man-db.service (destination-default)
After: systemd-modules-load.service (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: openipmi.service (destination-default)
After: getty-static.service (destination-default)
After: ssh.service (destination-default)
After: local-fs-pre.target (destination-default)
After: chassis-monitor.service (destination-default)
After: remote-fs-pre.target (destination-default)
After: getty.target (destination-default)
After: systemd-remount-fs.service (destination-file)
After: mercury-ip6tables.service (destination-default)
After: systemd-fsck at dev-md3.service (destination-file)
After: apt-daily-upgrade.timer (destination-default)
After: getty-pre.target (destination-default)
After: mercury-platform-config.service (destination-default)
After: metro-server.service (destination-default)
After: lm-sensors.service (destination-default)
After: atopacct.service (destination-default)
After: systemd-user-sessions.service (destination-default)
After: systemd-networkd.service (destination-file)
After: systemd-fsck at dev-md1.service (destination-file)
After: rescue.service (destination-file)
After: systemd-tmpfiles-clean.timer (destination-default)
After: emergency.service (destination-file)
After: mercury-papi.service (destination-default)
After: smu.service (destination-default)
After: dbus.socket (destination-default)
After: rc-local.service (destination-default)
After: raid-monitor.service (destination-default)
After: systemd-hwdb-update.service (destination-file)
After: nas-system-monitor.service (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: syslog.socket (destination-file)
After: mmb-monitor.service (destination-default)
After: apt-daily-upgrade.service (destination-default)
After: fstrim.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
After: nss-lookup.target (destination-default)
After: systemd-logind.service (destination-default)
After: hw-errors-database.service (destination-default)
After: apt-daily.service (destination-default)
After: systemd-quotacheck.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: emergency.target (destination-default)
After: cron.service (destination-default)
After: network-online.target (destination-default)
After: system-getty.slice (destination-default)
After: nis.service (destination-default)
After: exim4.service (destination-default)
After: puma-server.service (destination-default)
After: man-db.timer (destination-default)
After: serial-getty at ttyS1.service (destination-default)
After: freespace-monitor.service (destination-default)
After: systemd-binfmt.service (destination-file)
After: systemd-ask-password-console.service (destination-file)
After: system-serial\x2dgetty.slice (destination-default)
After: multi-user.target (destination-default)
After: rescue.target (destination-default)
After: dbus.service (destination-default)
After: journal-save.service (destination-default)
After: rsync.service (destination-default)
After: mercury-iptables.service (destination-default)
After: mercury-utils.service (destination-default)
After: hddtemp.service (destination-default)
After: trouble-distributor.service (destination-default)
After: system-systemd\x2dfsck.slice (destination-default)
After: getty at tty1.service (destination-default)
After: xinetd.service (destination-default)
After: systemd-sysusers.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: systemd-update-utmp.service (destination-file)
After: logrotate.timer (destination-default)
After: nfs-utils.service (destination-default)
After: serial-getty at ttyS0.service (destination-default)
After: logrotate.service (destination-default)
After: systemd-ask-password-wall.service (destination-default)
After: mercury-monitor.service (destination-default)
After: systemd-fsckd.service (destination-file)
After: mercury-syslog2cef.service (destination-default)
After: loadcpufreq.service (destination-default)
After: apt-daily.timer (destination-default)
After: sysstat.service (destination-default)
After: smartmontools.service (destination-default)
After: atd.service (destination-default)
After: atop.service (destination-default)
After: rngd.service (destination-default)
After: systemd-update-utmp-runlevel.service (destination-file)
After: syslog-ng.service (destination-default)
After: mercury-base.service (destination-default)
After: ntp.service (destination-default)
After: paths.target (destination-default)
After: systemd-fsck-root.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: nss-user-lookup.target (destination-default)
After: rpcbind.target (destination-default)
After: networking.service (destination-file)
After: systemd-random-seed.service (destination-file)
After: systemd-machine-id-commit.service (destination-file)
After: graphical.target (destination-default)
After: dedupe-index-server-virtuoso.service (destination-default)
After: nfs-client.target (destination-default)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: serial-getty at ttyS1.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: fd-monitor.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: chassis-monitor.service (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: mercury-syslog2cef.service (destination-default)
ReferencedBy: swap.target (destination-default)
ReferencedBy: nfs-client.target (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: loadcpufreq.service (destination-default)
ReferencedBy: sysstat.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: mercury-papi.service (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: mercury-platform-config.service (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: raid-monitor.service (destination-default)
ReferencedBy: systemd-quotacheck.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: nas-system-monitor.service (destination-default)
ReferencedBy: atop.service (destination-default)
ReferencedBy: mercury-iptables.service (destination-default)
ReferencedBy: rpcbind.target (destination-default)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: syslog-ng.service (destination-default)
ReferencedBy: ntp.service (destination-default)
ReferencedBy: nis.service (destination-default)
ReferencedBy: mercury-nas-rsyslog.service (destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: hddtemp.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: mfbmem-init.service (destination-default)
ReferencedBy: rngd.service (destination-default)
ReferencedBy: smu.service (destination-default)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: getty.target (destination-default)
ReferencedBy: trouble-distributor.service (destination-default)
ReferencedBy: mercury-ip6tables.service (destination-default)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: puma-server.service (destination-default)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: metro-server.service (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: mercury-utils.service (destination-default)
ReferencedBy: timers.target (destination-file)
ReferencedBy: paths.target (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: mfb-watchdog.service (destination-default)
ReferencedBy: mercury-monitor.service (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: bali-monitor.service (destination-default)
ReferencedBy: xinetd.service (destination-default)
ReferencedBy: system-serial\x2dgetty.slice (destination-default)
ReferencedBy: smartmontools.service (destination-default)
ReferencedBy: nfs-utils.service (destination-default)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: openipmi.service (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: hw-errors-database.service (destination-default)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: mmb-monitor.service (destination-default)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: freespace-monitor.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: journal-save.service (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: mercury-base.service (destination-default)
ReferencedBy: cpufrequtils.service (destination-default)
ReferencedBy: basic.target (destination-default)
ReferencedBy: dedupe-index-server-virtuoso.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> 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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: plymouth-quit-wait.service
Before: serial-getty at ttyS1.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: serial-getty at ttyS0.service (destination-file)
ReferencedBy: serial-getty at ttyS1.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at ttyS0.service (destination-file)
-> Unit mercury-syslog2cef.service:
Description: LSB: syslog2cefd
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mercury-syslog2cef.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mercury-syslog2cef.service
Invocation ID: 2bbab06d4888463599e2115a8c6dcc94
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mercury-syslog2cef.service
Source Path: /etc/init.d/mercury-syslog2cef
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: graphical.target (origin-file destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: time-sync.target (origin-file)
References: graphical.target (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: multi-user.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-sync.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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mercury-syslog2cef start
-> ExecStop:
Command Line: /etc/init.d/mercury-syslog2cef stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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 untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
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: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: local-fs.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
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory 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: system.slice (origin-file)
Requires: -.mount (origin-path)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-journald.service (destination-file)
Before: shutdown.target (origin-file)
Before: syslog.service (origin-implicit)
Before: emergency.service (origin-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: syslog.service (origin-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: syslog.service (origin-implicit)
References: emergency.service (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
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
FileDescriptorName: syslog.socket
SELinuxContextFromNet: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/syslog
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: rsync.service
Documentation: man:rsync(1)
Documentation: man:rsyncd.conf(5)
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf untested
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.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: dead
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: a221b3208ebb4406941b76b9780a1846
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: switchconf.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network.target (destination-file)
Before: systemd-networkd.service (destination-file)
Before: networking.service (destination-file)
Before: shutdown.target (origin-default)
After: switchconf.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: switchconf.service (destination-file)
ReferencedBy: network.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-sda6.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 893b2183ee7c4410a25691f96bf7ee0e
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart6.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart6.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart6.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
Found: found-udev
-> Unit rpc-gssd.service:
Description: RPC security service for NFS client and server
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: rpc-gssd.service
Fragment Path: /lib/systemd/system/rpc-gssd.service
ConditionPathExists: /etc/krb5.keytab untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Requires: run-rpc_pipefs.mount (origin-file)
Wants: nfs-config.service (origin-file)
PartOf: nfs-utils.service (origin-file)
WantedBy: auth-rpcgss-module.service (destination-file)
Conflicts: umount.target (origin-file)
Before: nfs-client.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: auth-rpcgss-module.service (destination-file)
After: nfs-config.service (origin-file)
After: run-rpc_pipefs.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: nfs-config.service (origin-file)
References: run-rpc_pipefs.mount (origin-file)
References: umount.target (origin-file)
References: nfs-utils.service (origin-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-client.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: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: -/run/sysconfig/nfs-utils
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/sbin/rpc.gssd $GSSDARGS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device:
Description: /dev/disk/by-uuid/9999fed6-9cc7-40af-a48e-efe0c42f0143
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Invocation ID: bf20a83ff26f4f598100fe27a58d15d5
Following: sys-devices-virtual-block-md3.device
Following Set Member: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:3.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Following Set Member: dev-md-3.device
Following Set Member: dev-md3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev
-> 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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 3cd5e27969af438996c2e55e4193cbaa
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
Found: found-udev
-> Unit dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device:
Description: /dev/disk/by-id/md-uuid-bfbf4a0a:8e2c65d9:38371ac6:1ee7a70c
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
Invocation ID: 44391b06072a45cf970a2185b1bb254f
Following: sys-devices-virtual-block-md2.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.device
Following Set Member: dev-md2.device
Following Set Member: dev-md-2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 443f56687caf460ba11a5af92a2cf5bf
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-md1.service (destination-file)
Before: var.mount (destination-file)
Before: shutdown.target (origin-default)
Before: opt.mount (destination-file)
Before: systemd-fsck at dev-md3.service (destination-file)
Before: local-fs.target (destination-file)
After: systemd-remount-fs.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-md3.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: opt.mount (destination-file)
ReferencedBy: var.mount (destination-file)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> 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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-tmpfiles-setup-dev.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-tmpfiles-setup-dev.service
Invocation ID: f0adbc9a20fd4085a43fcc9fe9b94944
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: kmod-static-nodes.service (destination-file)
References: local-fs-pre.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sysstat.service:
Description: Resets System Activity Data Collector
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/sysstat.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: sysstat.service
Invocation ID: 8d89de4ab835441096683f9bd73f040f
Documentation: man:sa1(8)
Documentation: man:sadc(8)
Documentation: man:sar(1)
Fragment Path: /lib/systemd/system/sysstat.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (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: basic.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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/sysstat/debian-sa1 --boot
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit auth-rpcgss-module.service:
Description: Kernel Module supporting RPCSEC_GSS
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: auth-rpcgss-module.service
Fragment Path: /lib/systemd/system/auth-rpcgss-module.service
ConditionPathExists: /etc/krb5.keytab untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: no
Requires: system.slice (origin-file)
Wants: rpc-gssd.service (origin-file)
Wants: gssproxy.service (origin-file)
Wants: rpc-svcgssd.service (origin-file)
WantedBy: nfs-client.target (destination-file)
Before: rpc-gssd.service (origin-file)
Before: gssproxy.service (origin-file)
Before: rpc-svcgssd.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: rpc-gssd.service (origin-file)
References: system.slice (origin-file)
References: gssproxy.service (origin-file)
References: rpc-svcgssd.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: nfs-client.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: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/modprobe -q auth_rpcgss
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-sysusers.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-sysusers.service
Invocation ID: 0af8b0dd184a46219c55d002d1b3bc09
Documentation: man:sysusers.d(5)
Documentation: man:systemd-sysusers.service(8)
Fragment Path: /lib/systemd/system/systemd-sysusers.service
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: systemd-udevd.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-update-done.service (origin-file)
References: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-udevd.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
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/systemd-sysusers
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md2.device:
Description: /dev/md2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md2.device
Invocation ID: 5b48b4a61f8942fca3870016bd4fb361
Following: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2dbfbf4a0a:8e2c65d9:38371ac6:1ee7a70c.device
Following Set Member: sys-devices-virtual-block-md2.device
Following Set Member: dev-disk-by\x2duuid-94c873ac\x2d5550\x2d4a45\x2da9bb\x2dfbdca3616d62.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:2.device
Following Set Member: dev-md-2.device
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Wants: dev-md2.swap (origin-file)
BoundBy: dev-md2.swap (destination-file)
Before: dev-md2.swap (destination-file)
ReferencedBy: dev-md2.swap (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md2
Found: found-udev,found-swap
-> Unit dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart4.device
Invocation ID: 376ba3a4d33943bf850146f428a456d9
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-sda4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart4.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
Found: found-udev
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6fa0f\x2dpart4.device
Invocation ID: 3acd44b317534102b58beaefed31a492
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-sdb4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> 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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/kmod-static-nodes.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: kmod-static-nodes.service
Invocation ID: 64356e88c5464deda419b2efa1e16cd7
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/4.19.0-8-amd64/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit mmb-monitor.service:
Description: LSB: mmb-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/mmb-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: mmb-monitor.service
Invocation ID: 4a72a148d26a40f197f30a43822fba5e
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/mmb-monitor.service
Source Path: /etc/init.d/mmb-monitor
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: mercury-base.service (origin-file)
After: basic.target (origin-default)
After: mercury-monitor.service (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: mercury-base.service (origin-file)
References: mercury-monitor.service (origin-file)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/mmb-monitor start
-> ExecStop:
Command Line: /etc/init.d/mmb-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-md1.device:
Description: /dev/md1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-md1.device
Invocation ID: 0c9990b1ffc4419187309333de689905
Following: sys-devices-virtual-block-md1.device
Following Set Member: dev-md-1.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:1.device
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2df7e44bd8:fb7f4bee:4347eb06:409df259.device
Following Set Member: dev-disk-by\x2duuid-1e101445\x2d783b\x2d49b3\x2d9267\x2d76e599c2a3c4.device
Following Set Member: sys-devices-virtual-block-md1.device
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
BoundBy: var.mount (destination-file destination-mountinfo-implicit)
BoundBy: systemd-fsck at dev-md1.service (destination-file)
Before: var.mount (destination-file destination-mountinfo-implicit)
Before: systemd-fsck at dev-md1.service (destination-file)
ReferencedBy: var.mount (destination-file destination-mountinfo-implicit)
ReferencedBy: systemd-fsck at dev-md1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md1
Found: found-udev,found-mount
-> Unit nas-system-monitor.service:
Description: LSB: nas-system-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/nas-system-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: nas-system-monitor.service
Invocation ID: 4b5b0b7c5f084c7989ec3b46dfdffb09
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/nas-system-monitor.service
Source Path: /etc/init.d/nas-system-monitor
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
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: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
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: 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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/nas-system-monitor start
-> ExecStop:
Command Line: /etc/init.d/nas-system-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit rpcbind.service:
Description: RPC bind portmap service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rpcbind.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: rpcbind.service
Invocation ID: b9bb60ee6105442bae84f8185614e424
Documentation: man:rpcbind(8)
Fragment Path: /lib/systemd/system/rpcbind.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: rpcbind.socket (origin-file)
Wants: remote-fs-pre.target (origin-file)
Wants: rpcbind.target (origin-file)
WantedBy: multi-user.target (destination-file)
Before: remote-fs-pre.target (origin-file)
Before: rpcbind.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: rpcbind.socket (destination-implicit)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: rpcbind.socket (destination-implicit)
References: systemd-tmpfiles-setup.service (origin-file)
References: rpcbind.socket (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: remote-fs-pre.target (origin-file)
References: rpcbind.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: rpcbind.socket (destination-implicit)
RequiresMountsFor: /run/rpcbind (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: unknown
Main PID: 553
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: OPTIONS=-w
EnvironmentFile: -/etc/rpcbind.conf
EnvironmentFile: -/etc/default/rpcbind
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /sbin/rpcbind -f $OPTIONS
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit gssproxy.service:
Description: gssproxy.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: gssproxy.service
WantedBy: auth-rpcgss-module.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: nfs-client.target (destination-file)
After: auth-rpcgss-module.service (destination-file)
ReferencedBy: auth-rpcgss-module.service (destination-file)
ReferencedBy: nfs-client.target (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
-> Unit sys-devices-virtual-block-md0.device:
Description: /sys/devices/virtual/block/md0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md0.device
Invocation ID: bcc4acb994954d6aaaf0b39c0c1d6709
Following Set Member: dev-disk-by\x2did-md\x2duuid\x2d1e526ce6:afd39d0a:8b00b313:ce95fef1.device
Following Set Member: dev-disk-by\x2duuid-4df743b7\x2d0d94\x2d449d\x2da7d2\x2dd80888d87657.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:0.device
Following Set Member: dev-md-0.device
Following Set Member: dev-md0.device
Wants: mdmonitor.service (origin-udev)
References: mdmonitor.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md0
Found: found-udev
udev SYSTEMD_WANTS: mdmonitor.service
-> Unit dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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\x2d0x5002538e09c6faa3.device
Invocation ID: 0b70ea5f396143e5835dc33ad7b71156
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.device
Following Set Member: dev-sda.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
Found: found-udev
-> Unit hddtemp.service:
Description: LSB: disk temperature monitoring daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/hddtemp.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: hddtemp.service
Invocation ID: 90f0cf8dea32430f9981ed80c20cd2d0
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/hddtemp.service
Source Path: /etc/init.d/hddtemp
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
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: 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: basic.target (origin-default)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: system.slice (origin-file)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: remote-fs.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: exited
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/hddtemp start
-> ExecStop:
Command Line: /etc/init.d/hddtemp stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0\x2data\x2d2\x2dpart4.device
Invocation ID: dd50313185b54152a9f4d9fb1a4140d9
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device
Following Set Member: dev-sdb4.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> Unit dev-sdb5.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: dev-sdb5.device
Invocation ID: c74cd534cd6f4921b9052654e52cc0fd
Following: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d05.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb5.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart5.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart5.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\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:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5
Found: found-udev
-> 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: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-update-utmp.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-update-utmp.service
Invocation ID: f7d782269a224b9eb46fa6b266bf8934
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: var.mount (origin-path)
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: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: auditd.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: var.mount (origin-path)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: var.mount (origin-path)
References: system.slice (origin-file)
References: auditd.service (origin-file)
References: systemd-tmpfiles-setup.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit systemd-udev-trigger.service:
Description: udev Coldplug all Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udev-trigger.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: systemd-udev-trigger.service
Invocation ID: e97e3338d72641ea844346ad0e10405e
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: ifupdown-pre.service (destination-file)
After: systemd-udevd-kernel.socket (origin-file)
After: systemd-udevd-control.socket (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: ifupdown-pre.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
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /bin/udevadm trigger --type=subsystems --action=add
Command Line: /bin/udevadm trigger --type=devices --action=add
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: dbus.service
Invocation ID: 38c20e026afc44de9a85b248ce3ac169
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.socket (destination-implicit)
After: sysinit.target (origin-default)
TriggeredBy: dbus.socket (destination-implicit)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
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: 566
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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
-> 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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /user.slice
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: user.slice
Invocation ID: 18bf2ebf2b8e4e70a8d2fcebf850a48d
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: -.slice (origin-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: slices.target (origin-file)
Before: systemd-logind.service (destination-file)
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)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=18446744073709551615
DevicePolicy=auto
Delegate=no
-> Unit ntp.service:
Description: Network Time Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:43 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:43 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:43 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ntp.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: ntp.service
Invocation ID: b93c6f5fc62e4fd1bb7152325cd0075c
Documentation: man:ntpd(8)
Fragment Path: /lib/systemd/system/ntp.service
Condition Timestamp: Wed 2021-11-10 02:05:43 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:43 PST
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: var.mount (origin-file origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: systemd-timesyncd.service (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: var.mount (origin-file origin-path)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-path)
After: basic.target (origin-default)
References: network.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: var.mount (origin-file origin-path)
References: -.mount (origin-path)
References: systemd-timesyncd.service (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /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: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
Main PID: 1724
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /usr/lib/ntp/ntp-systemd-wrapper
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
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: shutdown.target (origin-default)
References: emergency.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: local-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: 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: memory pids
Name: emergency.service
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
RequiredBy: emergency.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
Before: sysinit.target (destination-file)
Before: emergency.target (destination-file)
Before: rescue.service (origin-file)
Before: shutdown.target (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)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-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: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
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=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit sys-subsystem-net-devices-eth1.device:
Description: I210 Gigabit Network Connection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-eth1.device
Invocation ID: 6f374f269b5c441fb05888aea40c7eba
Following Set Member: sys-devices-pci0000:00-0000:00:1d.1-0000:05:00.0-net-eth1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.1/0000:05:00.0/net/eth1
Found: found-udev
-> Unit clamav-daemon.service:
Description: clamav-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: clamav-daemon.service
Before: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
-> Unit sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sdb-sdb4.device
Invocation ID: c33b7d6dda384358844ffb4ad69c744c
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6fa0f\x2dpart4.device
Following Set Member: dev-sdb4.device
Following Set Member: dev-disk-by\x2dpartuuid-ac8605e2\x2d04.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d2\x2dpart4.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC36956\x2dpart4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4
Found: found-udev
-> Unit dev-disk-by\x2did-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device:
Description: /dev/disk/by-id/md-uuid-75e05b0e:f8b9802f:95ab90cd:2f0e5cdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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-md\x2duuid\x2d75e05b0e:f8b9802f:95ab90cd:2f0e5cdb.device
Invocation ID: 9e4b51f6f294427799f3888304586b09
Following: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2duuid-9999fed6\x2d9cc7\x2d40af\x2da48e\x2defe0c42f0143.device
Following Set Member: sys-devices-virtual-block-md3.device
Following Set Member: dev-disk-by\x2did-md\x2dname\x2dany:3.device
Following Set Member: dev-md-3.device
Following Set Member: dev-md3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/block/md3
Found: found-udev
-> Unit fd-monitor.service:
Description: LSB: fd-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/fd-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: fd-monitor.service
Invocation ID: 2930db73489047dbb23f4abb1e24a3fa
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/fd-monitor.service
Source Path: /etc/init.d/fd-monitor
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
Before: graphical.target (origin-file destination-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: mercury-base.service (origin-file)
After: sysinit.target (origin-default)
After: mercury-monitor.service (origin-file)
References: system.slice (origin-file)
References: mercury-monitor.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: graphical.target (origin-file)
References: multi-user.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: mercury-base.service (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
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/fd-monitor start
-> ExecStop:
Command Line: /etc/init.d/fd-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit freespace-monitor.service:
Description: LSB: freespace-monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:38 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:38 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:38 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/freespace-monitor.service
CGroup realized: yes
CGroup realized mask: memory devices pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Name: freespace-monitor.service
Invocation ID: f0f74470ea134ea6bd8083d764d58aa6
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/freespace-monitor.service
Source Path: /etc/init.d/freespace-monitor
Condition Timestamp: Wed 2021-11-10 02:05:38 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:38 PST
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: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: mercury-base.service (origin-file)
After: mercury-monitor.service (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: graphical.target (origin-file)
References: mercury-monitor.service (origin-file)
References: multi-user.target (origin-file)
References: mercury-base.service (origin-file)
References: systemd-journald.socket (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: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
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: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
-> ExecStart:
Command Line: /etc/init.d/freespace-monitor start
-> ExecReload:
Command Line: /etc/init.d/freespace-monitor reload
-> ExecStop:
Command Line: /etc/init.d/freespace-monitor stop
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 33cd088c76c24074b019815bcf800333
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
RequiredBy: rpc-statd-notify.service (destination-file)
WantedBy: systemd-networkd.service (destination-file)
WantedBy: networking.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: autofs.service (destination-file)
Before: ntp.service (destination-file)
Before: home-martind.mount (destination-mountinfo-default)
Before: shutdown.target (origin-default)
Before: rpc-statd-notify.service (destination-file)
Before: rpc-statd.service (destination-file)
Before: ssh.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: rsync.service (destination-file)
Before: rc-local.service (destination-file)
Before: network-online.target (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: apt-daily.service (destination-file)
After: network-pre.target (origin-file)
After: systemd-resolved.service (destination-file)
After: networking.service (destination-file)
After: systemd-networkd.service (destination-file)
After: ifupdown-pre.service (destination-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: rpc-statd.service (destination-file)
ReferencedBy: home-martind.mount (destination-mountinfo-default)
ReferencedBy: ntp.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-sda1.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 797320ad32624a23892666b27f7a05c0
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2duuid-4bafff6c\x2dbab7\x2d4551\x2d9878\x2d37f30525e48b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
Found: found-udev
-> Unit dev-sda7.device:
Description: SAMSUNG_MZ7LH480HAHQ-00005 any:3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: 6d5e8352ae144bc3a8dbc0e453cd943f
Following: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device
Following Set Member: dev-disk-by\x2did-ata\x2dSAMSUNG_MZ7LH480HAHQ\x2d00005_S45PNA1MC37014\x2dpart7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:17.0\x2data\x2d1\x2dpart7.device
Following Set Member: dev-disk-by\x2did-wwn\x2d0x5002538e09c6faa3\x2dpart7.device
Following Set Member: sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-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:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
Found: found-udev
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:37 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:37 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:37 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
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: d9139cc694364d67a896834fe69c2d55
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Wed 2021-11-10 02:05:37 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:37 PST
Assert Result: yes
Requires: var.mount (origin-file)
Requires: opt.mount (origin-file)
Requires: -.mount (origin-file)
Wants: opt-remount.service (origin-file)
Wants: systemd-fsck-root.service (origin-file)
Wants: systemd-remount-fs.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: apparmor.service (destination-file)
Before: rpc-statd-notify.service (destination-file)
Before: switchconf.service (destination-file)
Before: rpc-svcgssd.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: nfs-config.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: sysinit.target (destination-file)
Before: networking.service (destination-file)
After: local-fs-pre.target (origin-file)
After: opt.mount (destination-file)
After: systemd-fsck-root.service (destination-file)
After: systemd-remount-fs.service (destination-file)
After: var.mount (destination-file)
After: -.mount (destination-file)
After: opt-remount.service (destination-file)
OnFailure: emergency.target (origin-file)
References: opt.mount (origin-file)
References: emergency.target (origin-file)
References: -.mount (origin-file)
References: var.mount (origin-file)
References: systemd-fsck-root.service (origin-file)
References: local-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: opt-remount.service (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: opt-remount.service (destination-file)
ReferencedBy: opt.mount (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: var.mount (destination-file)
ReferencedBy: rpc-svcgssd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: nfs-config.service (destination-file)
ReferencedBy: switchconf.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: rpc-statd-notify.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit serial-getty at ttyS0.service:
Description: Serial Getty on ttyS0
Instance: ttyS0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Wed 2021-11-10 02:05:55 PST
Inactive Exit Timestamp: Wed 2021-11-10 02:05:55 PST
Active Enter Timestamp: Wed 2021-11-10 02:05:55 PST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-serial\x2dgetty.slice
CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Name: serial-getty at ttyS0.service
Invocation ID: 05a668d7fccd462baf98c2127f3c67aa
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /etc/systemd/system/serial-getty at .service
Condition Timestamp: Wed 2021-11-10 02:05:55 PST
Condition Result: yes
Assert Timestamp: Wed 2021-11-10 02:05:55 PST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system-serial\x2dgetty.slice (origin-file)
BindsTo: dev-ttyS0.device (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: getty.target (origin-file destination-default)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
After: rc-local.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: getty-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: basic.target (origin-default)
After: dev-ttyS0.device (origin-file)
After: system-serial\x2dgetty.slice (origin-file)
References: basic.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: dev-ttyS0.device (origin-file)
References: sysinit.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: system-serial\x2dgetty.slice (origin-file)
References: rescue.service (origin-file)
References: getty.target (origin-file)
References: systemd-journald.socket (origin-file)
References: rc-local.service (origin-file)
References: getty-pre.target (origin-file)
ReferencedBy: getty.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
Main PID: 3313
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
FinalKillSignal: SIGKILL
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
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/ttyS0
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: ttyS0
LockPersonality: no
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' 115200,38400,9600 ttyS0 $TERM
CPUAccounting=no
IOAccounting=no
BlockIOAccounting=no
MemoryAccounting=yes
TasksAccounting=yes
IPAccounting=no
CPUWeight=18446744073709551615
StartupCPUWeight=18446744073709551615
CPUShares=18446744073709551615
StartupCPUShares=18446744073709551615
CPUQuotaPerSecSec=infinity
IOWeight=18446744073709551615
StartupIOWeight=18446744073709551615
BlockIOWeight=18446744073709551615
StartupBlockIOWeight=18446744073709551615
MemoryMin=0
MemoryLow=0
MemoryHigh=18446744073709551615
MemoryMax=18446744073709551615
MemorySwapMax=18446744073709551615
MemoryLimit=18446744073709551615
TasksMax=4915
DevicePolicy=auto
Delegate=no
-> 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: Wed 2021-11-10 17:40:22 PST
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Name: systemd-update-done.service
After: systemd-hwdb-update.service (destination-file)
After: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
-> Job 47744:
Action: systemd-networkd.service -> nop
State: waiting
Irreversible: no
May GC: no
-> Job 167551:
Action: systemd-resolved.service -> nop
State: waiting
Irreversible: no
May GC: no
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/autofs.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/autofs.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/sockets.target.wants/rpcbind.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog-ng.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/syslog-ng.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/sysstat.service
==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fstrim.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ntp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ntp.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/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/man-db.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/atop.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atop.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/nfs-client.target
/etc/systemd/system/remote-fs.target.wants/nfs-client.target
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.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/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.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/rpcbind.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/rpcbind.socket
/etc/systemd/system/multi-user.target.wants/rpcbind.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rngd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rngd.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/ipmievd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/ipmievd.service
/etc/systemd/system/ipmi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/switchconf.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/switchconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/smartmontools.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/smartmontools.service
/etc/systemd/system/smartd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.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/ntp.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rngd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-client.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atopacct.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rpcbind.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/sysstat.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/smartmontools.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/atd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/syslog-ng.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/autofs.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atop.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/switchconf.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/atopacct.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atopacct.service
-------------- next part --------------
# Modified by Hitachi Vantara 2020-08-26
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
#/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/md2 none swap sw,discard=pages 0 0
/dev/md0 / ext4 errors=remount-ro,relatime 0 1
/dev/md1 /var ext4 defaults,relatime 0 2
/dev/md3 /opt ext4 defaults,relatime 0 2
More information about the Pkg-systemd-maintainers
mailing list