Bug#1021613: systemd: generates too much log for ssh connection
Vincent Lefevre
vincent at vinc17.net
Tue Oct 11 21:02:31 BST 2022
Package: systemd
Version: 247.3-7+deb11u1
Severity: minor
Each time I do a Subversion connection via ssh, I get 24 lines of logs
from systemd (in addition to a few ones from sshd), e.g.
Oct 11 20:36:27 joooj systemd-logind[579]: New session 379 of user svn.
Oct 11 20:36:27 joooj systemd[1]: Created slice User Slice of UID 1001.
Oct 11 20:36:27 joooj systemd[1]: Starting User Runtime Directory /run/user/1001...
Oct 11 20:36:27 joooj systemd[1]: Finished User Runtime Directory /run/user/1001.
Oct 11 20:36:27 joooj systemd[1]: Starting User Manager for UID 1001...
Oct 11 20:36:27 joooj systemd[26819]: pam_unix(systemd-user:session): session opened for user svn(uid=1001) by (uid=0)
Oct 11 20:36:27 joooj systemd[26819]: Queued start job for default target Main User Target.
Oct 11 20:36:27 joooj systemd[26819]: Created slice User Application Slice.
Oct 11 20:36:27 joooj systemd[26819]: Reached target Paths.
Oct 11 20:36:27 joooj systemd[26819]: Reached target Timers.
Oct 11 20:36:27 joooj systemd[26819]: Listening on GnuPG network certificate management daemon.
Oct 11 20:36:27 joooj systemd[26819]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 11 20:36:27 joooj systemd[26819]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 11 20:36:27 joooj systemd[26819]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 11 20:36:27 joooj systemd[26819]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 11 20:36:27 joooj systemd[26819]: Reached target Sockets.
Oct 11 20:36:27 joooj systemd[26819]: Reached target Basic System.
Oct 11 20:36:27 joooj systemd[1]: Started User Manager for UID 1001.
Oct 11 20:36:27 joooj systemd[1]: Started Session 379 of user svn.
Oct 11 20:36:27 joooj systemd[26819]: Reached target Main User Target.
Oct 11 20:36:27 joooj systemd[26819]: Startup finished in 95ms.
Oct 11 20:36:28 joooj systemd-logind[579]: Session 379 logged out. Waiting for processes to exit.
Oct 11 20:36:28 joooj systemd[1]: session-379.scope: Succeeded.
Oct 11 20:36:28 joooj systemd-logind[579]: Removed session 379.
I'm not the only one to think that this is too much.
For instance, with the same kind of log messages:
https://talk.plesk.com/threads/systemd-user-manager-activity.362474/
with a comment "This seems to be new behaviour. The syslog file is
huge since for the last 2 days...".
Indeed most messages above look like more debug messages. It is not
needed to repeat all things done internally.
At the above URL, it is suggested to set
MaxLevelStore=notice
MaxLevelSyslog=notice
MaxLevelConsole=notice
in /etc/systemd/journald.conf (pathname fixed), which I've tried, but
after that, systemd no longer logs anything, while it is important to
know when a ssh connection succeeded.
Note: using "info" instead of "notice" does not change anything from
the default, i.e. I get again too much log.
In short, a better difference should be made between debug messages
and info messages.
-- Package-specific info:
-- System Information:
Debian Release: 11.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-18-amd64 (SMP w/1 CPU thread)
Locale: LANG=POSIX, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /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-10
ii libapparmor1 2.13.6-10
ii libaudit1 1:3.0-2
ii libblkid1 2.36.1-8+deb11u1
ii libc6 2.31-13+deb11u4
ii libcap2 1:2.44-1
ii libcrypt1 1:4.4.18-4
ii libcryptsetup12 2:2.3.7-1+deb11u1
ii libgcrypt20 1.8.7-6
ii libgnutls30 3.7.1-5+deb11u2
ii libgpg-error0 1.38-2
ii libip4tc2 1.8.7-1
ii libkmod2 28-1
ii liblz4-1 1.9.3-2
ii liblzma5 5.2.5-2.1~deb11u1
ii libmount1 2.36.1-8+deb11u1
ii libpam0g 1.4.0-9+deb11u1
ii libseccomp2 2.5.1-1+deb11u1
ii libselinux1 3.1-3
ii libsystemd0 247.3-7+deb11u1
ii libzstd1 1.4.8+dfsg-2.1
ii mount 2.36.1-8+deb11u1
ii util-linux 2.36.1-8+deb11u1
Versions of packages systemd recommends:
ii dbus 1.12.24-0+deb11u1
ii systemd-timesyncd [time-daemon] 247.3-7+deb11u1
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.140
ii libnss-systemd 247.3-7+deb11u1
ii libpam-systemd 247.3-7+deb11u1
ii udev 247.3-7+deb11u1
-- Configuration Files:
/etc/systemd/journald.conf changed:
[Journal]
Storage=persistent
/etc/systemd/system.conf changed:
[Manager]
DefaultTimeoutStopSec=20s
-- no debconf information
--
Vincent Lefèvre <vincent at vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
-------------- 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-23 11:18:41.000000000 +0100
+++ /etc/tmpfiles.d/screen-cleanup.conf 2019-09-25 03:14:43.039195307 +0200
@@ -1 +1 @@
-d /run/screen 0777 root utmp
+d /run/screen 1777 root utmp
[EQUIVALENT] /etc/systemd/system/gandi-bootstrap.service -> /lib/systemd/system/gandi-bootstrap.service
[EQUIVALENT] /etc/systemd/system/gandi-config.service -> /lib/systemd/system/gandi-config.service
[EQUIVALENT] /etc/systemd/system/gandi-mount.service -> /lib/systemd/system/gandi-mount.service
[EQUIVALENT] /etc/systemd/system/gandi-postboot.service -> /lib/systemd/system/gandi-postboot.service
[EQUIVALENT] /etc/systemd/system/gandi-sshdkeygen.service -> /lib/systemd/system/gandi-sshdkeygen.service
[EXTENDED] /lib/systemd/system/apache2.service -> /etc/systemd/system/apache2.service.d/data-disk.conf
[EXTENDED] /lib/systemd/system/netfilter-persistent.service -> /etc/systemd/system/netfilter-persistent.service.d/iptables.conf
[EXTENDED] /lib/systemd/system/postfix at .service -> /etc/systemd/system/postfix at .service.d/data-disk.conf
[EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /lib/systemd/system/systemd-localed.service -> /lib/systemd/system/systemd-localed.service.d/locale-gen.conf
11 overridden configuration files found.
-------------- next part --------------
Timestamp kernel: Tue 2022-10-11 03:16:30 CEST
Timestamp userspace: Tue 2022-10-11 03:17:05 CEST
Timestamp finish: Tue 2022-10-11 03:17:21 CEST
Timestamp security-start: Tue 2022-10-11 03:17:05 CEST
Timestamp security-finish: Tue 2022-10-11 03:17:05 CEST
Timestamp generators-start: Tue 2022-10-11 03:17:06 CEST
Timestamp generators-finish: Tue 2022-10-11 03:17:06 CEST
Timestamp units-load-start: Tue 2022-10-11 03:17:06 CEST
Timestamp units-load-finish: Tue 2022-10-11 03:17:06 CEST
-> Unit proc-sys-fs-binfmt_misc.automount:
Description: Arbitrary Executable File Formats File System Automount Point
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 8d3cd28ff389435d86d761388aa0326d
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: sysinit.target (origin-file)
References: -.mount (origin-implicit origin-path)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
DirectoryMode: 0755
TimeoutIdleUSec: 0
-> Unit dev-disk-by\x2dpartuuid-b19bb70e\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device:
Description: /dev/disk/by-partuuid/b19bb70e-0d55-11ed-b295-ac1f6b0fff7e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 1fb5d2facd7f494494ba1f9105994518
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
Following Set Member: dev-xvdz2.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiconfig.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz2
Found: found-udev
-> Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: n/a
CGroup realized: no
CGroup own mask: memory pids
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/-.mount
Source Path: /etc/fstab
Requires: -.slice (origin-file)
RequiredBy: session-3.scope (destination-file)
RequiredBy: apparmor.service (destination-file destination-path)
RequiredBy: redis-server.service (destination-file destination-path)
RequiredBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
RequiredBy: ssh.service (destination-file destination-path)
RequiredBy: basic.target (destination-file destination-path)
RequiredBy: sys-kernel-tracing.mount (destination-implicit destination-path)
RequiredBy: dev-disk-by\x2dlabel-swap.swap (destination-implicit)
RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
RequiredBy: logrotate.timer (destination-file destination-path)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
RequiredBy: systemd-logind.service (destination-file destination-path)
RequiredBy: systemd-initctl.socket (destination-file destination-path)
RequiredBy: sys-kernel-config.mount (destination-implicit destination-path)
RequiredBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-implicit)
RequiredBy: session-2.scope (destination-file)
RequiredBy: session-383.scope (destination-file)
RequiredBy: systemd-random-seed.service (destination-file destination-path)
RequiredBy: dev-xvdz1.swap (destination-implicit)
RequiredBy: logrotate.service (destination-file destination-path)
RequiredBy: sys-kernel-debug.mount (destination-implicit destination-path)
RequiredBy: systemd-ask-password-wall.path (destination-file destination-path)
RequiredBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-implicit)
RequiredBy: mlocate.timer (destination-file destination-path)
RequiredBy: syslog.socket (destination-file destination-path)
RequiredBy: mlocate.service (destination-file destination-path)
RequiredBy: session-68.scope (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file destination-path)
RequiredBy: dev-mqueue.mount (destination-implicit destination-path)
RequiredBy: acpid.socket (destination-file destination-path)
RequiredBy: systemd-pstore.service (destination-file destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: e2scrub_reap.service (destination-file destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
RequiredBy: apt-daily.timer (destination-file destination-path)
RequiredBy: apache2.service (destination-file destination-path)
RequiredBy: dev-hugepages.mount (destination-implicit destination-path)
RequiredBy: run-user-1000.mount (destination-implicit)
RequiredBy: srv-d_joooj.mount (destination-implicit)
RequiredBy: systemd-update-utmp.service (destination-file destination-path)
RequiredBy: systemd-journald.service (destination-file destination-path)
RequiredBy: dbus.socket (destination-file destination-path)
RequiredBy: irqbalance.service (destination-file destination-path)
RequiredBy: systemd-ask-password-console.path (destination-file destination-path)
RequiredBy: acpid.path (destination-file destination-path)
RequiredBy: systemd-fsckd.socket (destination-file destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
RequiredBy: man-db.timer (destination-file destination-path)
RequiredBy: e2scrub_all.timer (destination-file destination-path)
RequiredBy: systemd-journald.socket (destination-file destination-path)
RequiredBy: systemd-journal-flush.service (destination-file destination-path)
RequiredBy: systemd-networkd.service (destination-file destination-path)
RequiredBy: systemd-udevd-control.socket (destination-file destination-path)
RequiredBy: systemd-journald-dev-log.socket (destination-file destination-path)
RequiredBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-implicit)
RequiredBy: var-gandi.mount (destination-implicit)
Before: apt-daily.timer (destination-file destination-path)
Before: logrotate.timer (destination-file destination-path)
Before: sys-fs-fuse-connections.mount (destination-implicit destination-path)
Before: session-3.scope (destination-file)
Before: session-68.scope (destination-file)
Before: sys-kernel-config.mount (destination-implicit destination-path)
Before: acpid.path (destination-file destination-path)
Before: systemd-networkd.service (destination-file destination-path)
Before: dev-hugepages.mount (destination-implicit destination-path)
Before: systemd-ask-password-wall.path (destination-file destination-path)
Before: dbus.socket (destination-file destination-path)
Before: apparmor.service (destination-file destination-path)
Before: dev-mqueue.mount (destination-implicit destination-path)
Before: systemd-fsckd.socket (destination-file destination-path)
Before: irqbalance.service (destination-file destination-path)
Before: systemd-journald.socket (destination-file destination-path)
Before: redis-server.service (destination-file destination-path)
Before: systemd-udevd-control.socket (destination-file destination-path)
Before: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-implicit)
Before: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-implicit)
Before: systemd-initctl.socket (destination-file destination-path)
Before: systemd-timesyncd.service (destination-file destination-path)
Before: systemd-journal-flush.service (destination-file destination-path)
Before: systemd-update-utmp-runlevel.service (destination-file destination-path)
Before: dev-disk-by\x2dlabel-swap.swap (destination-implicit)
Before: systemd-logind.service (destination-file destination-path)
Before: man-db.timer (destination-file destination-path)
Before: ssh.service (destination-file destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
Before: sys-kernel-tracing.mount (destination-implicit destination-path)
Before: systemd-update-utmp.service (destination-file destination-path)
Before: systemd-random-seed.service (destination-file destination-path)
Before: dev-xvdz1.swap (destination-implicit)
Before: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-implicit)
Before: sys-kernel-debug.mount (destination-implicit destination-path)
Before: systemd-pstore.service (destination-file destination-path)
Before: mlocate.timer (destination-file destination-path)
Before: basic.target (destination-file destination-path)
Before: session-383.scope (destination-file)
Before: acpid.socket (destination-file destination-path)
Before: systemd-journald.service (destination-file destination-path)
Before: apt-daily-upgrade.timer (destination-file destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
Before: session-2.scope (destination-file)
Before: mlocate.service (destination-file destination-path)
Before: systemd-journald-dev-log.socket (destination-file destination-path)
Before: var-gandi.mount (destination-implicit)
Before: logrotate.service (destination-file destination-path)
Before: e2scrub_reap.service (destination-file destination-path)
Before: srv-d_joooj.mount (destination-implicit)
Before: run-user-1000.mount (destination-implicit)
Before: apache2.service (destination-file destination-path)
Before: systemd-ask-password-console.path (destination-file destination-path)
Before: e2scrub_all.timer (destination-file destination-path)
Before: syslog.socket (destination-file destination-path)
After: -.slice (origin-file)
After: blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target (origin-file)
References: -.slice (origin-file)
References: blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target (origin-file)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-implicit)
ReferencedBy: dbus.socket (destination-file destination-path)
ReferencedBy: man-db.timer (destination-file destination-path)
ReferencedBy: dev-hugepages.mount (destination-implicit destination-path)
ReferencedBy: apt-daily.timer (destination-file destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
ReferencedBy: e2scrub_all.timer (destination-file destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file destination-path)
ReferencedBy: redis-server.service (destination-file destination-path)
ReferencedBy: mlocate.timer (destination-file destination-path)
ReferencedBy: mlocate.service (destination-file destination-path)
ReferencedBy: systemd-update-utmp.service (destination-file destination-path)
ReferencedBy: syslog.socket (destination-file destination-path)
ReferencedBy: sys-kernel-tracing.mount (destination-implicit destination-path)
ReferencedBy: systemd-networkd.service (destination-file destination-path)
ReferencedBy: session-68.scope (destination-file)
ReferencedBy: ssh.service (destination-file destination-path)
ReferencedBy: apache2.service (destination-file destination-path)
ReferencedBy: systemd-initctl.socket (destination-file destination-path)
ReferencedBy: irqbalance.service (destination-file destination-path)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: systemd-logind.service (destination-file destination-path)
ReferencedBy: logrotate.timer (destination-file destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-implicit destination-path)
ReferencedBy: systemd-fsckd.socket (destination-file destination-path)
ReferencedBy: session-383.scope (destination-file)
ReferencedBy: basic.target (destination-file destination-path)
ReferencedBy: dev-mqueue.mount (destination-implicit destination-path)
ReferencedBy: run-user-1000.mount (destination-implicit)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-implicit)
ReferencedBy: systemd-random-seed.service (destination-file destination-path)
ReferencedBy: apparmor.service (destination-file destination-path)
ReferencedBy: srv-d_joooj.mount (destination-implicit)
ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
ReferencedBy: dev-xvdz1.swap (destination-implicit)
ReferencedBy: systemd-pstore.service (destination-file destination-path)
ReferencedBy: systemd-udevd-control.socket (destination-file destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file destination-path)
ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: acpid.path (destination-file destination-path)
ReferencedBy: systemd-journald.socket (destination-file destination-path)
ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-path)
ReferencedBy: e2scrub_reap.service (destination-file destination-path)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-implicit)
ReferencedBy: sys-kernel-config.mount (destination-implicit destination-path)
ReferencedBy: systemd-journald.service (destination-file destination-path)
ReferencedBy: var-gandi.mount (destination-implicit)
ReferencedBy: systemd-ask-password-console.path (destination-file destination-path)
ReferencedBy: acpid.socket (destination-file destination-path)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-implicit)
ReferencedBy: logrotate.service (destination-file destination-path)
RequiresMountsFor: /dev/disk/by-label/debian-stretch (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /
What: /dev/xvda1
File System Type: ext4
Options: rw,noatime,errors=remount-ro
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit tmp.mount:
Description: tmp.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
WantedBy: basic.target (destination-file)
Before: basic.target (destination-file)
ReferencedBy: basic.target (destination-file)
-> Unit getty-pre.target:
Description: Login Prompts (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
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: getty at tty1.service (destination-file)
Before: serial-getty at hvc0.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-random-seed.service:
Description: Load/Save Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 4bf6b0dc8ee348b7bdc779e3bd12ef92
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /lib/systemd/system/systemd-random-seed.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: first-boot-complete.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: first-boot-complete.target (origin-file)
Before: systemd-boot-system-token.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
References: first-boot-complete.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: systemd-boot-system-token.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 10min
TimeoutStopSec: 10min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-random-seed load
PID: 473
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-random-seed save
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-machine-id-commit.service:
Description: Commit a transient machine-id on disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-machine-id-commit.service(8)
Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: first-boot-complete.target (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: first-boot-complete.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 30s
TimeoutStopSec: 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-machine-id-setup --commit
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-tmpfiles-setup.service:
Description: Create Volatile Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c615883aa5e64a01936eaf10a2d34dad
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
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: e2scrub_reap.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-logind.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: redis-server.service (destination-file)
Before: mlocate.service (destination-file)
Before: apache2.service (destination-file)
Before: sysinit.target (origin-file)
Before: logrotate.service (destination-file)
After: systemd-journald.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-sysusers.service (origin-file)
After: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-journald.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: mlocate.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: redis-server.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 499
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system-serial\x2dgetty.slice:
Description: system-serial\x2dgetty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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 pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 88fdb9adc4c64e108f764ecdb7486643
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: serial-getty at hvc0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: serial-getty at hvc0.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: serial-getty at hvc0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
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 failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/lib/binfmt.d failed
ConditionPathIsReadWrite: /proc/sys succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: proc-sys-fs-binfmt_misc.mount (origin-file)
After: system.slice (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: systemd-journald.socket (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: proc-sys-fs-binfmt_misc.automount (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-binfmt
-> ExecStop:
Command Line: /lib/systemd/systemd-binfmt --unregister
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpartlabel-gandiswap.swap:
Description: /dev/disk/by-partlabel/gandiswap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 1240403da3744850b97bcc003cddd162
Following: dev-xvdz1.swap
Following Set Member: dev-disk-by\x2dlabel-swap.swap
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap
Following Set Member: dev-xvdz1.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Requires: dev-xvdz1.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: -.mount (origin-implicit)
After: blockdev at dev-xvdz1.target (origin-proc-swap)
After: dev-xvdz1.device (origin-proc-swap)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: umount.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dev-xvdz1.device (origin-proc-swap)
References: -.mount (origin-implicit)
References: blockdev at dev-xvdz1.target (origin-proc-swap)
References: system.slice (origin-file)
References: swap.target (origin-default)
RequiresMountsFor: /dev/disk/by-partlabel/gandiswap (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-partlabel/gandiswap
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/xvdz1
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 4de57d541bd8450a832e7d5abd58bfad
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs.target
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: gandi-mount.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: atd.service (destination-file)
Before: gandi-bootstrap.service (destination-file)
Before: gandi-config.service (destination-file)
Before: saslauthd.service (destination-file)
Before: autofs.service (destination-file)
Before: apache2.service (destination-file)
After: remote-fs-pre.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: gandi-bootstrap.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: gandi-mount.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: gandi-config.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit acpid.service:
Description: ACPI event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/acpid.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: d4fd6ebe70c44e6298a8ea11323d83ed
Documentation: man:acpid(8)
Fragment Path: /lib/systemd/system/acpid.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: acpid.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: acpid.path (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: acpid.socket (destination-implicit)
TriggeredBy: acpid.path (destination-implicit)
TriggeredBy: acpid.socket (destination-implicit)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: acpid.socket (origin-file)
ReferencedBy: acpid.path (destination-implicit)
ReferencedBy: acpid.socket (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 541
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: /etc/default/acpid
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/acpid $OPTIONS
PID: 541
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit user-runtime-dir at 1000.service:
Description: User Runtime Directory /run/user/1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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: user-1000.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: a864512e11c347d3ad31d48ecb77552c
Documentation: man:user at .service(5)
Fragment Path: /lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: user-1000.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: user at 1000.service (destination-file)
WantedBy: session-3.scope (destination-file)
WantedBy: session-2.scope (destination-file)
WantedBy: session-383.scope (destination-file)
WantedBy: session-68.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: session-68.scope (destination-file)
Before: shutdown.target (origin-default)
Before: session-3.scope (destination-file)
Before: session-383.scope (destination-file)
Before: session-2.scope (destination-file)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: user-1000.slice (origin-file)
References: systemd-user-sessions.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: dbus.service (origin-file)
References: systemd-journald.socket (origin-file)
References: user-1000.slice (origin-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: session-68.scope (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: session-383.scope (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-user-runtime-dir start 1000
PID: 797
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald.socket:
Description: Journal Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 6561d3a560fa417c9ab6b5abca6c7b74
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.socket
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-file)
Before: gandi-mount.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: atopacct.service (destination-file)
Before: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-file)
Before: apt-daily.service (destination-file)
Before: getty-static.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-initctl.service (destination-file)
Before: nftables.service (destination-file)
Before: dev-xvdz1.swap (destination-file)
Before: gandi-bootstrap.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: saslauthd.service (destination-file)
Before: unbound-resolvconf.service (destination-file)
Before: gandi-sshdkeygen.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: ocsp_proxy.service (destination-file)
Before: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-file)
Before: systemd-udevd.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: var-gandi.mount (destination-file)
Before: atop-rotate.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: gandi-config.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: iptables.service (destination-file)
Before: atop.service (destination-file)
Before: dbus.service (destination-file)
Before: networking.service (destination-file)
Before: serial-getty at hvc0.service (destination-file)
Before: rsync.service (destination-file)
Before: srv-d_joooj.mount (destination-file)
Before: apparmor.service (destination-file)
Before: atd.service (destination-file)
Before: netfilter-persistent.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: apache2.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: postfix at -.service (destination-file)
Before: apt-listbugs.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: rc-local.service (destination-file)
Before: systemd-boot-system-token.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: irqbalance.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: gandi-postboot.service (destination-file)
Before: mlocate.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: user at 1000.service (destination-file)
Before: modprobe at configfs.service (destination-file)
Before: dev-disk-by\x2dlabel-swap.swap (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: redis-server.service (destination-file)
Before: fail2ban.service (destination-file)
Before: ip6tables.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: ssh.service (destination-file)
Before: postfix.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: autofs.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: mailgraph.service (destination-file)
Before: run-user-1000.mount (destination-file)
Before: unbound.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: -.mount (origin-file origin-path)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: dev-xvdz1.swap (destination-file)
ReferencedBy: mailgraph.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-boot-system-token.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: redis-server.service (destination-file)
ReferencedBy: postfix.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-file)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-file)
ReferencedBy: var-gandi.mount (destination-file)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: mlocate.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: gandi-postboot.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: e2scrub_all.service (destination-file)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: apt-listbugs.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: ip6tables.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: atop.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: unbound-resolvconf.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: atop-rotate.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: srv-d_joooj.mount (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: gandi-mount.service (destination-file)
ReferencedBy: unbound.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: gandi-bootstrap.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: atopacct.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: nftables.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: gandi-config.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: gandi-sshdkeygen.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: ocsp_proxy.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
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald.socket
SELinuxContextFromNet: no
Timestamping: us
FlushPending: no
ReceiveBuffer: 8388608
ListenDatagram: /run/systemd/journal/socket
ListenStream: /run/systemd/journal/stdout
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-hvc2.device:
Description: /dev/hvc2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: d6141236de754ebd806b6c4b5d6c54ba
Following: sys-devices-virtual-tty-hvc2.device
Following Set Member: sys-devices-virtual-tty-hvc2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc2
Found: found-udev
-> Unit dev-disk-by\x2dlabel-debian\x2dstretch.device:
Description: /dev/disk/by-label/debian-stretch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 7cb4f6c06c1447e29dbd74d803bbedb0
Following: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiroot.device
Following Set Member: dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-xvda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev
-> Unit modprobe at configfs.service:
Description: Load Kernel Module configfs
Instance: configfs
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 9199d0d86919449492f88c62d58ef582
Documentation: man:modprobe(8)
Fragment Path: /lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-kernel-config.mount (destination-file)
Before: sysinit.target (origin-file)
Before: sys-kernel-config.mount (destination-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/modprobe -abq configfs
PID: 460
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit getty-static.service:
Description: getty on tty2-tty6 if dbus and logind are not available
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Fragment Path: /lib/systemd/system/getty-static.service
ConditionPathExists: !/usr/bin/dbus-broker succeeded
ConditionPathExists: !/usr/bin/dbus-daemon failed
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty.target (destination-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: 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: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-rc-local-generator(8)
Fragment Path: /lib/systemd/system/rc-local.service
DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf
ConditionFileIsExecutable: /etc/rc.local untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
Before: serial-getty at hvc0.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal+console
StandardError: journal+console
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/rc.local start
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-platform-serial8250-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: e6d49e82c9be414093b9f2d50c74e31f
Following Set Member: dev-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
Found: found-udev
-> Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:sulogin(8)
Fragment Path: /lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
RequiredBy: emergency.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: rescue.service (origin-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
Before: shutdown.target (origin-file)
Before: rescue.service (origin-file)
Before: sysinit.target (destination-file)
Before: emergency.target (destination-file)
After: system.slice (origin-file)
After: syslog.socket (destination-file)
References: shutdown.target (origin-file)
References: rescue.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell emergency
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 77f6627741f44c8aa9697fc8e1771f17
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/cryptsetup.target
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-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-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 58cedf53d1b74c7e83604610eb35cae6
Following: sys-devices-platform-serial8250-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS0
Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-gandiconfig.device:
Description: /dev/disk/by-partlabel/gandiconfig
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 3c355f98fe84439d8b52e65fc5e63f8a
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb70e\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz2.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz2
Found: found-udev
-> Unit session-3.scope:
Description: Session 3 of user vinc17
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:19:42 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:57 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:57 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-3.scope
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: f7299368db6f429e956ce24d64a2ec87
Fragment Path: /run/systemd/transient/session-3.scope
Condition Timestamp: Tue 2022-10-11 03:17:57 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:57 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Wants: user at 1000.service (origin-file)
Wants: user-runtime-dir at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: user-1000.slice (origin-file)
After: -.mount (origin-file)
After: user at 1000.service (origin-file)
After: systemd-logind.service (origin-file)
After: srv-d_joooj.mount (origin-file)
References: user at 1000.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: srv-d_joooj.mount (origin-file)
References: systemd-logind.service (origin-file)
References: -.mount (origin-file)
References: user-1000.slice (origin-file)
RequiresMountsFor: /srv/d_joooj/home/vinc17 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: abandoned
Result: success
RuntimeMaxSec: infinity
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit systemd-timesyncd.service:
Alias: dbus-org.freedesktop.timesync1.service
Description: Network Time Synchronization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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-timesyncd.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: acef7c7aa3bc4bd9a4698f56fd5c97e2
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /lib/systemd/system/systemd-timesyncd.service
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: time-set.target (origin-file)
Wants: time-sync.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: time-set.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: time-sync.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: time-set.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/timesync (origin-file)
RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 506
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.timesync1
Bus Name Good: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/timesync
StateDirectoryMode: 0755
StateDirectory: systemd/timesync
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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: sched_yield getegid32 socketcall ioprio_get select prctl clock_adjtime64 sigaltstack mknod timer_gettime gettimeofday getxattr fchmod execveat syncfs _newselect access fgetxattr faccessat2 mlock2 capset epoll_create1 rt_sigreturn fadvise64 timerfd_gettime64 oldolduname pidfd_open mbind faccessat eventfd msgrcv lremovexattr fstatat64 sigpending close rt_sigtimedwait gettid request_key writev sched_setattr fstatfs fork get_robust_list setgroups32 _llseek tkill pipe listxattr capget pwritev2 mkdirat tee setxattr stat getpid sync_file_range symlink sched_getaffinity wait4 epoll_wait semctl sendmmsg inotify_add_watch munlock getresgid semtimedop_time64 setreuid32 clock_adjtime set_tls rmdir setpgid io_getevents timerfd_gettime link getuid setfsgid rt_sigqueueinfo epoll_wait_old unlink umask utimensat listen setns mq_timedreceive_time64 readahead preadv2 process_vm_writev shmdt readdir futimesat rt_sigtimedwait_time64 utimensat_time64 statx waitid waitpid flock semop unlinkat sched_getscheduler rt_sigprocmask setresgid32 rseq uname timerfd_create sched_setscheduler set_robust_list readlink epoll_ctl_old socketpair readlinkat sched_rr_get_interval_time64 getrlimit rt_sigpending mq_unlink utime sendmsg rt_sigsuspend epoll_create geteuid32 mq_notify sigsuspend lstat64 ftruncate64 setreuid sched_setaffinity personality keyctl membarrier getsockopt arch_prctl getdents io_uring_enter migrate_pages recvmmsg_time64 setresuid32 write rt_sigaction getsid clock_settime stat64 getcwd msgsnd setregid32 removexattr fstatfs64 bind sched_getparam olduname pread64 socket getppid getresgid32 clock_settime64 getresuid32 recvmsg oldstat sigprocmask dup3 timer_delete signalfd4 lchown timerfd_settime setfsgid32 setuid nanosleep time sendto lseek creat clock_nanosleep_time64 clone3 truncate64 getgroups getrusage kill timer_getoverrun ppoll_time64 munlockall getuid32 fallocate close_range preadv io_destroy execve settimeofday setuid32 lgetxattr mq_open getegid utimes chown llistxattr getpgrp fremovexattr fchmodat rt_tgsigqueueinfo prlimit64 kcmp getcpu timer_gettime64 epoll_ctl setrlimit dup openat setsid ioprio_set fstat recvmmsg setresgid set_tid_address move_pages statfs64 mprotect mq_getsetattr inotify_init1 madvise set_mempolicy ipc process_vm_readv setresuid recvfrom msync fcntl64 send sigaction timer_settime getrandom sendfile setitimer pselect6 remap_file_pages accept4 mq_timedsend_time64 setfsuid32 brk signal fchown32 mkdir getpgid sched_get_priority_max setgid pipe2 shutdown fchownat getdents64 timer_settime64 rename getpriority copy_file_range eventfd2 vmsplice poll pselect6_time64 io_uring_register sched_setparam chown32 semtimedop fchdir ppoll mmap2 io_pgetevents_time64 semget io_setup inotify_init exit exit_group epoll_pwait userfaultfd getgid32 openat2 fsetxattr oldfstat times io_uring_setup chmod futex_time64 pwrite64 clock_nanosleep ugetrlimit restart_syscall sync setregid unshare fstat64 pause ftruncate fcntl geteuid getpeername inotify_rm_watch nice timerfd_settime64 shmctl futex truncate getgroups32 linkat mremap lchown32 add_key memfd_create shmget sched_rr_get_interval shmat flistxattr getsockname getresuid fdatasync io_submit ioctl set_thread_area newfstatat clone readv tgkill get_thread_area signalfd setpriority mq_timedsend splice setgid32 fadvise64_64 sync_file_range2 dup2 statfs chdir clock_gettime64 lsetxattr renameat2 lstat pidfd_send_signal adjtimex fsync sigreturn mmap alarm timer_create symlinkat io_pgetevents msgget mlockall getitimer sysinfo setsockopt renameat connect recv pwritev clock_getres_time64 vfork mknodat setfsuid clock_gettime mlock sendfile64 get_mempolicy open mq_timedreceive read getgid clock_getres sched_get_priority_min oldlstat accept sched_getattr name_to_handle_at swapcontext msgctl munmap cacheflush io_cancel fchown setgroups
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-timesyncd
PID: 506
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Status Text: Initial synchronization to time server [2001:41d0:304:200::27ef]:123 (2.debian.pool.ntp.org).
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit slices.target:
Description: Slices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 98e714faf1ff42fd849e0fbe9384f867
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/slices.target
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Wants: system.slice (origin-file)
Wants: -.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: user.slice (destination-file)
After: -.slice (origin-file)
References: system.slice (origin-file)
References: -.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: user.slice (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-disk-by\x2dpartlabel-gandiswap.device:
Description: /dev/disk/by-partlabel/gandiswap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 4f22324b28514866916b8a0bda200ec2
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit dev-hvc3.device:
Description: /dev/hvc3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 72d03cf04cde4cc8b1d1e86e279b6a9c
Following: sys-devices-virtual-tty-hvc3.device
Following Set Member: sys-devices-virtual-tty-hvc3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc3
Found: found-udev
-> Unit timers.target:
Description: Timers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: 76a94c855fa54055a3d395aaa7b735f5
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/timers.target
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Wants: atop-rotate.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: e2scrub_all.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: logrotate.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: mlocate.timer (origin-file)
Wants: apt-listbugs.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: systemd-tmpfiles-clean.timer (destination-default)
After: man-db.timer (destination-default)
After: e2scrub_all.timer (destination-default)
After: apt-daily.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: atop-rotate.timer (destination-default)
After: logrotate.timer (destination-default)
After: mlocate.timer (destination-default)
After: apt-listbugs.timer (destination-default)
References: apt-listbugs.timer (origin-file)
References: e2scrub_all.timer (origin-file)
References: atop-rotate.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
References: logrotate.timer (origin-file)
References: man-db.timer (origin-file)
References: apt-daily.timer (origin-file)
References: mlocate.timer (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-listbugs.timer (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: atop-rotate.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit display-manager.service:
Description: display-manager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
WantedBy: graphical.target (destination-file)
Before: graphical.target (destination-file)
ReferencedBy: graphical.target (destination-file)
-> Unit time-set.target:
Description: System Time Set
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 71b94ba477d74ced9f479f418ccc709d
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-set.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
WantedBy: time-sync.target (destination-file)
WantedBy: systemd-timesyncd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: time-sync.target (destination-file destination-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: shutdown.target (origin-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: time-sync.target (destination-file 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 sys-fs-fuse-connections.mount:
Description: FUSE Control File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: /sys-fs-fuse-connections.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 799ce31beb804e328af171d24efe2745
Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: modprobe at fuse.service (origin-file)
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sys-module-fuse.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: modprobe at fuse.service (origin-file)
After: -.mount (origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: modprobe at fuse.service (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file)
ReferencedBy: sys-module-fuse.device (destination-udev)
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: mounted
Result: success
Clean Result: success
Where: /sys/fs/fuse/connections
What: fusectl
File System Type: fusectl
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-sysctl.service:
Alias: procps.service
Description: Apply Kernel Variables
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: bfc0c1de426441a0849351aaaff02af8
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: sysinit.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: systemd-journald.socket (origin-file)
References: systemd-modules-load.service (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-sysctl
PID: 472
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit ssh.service:
Alias: sshd.service
Description: OpenBSD Secure Shell server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 6e3c06785a6a467999ea0a141652ce7d
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: gandi-sshdkeygen.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: auditd.service (origin-file)
After: basic.target (origin-default)
After: -.mount (origin-file origin-path)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: gandi-sshdkeygen.service (destination-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: auditd.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: gandi-sshdkeygen.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: gandi-sshdkeygen.service (destination-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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 803
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/sbin/sshd -t
PID: 776
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/sshd -D $SSHD_OPTS
PID: 803
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
-> ExecReload:
Command Line: /usr/sbin/sshd -t
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
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: emergency.service (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: serial-getty at hvc0.service (destination-file)
ConflictedBy: multi-user.target (destination-file)
Before: rescue.target (destination-file)
Before: multi-user.target (destination-file)
Before: graphical.target (destination-file)
Before: shutdown.target (origin-file)
After: getty at tty1.service (destination-file)
After: system.slice (origin-file)
After: serial-getty at hvc0.service (destination-file)
After: sysinit.target (origin-file)
After: emergency.service (destination-file)
After: plymouth-start.service (origin-file)
References: system.slice (origin-file)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: HOME=/root
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /bin/plymouth --wait quit
-> ExecStart:
Command Line: /lib/systemd/systemd-sulogin-shell rescue
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dlabel-swap.device:
Description: /dev/disk/by-label/swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 279e4c091c4f4236945930cdf392097f
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit rsyslog.service:
Alias: syslog.service
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/rsyslog.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9db09d1ed16d46bd99b566aa33651f8d
Documentation: man:rsyslogd(8)
Documentation: man:rsyslog.conf(5)
Documentation: https://www.rsyslog.com/doc/
Fragment Path: /lib/systemd/system/rsyslog.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: syslog.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: syslog.socket (destination-implicit)
After: basic.target (origin-default)
After: system.slice (origin-file)
TriggeredBy: syslog.socket (destination-implicit)
References: sysinit.target (origin-default)
References: syslog.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: syslog.socket (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 570
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 16384
LimitNOFILESoft: 16384
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/rsyslogd -n -iNONE
PID: 570
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system-postfix.slice:
Description: system-postfix.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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-postfix.slice
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: f14ea4158f6d423b8585a5e05901fe8e
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: postfix at -.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: postfix at -.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: postfix at -.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-vbd\x2d51712-block-xvda.device:
Description: /sys/devices/vbd-51712/block/xvda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: cd631e289d9043c18f1ecbc7bb841b6a
Following Set Member: dev-xvda.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda
Found: found-udev
-> Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: acba06ff6c984dada8dcc5a6da98399a
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: cryptsetup.target (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: shutdown.target (origin-file)
References: emergency.service (origin-file)
References: cryptsetup.target (origin-file)
References: paths.target (origin-file)
References: systemd-ask-password-wall.service (origin-implicit)
References: -.mount (origin-file origin-path)
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 dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device:
Description: /dev/disk/by-uuid/711eb6ab-4081-493b-ab65-931e2ac003f3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: eb06bf27bbec409a8951e1aa3ab47757
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit dev-xvdz2.device:
Description: /dev/xvdz2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: a6b35f6f1aab476f85a007a77bd443e2
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb70e\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiconfig.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz2
Found: found-udev
-> Unit systemd-modules-load.service:
Alias: kmod.service
Description: Load Kernel Modules
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: e366e049b14e457e99d0eb21f428b188
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: ip6tables.service (destination-file)
WantedBy: iptables.service (destination-file)
WantedBy: netfilter-persistent.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: netfilter-persistent.service (destination-file)
Before: iptables.service (destination-file)
Before: networking.service (destination-file)
Before: ip6tables.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-sysctl.service (destination-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: ip6tables.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-modules-load
PID: 464
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit multi-user.target:
Alias: runlevel4.target
Alias: runlevel2.target
Alias: runlevel3.target
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:21 CEST
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
Invocation ID: f07ed16abbb648e78bcfc9c433b580e7
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/multi-user.target
Condition Timestamp: Tue 2022-10-11 03:17:21 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:21 CEST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: redis-server.service (origin-file)
Wants: netfilter-persistent.service (origin-file)
Wants: gandi-postboot.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: rsync.service (origin-file)
Wants: ocsp_proxy.service (origin-file)
Wants: dbus.service (origin-file)
Wants: atopacct.service (origin-file)
Wants: apache2.service (origin-file)
Wants: postfix.service (origin-file)
Wants: mailgraph.service (origin-file)
Wants: unbound.service (origin-file)
Wants: autofs.service (origin-file)
Wants: gandi-mount.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: fail2ban.service (origin-file)
Wants: gandi-bootstrap.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: rsyslog.service (origin-file)
Wants: irqbalance.service (origin-file)
Wants: spamassassin.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: cron.service (origin-file)
Wants: ssh.service (origin-file)
Wants: atop.service (origin-file)
Wants: gandi-config.service (origin-file)
Wants: getty.target (origin-file)
Wants: binfmt-support.service (origin-file)
Wants: saslauthd.service (origin-file)
Wants: networking.service (origin-file)
Wants: atd.service (origin-file)
Wants: systemd-user-sessions.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
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: unbound.service (origin-default)
After: cron.service (origin-default)
After: apache2.service (origin-default)
After: gandi-mount.service (origin-default)
After: fail2ban.service (origin-default)
After: atopacct.service (origin-default)
After: systemd-user-sessions.service (origin-default)
After: gandi-bootstrap.service (origin-default)
After: basic.target (origin-file origin-default)
After: saslauthd.service (origin-default destination-file)
After: rescue.target (origin-file)
After: ocsp_proxy.service (origin-default)
After: ssh.service (origin-default)
After: spamassassin.service (origin-default)
After: gandi-config.service (origin-default)
After: postfix.service (origin-default)
After: atd.service (origin-default)
After: rescue.service (origin-file)
After: gandi-postboot.service (origin-default)
After: dbus.service (origin-default)
After: irqbalance.service (origin-default)
After: systemd-networkd.service (destination-file)
After: autofs.service (origin-default)
After: systemd-logind.service (origin-default)
After: atop.service (origin-default)
After: getty.target (origin-default)
After: mailgraph.service (origin-default)
After: redis-server.service (origin-default)
After: rsyslog.service (origin-default)
After: rsync.service (origin-default)
References: rescue.service (origin-file)
References: atopacct.service (origin-file origin-default)
References: mailgraph.service (origin-file origin-default)
References: spamassassin.service (origin-file origin-default)
References: redis-server.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: postfix.service (origin-file origin-default)
References: ssh.service (origin-file origin-default)
References: gandi-config.service (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: rsync.service (origin-file origin-default)
References: ocsp_proxy.service (origin-file origin-default)
References: networking.service (origin-file)
References: netfilter-persistent.service (origin-file)
References: cron.service (origin-file origin-default)
References: atd.service (origin-file origin-default)
References: rescue.target (origin-file)
References: binfmt-support.service (origin-file)
References: rsyslog.service (origin-file origin-default)
References: saslauthd.service (origin-file origin-default)
References: getty.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: atop.service (origin-file origin-default)
References: gandi-mount.service (origin-file origin-default)
References: apache2.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: gandi-postboot.service (origin-file origin-default)
References: remote-fs.target (origin-file)
References: autofs.service (origin-file origin-default)
References: gandi-bootstrap.service (origin-file origin-default)
References: irqbalance.service (origin-file origin-default)
References: systemd-user-sessions.service (origin-file origin-default)
References: fail2ban.service (origin-file origin-default)
References: unbound.service (origin-file origin-default)
References: systemd-logind.service (origin-file origin-default)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit atop-rotate.service:
Description: Restart atop daemon to rotate logs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Fragment Path: /lib/systemd/system/atop-rotate.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: atop-rotate.timer (destination-implicit)
TriggeredBy: atop-rotate.timer (destination-implicit)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: atop-rotate.timer (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /bin/systemctl try-restart atop.service
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: d7fdc064f17f442ca362c26b62046fea
Wants: sys-kernel-config.mount (origin-udev)
References: sys-kernel-config.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/configfs
Found: found-udev
udev SYSTEMD_WANTS: sys-kernel-config.mount
-> Unit dev-hvc4.device:
Description: /dev/hvc4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 16b2639752a24479b4197b18d2cf8e92
Following: sys-devices-virtual-tty-hvc4.device
Following Set Member: sys-devices-virtual-tty-hvc4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc4
Found: found-udev
-> Unit nfs-client.target:
Description: nfs-client.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
WantedBy: autofs.service (destination-file)
ReferencedBy: autofs.service (destination-file)
-> Unit sys-devices-virtual-tty-hvc7.device:
Description: /sys/devices/virtual/tty/hvc7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 7555cc011fe8443db59982c8873326e0
Following Set Member: dev-hvc7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc7
Found: found-udev
-> Unit dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device:
Description: /dev/disk/by-uuid/e25374a0-b0bd-43d4-93ca-1f2cd16e62e1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: fe231300bc0547638be4741a059653c5
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit home.mount:
Description: home.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
-> Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
-> Unit mailgraph.service:
Description: mailgraph mail log file analyzer
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:19 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:19 CEST
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/mailgraph.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: fb43a748469e452186b6650992b36d46
Fragment Path: /lib/systemd/system/mailgraph.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 1780
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/mailgraph -d -l /var/log/mail.log --daemon-rrd=/var/lib/mailgraph --ignore-localhost
PID: 583
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:19 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: e9528e3b5b534778a5fca6eb9476828c
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network.target
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
WantedBy: systemd-networkd.service (destination-file)
WantedBy: networking.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-listbugs.service (destination-file)
Before: network-online.target (destination-file)
Before: ocsp_proxy.service (destination-file)
Before: ssh.service (destination-file)
Before: apache2.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: fail2ban.service (destination-file)
Before: shutdown.target (origin-default)
Before: apt-listbugs.timer (destination-file)
Before: unbound.service (destination-file)
Before: rsync.service (destination-file)
Before: redis-server.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: spamassassin.service (destination-file)
Before: apt-daily.service (destination-file)
Before: rc-local.service (destination-file)
Before: autofs.service (destination-file)
After: systemd-networkd.service (destination-file)
After: network-pre.target (origin-file)
After: ifupdown-pre.service (destination-file)
After: networking.service (destination-file)
References: network-pre.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: unbound.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: redis-server.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: ocsp_proxy.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: spamassassin.service (destination-file)
ReferencedBy: apt-listbugs.timer (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: apt-listbugs.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit postfix at -.service:
Description: Postfix Mail Transport Agent (instance -)
Instance: -
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:21 CEST
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-postfix.slice
CGroup: /system.slice/system-postfix.slice/postfix at -.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 84d8fa7b08fb403fab5246de90e09700
Documentation: man:postfix(1)
Fragment Path: /lib/systemd/system/postfix at .service
DropIn Path: /etc/systemd/system/postfix at .service.d/data-disk.conf
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:10 CEST
Assert Result: yes
Requires: system-postfix.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
PartOf: postfix.service (origin-file)
WantedBy: postfix.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: postfix.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system-postfix.slice (origin-file)
After: nss-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: network-online.target (origin-file)
ReloadPropagatedFrom: postfix.service (origin-file)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: sysinit.target (origin-default)
References: nss-lookup.target (origin-file)
References: system-postfix.slice (origin-file)
References: postfix.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: postfix.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/lib/postfix/configure-instance.sh -
PID: 896
Start Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Timestamp: Tue 2022-10-11 03:17:19 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/sh -c 'while [ ! -d /srv/d_joooj/home ]; do sleep 5; done'
PID: 1802
Start Timestamp: Tue 2022-10-11 03:17:19 CEST
Exit Timestamp: Tue 2022-10-11 03:17:19 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/postmulti -i - -p start
PID: 1805
Start Timestamp: Tue 2022-10-11 03:17:19 CEST
Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/postmulti -i - -p reload
-> ExecStop:
Command Line: /usr/sbin/postmulti -i - -p stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: b261b68d104b44d6a1b43cbf3a3e8a07
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 nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-user-lookup.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: cron.service (destination-file)
Before: atd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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 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
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: dev-disk-by\x2dlabel-swap.swap (destination-file)
RequiredBy: gandi-sshdkeygen.service (destination-file)
RequiredBy: apt-listbugs.service (destination-file)
RequiredBy: run-user-1000.mount (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: spamassassin.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: ip6tables.service (destination-file)
RequiredBy: systemd-pstore.service (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: systemd-update-utmp.service (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: binfmt-support.service (destination-file)
RequiredBy: unbound.service (destination-file)
RequiredBy: atop-rotate.service (destination-file)
RequiredBy: system-serial\x2dgetty.slice (destination-implicit)
RequiredBy: rsyslog.service (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: system-modprobe.slice (destination-implicit)
RequiredBy: irqbalance.service (destination-file)
RequiredBy: atd.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: mlocate.service (destination-file)
RequiredBy: e2scrub_reap.service (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: iptables.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: saslauthd.service (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: system-postfix.slice (destination-implicit)
RequiredBy: systemd-initctl.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: acpid.service (destination-file)
RequiredBy: gandi-bootstrap.service (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: autofs.service (destination-file)
RequiredBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-file)
RequiredBy: ssh.service (destination-file)
RequiredBy: nftables.service (destination-file)
RequiredBy: systemd-boot-system-token.service (destination-file)
RequiredBy: systemd-networkd.socket (destination-file)
RequiredBy: rc-local.service (destination-file)
RequiredBy: dev-xvdz1.swap (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-file)
RequiredBy: netfilter-persistent.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: acpid.socket (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: unbound-resolvconf.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: srv-d_joooj.mount (destination-file)
RequiredBy: gandi-config.service (destination-file)
RequiredBy: var-gandi.mount (destination-file)
RequiredBy: rsync.service (destination-file)
RequiredBy: systemd-fsckd.service (destination-file)
RequiredBy: redis-server.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: gandi-postboot.service (destination-file)
RequiredBy: mailgraph.service (destination-file)
RequiredBy: postfix.service (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: e2scrub_all.service (destination-file)
RequiredBy: apache2.service (destination-file)
RequiredBy: ocsp_proxy.service (destination-file)
RequiredBy: fail2ban.service (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: systemd-fsckd.socket (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: atop.service (destination-file)
RequiredBy: atopacct.service (destination-file)
RequiredBy: systemd-update-utmp-runlevel.service (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: gandi-mount.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
WantedBy: slices.target (destination-file)
Before: netfilter-persistent.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: system-postfix.slice (destination-implicit)
Before: ip6tables.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: system-modprobe.slice (destination-implicit)
Before: systemd-fsckd.socket (destination-file)
Before: gandi-postboot.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: fail2ban.service (destination-file)
Before: gandi-bootstrap.service (destination-file)
Before: spamassassin.service (destination-file)
Before: dev-disk-by\x2dlabel-swap.swap (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: systemd-initctl.socket (destination-file)
Before: redis-server.service (destination-file)
Before: var-gandi.mount (destination-file)
Before: srv-d_joooj.mount (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: apt-daily.service (destination-file)
Before: ocsp_proxy.service (destination-file)
Before: apache2.service (destination-file)
Before: autofs.service (destination-file)
Before: slices.target (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: mailgraph.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: gandi-config.service (destination-file)
Before: system-serial\x2dgetty.slice (destination-implicit)
Before: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-file)
Before: mlocate.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: acpid.service (destination-file)
Before: systemd-fsckd.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: apt-listbugs.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: iptables.service (destination-file)
Before: dbus.socket (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: system-getty.slice (destination-implicit)
Before: run-user-1000.mount (destination-file)
Before: atop-rotate.service (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-file)
Before: dev-xvdz1.swap (destination-file)
Before: atop.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: dbus.service (destination-file)
Before: rsync.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: rc-local.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: rescue.service (destination-file)
Before: logrotate.service (destination-file)
Before: apparmor.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: cron.service (destination-file)
Before: gandi-sshdkeygen.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: ssh.service (destination-file)
Before: syslog.socket (destination-file)
Before: atd.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: unbound.service (destination-file)
Before: rsyslog.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: atopacct.service (destination-file)
Before: nftables.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-boot-system-token.service (destination-file)
Before: saslauthd.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: irqbalance.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: postfix.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: getty-static.service (destination-file)
Before: unbound-resolvconf.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: gandi-mount.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: acpid.socket (destination-file)
Before: systemd-networkd.socket (destination-file)
Before: emergency.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: gandi-config.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: system-modprobe.slice (destination-implicit)
ReferencedBy: ip6tables.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: gandi-bootstrap.service (destination-file)
ReferencedBy: spamassassin.service (destination-file)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: postfix.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: atd.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: unbound.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: dbus.socket (destination-file)
ReferencedBy: ocsp_proxy.service (destination-file)
ReferencedBy: gandi-postboot.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: redis-server.service (destination-file)
ReferencedBy: apt-listbugs.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-boot-system-token.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: mlocate.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: dev-xvdz1.swap (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: irqbalance.service (destination-file)
ReferencedBy: systemd-fsckd.socket (destination-file)
ReferencedBy: system-postfix.slice (destination-implicit)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: autofs.service (destination-file)
ReferencedBy: acpid.service (destination-file)
ReferencedBy: atop-rotate.service (destination-file)
ReferencedBy: acpid.socket (destination-file)
ReferencedBy: var-gandi.mount (destination-file)
ReferencedBy: unbound-resolvconf.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: gandi-mount.service (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: slices.target (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: system-serial\x2dgetty.slice (destination-implicit)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-file)
ReferencedBy: atopacct.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: mailgraph.service (destination-file)
ReferencedBy: nftables.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: rsync.service (destination-file)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: srv-d_joooj.mount (destination-file)
ReferencedBy: gandi-sshdkeygen.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: atop.service (destination-file)
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> 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: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: efa8da59b3a64ce6becf3748c5181377
Fragment Path: /lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
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: system.slice (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi'
PID: 478
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-virtual-tty-hvc1.device:
Description: /sys/devices/virtual/tty/hvc1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: ba857f96565d411687e60cb08bd1f9b7
Following Set Member: dev-hvc1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc1
Found: found-udev
-> Unit dev-disk-by\x2dlabel-d_joooj.device:
Description: /dev/disk/by-label/d_joooj
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 08f13a86592a429781eee31a6ccc6044
Following: sys-devices-vbd\x2d51728-block-xvdb.device
Following Set Member: dev-xvdb.device
Following Set Member: dev-disk-by\x2duuid-7652f06a\x2d468b\x2d41df\x2dadb6\x2de55c01bdff08.device
Following Set Member: sys-devices-vbd\x2d51728-block-xvdb.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51728/block/xvdb
Found: found-udev
-> Unit spamassassin.service:
Description: Perl-based spam filter using text analysis
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 06:33:01 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:17 CEST
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/spamassassin.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 8d5c3a5db46d4aad85d6c2ba91158b46
Fragment Path: /lib/systemd/system/spamassassin.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: network.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 13574
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/spamd.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/spamassassin
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: null
StandardError: null
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/spamd -d --pidfile=/run/spamd.pid $OPTIONS
PID: 775
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:17 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
PID: 13569
Start Timestamp: Tue 2022-10-11 06:33:01 CEST
Exit Timestamp: Tue 2022-10-11 06:33:01 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-kernel-tracing.mount:
Description: Kernel Trace File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: /sys-kernel-tracing.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 4959671d55ae488b828a91d1f8f0be7d
Documentation: https://www.kernel.org/doc/Documentation/trace/ftrace.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-tracing.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/tracing succeeded
ConditionVirtualization: !lxc succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file)
References: -.mount (origin-implicit origin-path)
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
Clean Result: success
Where: /sys/kernel/tracing
What: tracefs
File System Type: tracefs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dlabel-swap.swap:
Description: /dev/disk/by-label/swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: a60e2b2002cd48a78d332265dc363acc
Following: dev-xvdz1.swap
Following Set Member: dev-xvdz1.swap
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.swap
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap
Requires: dev-xvdz1.device (origin-proc-swap)
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: dev-xvdz1.device (origin-proc-swap)
After: system.slice (origin-file)
After: blockdev at dev-xvdz1.target (origin-proc-swap)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-xvdz1.device (origin-proc-swap)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: -.mount (origin-implicit)
References: blockdev at dev-xvdz1.target (origin-proc-swap)
RequiresMountsFor: /dev/disk/by-label/swap (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-label/swap
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/xvdz1
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-hvc1.device:
Description: /dev/hvc1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c95af5d72fb94386928e42a185c06a52
Following: sys-devices-virtual-tty-hvc1.device
Following Set Member: sys-devices-virtual-tty-hvc1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc1
Found: found-udev
-> Unit gandi-sshdkeygen.service:
Description: Ensure host ssh keys exist before starting sshd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Fragment Path: /usr/share/gandi/systemd/gandi-sshdkeygen.service
ConditionPathExists: !/etc/ssh/ssh_host_rsa_key.pub failed
ConditionPathExists: !/etc/ssh/ssh_host_rsa_key untested
ConditionPathExists: !/etc/ssh/ssh_host_ed25519_key.pub untested
ConditionPathExists: !/etc/ssh/ssh_host_ed25519_key untested
ConditionPathExists: !/etc/ssh/ssh_host_ecdsa_key.pub untested
ConditionPathExists: !/etc/ssh/ssh_host_ecdsa_key untested
ConditionPathExists: !/etc/ssh/ssh_host_dsa_key.pub untested
ConditionPathExists: !/etc/ssh/ssh_host_dsa_key untested
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: ssh.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ssh.service (origin-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: ssh.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
ReferencedBy: ssh.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/bin/ssh-keygen -A
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-platform-serial8250-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 713c73ed1e1748ae9a7dd9b3fc3acfd6
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 sys-devices-vbd\x2d51728-block-xvdb.device:
Description: /sys/devices/vbd-51728/block/xvdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 06e79f4835f946ceb3c2412e085d42f2
Following Set Member: dev-xvdb.device
Following Set Member: dev-disk-by\x2duuid-7652f06a\x2d468b\x2d41df\x2dadb6\x2de55c01bdff08.device
Following Set Member: dev-disk-by\x2dlabel-d_joooj.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51728/block/xvdb
Found: found-udev
-> Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: a44a7b8b04984e449ca529d9dd2b6fca
Source Path: /proc/self/mountinfo
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-default)
Before: umount.target (origin-mountinfo-default)
After: local-fs-pre.target (origin-mountinfo-default)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: swap.target (origin-mountinfo-default)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
References: local-fs-pre.target (origin-mountinfo-default)
References: umount.target (origin-mountinfo-default)
References: swap.target (origin-mountinfo-default)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-mountinfo-default)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=73548k,nr_inodes=18387,mode=700,uid=1000,gid=100
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 618c8479e9874a569419f8268008aad5
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ succeeded
ConditionSecurity: audit succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: apparmor.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.service (origin-implicit)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-audit.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-remount-fs.service:
Description: Remount Root and Kernel File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 3e21e83c1bf74506abc1a00a2a3d120a
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
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
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-pstore.service (destination-file)
Before: local-fs.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-logind.service (destination-file)
Before: systemd-update-utmp.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: local-fs-pre.target (origin-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: local-fs-pre.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-remount-fs
PID: 465
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit plymouth-start.service:
Description: plymouth-start.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: rescue.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
-> Unit sys-devices-platform-serial8250-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 4bba876c69af48608855f3f526add7fc
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 systemd-networkd.socket:
Description: Network Service Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-networkd.service(8)
Documentation: man:rtnetlink(7)
Fragment Path: /lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit)
References: systemd-networkd.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
PassPacketInfo: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-networkd.socket
SELinuxContextFromNet: no
FlushPending: no
ReceiveBuffer: 134217728
ListenNetlink: route 1361
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-fsckd.socket:
Description: fsck to fsckd communication Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 6af05b88fca24a7f818267cd51f819f1
Documentation: man:systemd-fsckd.service(8)
Documentation: man:systemd-fsck at .service(8)
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.socket
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
RequiredBy: systemd-fsckd.service (destination-file)
WantedBy: systemd-fsck-root.service (destination-file)
Before: systemd-fsckd.service (origin-implicit)
Before: systemd-fsck-root.service (destination-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-fsckd.service (origin-implicit)
References: system.slice (origin-file)
References: systemd-fsckd.service (origin-implicit)
References: -.mount (origin-file origin-path)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: systemd-fsck-root.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
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-fsckd.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device:
Description: /dev/disk/by-uuid/2ae1ff60-aeb0-4d39-8a98-ff98d5f63f7e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: ee6e91cb57a7483985dd8366bb3cf037
Following: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiroot.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dlabel-debian\x2dstretch.device
Following Set Member: dev-xvda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev
-> Unit acpid.path:
Description: ACPI Events Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 333927ae91a5400b91fe49c41cb60920
Fragment Path: /lib/systemd/system/acpid.path
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: paths.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: acpid.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: paths.target (origin-default destination-default)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
Triggers: acpid.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: paths.target (origin-default)
References: shutdown.target (origin-default)
References: acpid.service (origin-implicit)
ReferencedBy: paths.target (destination-file destination-default)
RequiresMountsFor: /etc/acpi/events (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: acpid.service
MakeDirectory: no
DirectoryMode: 0755
DirectoryNotEmpty: /etc/acpi/events
-> Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 835ca999f84347489d519c397cc7a892
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/time-sync.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Wants: time-set.target (origin-file)
WantedBy: systemd-timesyncd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: man-db.timer (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: atop-rotate.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: shutdown.target (origin-default)
Before: logrotate.timer (destination-default)
Before: apt-listbugs.timer (destination-default)
Before: mlocate.timer (destination-default)
After: time-set.target (origin-file origin-default)
References: time-set.target (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: apt-listbugs.timer (destination-default)
ReferencedBy: atop-rotate.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
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: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 5e3386c6766441fc9a70b3b93ac7838e
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: man-db.service (origin-implicit)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: man-db.service (origin-implicit)
References: timers.target (origin-default)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: man-db.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 00:00:00
-> Unit unbound-resolvconf.service:
Description: Unbound DNS server via resolvconf
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Fragment Path: /lib/systemd/system/unbound-resolvconf.service
ConditionFileIsExecutable: /sbin/resolvconf failed
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
PartOf: unbound.service (origin-file)
WantedBy: unbound.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: unbound.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: unbound.service (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: unbound.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/lib/unbound/package-helper resolvconf_start
-> ExecStop:
Command Line: /usr/lib/unbound/package-helper resolvconf_stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-virtual-tty-hvc3.device:
Description: /sys/devices/virtual/tty/hvc3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 87e3200f84b34605b37ab800c27dafe3
Following Set Member: dev-hvc3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc3
Found: found-udev
-> Unit dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device:
Description: /dev/disk/by-partuuid/b19bb704-0d55-11ed-b295-ac1f6b0fff7e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 0219c033a2eb47d6b4ab8d304bfcb821
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
CGroup delegate mask: memory pids
Invocation ID: bbc90dfdc2874b41adc41225af169751
Documentation: man:user at .service(5)
Fragment Path: /lib/systemd/system/user at .service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: user-1000.slice (origin-file)
Requires: user-runtime-dir at 1000.service (origin-file)
WantedBy: session-3.scope (destination-file)
WantedBy: session-2.scope (destination-file)
WantedBy: session-383.scope (destination-file)
WantedBy: session-68.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-3.scope (destination-file)
Before: session-68.scope (destination-file)
Before: session-2.scope (destination-file)
Before: session-383.scope (destination-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: user-1000.slice (origin-file)
After: dbus.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: user-runtime-dir at 1000.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: dbus.service (origin-file)
References: user-1000.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: session-383.scope (destination-file)
ReferencedBy: session-68.scope (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: continue
Main PID: 812
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 2min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: inherit
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1000
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd --user
PID: 812
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Status Text: Startup finished in 609ms.
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: yes
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DelegateControllers: memory pids
-> Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: memory 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
Documentation: man:systemd.special(7)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: sys-kernel-tracing.mount (destination-file)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: init.scope (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: user.slice (destination-implicit)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: -.mount (destination-file)
RequiredBy: system.slice (destination-implicit)
WantedBy: slices.target (destination-file)
Before: init.scope (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: user.slice (destination-implicit)
Before: sys-kernel-tracing.mount (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: slices.target (destination-file)
Before: system.slice (destination-implicit)
Before: dev-hugepages.mount (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: -.mount (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: system.slice (destination-implicit)
ReferencedBy: slices.target (destination-file)
ReferencedBy: init.scope (destination-file)
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
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 iptables.service:
Description: netfilter persistent configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:netfilter-persistent(8)
Fragment Path: /etc/alternatives/iptables.service
Requires: system.slice (origin-file)
Wants: network-pre.target (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-modules-load.service (origin-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: netfilter-persistent.service (destination-file)
Before: network-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: fail2ban.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: network-pre.target (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-modules-load.service (origin-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/netfilter-persistent start
-> ExecStop:
Command Line: /usr/sbin/netfilter-persistent stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-xvdb.target:
Description: Block Device Preparation for /dev/xvdb
Instance: dev-xvdb
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/blockdev at .target
Conflicts: shutdown.target (origin-default)
Before: srv-d_joooj.mount (destination-mountinfo-implicit)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: srv-d_joooj.mount (destination-mountinfo-implicit)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit system-getty.slice:
Description: system-getty.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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 pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: e50400ba50c841e881c92e701878c1dd
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit first-boot-complete.target:
Description: First Boot Complete
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/first-boot-complete.target
ConditionFirstBoot: yes failed
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: no
WantedBy: systemd-random-seed.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-machine-id-commit.service (destination-file)
After: systemd-random-seed.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit netfilter-persistent.service:
Description: netfilter persistent configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 6e0eecacb4fb429c9b5151a1d021f8a4
Documentation: man:netfilter-persistent(8)
Fragment Path: /lib/systemd/system/netfilter-persistent.service
DropIn Path: /etc/systemd/system/netfilter-persistent.service.d/iptables.conf
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs.target (origin-file)
Wants: network-pre.target (origin-file)
Wants: systemd-modules-load.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: ip6tables.service (origin-file)
Conflicts: iptables.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: network-pre.target (origin-file)
Before: shutdown.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
References: ip6tables.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-modules-load.service (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: network-pre.target (origin-file)
References: iptables.service (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/netfilter-persistent start
PID: 484
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/netfilter-persistent stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sockets.target:
Description: Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: a2fe0d19743e45898a60be7186884d8f
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sockets.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Wants: systemd-initctl.socket (origin-file)
Wants: acpid.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-journald-audit.socket (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (destination-file)
After: systemd-journald-dev-log.socket (destination-file)
After: acpid.socket (origin-default destination-default)
After: syslog.socket (destination-file)
After: systemd-udevd-control.socket (destination-file)
After: systemd-journald-audit.socket (destination-file)
After: systemd-initctl.socket (destination-file)
After: dbus.socket (origin-default destination-default)
After: systemd-networkd.socket (destination-file)
After: systemd-udevd-kernel.socket (destination-file)
References: dbus.socket (origin-file origin-default)
References: shutdown.target (origin-default)
References: systemd-initctl.socket (origin-file)
References: acpid.socket (origin-file origin-default)
References: systemd-journald-audit.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (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 emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
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: shutdown.target (origin-default)
Before: sysinit.target (destination-file)
After: emergency.service (origin-file)
References: shutdown.target (origin-default)
References: emergency.service (origin-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit sys-devices-vif\x2d0-net-eth0.device:
Description: /sys/devices/vif-0/net/eth0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 11b633b11a3a4db69ee54d7013a15a88
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/vif-0/net/eth0
Found: found-udev
-> Unit exim4.service:
Description: exim4.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
ConflictedBy: postfix.service (destination-file)
ReferencedBy: postfix.service (destination-file)
-> Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 15:23:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 15:23:08 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 15:23:09 CEST
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
Invocation ID: f0e94a4e1b404c87899c9f2bcf2609ba
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily.service
ConditionACPower: true succeeded
Condition Timestamp: Tue 2022-10-11 15:23:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 15:23:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
After: network.target (origin-file)
After: systemd-networkd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: apt-daily.timer (destination-implicit)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: connman.service (origin-file)
After: NetworkManager.service (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-networkd.service (origin-file)
References: connman.service (origin-file)
References: network-online.target (origin-file)
References: NetworkManager.service (origin-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.timer (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
PID: 19713
Start Timestamp: Tue 2022-10-11 15:23:08 CEST
Exit Timestamp: Tue 2022-10-11 15:23:08 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
PID: 19717
Start Timestamp: Tue 2022-10-11 15:23:08 CEST
Exit Timestamp: Tue 2022-10-11 15:23:09 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-xvdz1.device:
Description: /dev/xvdz1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: b5796a024add4071b229ce67b8661007
Following: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device
RequiredBy: dev-disk-by\x2dlabel-swap.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-proc-swap)
RequiredBy: dev-xvdz1.swap (destination-proc-swap)
Before: dev-disk-by\x2dlabel-swap.swap (destination-proc-swap)
Before: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-proc-swap)
Before: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-proc-swap)
Before: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-proc-swap)
Before: dev-xvdz1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-proc-swap)
ReferencedBy: dev-xvdz1.swap (destination-proc-swap)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev,found-swap
-> Unit apt-listbugs.service:
Description: Daily apt-listbugs preferences cleanup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 21:26:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 21:26:21 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 21:26:21 CEST
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
Invocation ID: 85c4d6d07552419b802be168fbe3d1b0
Documentation: man:apt-listbugs(1)
Fragment Path: /lib/systemd/system/apt-listbugs.service
Condition Timestamp: Tue 2022-10-11 21:26:21 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 21:26:21 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: network-online.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: apt-listbugs.timer (destination-implicit)
TriggeredBy: apt-listbugs.timer (destination-implicit)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: apt-listbugs.timer (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/libexec/apt-listbugs/prefclean
PID: 27413
Start Timestamp: Tue 2022-10-11 21:26:21 CEST
Exit Timestamp: Tue 2022-10-11 21:26:21 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-vbd\x2d268441856-block-xvdz-xvdz1.device:
Description: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c769806c93aa44aba603649eaa0bb2bf
Following Set Member: dev-disk-by\x2duuid-711eb6ab\x2d4081\x2d493b\x2dab65\x2d931e2ac003f3.device
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz1.device
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.device
Following Set Member: dev-disk-by\x2dlabel-swap.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz1
Found: found-udev
-> Unit ypbind.service:
Description: ypbind.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: autofs.service (destination-file)
ReferencedBy: autofs.service (destination-file)
-> Unit session-68.scope:
Description: Session 68 of user vinc17
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 10:46:14 CEST
Inactive Exit Timestamp: Tue 2022-10-11 10:46:14 CEST
Active Enter Timestamp: Tue 2022-10-11 10:46:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-68.scope
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 17d36ff861954cd18e0de575b859dd24
Fragment Path: /run/systemd/transient/session-68.scope
Condition Timestamp: Tue 2022-10-11 10:46:14 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 10:46:14 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Wants: user at 1000.service (origin-file)
Wants: user-runtime-dir at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user-runtime-dir at 1000.service (origin-file)
After: -.mount (origin-file)
After: srv-d_joooj.mount (origin-file)
After: systemd-logind.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user at 1000.service (origin-file)
After: user-1000.slice (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: srv-d_joooj.mount (origin-file)
References: systemd-logind.service (origin-file)
References: user-1000.slice (origin-file)
References: -.mount (origin-file)
References: user at 1000.service (origin-file)
RequiresMountsFor: /srv/d_joooj/home/vinc17 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit session-2.scope:
Description: Session 2 of user vinc17
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 10:44:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:25 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:25 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: a30317e5968f4b378ca5910608e8ef64
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Tue 2022-10-11 03:17:25 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:25 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Wants: user at 1000.service (origin-file)
Wants: user-runtime-dir at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-file)
After: srv-d_joooj.mount (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: systemd-logind.service (origin-file)
After: user at 1000.service (origin-file)
After: user-1000.slice (origin-file)
References: user at 1000.service (origin-file)
References: systemd-logind.service (origin-file)
References: srv-d_joooj.mount (origin-file)
References: user-1000.slice (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
RequiresMountsFor: /srv/d_joooj/home/vinc17 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: abandoned
Result: success
RuntimeMaxSec: infinity
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
-> Unit atopacct.service:
Description: Atop process accounting daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/atopacct.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: aa9bb04d00d94598912b43f821810c3e
Documentation: man:atopacctd(8)
Fragment Path: /lib/systemd/system/atopacct.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: psacct.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: atop.service (origin-file)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: atop.service (origin-file)
References: sysinit.target (origin-default)
References: psacct.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 557
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/atopacctd.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/atopacctd
PID: 547
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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
Invocation ID: f334d5d84089404da4ec3db56c9ad18e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/nss-lookup.target
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:10 CEST
Assert Result: yes
WantedBy: unbound.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apache2.service (destination-file)
Before: postfix at -.service (destination-file)
After: unbound.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: unbound.service (destination-file)
ReferencedBy: apache2.service (destination-file)
ReferencedBy: postfix at -.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/umount.target
ConflictedBy: var-gandi.mount (destination-mountinfo-default)
ConflictedBy: dev-disk-by\x2dlabel-swap.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-default)
ConflictedBy: run-user-1000.mount (destination-mountinfo-default)
ConflictedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-default)
ConflictedBy: dev-xvdz1.swap (destination-default)
ConflictedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-default)
ConflictedBy: srv-d_joooj.mount (destination-mountinfo-default)
After: dev-xvdz1.swap (destination-default)
After: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-default)
After: dev-disk-by\x2dlabel-swap.swap (destination-default)
After: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-default)
After: run-user-1000.mount (destination-mountinfo-default)
After: var-gandi.mount (destination-mountinfo-default)
After: srv-d_joooj.mount (destination-mountinfo-default)
After: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-default)
ReferencedBy: var-gandi.mount (destination-mountinfo-default)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-default)
ReferencedBy: srv-d_joooj.mount (destination-mountinfo-default)
ReferencedBy: dev-xvdz1.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-initctl.socket:
Description: initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 79aabf602841476f9eed64527e434cb0
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file 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-file origin-path)
Triggers: systemd-initctl.service (origin-implicit)
References: systemd-initctl.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
References: system.slice (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
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-initctl.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit user-1000.slice:
Description: User Slice of UID 1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized: yes
CGroup realized mask: memory pids
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: fedb8ac2548e4ed5b4188101d8231fe5
Documentation: man:user at .service(5)
DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: user at 1000.service (destination-file)
RequiredBy: session-68.scope (destination-file)
RequiredBy: session-2.scope (destination-file)
RequiredBy: session-383.scope (destination-file)
RequiredBy: user-runtime-dir at 1000.service (destination-file)
RequiredBy: session-3.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-2.scope (destination-file)
Before: session-68.scope (destination-file)
Before: shutdown.target (origin-default)
Before: session-383.scope (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: user at 1000.service (destination-file)
Before: session-3.scope (destination-file)
After: user.slice (origin-implicit)
After: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: user.slice (origin-implicit)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: session-68.scope (destination-file)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: session-383.scope (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 1810
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit apt-daily-upgrade.service:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 06:32:30 CEST
Inactive Exit Timestamp: Tue 2022-10-11 06:32:29 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 06:32:30 CEST
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
Invocation ID: 99ca7e40ae354d968d1ef591bcc1de24
Documentation: man:apt(8)
Fragment Path: /lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true succeeded
Condition Timestamp: Tue 2022-10-11 06:32:29 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 06:32:29 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: connman.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: basic.target (origin-default)
After: systemd-networkd.service (origin-file)
After: NetworkManager.service (origin-file)
After: network.target (origin-file)
After: network-online.target (origin-file)
After: apt-daily.service (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: NetworkManager.service (origin-file)
References: systemd-journald.socket (origin-file)
References: apt-daily.service (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: connman.service (origin-file)
References: systemd-networkd.service (origin-file)
References: network-online.target (origin-file)
References: sysinit.target (origin-default)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 15min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
PID: 13335
Start Timestamp: Tue 2022-10-11 06:32:29 CEST
Exit Timestamp: Tue 2022-10-11 06:32:29 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
PID: 13339
Start Timestamp: Tue 2022-10-11 06:32:29 CEST
Exit Timestamp: Tue 2022-10-11 06:32:30 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 5ae3a74562d24ce7acc1b0d17a68aecc
Wants: sys-fs-fuse-connections.mount (origin-udev)
References: sys-fs-fuse-connections.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/module/fuse
Found: found-udev
udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
-> Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:hwdb(7)
Documentation: man:systemd-hwdb(8)
Fragment Path: /lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-udevd.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-update-done.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-udevd.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-hwdb update
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network-pre.target:
Description: Network (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 79fc58a04e2c43a59c8232031cfea09f
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-pre.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
WantedBy: ip6tables.service (destination-file)
WantedBy: nftables.service (destination-file)
WantedBy: iptables.service (destination-file)
WantedBy: netfilter-persistent.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-networkd.service (destination-file)
Before: network.target (destination-file)
Before: shutdown.target (origin-default)
Before: networking.service (destination-file)
After: ip6tables.service (destination-file)
After: nftables.service (destination-file)
After: iptables.service (destination-file)
After: netfilter-persistent.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: network.target (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: nftables.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: ip6tables.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit apparmor.service:
Description: Load AppArmor profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 1fdc0bc74ea9480dacaf1eede2e70f90
Documentation: man:apparmor(7)
Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
Fragment Path: /lib/systemd/system/apparmor.service
ConditionPathExists: !/run/live/overlay/work succeeded
ConditionPathExists: !/rofs/etc/apparmor.d succeeded
ConditionSecurity: apparmor succeeded
AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load succeeded
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: networking.service (destination-file)
After: -.mount (origin-file origin-path)
After: systemd-journald-audit.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/apparmor/apparmor.systemd reload
PID: 481
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /lib/apparmor/apparmor.systemd reload
-> ExecStop:
Command Line: /bin/true
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit psacct.service:
Description: psacct.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
ConflictedBy: atopacct.service (destination-file)
ReferencedBy: atopacct.service (destination-file)
-> Unit mlocate.timer:
Description: Updates mlocate database every day
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: ebb4782de105413e812aa17ff8c3796e
Fragment Path: /lib/systemd/system/mlocate.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: mlocate.service (origin-implicit)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
Triggers: mlocate.service (origin-implicit)
References: timers.target (origin-default)
References: time-sync.target (origin-default)
References: mlocate.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
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: mlocate.service
Persistent: yes
WakeSystem: no
Accuracy: 1d
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 00:00:00
-> Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: n/a
CGroup realized: no
CGroup own mask: memory pids
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
RuntimeMaxSec: infinity
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
-> Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 50d3df97a9a84e4d829d2f31842e504f
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 dev-hvc5.device:
Description: /dev/hvc5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: bb7a1b36f5a042a0aa38736f47ee3df0
Following: sys-devices-virtual-tty-hvc5.device
Following Set Member: sys-devices-virtual-tty-hvc5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc5
Found: found-udev
-> Unit swap.target:
Description: Swap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: b82f7b55f78144b6b402f1100524a8c1
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/swap.target
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sysinit.target (destination-file destination-default)
Before: shutdown.target (origin-default)
Before: var-gandi.mount (destination-mountinfo-default)
Before: run-user-1000.mount (destination-mountinfo-default)
After: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-default)
After: dev-disk-by\x2dlabel-swap.swap (destination-default)
After: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-default)
After: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-default)
After: dev-xvdz1.swap (destination-default)
References: shutdown.target (origin-default)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-default)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-default)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-default)
ReferencedBy: dev-xvdz1.swap (destination-default)
ReferencedBy: var-gandi.mount (destination-mountinfo-default)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: 1fa97de421214b04836585badd8411af
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-2.scope (destination-file)
Before: session-68.scope (destination-file)
Before: multi-user.target (destination-default)
Before: session-3.scope (destination-file)
Before: serial-getty at hvc0.service (destination-file)
Before: user at 1000.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: user-1000.slice (destination-file)
Before: getty at tty1.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: session-383.scope (destination-file)
Before: shutdown.target (origin-default)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: system.slice (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: home.mount (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: home.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
References: nss-user-lookup.target (origin-file)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user-1000.slice (destination-file)
ReferencedBy: session-383.scope (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: session-68.scope (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-user-sessions start
PID: 777
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-user-sessions stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-7652f06a\x2d468b\x2d41df\x2dadb6\x2de55c01bdff08.device:
Description: /dev/disk/by-uuid/7652f06a-468b-41df-adb6-e55c01bdff08
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 912f3fc31fa646b1b2dff22a90a0af21
Following: sys-devices-vbd\x2d51728-block-xvdb.device
Following Set Member: dev-xvdb.device
Following Set Member: sys-devices-vbd\x2d51728-block-xvdb.device
Following Set Member: dev-disk-by\x2dlabel-d_joooj.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51728/block/xvdb
Found: found-udev
-> Unit shutdown.target:
Description: Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/shutdown.target
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: slices.target (destination-default)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: rsyslog.service (destination-default)
ConflictedBy: user-runtime-dir at 1000.service (destination-default)
ConflictedBy: blockdev at dev-xvdb.target (destination-default)
ConflictedBy: gandi-sshdkeygen.service (destination-default)
ConflictedBy: spamassassin.service (destination-default)
ConflictedBy: nftables.service (destination-file)
ConflictedBy: apt-listbugs.service (destination-default)
ConflictedBy: rc-local.service (destination-default)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: netfilter-persistent.service (destination-file)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: e2scrub_all.timer (destination-default)
ConflictedBy: acpid.service (destination-default)
ConflictedBy: serial-getty at hvc0.service (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: ssh.service (destination-default)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: gandi-config.service (destination-default)
ConflictedBy: postfix.service (destination-default)
ConflictedBy: mlocate.timer (destination-default)
ConflictedBy: unbound.service (destination-default)
ConflictedBy: rsync.service (destination-default)
ConflictedBy: atop-rotate.service (destination-default)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: system-modprobe.slice (destination-default)
ConflictedBy: postfix at -.service (destination-default)
ConflictedBy: gandi-postboot.service (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: redis-server.service (destination-default)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: saslauthd.service (destination-default)
ConflictedBy: blockdev at dev-xvdz1.target (destination-default)
ConflictedBy: systemd-boot-system-token.service (destination-file)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: atop.service (destination-default)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: systemd-update-utmp-runlevel.service (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: session-2.scope (destination-default)
ConflictedBy: gandi-mount.service (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: mlocate.service (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: paths.target (destination-default)
ConflictedBy: system-serial\x2dgetty.slice (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: atop-rotate.timer (destination-default)
ConflictedBy: user-1000.slice (destination-default)
ConflictedBy: iptables.service (destination-file)
ConflictedBy: unbound-resolvconf.service (destination-default)
ConflictedBy: gandi-bootstrap.service (destination-default)
ConflictedBy: session-383.scope (destination-default)
ConflictedBy: acpid.socket (destination-default)
ConflictedBy: session-68.scope (destination-default)
ConflictedBy: system-postfix.slice (destination-default)
ConflictedBy: autofs.service (destination-default)
ConflictedBy: e2scrub_all.service (destination-default)
ConflictedBy: time-set.target (destination-default)
ConflictedBy: user.slice (destination-default)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: irqbalance.service (destination-default)
ConflictedBy: mailgraph.service (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: apache2.service (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: atopacct.service (destination-default)
ConflictedBy: apt-listbugs.timer (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: network.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: user at 1000.service (destination-default)
ConflictedBy: systemd-pstore.service (destination-file)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-update-utmp.service (destination-file)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: first-boot-complete.target (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: swap.target (destination-default)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: fail2ban.service (destination-default)
ConflictedBy: ocsp_proxy.service (destination-default)
ConflictedBy: atd.service (destination-default)
ConflictedBy: ip6tables.service (destination-file)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: session-3.scope (destination-default)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: acpid.path (destination-default)
ConflictedBy: e2scrub_reap.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
After: gandi-config.service (destination-default)
After: rsyslog.service (destination-default)
After: emergency.target (destination-default)
After: dbus.service (destination-default)
After: apt-listbugs.service (destination-default)
After: nss-lookup.target (destination-default)
After: serial-getty at hvc0.service (destination-default)
After: getty-static.service (destination-default)
After: blockdev at dev-xvdb.target (destination-default)
After: slices.target (destination-default)
After: systemd-sysusers.service (destination-file)
After: ip6tables.service (destination-file)
After: apt-daily-upgrade.service (destination-default)
After: apt-daily.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: ssh.service (destination-default)
After: swap.target (destination-default)
After: network-pre.target (destination-default)
After: systemd-networkd.service (destination-file)
After: basic.target (destination-default)
After: apache2.service (destination-default)
After: rescue.target (destination-default)
After: netfilter-persistent.service (destination-file)
After: saslauthd.service (destination-default)
After: cryptsetup.target (destination-default)
After: systemd-fsckd.service (destination-file)
After: gandi-postboot.service (destination-default)
After: systemd-boot-system-token.service (destination-file)
After: nss-user-lookup.target (destination-default)
After: emergency.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: mailgraph.service (destination-default)
After: network-online.target (destination-default)
After: apt-listbugs.timer (destination-default)
After: gandi-bootstrap.service (destination-default)
After: spamassassin.service (destination-default)
After: logrotate.timer (destination-default)
After: acpid.service (destination-default)
After: system-serial\x2dgetty.slice (destination-default)
After: systemd-logind.service (destination-default)
After: mlocate.service (destination-default)
After: user at 1000.service (destination-default)
After: systemd-timesyncd.service (destination-file)
After: sockets.target (destination-default)
After: dbus.socket (destination-default)
After: local-fs-pre.target (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: system-modprobe.slice (destination-default)
After: systemd-remount-fs.service (destination-file)
After: systemd-update-utmp.service (destination-file)
After: user-1000.slice (destination-default)
After: session-68.scope (destination-default)
After: acpid.socket (destination-default)
After: blockdev at dev-xvdz1.target (destination-default)
After: autofs.service (destination-default)
After: systemd-sysctl.service (destination-file)
After: apt-daily-upgrade.timer (destination-default)
After: atop-rotate.service (destination-default)
After: logrotate.service (destination-default)
After: man-db.service (destination-default)
After: atop-rotate.timer (destination-default)
After: remote-fs-pre.target (destination-default)
After: graphical.target (destination-default)
After: systemd-fsck-root.service (destination-file)
After: systemd-ask-password-wall.path (destination-file)
After: session-3.scope (destination-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: system-postfix.slice (destination-default)
After: syslog.socket (destination-file)
After: systemd-user-sessions.service (destination-default)
After: networking.service (destination-file)
After: redis-server.service (destination-default)
After: unbound.service (destination-default)
After: rescue.service (destination-file)
After: time-set.target (destination-default)
After: systemd-random-seed.service (destination-file)
After: gandi-mount.service (destination-default)
After: cron.service (destination-default)
After: session-2.scope (destination-default)
After: systemd-pstore.service (destination-file)
After: nftables.service (destination-file)
After: acpid.path (destination-default)
After: blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target (destination-default)
After: network.target (destination-default)
After: getty at tty1.service (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: systemd-update-utmp-runlevel.service (destination-file)
After: first-boot-complete.target (destination-default)
After: user-runtime-dir at 1000.service (destination-default)
After: postfix at -.service (destination-default)
After: e2scrub_reap.service (destination-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: paths.target (destination-default)
After: getty-pre.target (destination-default)
After: iptables.service (destination-file)
After: session-383.scope (destination-default)
After: atop.service (destination-default)
After: atopacct.service (destination-default)
After: rsync.service (destination-default)
After: rc-local.service (destination-default)
After: ocsp_proxy.service (destination-default)
After: user.slice (destination-default)
After: getty.target (destination-default)
After: systemd-binfmt.service (destination-file)
After: apt-daily.service (destination-default)
After: postfix.service (destination-default)
After: gandi-sshdkeygen.service (destination-default)
After: time-sync.target (destination-default)
After: atd.service (destination-default)
After: multi-user.target (destination-default)
After: fail2ban.service (destination-default)
After: irqbalance.service (destination-default)
After: e2scrub_all.timer (destination-default)
After: e2scrub_all.service (destination-default)
After: mlocate.timer (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: man-db.timer (destination-default)
After: sysinit.target (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: systemd-modules-load.service (destination-file)
After: system-getty.slice (destination-default)
After: unbound-resolvconf.service (destination-default)
After: systemd-ask-password-wall.service (destination-default)
ReferencedBy: gandi-postboot.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: blockdev at dev-xvdz1.target (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: gandi-config.service (destination-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: gandi-bootstrap.service (destination-default)
ReferencedBy: gandi-mount.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: swap.target (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: atop-rotate.timer (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: session-2.scope (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: ip6tables.service (destination-file)
ReferencedBy: mailgraph.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: atop.service (destination-default)
ReferencedBy: session-68.scope (destination-default)
ReferencedBy: system-postfix.slice (destination-default)
ReferencedBy: session-3.scope (destination-default)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: systemd-boot-system-token.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: time-set.target (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: systemd-fsckd.service (destination-file)
ReferencedBy: redis-server.service (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: apt-listbugs.timer (destination-default)
ReferencedBy: gandi-sshdkeygen.service (destination-default)
ReferencedBy: ocsp_proxy.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: atop-rotate.service (destination-default)
ReferencedBy: apache2.service (destination-default)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: timers.target (destination-file)
ReferencedBy: basic.target (destination-default)
ReferencedBy: nftables.service (destination-file)
ReferencedBy: first-boot-complete.target (destination-default)
ReferencedBy: system-serial\x2dgetty.slice (destination-default)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: acpid.path (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: system-modprobe.slice (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: network.target (destination-default)
ReferencedBy: paths.target (destination-default)
ReferencedBy: apt-listbugs.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: getty.target (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: spamassassin.service (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: user-1000.slice (destination-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: session-383.scope (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: unbound.service (destination-default)
ReferencedBy: blockdev at dev-xvdb.target (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: unbound-resolvconf.service (destination-default)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target (destination-default)
ReferencedBy: serial-getty at hvc0.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 3e9ec53175a741d7acce674f484b9cc9
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-udevd.service (origin-implicit)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
RequiresMountsFor: /run/udev/control (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: systemd-udevd-control.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-xvda1.device:
Description: /dev/xvda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 75e89f5fb3174c75a331fb60c1dec659
Following: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiroot.device
Following Set Member: dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dlabel-debian\x2dstretch.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev,found-mount
-> Unit networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: aa5324176e934314bc9aa3940bfb268c
Documentation: man:interfaces(5)
Fragment Path: /lib/systemd/system/networking.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
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.target (origin-file)
Before: shutdown.target (origin-file)
Before: network-online.target (origin-file)
After: network-pre.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: systemd-modules-load.service (origin-file)
After: ifupdown-pre.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: apparmor.service (origin-file)
After: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: system.slice (origin-file)
References: ifupdown-pre.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: network-pre.target (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: network.target (origin-file)
References: apparmor.service (origin-file)
References: local-fs.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/networking
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/ifup -a --read-environment
PID: 680
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /sbin/ifdown -a --read-environment --exclude=lo
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit NetworkManager.service:
Description: NetworkManager.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit systemd-journal-flush.service:
Description: Flush Journal to Persistent Storage
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Exit Timestamp: Tue 2022-10-11 21:41:03 CEST
Active Enter Timestamp: Tue 2022-10-11 21:41:03 CEST
Active Exit Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Enter Timestamp: Tue 2022-10-11 21:41:03 CEST
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
Invocation ID: 124e7fa310a3453c9129c783eea21f37
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journal-flush.service
Condition Timestamp: Tue 2022-10-11 21:41:03 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 21:41:03 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Requires: systemd-journald.service (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/log/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: journalctl --flush
PID: 27777
Start Timestamp: Tue 2022-10-11 21:41:03 CEST
Exit Timestamp: Tue 2022-10-11 21:41:03 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: journalctl --smart-relinquish-var
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit local-fs-pre.target:
Description: Local File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: f8a4fdc7c2994069a2b0026d09cc6cec
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs-pre.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: run-user-1000.mount (destination-mountinfo-default)
Before: shutdown.target (origin-default)
Before: local-fs.target (destination-file)
Before: srv-d_joooj.mount (destination-mountinfo-default)
Before: var-gandi.mount (destination-mountinfo-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-remount-fs.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
ReferencedBy: var-gandi.mount (destination-mountinfo-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: srv-d_joooj.mount (destination-mountinfo-default)
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: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 54acaaccc3d646999671228559f89dc4
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: local-fs-pre.target (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-journald.socket (origin-file)
After: kmod-static-nodes.service (destination-file)
After: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: systemd-sysusers.service (origin-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-tmpfiles --prefix=/dev --create --boot
PID: 477
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit atd.service:
Description: Deferred execution scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/atd.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: ccb1bf1afdfb4d599d922fa71d0d6aa8
Documentation: man:atd(8)
Fragment Path: /lib/systemd/system/atd.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 593
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: find /var/spool/cron/atjobs -type f -name =* -not -newercc /run/systemd -delete
PID: 543
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/atd -f
PID: 593
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-initctl.service:
Description: initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-initctl.service(8)
Fragment Path: /lib/systemd/system/systemd-initctl.service
Requires: system.slice (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-initctl.socket (destination-implicit)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-initctl
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 0a2365b355454864913f92f8a5fc99b7
Fragment Path: /lib/systemd/system/dbus.socket
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: dbus.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: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
Before: dbus.service (origin-implicit)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: dbus.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: dbus.service (origin-implicit)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: dbus.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap:
Description: /dev/disk/by-uuid/e25374a0-b0bd-43d4-93ca-1f2cd16e62e1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 6bf7c0a8dc04455295efc8aff5868e45
Following: dev-xvdz1.swap
Following Set Member: dev-disk-by\x2dlabel-swap.swap
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.swap
Following Set Member: dev-xvdz1.swap
Requires: -.mount (origin-implicit)
Requires: dev-xvdz1.device (origin-proc-swap)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: dev-xvdz1.device (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: blockdev at dev-xvdz1.target (origin-proc-swap)
References: umount.target (origin-default)
References: system.slice (origin-file)
References: -.mount (origin-implicit)
References: dev-xvdz1.device (origin-proc-swap)
References: blockdev at dev-xvdz1.target (origin-proc-swap)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
RequiresMountsFor: /dev/disk/by-uuid/e25374a0-b0bd-43d4-93ca-1f2cd16e62e1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-uuid/e25374a0-b0bd-43d4-93ca-1f2cd16e62e1
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/xvdz1
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-hugepages.mount
ConditionVirtualization: !private-users succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages failed
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: no
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file)
References: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (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: dead
Result: success
Clean Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: n/a
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-ask-password-wall.path (destination-implicit)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-user-sessions.service (origin-file)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-user-sessions.service (origin-file)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: 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: systemd-tty-ask-password-agent --wall
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-boot-system-token.service:
Description: Store a System Token in an EFI Variable
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-boot-system-token.service(8)
Fragment Path: /lib/systemd/system/systemd-boot-system-token.service
ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
ConditionPathExists: |!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded
ConditionPathExists: /sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f failed
ConditionVirtualization: no untested
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-random-seed.service (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-random-seed.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: bootctl random-seed --graceful
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit modprobe at drm.service:
Description: Load Kernel Module drm
Instance: drm
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 0b7b227abd4a44f68f591c0aa4d0bb0e
Documentation: man:modprobe(8)
Fragment Path: /lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-logind.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-logind.service (destination-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/modprobe -abq drm
PID: 461
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit session-383.scope:
Description: Session 383 of user vinc17
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:20:47 CEST
Inactive Exit Timestamp: Tue 2022-10-11 21:20:47 CEST
Active Enter Timestamp: Tue 2022-10-11 21:20:47 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-383.scope
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: fc3bccae2950429faf3346c8f56f8c3a
Fragment Path: /run/systemd/transient/session-383.scope
Condition Timestamp: Tue 2022-10-11 21:20:47 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 21:20:47 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: user-1000.slice (origin-file)
Wants: user at 1000.service (origin-file)
Wants: user-runtime-dir at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-logind.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user-1000.slice (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: -.mount (origin-file)
After: user at 1000.service (origin-file)
After: srv-d_joooj.mount (origin-file)
References: user-1000.slice (origin-file)
References: systemd-logind.service (origin-file)
References: -.mount (origin-file)
References: srv-d_joooj.mount (origin-file)
References: shutdown.target (origin-default)
References: user at 1000.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
RequiresMountsFor: /srv/d_joooj/home/vinc17 (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
-> 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: n/a
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
Documentation: man:systemd-fsckd.service(8)
Fragment Path: /lib/systemd/system/systemd-fsckd.service
Requires: systemd-fsckd.socket (origin-file)
Requires: system.slice (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-fsckd.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-fsckd.socket (destination-implicit)
References: system.slice (origin-file)
References: systemd-fsckd.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-fsckd
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit apache2.service:
Description: The Apache HTTP Server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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/apache2.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: fbdd73bdbf1941ccad2c38cc386626c5
Documentation: https://httpd.apache.org/docs/2.4/
Fragment Path: /lib/systemd/system/apache2.service
DropIn Path: /etc/systemd/system/apache2.service.d/data-disk.conf
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:10 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: -.mount (origin-file origin-path)
After: remote-fs.target (origin-file)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: nss-lookup.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: nss-lookup.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 955
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: APACHE_STARTED_BY_SYSTEMD=true
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /bin/sh -c 'while [ ! -d /srv/d_joooj/www ]; do sleep 5; done'
PID: 895
Start Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/apachectl start
PID: 905
Start Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /usr/sbin/apachectl graceful
-> ExecStop:
Command Line: /usr/sbin/apachectl graceful-stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: d589f60e03914dd7b03123308196c97c
Following: sys-devices-platform-serial8250-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-tty-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
-> Unit paths.target:
Description: Paths
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 26df546d04a94ec9a6894132d0fec76e
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/paths.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Wants: acpid.path (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-ask-password-console.path (destination-file)
After: acpid.path (origin-default destination-default)
After: systemd-ask-password-wall.path (destination-file)
References: acpid.path (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: acpid.path (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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 pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: b536799668974e3abdeff02ba32ac7da
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/user.slice
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1000.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: user-1000.slice (destination-implicit)
Before: slices.target (origin-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: user-1000.slice (destination-implicit)
ReferencedBy: systemd-logind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-virtual-tty-hvc6.device:
Description: /sys/devices/virtual/tty/hvc6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 0f0f7a0ba2994845942949dcf38d7dd8
Following Set Member: dev-hvc6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc6
Found: found-udev
-> Unit redis-server.service:
Alias: redis.service
Description: Advanced key-value store
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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/redis-server.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 442c87b8432e4a04a282a563f8d2a0ad
Documentation: http://redis.io/documentation,
Documentation: man:redis-server(1)
Fragment Path: /lib/systemd/system/redis-server.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: ocsp_proxy.service (destination-file)
Before: shutdown.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: ocsp_proxy.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /run/redis (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 773
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/redis/redis-server.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0007
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: yes
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 2755
RuntimeDirectory: redis
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 65535
LimitNOFILESoft: 65535
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_setgid cap_setuid cap_sys_resource
User: redis
Group: redis
DynamicUser: no
ReadWritePaths: -/var/lib/redis -/var/log/redis -/var/run/redis -/etc/redis
ReadOnlyPaths: /
LockPersonality: no
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/bin/redis-server /etc/redis/redis.conf --supervised systemd --daemonize no
PID: 773
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Status Text: Ready to accept connections
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-disk-by\x2dlabel-debian\x2dstretch.target:
Description: Block Device Preparation for /dev/disk/by-label/debian-stretch
Instance: dev-disk-by\x2dlabel-debian\x2dstretch
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/blockdev at .target
Conflicts: shutdown.target (origin-default)
Before: -.mount (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: -.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit rsync.service:
Description: fast remote file copy program daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:rsync(1)
Documentation: man:rsyncd.conf(5)
Fragment Path: /lib/systemd/system/rsync.service
ConditionPathExists: /etc/rsyncd.conf failed
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
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: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 1s
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
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_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/bin/rsync --daemon --no-detach
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: b7528c86dc024713915b710c77d461d1
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file 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-file origin-path)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-journald.service (origin-implicit)
References: system.slice (origin-file)
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
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-dev-log.socket
SELinuxContextFromNet: no
Timestamping: us
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit remote-fs-pre.target:
Description: Remote File Systems (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: remote-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit systemd-pstore.service:
Description: Platform Persistent Storage Archival
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-pstore(8)
Fragment Path: /lib/systemd/system/systemd-pstore.service
ConditionVirtualization: !container succeeded
ConditionDirectoryNotEmpty: /sys/fs/pstore failed
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: no
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /var/lib/systemd/pstore (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/pstore
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-pstore
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device:
Description: /dev/disk/by-partuuid/c02912e1-8f7b-4cec-a60e-df5ba74af40e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 06a4e5fe6e4c4614b634e825a83b95f7
Following: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiroot.device
Following Set Member: dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dlabel-debian\x2dstretch.device
Following Set Member: dev-xvda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev
-> Unit systemd-networkd.service:
Description: Network Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
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-file origin-path)
Wants: systemd-networkd.socket (origin-file)
Wants: network.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: multi-user.target (origin-file)
Before: apt-daily-upgrade.service (destination-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-file)
Before: apt-daily.service (destination-file)
After: systemd-sysctl.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-networkd.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: systemd-udevd.service (origin-file)
After: network-pre.target (origin-file)
After: systemd-sysusers.service (origin-file)
TriggeredBy: systemd-networkd.socket (destination-implicit)
References: network-pre.target (origin-file)
References: system.slice (origin-file)
References: network.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-networkd.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: -.mount (origin-file origin-path)
References: multi-user.target (origin-file)
References: systemd-sysctl.service (origin-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-networkd.socket (destination-implicit)
ReferencedBy: apt-daily-upgrade.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
BusName: org.freedesktop.network1
Bus Name Good: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGUSR2
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: invisible
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/netif
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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: sched_rr_get_interval_time64 epoll_create msgctl semctl readdir signal prlimit64 renameat2 ioctl setpriority readv syncfs getdents creat set_thread_area fchownat setfsuid sync_file_range wait4 setpgid setfsgid32 sched_getparam unlinkat arch_prctl futex_time64 vmsplice fchdir sendmmsg fchmodat process_vm_readv geteuid32 newfstatat fcntl fstatfs64 getgid faccessat sendto set_mempolicy alarm getpeername fstat write getpgrp mmap sigsuspend sendfile64 geteuid msgrcv rt_sigqueueinfo getxattr futex pipe2 epoll_pwait swapcontext clone3 fgetxattr getresgid nanosleep getpid rseq request_key capget close msgsnd listen splice listxattr lstat gettid timer_getoverrun mremap rt_sigreturn symlinkat pwritev io_setup shmctl sigpending sendfile sched_yield migrate_pages getresuid chown statfs rt_sigaction sched_getaffinity ftruncate openat2 move_pages timerfd_settime sysinfo getgroups32 pidfd_open clock_gettime mlock readlinkat personality msgget munlockall setitimer clone epoll_wait_old epoll_ctl_old exit_group select ppoll statfs64 sigreturn msync fchmod removexattr getrusage sigaction sched_setscheduler rt_sigprocmask rt_sigtimedwait_time64 setreuid setsid readlink oldfstat shutdown setgroups32 fsetxattr lseek io_getevents clock_getres timer_settime64 sched_get_priority_max getcpu semtimedop_time64 getcwd mq_unlink getresgid32 cacheflush set_tls inotify_init setns setuid io_uring_enter madvise setresgid mq_timedsend_time64 getitimer tkill ipc pselect6 dup sched_get_priority_min shmat execveat timer_gettime64 truncate64 name_to_handle_at setfsuid32 getgid32 inotify_init1 mkdirat brk _llseek lsetxattr getpgid munlock timer_settime setresuid lgetxattr truncate accept tee mq_getsetattr statx mq_notify io_destroy rename unlink getegid signalfd4 flock fdatasync getsockopt io_cancel fchown uname mq_timedreceive_time64 setgroups fallocate sendmsg mprotect waitid io_pgetevents openat fadvise64 getsid userfaultfd pause ppoll_time64 preadv2 pipe setregid socketcall socketpair unshare ugetrlimit timerfd_settime64 pwritev2 mlock2 semop fcntl64 pread64 restart_syscall timer_gettime copy_file_range setregid32 execve lchown32 dup3 mknod poll clock_nanosleep mmap2 pselect6_time64 getrlimit recvfrom fstatfs time faccessat2 flistxattr sigaltstack accept4 setgid symlink getegid32 lstat64 remap_file_pages get_mempolicy fadvise64_64 setreuid32 olduname semget memfd_create inotify_rm_watch timerfd_create oldolduname lchown bind stat64 umask shmget futimesat mq_timedreceive setresgid32 preadv oldstat fork fremovexattr renameat utimes timerfd_gettime64 getgroups mq_open utime setgid32 set_robust_list mbind getrandom fstatat64 clock_nanosleep_time64 io_submit waitpid stat pidfd_send_signal mlockall timer_create lremovexattr recvmmsg_time64 inotify_add_watch getuid32 times setresuid32 rt_tgsigqueueinfo get_robust_list recv readahead tgkill signalfd timer_delete fsync epoll_create1 recvmsg eventfd writev capset sched_setparam linkat ftruncate64 ioprio_set sched_rr_get_interval sched_setattr fchown32 close_range mknodat recvmmsg kcmp chmod read access set_tid_address rmdir rt_sigpending prctl process_vm_writev clock_getres_time64 rt_sigtimedwait add_key fstat64 sigprocmask sched_getattr mq_timedsend munmap nice socket setsockopt open get_thread_area chdir pwrite64 getresuid32 getuid shmdt mkdir epoll_ctl link io_pgetevents_time64 chown32 connect membarrier keyctl clock_gettime64 setxattr rt_sigsuspend setfsgid epoll_wait getdents64 getpriority setrlimit llistxattr getsockname ioprio_get exit utimensat gettimeofday sync_file_range2 semtimedop oldlstat sched_getscheduler eventfd2 io_uring_setup send vfork utimensat_time64 getppid io_uring_register dup2 sched_setaffinity timerfd_gettime kill sync setuid32 _newselect
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-networkd
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
-> Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:systemd-fsck-root.service(8)
Fragment Path: /lib/systemd/system/systemd-fsck-root.service
ConditionPathExists: !/run/initramfs/fsck-root failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
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: systemd-remount-fs.service (destination-file)
Before: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
After: systemd-fsckd.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: systemd-fsckd.socket (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-remount-fs.service (destination-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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-fsck
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: ede7831f9a4041a28b01dda26fa549d9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/basic.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-file)
Wants: tmp.mount (origin-file)
Wants: paths.target (origin-file)
Wants: slices.target (origin-file)
Wants: sockets.target (origin-file)
Wants: timers.target (origin-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-listbugs.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: gandi-postboot.service (destination-default)
Before: rc-local.service (destination-default)
Before: unbound-resolvconf.service (destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: atopacct.service (destination-default)
Before: dbus.service (destination-default)
Before: logrotate.service (destination-default)
Before: spamassassin.service (destination-default)
Before: irqbalance.service (destination-default)
Before: gandi-mount.service (destination-default)
Before: gandi-bootstrap.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: gandi-sshdkeygen.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: apache2.service (destination-default)
Before: mlocate.service (destination-default)
Before: man-db.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: acpid.service (destination-default)
Before: apt-daily.service (destination-default)
Before: postfix at -.service (destination-default)
Before: ocsp_proxy.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: postfix.service (destination-default)
Before: fail2ban.service (destination-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-file destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: rsync.service (destination-default)
Before: redis-server.service (destination-default)
Before: mailgraph.service (destination-default)
Before: atop.service (destination-default)
Before: rsyslog.service (destination-default)
Before: saslauthd.service (destination-default)
Before: atop-rotate.service (destination-default)
Before: atd.service (destination-default)
Before: getty-static.service (destination-default)
Before: autofs.service (destination-default)
Before: serial-getty at hvc0.service (destination-default)
Before: user at 1000.service (destination-default)
Before: cron.service (destination-default)
Before: gandi-config.service (destination-default)
Before: unbound.service (destination-default)
Before: ssh.service (destination-default)
After: tmp.mount (origin-file)
After: sysinit.target (origin-file origin-default)
After: -.mount (origin-file origin-path)
After: slices.target (origin-file origin-default)
After: paths.target (origin-file origin-default)
After: sockets.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-file origin-default)
References: paths.target (origin-file origin-default)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file origin-default)
References: timers.target (origin-file)
References: slices.target (origin-file origin-default)
References: tmp.mount (origin-file)
ReferencedBy: apt-listbugs.service (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: atop-rotate.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: unbound-resolvconf.service (destination-default)
ReferencedBy: gandi-config.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: spamassassin.service (destination-default)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: redis-server.service (destination-default)
ReferencedBy: unbound.service (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: gandi-postboot.service (destination-default)
ReferencedBy: gandi-bootstrap.service (destination-default)
ReferencedBy: gandi-mount.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: mailgraph.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: ocsp_proxy.service (destination-default)
ReferencedBy: serial-getty at hvc0.service (destination-default)
ReferencedBy: gandi-sshdkeygen.service (destination-default)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: atop.service (destination-default)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: apache2.service (destination-default)
RequiresMountsFor: /var (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-update-utmp.service:
Description: Update UTMP about System Boot/Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 73e0bbeb76b14cb7a080199d1c6d602e
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp.service
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
RequisiteOf: systemd-update-utmp-runlevel.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: auditd.service (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: auditd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: sysinit.target (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp reboot
PID: 510
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /lib/systemd/systemd-update-utmp shutdown
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit srv-d_joooj.mount:
Description: /srv/d_joooj
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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
Invocation ID: 934924702ada44d78c02b239bf01dce1
Source Path: /proc/self/mountinfo
Requires: dev-xvdb.device (origin-mountinfo-implicit)
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-mountinfo-default)
Before: umount.target (origin-mountinfo-default)
Before: session-3.scope (destination-file)
Before: session-383.scope (destination-file)
Before: local-fs.target (origin-mountinfo-default)
Before: session-2.scope (destination-file)
Before: session-68.scope (destination-file)
After: local-fs-pre.target (origin-mountinfo-default)
After: systemd-journald.socket (origin-file)
After: dev-xvdb.device (origin-mountinfo-implicit)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: blockdev at dev-xvdb.target (origin-mountinfo-implicit)
References: local-fs-pre.target (origin-mountinfo-default)
References: local-fs.target (origin-mountinfo-default)
References: umount.target (origin-mountinfo-default)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
References: dev-xvdb.device (origin-mountinfo-implicit)
References: systemd-journald.socket (origin-file)
References: blockdev at dev-xvdb.target (origin-mountinfo-implicit)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: session-68.scope (destination-file)
ReferencedBy: session-383.scope (destination-file)
RequiresMountsFor: /srv (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /srv/d_joooj
What: /dev/xvdb
File System Type: ext3
Options: rw,nosuid,nodev,noatime,sync
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: f3aad9a7cf0a462f8f3b85ff6f543039
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty.target
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Wants: getty-static.service (origin-file)
Wants: serial-getty at hvc0.service (origin-file)
Wants: getty at tty1.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: serial-getty at hvc0.service (origin-default destination-file)
After: getty at tty1.service (origin-default destination-file)
After: getty-static.service (origin-default)
References: getty-static.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: serial-getty at hvc0.service (origin-file origin-default)
References: getty at tty1.service (origin-file origin-default)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at hvc0.service (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 systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Exit Timestamp: Tue 2022-10-11 21:41:03 CEST
Active Enter Timestamp: Tue 2022-10-11 21:41:03 CEST
Active Exit Timestamp: Tue 2022-10-11 21:41:03 CEST
Inactive Enter Timestamp: Tue 2022-10-11 21:41:03 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-firewall bpf-devices
Invocation ID: 63fcaf28c98049fa88d92ec0917ad68e
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /lib/systemd/system/systemd-journald.service
Condition Timestamp: Tue 2022-10-11 21:41:03 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 21:41:03 CEST
Assert Result: yes
Requires: systemd-journald.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: systemd-journald-audit.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
RequiredBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file destination-implicit)
After: -.mount (origin-file origin-path)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: system.slice (origin-file)
TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
References: systemd-journald-dev-log.socket (origin-file)
References: system.slice (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: syslog.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 27776
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/journal
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -250
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 cap_audit_read
DynamicUser: no
LockPersonality: yes
SystemCallFilter: remap_file_pages ppoll mprotect mkdir ugetrlimit semctl llistxattr read pidfd_open getpeername lremovexattr sync_file_range clock_nanosleep exit link access close clock_gettime64 pwrite64 lchown fstatfs fchown32 getresuid32 gettimeofday stat fchmod getpgid sched_get_priority_min poll set_thread_area fgetxattr fstat timerfd_settime64 fchdir munmap io_uring_enter sched_setscheduler io_destroy mmap2 shmctl sched_setparam setfsgid mremap signal openat2 epoll_ctl_old recvfrom setresgid32 prctl clock_gettime setregid sigreturn sched_getaffinity madvise set_robust_list shmat open pselect6 io_pgetevents_time64 fstatfs64 socket clock_getres timerfd_gettime64 ftruncate64 pidfd_send_signal removexattr sched_rr_get_interval gettid shutdown sigprocmask utime get_robust_list clock_nanosleep_time64 symlink setresuid32 exit_group request_key send epoll_pwait setreuid32 get_mempolicy setgid32 copy_file_range io_submit setns ioprio_set utimensat truncate64 getdents epoll_create socketcall inotify_rm_watch setsockopt preadv mkdirat waitid setxattr ioprio_get _llseek readlinkat fallocate kill recvmsg rt_sigsuspend newfstatat getuid32 renameat oldstat nice getgid sigaltstack semtimedop rename getresuid vmsplice writev utimensat_time64 sysinfo lstat preadv2 execveat sched_setaffinity fstatat64 utimes futex lgetxattr unlinkat setfsgid32 io_pgetevents fchown getsockopt getdents64 mknod fcntl fdatasync recvmmsg ioctl capget pselect6_time64 rt_sigtimedwait_time64 syncfs alarm fadvise64_64 msgrcv recvmmsg_time64 setregid32 renameat2 clone setgid connect setresgid setgroups getresgid stat64 sched_get_priority_max process_vm_readv msync membarrier migrate_pages listen statfs fcntl64 getresgid32 mq_open oldlstat oldfstat timer_delete lseek lstat64 linkat signalfd4 capset cacheflush timerfd_create time write flistxattr mq_timedreceive timer_settime geteuid32 mlockall sigsuspend io_uring_register dup2 splice sched_rr_get_interval_time64 sigpending epoll_wait_old getpid bind wait4 sendto clone3 uname readlink sync munlock process_vm_writev munlockall chown32 rt_sigreturn msgget move_pages rt_sigpending timerfd_gettime getpgrp flock io_getevents getsid setitimer nanosleep ppoll_time64 pipe setfsuid32 rt_sigqueueinfo pread64 getsockname sched_getscheduler sched_setattr mq_timedreceive_time64 waitpid sendmsg epoll_create1 getrlimit fsync io_setup pause shmget truncate fchownat olduname shmdt mq_timedsend brk recv readahead getcwd socketpair rt_sigprocmask timer_getoverrun userfaultfd creat timer_gettime64 setfsuid _newselect mlock2 mbind getgroups listxattr eventfd dup3 mmap inotify_init1 futex_time64 close_range unshare sigaction setuid32 sched_getattr rt_tgsigqueueinfo io_cancel getrandom unlink pipe2 getitimer setpriority getpriority fremovexattr chmod statfs64 statx eventfd2 sendmmsg set_mempolicy ftruncate sync_file_range2 timer_create openat readdir epoll_ctl memfd_create rt_sigtimedwait mknodat faccessat msgctl fchmodat mq_unlink semop setrlimit mq_notify mq_getsetattr lsetxattr chdir lchown32 timer_settime64 dup sendfile getppid rt_sigaction timer_gettime times getxattr ipc mlock futimesat symlinkat inotify_add_watch chown sched_yield umask oldolduname setpgid timerfd_settime kcmp rmdir fsetxattr keyctl tkill clock_getres_time64 getegid32 restart_syscall signalfd mq_timedsend_time64 fork inotify_init semtimedop_time64 arch_prctl set_tid_address msgsnd pwritev tee sendfile64 getuid fstat64 tgkill io_uring_setup prlimit64 swapcontext fadvise64 setreuid set_tls accept4 get_thread_area getegid sched_getparam epoll_wait setuid rseq personality geteuid add_key accept pwritev2 getgroups32 execve setresuid semget vfork select name_to_handle_at getrusage readv getgid32 faccessat2 setsid getcpu setgroups32
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-journald
PID: 27776
Start Timestamp: Tue 2022-10-11 21:41:03 CEST
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Current: 14
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
-> Unit httpd.service:
Description: httpd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
After: ocsp_proxy.service (destination-file)
ReferencedBy: ocsp_proxy.service (destination-file)
-> Unit dev-hvc0.device:
Description: /dev/hvc0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 4c385dca1a884ae0b71c4243a8e81f02
Following: sys-devices-virtual-tty-hvc0.device
Following Set Member: sys-devices-virtual-tty-hvc0.device
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
BoundBy: serial-getty at hvc0.service (destination-file)
Before: serial-getty at hvc0.service (destination-file)
ReferencedBy: serial-getty at hvc0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc0
Found: found-udev
-> Unit plymouth-quit-wait.service:
Description: plymouth-quit-wait.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: serial-getty at hvc0.service (destination-file)
Before: getty at tty1.service (destination-file)
ReferencedBy: serial-getty at hvc0.service (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
-> Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: /dev-mqueue.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 988e628d2dd4453d971117a3b3295098
Documentation: man:mq_overview(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file)
References: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (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
Clean Result: success
Where: /dev/mqueue
What: mqueue
File System Type: mqueue
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 92ee3dbe225241d482cbb9db80702d6d
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file 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: logrotate.service (origin-implicit)
After: -.mount (origin-file origin-path)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
Triggers: logrotate.service (origin-implicit)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: time-sync.target (origin-default)
References: logrotate.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: logrotate.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 00:00:00
-> Unit apt-listbugs.timer:
Description: Daily apt-listbugs preferences cleanup
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 21:26:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: fe71a9bab32644c7868961bde3da6b0a
Fragment Path: /lib/systemd/system/apt-listbugs.timer
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-listbugs.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
Triggers: apt-listbugs.service (origin-implicit)
References: network-online.target (origin-file)
References: shutdown.target (origin-default)
References: apt-listbugs.service (origin-implicit)
References: network.target (origin-file)
References: timers.target (origin-default)
References: time-sync.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: timers.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-listbugs.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* *:20:00
OnActiveSec: 5min
-> Unit sys-devices-virtual-tty-hvc5.device:
Description: /sys/devices/virtual/tty/hvc5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 828e63934818411e974420839039267e
Following Set Member: dev-hvc5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc5
Found: found-udev
-> Unit sys-devices-virtual-tty-hvc0.device:
Description: /sys/devices/virtual/tty/hvc0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 51a9759f176241a782d837448934f989
Following Set Member: dev-hvc0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc0
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: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: 3b25c6f9bf804c79b388704de3874cc0
Documentation: man:systemd-ask-password-console.service(8)
Fragment Path: /lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
After: plymouth-start.service (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: cryptsetup.target (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-ask-password-console.service (origin-implicit)
References: emergency.service (origin-file)
References: paths.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
DirectoryNotEmpty: /run/systemd/ask-password
-> Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 15:23:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: f324f610972f4244a00911e1b2014231
Fragment Path: /lib/systemd/system/apt-daily.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily.service (origin-implicit)
Before: apt-daily-upgrade.timer (destination-file)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: apt-daily.service (origin-implicit)
References: apt-daily.service (origin-implicit)
References: time-sync.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-daily.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 06,18:00:00
-> Unit apt-daily-upgrade.timer:
Description: Daily apt upgrade and clean activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 06:32:30 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 95b59ce6511846fab53fd7c2ee702060
Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: apt-daily.timer (origin-file)
After: time-sync.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: sysinit.target (origin-default)
References: apt-daily.timer (origin-file)
References: timers.target (origin-default)
References: apt-daily-upgrade.service (origin-implicit)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: -.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: apt-daily-upgrade.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 06:00:00
-> Unit sys-devices-vbd\x2d268441856-block-xvdz-xvdz2.device:
Description: /sys/devices/vbd-268441856/block/xvdz/xvdz2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 16375403761b4b95a81f0c626e376267
Following Set Member: dev-disk-by\x2dpartuuid-b19bb70e\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.device
Following Set Member: dev-xvdz2.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiconfig.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz/xvdz2
Found: found-udev
-> Unit e2scrub_all.service:
Description: Online ext4 Metadata Check for All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:e2scrub_all(8)
Fragment Path: /lib/systemd/system/e2scrub_all.service
ConditionCapability: CAP_SYS_RAWIO untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: e2scrub_all.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
TriggeredBy: e2scrub_all.timer (destination-implicit)
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: e2scrub_all.timer (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: SERVICE_MODE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/e2scrub_all
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit e2scrub_reap.service:
Description: Remove Stale Online ext4 Metadata Check Snapshots
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: 061281f3ab5c414da4c7b6083a093205
Documentation: man:e2scrub_all(8)
Fragment Path: /lib/systemd/system/e2scrub_reap.service
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: / (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: read-only
ProtectSystem: yes
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: SERVICE_MODE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
IOPriority: 0
CPUSchedulingPolicy: idle
CPUSchedulingPriority: 0
CPUSchedulingResetOnFork: no
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
AmbientCapabilities: cap_sys_rawio cap_sys_admin
User: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/e2scrub_all -A -r
PID: 560
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: 6542a139ea254e2d8caf457e14d86245
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
Fragment Path: /lib/systemd/system/network-online.target
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Wants: networking.service (origin-file)
WantedBy: apt-listbugs.service (destination-file)
WantedBy: autofs.service (destination-file)
WantedBy: postfix at -.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: autofs.service (destination-file)
Before: postfix at -.service (destination-file)
Before: gandi-postboot.service (destination-file)
Before: apt-daily.service (destination-file)
Before: apt-listbugs.timer (destination-file)
Before: rc-local.service (destination-file)
Before: apt-listbugs.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
After: network.target (origin-file)
After: networking.service (destination-file)
References: networking.service (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
ReferencedBy: apt-listbugs.service (destination-file)
ReferencedBy: gandi-postboot.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: postfix at -.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-listbugs.timer (destination-file)
ReferencedBy: autofs.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit logrotate.service:
Description: Rotate log files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /lib/systemd/system/logrotate.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: logrotate.timer (destination-implicit)
After: basic.target (origin-default)
After: -.mount (origin-file origin-path)
TriggeredBy: logrotate.timer (destination-implicit)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: logrotate.timer (destination-implicit)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var/log (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/logrotate /etc/logrotate.conf
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DeviceAllow: char-rtc r
-> Unit dev-xvdb.device:
Description: /dev/xvdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c34c6ea83c784d168d78bb904dad6565
Following: sys-devices-vbd\x2d51728-block-xvdb.device
Following Set Member: dev-disk-by\x2dlabel-d_joooj.device
Following Set Member: sys-devices-vbd\x2d51728-block-xvdb.device
Following Set Member: dev-disk-by\x2duuid-7652f06a\x2d468b\x2d41df\x2dadb6\x2de55c01bdff08.device
RequiredBy: srv-d_joooj.mount (destination-mountinfo-implicit)
Before: srv-d_joooj.mount (destination-mountinfo-implicit)
ReferencedBy: srv-d_joooj.mount (destination-mountinfo-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51728/block/xvdb
Found: found-udev,found-mount
-> Unit dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap:
Description: /dev/disk/by-partuuid/b19bb704-0d55-11ed-b295-ac1f6b0fff7e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 429e2ada965e4967a87685887eafb99c
Following: dev-xvdz1.swap
Following Set Member: dev-disk-by\x2dlabel-swap.swap
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.swap
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap
Following Set Member: dev-xvdz1.swap
Requires: dev-xvdz1.device (origin-proc-swap)
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: blockdev at dev-xvdz1.target (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dev-xvdz1.device (origin-proc-swap)
After: -.mount (origin-implicit)
References: blockdev at dev-xvdz1.target (origin-proc-swap)
References: swap.target (origin-default)
References: system.slice (origin-file)
References: umount.target (origin-default)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: dev-xvdz1.device (origin-proc-swap)
RequiresMountsFor: /dev/disk/by-partuuid/b19bb704-0d55-11ed-b295-ac1f6b0fff7e (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-partuuid/b19bb704-0d55-11ed-b295-ac1f6b0fff7e
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/xvdz1
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit blockdev at dev-xvdz1.target:
Description: Block Device Preparation for /dev/xvdz1
Instance: dev-xvdz1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/blockdev at .target
Conflicts: shutdown.target (origin-default)
Before: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-proc-swap)
Before: dev-xvdz1.swap (destination-proc-swap)
Before: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-proc-swap)
Before: shutdown.target (origin-default)
Before: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-proc-swap)
Before: dev-disk-by\x2dlabel-swap.swap (destination-proc-swap)
References: shutdown.target (origin-default)
ReferencedBy: dev-disk-by\x2dlabel-swap.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2dpartlabel-gandiswap.swap (destination-proc-swap)
ReferencedBy: dev-xvdz1.swap (destination-proc-swap)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit gandi-mount.service:
Description: Gandi-mount mounts the virtual disks with udev at boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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
Invocation ID: 403e799b5c854ef2bfc29721c35bdb94
Fragment Path: /usr/share/gandi/systemd/gandi-mount.service
ConditionPathIsReadWrite: / succeeded
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:10 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: gandi-config.service (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: sysinit.target (origin-default)
References: gandi-config.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/init.d/gandi-mount start
PID: 933
Start Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sssd.service:
Description: sssd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: autofs.service (destination-file)
ReferencedBy: autofs.service (destination-file)
-> Unit sys-devices-virtual-tty-hvc4.device:
Description: /sys/devices/virtual/tty/hvc4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 79a4fb97209947e2a12f6d699e8866fc
Following Set Member: dev-hvc4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc4
Found: found-udev
-> Unit gandi-bootstrap.service:
Description: Gandi-bootstrap early setup the system
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: fc4730b625ac414dbb603c1d5e6cb666
Fragment Path: /usr/share/gandi/systemd/gandi-bootstrap.service
ConditionPathIsReadWrite: / succeeded
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
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: gandi-config.service (destination-file)
Before: shutdown.target (origin-default)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
ReferencedBy: gandi-config.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: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/init.d/gandi-bootstrap start
PID: 563
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit e2scrub_all.timer:
Description: Periodic ext4 Online Metadata Check for All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 5335e49bf5c34319b7ae50db1a34e240
Fragment Path: /lib/systemd/system/e2scrub_all.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file 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: e2scrub_all.service (origin-implicit)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: e2scrub_all.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: e2scrub_all.service (origin-implicit)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: e2scrub_all.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: Sun *-*-* 03:10:00
-> Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c2acfdb23e114de18ae0d38a325292e9
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/sysinit.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Wants: systemd-random-seed.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: apparmor.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: swap.target (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: sys-kernel-tracing.mount (origin-file)
Wants: systemd-boot-system-token.service (origin-file)
Wants: systemd-update-utmp.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: cryptsetup.target (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: systemd-pstore.service (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: systemd-udevd.service (origin-file)
RequiredBy: acpid.service (destination-default)
RequiredBy: e2scrub_all.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: rsyslog.service (destination-default)
RequiredBy: gandi-postboot.service (destination-default)
RequiredBy: mlocate.timer (destination-default)
RequiredBy: saslauthd.service (destination-default)
RequiredBy: e2scrub_all.timer (destination-default)
RequiredBy: ocsp_proxy.service (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: postfix.service (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: rsync.service (destination-default)
RequiredBy: man-db.timer (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: apache2.service (destination-default)
RequiredBy: apt-listbugs.timer (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: acpid.path (destination-default)
RequiredBy: redis-server.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: e2scrub_reap.service (destination-default)
RequiredBy: user-runtime-dir at 1000.service (destination-default)
RequiredBy: irqbalance.service (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: gandi-mount.service (destination-default)
RequiredBy: ssh.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: mailgraph.service (destination-default)
RequiredBy: apt-listbugs.service (destination-default)
RequiredBy: atop-rotate.timer (destination-default)
RequiredBy: atopacct.service (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: atop-rotate.service (destination-default)
RequiredBy: gandi-bootstrap.service (destination-default)
RequiredBy: gandi-config.service (destination-default)
RequiredBy: unbound.service (destination-default)
RequiredBy: atd.service (destination-default)
RequiredBy: serial-getty at hvc0.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: acpid.socket (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: rc-local.service (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: postfix at -.service (destination-default)
RequiredBy: atop.service (destination-default)
RequiredBy: gandi-sshdkeygen.service (destination-default)
RequiredBy: user at 1000.service (destination-default)
RequiredBy: spamassassin.service (destination-default)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: unbound-resolvconf.service (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: fail2ban.service (destination-default)
RequiredBy: autofs.service (destination-default)
RequiredBy: mlocate.service (destination-default)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: emergency.target (origin-file)
Before: apt-daily-upgrade.service (destination-default)
Before: logrotate.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: unbound.service (destination-default)
Before: atopacct.service (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: fail2ban.service (destination-default)
Before: apt-listbugs.timer (destination-default)
Before: rescue.service (destination-file)
Before: irqbalance.service (destination-default)
Before: spamassassin.service (destination-default)
Before: getty-static.service (destination-default)
Before: logrotate.timer (destination-default)
Before: acpid.service (destination-default)
Before: dbus.socket (destination-default)
Before: shutdown.target (origin-default)
Before: mlocate.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: postfix.service (destination-default)
Before: rsyslog.service (destination-default)
Before: autofs.service (destination-default)
Before: atop-rotate.service (destination-default)
Before: redis-server.service (destination-default)
Before: gandi-postboot.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: gandi-sshdkeygen.service (destination-default)
Before: apt-daily.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: dbus.service (destination-default)
Before: saslauthd.service (destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: rc-local.service (destination-default)
Before: apache2.service (destination-default)
Before: serial-getty at hvc0.service (destination-default)
Before: user at 1000.service (destination-default)
Before: mlocate.timer (destination-default)
Before: gandi-bootstrap.service (destination-default)
Before: ocsp_proxy.service (destination-default)
Before: postfix at -.service (destination-default)
Before: atd.service (destination-default)
Before: acpid.path (destination-default)
Before: apt-listbugs.service (destination-default)
Before: gandi-mount.service (destination-default)
Before: basic.target (destination-file destination-default)
Before: man-db.timer (destination-default)
Before: gandi-config.service (destination-default)
Before: cron.service (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: ssh.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: atop.service (destination-default)
Before: apt-daily.timer (destination-default)
Before: man-db.service (destination-default)
Before: atop-rotate.timer (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: mailgraph.service (destination-default)
Before: acpid.socket (destination-default)
Before: unbound-resolvconf.service (destination-default)
Before: rsync.service (destination-default)
Before: rescue.target (destination-file destination-default)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: cryptsetup.target (origin-default)
After: systemd-binfmt.service (destination-file)
After: modprobe at configfs.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: emergency.target (origin-file)
After: systemd-sysusers.service (destination-file)
After: swap.target (origin-file origin-default)
After: modprobe at fuse.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: systemd-modules-load.service (destination-file)
After: systemd-udev-trigger.service (destination-file)
After: systemd-journald.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-pstore.service (destination-file)
After: emergency.service (origin-file)
After: apparmor.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: modprobe at drm.service (destination-file)
After: systemd-udevd.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: sys-kernel-debug.mount (destination-file)
After: local-fs.target (origin-file)
After: kmod-static-nodes.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: systemd-update-utmp.service (destination-file)
After: sys-kernel-tracing.mount (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
References: systemd-ask-password-console.path (origin-file)
References: systemd-update-utmp.service (origin-file)
References: sys-kernel-tracing.mount (origin-file)
References: systemd-modules-load.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: kmod-static-nodes.service (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: systemd-udevd.service (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-timesyncd.service (origin-file)
References: dev-mqueue.mount (origin-file)
References: systemd-sysctl.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: systemd-machine-id-commit.service (origin-file)
References: systemd-random-seed.service (origin-file)
References: swap.target (origin-file origin-default)
References: dev-hugepages.mount (origin-file)
References: emergency.target (origin-file)
References: systemd-boot-system-token.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
References: sys-fs-fuse-connections.mount (origin-file)
References: systemd-journal-flush.service (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-pstore.service (origin-file)
References: apparmor.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: emergency.service (origin-file)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: systemd-update-utmp.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: ocsp_proxy.service (destination-default)
ReferencedBy: postfix at -.service (destination-default)
ReferencedBy: atopacct.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: redis-server.service (destination-default)
ReferencedBy: gandi-bootstrap.service (destination-default)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: acpid.socket (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: fail2ban.service (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: autofs.service (destination-default)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: atop.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: apt-listbugs.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: gandi-postboot.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: atop-rotate.service (destination-default)
ReferencedBy: atop-rotate.timer (destination-default)
ReferencedBy: rsync.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: apt-listbugs.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: mlocate.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: gandi-sshdkeygen.service (destination-default)
ReferencedBy: apache2.service (destination-default)
ReferencedBy: atd.service (destination-default)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: postfix.service (destination-default)
ReferencedBy: spamassassin.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: unbound-resolvconf.service (destination-default)
ReferencedBy: gandi-mount.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: gandi-config.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: mailgraph.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: serial-getty at hvc0.service (destination-default)
ReferencedBy: mlocate.timer (destination-default)
ReferencedBy: acpid.path (destination-default)
ReferencedBy: saslauthd.service (destination-default)
ReferencedBy: unbound.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: acpid.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: irqbalance.service (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit dev-hvc7.device:
Description: /dev/hvc7
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 87e46d9332cf4de6b01f4db48ecde3bc
Following: sys-devices-virtual-tty-hvc7.device
Following Set Member: sys-devices-virtual-tty-hvc7.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc7
Found: found-udev
-> Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 6ed50b3368614d68ba93c834152c61a6
Documentation: man:systemd.special(7)
Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog
Fragment Path: /lib/systemd/system/syslog.socket
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
RequiredBy: rsyslog.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: emergency.service (origin-file)
Before: rsyslog.service (origin-implicit)
Before: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
Triggers: rsyslog.service (origin-implicit)
References: emergency.service (origin-file)
References: rsyslog.service (origin-implicit)
References: system.slice (origin-file)
References: sockets.target (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: rsyslog.service (destination-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: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: yes
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: syslog.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: c6ab982fb27e4b58846a91dc20093fd2
Documentation: man:sysusers.d(5)
Documentation: man:systemd-sysusers.service(8)
Fragment Path: /lib/systemd/system/systemd-sysusers.service
ConditionNeedsUpdate: /etc succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-timesyncd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
References: systemd-update-done.service (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-sysusers
PID: 474
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit var-gandi.mount:
Description: /var/gandi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 9597bf5faf7746c8974580cadbecba0b
Source Path: /proc/self/mountinfo
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-mountinfo-default)
Before: local-fs.target (origin-mountinfo-default)
Before: umount.target (origin-mountinfo-default)
After: system.slice (origin-file)
After: local-fs-pre.target (origin-mountinfo-default)
After: systemd-journald.socket (origin-file)
After: swap.target (origin-mountinfo-default)
After: -.mount (origin-implicit)
References: umount.target (origin-mountinfo-default)
References: local-fs.target (origin-mountinfo-default)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
References: swap.target (origin-mountinfo-default)
References: local-fs-pre.target (origin-mountinfo-default)
RequiresMountsFor: /var (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/gandi
What: tmpfs
File System Type: tmpfs
Options: rw,relatime,size=24k,mode=755
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit serial-getty at hvc0.service:
Description: Serial Getty on hvc0
Instance: hvc0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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 hvc0.service
CGroup realized: yes
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 59e86b42bdfa4d1db16ed65d796a045f
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/serial-getty at .service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system-serial\x2dgetty.slice (origin-file)
Requires: sysinit.target (origin-default)
BindsTo: dev-hvc0.device (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: rescue.service (origin-file)
Before: getty.target (origin-file destination-default)
Before: shutdown.target (origin-default)
After: rc-local.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: getty-pre.target (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dev-hvc0.device (origin-file)
After: system-serial\x2dgetty.slice (origin-file)
References: dev-hvc0.device (origin-file)
References: systemd-journald.socket (origin-file)
References: system-serial\x2dgetty.slice (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: shutdown.target (origin-default)
References: rc-local.service (origin-file)
References: sysinit.target (origin-default)
References: getty.target (origin-file)
References: rescue.service (origin-file)
References: getty-pre.target (origin-file)
References: basic.target (origin-default)
References: systemd-user-sessions.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 793
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
TTYPath: /dev/hvc0
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: no
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
UtmpIdentifier: hvc0
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,57600,38400,9600 hvc0 $TERM
PID: 793
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-update-utmp-runlevel.service:
Description: Update UTMP about System Runlevel Changes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:21 CEST
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
Invocation ID: 345d3d245ef7450097795374e2ec5e51
Documentation: man:systemd-update-utmp.service(8)
Documentation: man:utmp(5)
Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service
Condition Timestamp: Tue 2022-10-11 03:17:21 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:21 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Requisite: systemd-update-utmp.service (origin-file)
WantedBy: rescue.target (destination-file)
WantedBy: multi-user.target (destination-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: multi-user.target (origin-file)
After: graphical.target (origin-file)
After: system.slice (origin-file)
After: systemd-update-utmp.service (origin-file)
After: rescue.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-update-utmp.service (origin-file)
References: graphical.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: multi-user.target (origin-file)
References: rescue.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-update-utmp runlevel
PID: 2254
Start Timestamp: Tue 2022-10-11 03:17:21 CEST
Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-virtual-tty-hvc2.device:
Description: /sys/devices/virtual/tty/hvc2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 1d20774008b94464b5cc502128e7a589
Following Set Member: dev-hvc2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc2
Found: found-udev
-> Unit dev-disk-by\x2dpartlabel-gandiroot.device:
Description: /dev/disk/by-partlabel/gandiroot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 8c7ebeb1151b412ebb26e0033ec3c70e
Following: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device
Following Set Member: dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda-xvda1.device
Following Set Member: dev-disk-by\x2dlabel-debian\x2dstretch.device
Following Set Member: dev-xvda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev
-> Unit acpid.socket:
Description: ACPID Listen Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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/acpid.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: dc989974a3ce41b5b84cf43e974685e0
Fragment Path: /lib/systemd/system/acpid.socket
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
RequiredBy: acpid.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: acpid.service (origin-implicit)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: acpid.service (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-default)
References: acpid.service (origin-implicit)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: acpid.service (destination-file)
RequiresMountsFor: /run/acpid.socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: acpid.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/acpid.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit fail2ban.service:
Description: Fail2Ban Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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/fail2ban.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: da2d9e127721482e82e2e22ff81853b1
Documentation: man:fail2ban(1)
Fragment Path: /lib/systemd/system/fail2ban.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
PartOf: firewalld.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: nftables.service (origin-file)
After: ip6tables.service (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: ipset.service (origin-file)
After: iptables.service (origin-file)
After: firewalld.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: ipset.service (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: nftables.service (origin-file)
References: firewalld.service (origin-file)
References: systemd-journald.socket (origin-file)
References: ip6tables.service (origin-file)
References: iptables.service (origin-file)
References: network.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 786
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/fail2ban/fail2ban.pid
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: PYTHONNOUSERSITE=yes
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /bin/mkdir -p /run/fail2ban
PID: 772
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/bin/fail2ban-server -xf start
PID: 786
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
-> ExecReload:
Command Line: /usr/bin/fail2ban-client reload
-> ExecStop:
Command Line: /usr/bin/fail2ban-client stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit modprobe at fuse.service:
Description: Load Kernel Module fuse
Instance: fuse
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 83ca6c1c4f65414bbe297978c17067de
Documentation: man:modprobe(8)
Fragment Path: /lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: sysinit.target (origin-file)
After: system-modprobe.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/modprobe -abq fuse
PID: 462
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit kmod-static-nodes.service:
Description: Create list of static device nodes for the current kernel
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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
Invocation ID: dd1c1fae0e9046e4b1ac0a52f1d161c4
Fragment Path: /lib/systemd/system/kmod-static-nodes.service
ConditionFileNotEmpty: /lib/modules/5.10.0-18-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
Before: sysinit.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
PID: 459
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
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: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: systemd-vconsole-setup.service (origin-file)
After: plymouth-start.service (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: plymouth-start.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-tty-ask-password-agent --watch --console
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit atop-rotate.timer:
Description: Daily atop restart
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: d9648233d94f41e191e963357d45498e
Fragment Path: /lib/systemd/system/atop-rotate.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
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: atop-rotate.service (origin-implicit)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
Triggers: atop-rotate.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: atop-rotate.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: atop-rotate.service
Persistent: no
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnCalendar: *-*-* 00:00:00
-> Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: /sys-kernel-config.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 254dc99950f44c0e942e75567c021c08
Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/config succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: modprobe at configfs.service (origin-file)
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sys-module-configfs.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: modprobe at configfs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit origin-path)
References: modprobe at configfs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
ReferencedBy: sys-module-configfs.device (destination-udev)
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
Clean Result: success
Where: /sys/kernel/config
What: configfs
File System Type: configfs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit rescue.target:
Alias: runlevel1.target
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/rescue.target
Requires: rescue.service (origin-file)
Requires: sysinit.target (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: graphical.target (destination-file)
Before: systemd-update-utmp-runlevel.service (destination-file)
Before: shutdown.target (origin-default)
After: rescue.service (origin-file)
After: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-file origin-default)
References: rescue.service (origin-file)
References: systemd-update-utmp-runlevel.service (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
-> Unit firewalld.service:
Description: firewalld.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
ConsistsOf: fail2ban.service (destination-file)
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit unbound.service:
Description: Unbound DNS server
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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/unbound.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: d0240bc9efe84bf7a27736b7e218cfe9
Documentation: man:unbound(8)
Fragment Path: /lib/systemd/system/unbound.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: nss-lookup.target (origin-file)
Wants: unbound-resolvconf.service (origin-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: unbound-resolvconf.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: nss-lookup.target (origin-file)
Before: shutdown.target (origin-default)
Before: unbound-resolvconf.service (destination-file)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: system.slice (origin-file)
References: unbound-resolvconf.service (origin-file)
References: nss-lookup.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: unbound-resolvconf.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 822
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/unbound
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/lib/unbound/package-helper chroot_setup
PID: 780
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
Command Line: /usr/lib/unbound/package-helper root_trust_anchor_update
PID: 807
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/sbin/unbound -d -p $DAEMON_OPTS
PID: 822
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
-> ExecStopPost:
Command Line: /usr/lib/unbound/package-helper chroot_teardown
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit ocsp_proxy.service:
Description: OCSP proxy
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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/ocsp_proxy.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: fced867ac47649a888ef505214f888ee
Documentation: man:ocsp_proxy(8)
Fragment Path: /etc/systemd/system/ocsp_proxy.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
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: httpd.service (origin-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: redis-server.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: redis-server.service (origin-file)
References: network.target (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: httpd.service (origin-file)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 833
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: host=localhost
Environment: port=8888
Environment: redis_sock=/run/redis/redis.sock
Environment: redis_prefix=ocspxy_
EnvironmentFile: -/etc/sysconfig/ocsp_proxy
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: ocspproxy
Group: ocspproxy
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /usr/bin/test -S $redis_sock -a -r $redis_sock
PID: 829
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /usr/local/sbin/ocsp_proxy -H $host -p $port -s $redis_sock -x $redis_prefix -v
PID: 833
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit nftables.service:
Description: nftables
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:nft(8)
Documentation: http://wiki.nftables.org
Fragment Path: /lib/systemd/system/nftables.service
Requires: system.slice (origin-file)
Wants: network-pre.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: fail2ban.service (destination-file)
Before: shutdown.target (origin-file)
Before: network-pre.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-file)
References: network-pre.target (origin-file)
ReferencedBy: fail2ban.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/nft -f /etc/nftables.conf
-> ExecReload:
Command Line: /usr/sbin/nft -f /etc/nftables.conf
-> ExecStop:
Command Line: /usr/sbin/nft flush ruleset
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
-> Unit irqbalance.service:
Description: irqbalance daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: 4537dd87ec194bddac9ea9344a6cee0e
Documentation: man:irqbalance(1)
Documentation: https://github.com/Irqbalance/irqbalance
Fragment Path: /lib/systemd/system/irqbalance.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /run/irqbalance (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/usr/lib/irqbalance/defaults.env
EnvironmentFile: -/etc/default/irqbalance
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: irqbalance
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
ReadWritePaths: /proc/irq
ReadOnlyPaths: /
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
PID: 565
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-vbd\x2d51712-block-xvda-xvda1.device:
Description: /sys/devices/vbd-51712/block/xvda/xvda1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 9f3d895221db4ed194fb92e299e0bfc5
Following Set Member: dev-disk-by\x2dpartuuid-c02912e1\x2d8f7b\x2d4cec\x2da60e\x2ddf5ba74af40e.device
Following Set Member: dev-disk-by\x2dpartlabel-gandiroot.device
Following Set Member: dev-disk-by\x2duuid-2ae1ff60\x2daeb0\x2d4d39\x2d8a98\x2dff98d5f63f7e.device
Following Set Member: dev-disk-by\x2dlabel-debian\x2dstretch.device
Following Set Member: dev-xvda1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda/xvda1
Found: found-udev
-> Unit systemd-update-done.service:
Description: systemd-update-done.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
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)
-> Unit getty at tty1.service:
Alias: autovt at tty1.service
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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
Invocation ID: ab986c828181470694f8791f3ddf3373
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: http://0pointer.de/blog/projects/serial-console.html
Fragment Path: /lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 succeeded
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system-getty.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: getty.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: getty.target (origin-file destination-default)
After: getty-pre.target (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: system-getty.slice (origin-file)
After: rc-local.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
References: shutdown.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: rc-local.service (origin-file)
References: getty.target (origin-file)
References: sysinit.target (origin-default)
References: system-getty.slice (origin-file)
References: basic.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: getty-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: rescue.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 790
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
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
TimeoutCleanSec: infinity
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
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
PID: 790
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit postfix.service:
Description: Postfix Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:21 CEST
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
Invocation ID: 29888243e3024f12b027a032a678d843
Fragment Path: /lib/systemd/system/postfix.service
ConditionPathExists: /etc/postfix/main.cf succeeded
Condition Timestamp: Tue 2022-10-11 03:17:21 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:21 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: postfix at -.service (origin-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: postfix at -.service (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: exim4.service (origin-file)
Conflicts: sendmail.service (origin-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: postfix at -.service (destination-file)
After: system.slice (origin-file)
PropagatesReloadTo: postfix at -.service (destination-file)
References: basic.target (origin-default)
References: sendmail.service (origin-file)
References: systemd-journald.socket (origin-file)
References: exim4.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: postfix at -.service (origin-file)
References: system.slice (origin-file)
ReferencedBy: postfix at -.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /bin/true
PID: 2251
Start Timestamp: Tue 2022-10-11 03:17:21 CEST
Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/true
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit system-modprobe.slice:
Description: system-modprobe.slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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-modprobe.slice
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 62c6675e12f34b15bc1d9ad9ec3fcdd1
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: modprobe at fuse.service (destination-file)
RequiredBy: modprobe at drm.service (destination-file)
RequiredBy: modprobe at configfs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: modprobe at configfs.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-logind.service:
Alias: dbus-org.freedesktop.login1.service
Description: User Login Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-firewall bpf-devices
Invocation ID: e45f93b091eb498287f6470fe533a930
Documentation: man:sd-login(3)
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: man:org.freedesktop.login1(5)
Fragment Path: /lib/systemd/system/systemd-logind.service
ConditionPathExists: /lib/systemd/system/dbus.service succeeded
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: modprobe at drm.service (origin-file)
Wants: dbus.socket (origin-file)
Wants: user.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-68.scope (destination-file)
Before: session-383.scope (destination-file)
Before: session-3.scope (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: session-2.scope (destination-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: user.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: dbus.socket (origin-file)
After: -.mount (origin-file origin-path)
After: modprobe at drm.service (origin-file)
After: nss-user-lookup.target (origin-file)
After: basic.target (origin-default)
References: system.slice (origin-file)
References: modprobe at drm.service (origin-file)
References: basic.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: user.slice (origin-file)
References: nss-user-lookup.target (origin-file)
ReferencedBy: session-383.scope (destination-file)
ReferencedBy: session-3.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: session-68.scope (destination-file)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /run/systemd/sessions (origin-file)
RequiresMountsFor: /run/systemd/inhibit (origin-file)
RequiresMountsFor: /run/systemd/shutdown (origin-file)
RequiresMountsFor: /run/systemd/seats (origin-file)
RequiresMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/systemd/linger (origin-file)
RequiresMountsFor: /run/systemd/users (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 579
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/sessions
RuntimeDirectory: systemd/seats
RuntimeDirectory: systemd/users
RuntimeDirectory: systemd/inhibit
RuntimeDirectory: systemd/shutdown
StateDirectoryMode: 0755
StateDirectory: systemd/linger
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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_linux_immutable cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin
DynamicUser: no
ReadWritePaths: /etc /run
LockPersonality: yes
SystemCallFilter: sched_get_priority_max eventfd process_vm_writev rt_sigpending epoll_ctl_old readv newfstatat accept sched_rr_get_interval kcmp mq_getsetattr io_setup sendmsg splice accept4 _newselect pipe signal getgid32 gettimeofday alarm membarrier kill getresgid32 shutdown timerfd_create chown32 io_uring_register getgid timerfd_gettime dup2 fsync setuid munlockall statx lstat64 timer_getoverrun mq_open ipc getdents connect memfd_create setresuid32 send sched_getscheduler sched_yield get_mempolicy fchown io_cancel time ftruncate set_thread_area recv setpriority vfork vmsplice eventfd2 setresgid32 wait4 getresuid renameat2 rmdir sched_rr_get_interval_time64 setgroups tkill sched_setparam fstatfs writev getitimer pause setregid32 fchmodat lsetxattr setitimer sigreturn msync rename io_uring_setup fchdir timer_settime timer_settime64 recvmmsg_time64 setfsuid32 mq_timedreceive shmget copy_file_range fchownat times clock_getres faccessat2 access recvfrom utimensat_time64 fstatat64 getuid32 mremap fchown32 lremovexattr mmap2 sched_getattr clock_nanosleep_time64 nice _llseek mlockall mq_notify clone mknodat mbind set_tls get_robust_list clock_getres_time64 fstat64 fadvise64 pidfd_send_signal uname fstat name_to_handle_at rseq lchown unlink io_pgetevents fadvise64_64 linkat readahead epoll_create1 rt_tgsigqueueinfo setsid setuid32 readlink sched_setscheduler write inotify_init1 signalfd bind setreuid getpid umask faccessat pidfd_open socket getsockopt getpriority flistxattr utime chown getgroups32 symlink open prlimit64 geteuid epoll_wait mlock setns sync_file_range2 recvmsg sigaction setpgid mkdirat swapcontext dup3 tgkill rt_sigsuspend poll lchown32 semop mprotect utimensat userfaultfd chmod mkdir timer_delete rt_sigaction sched_setattr mq_timedsend olduname sched_getaffinity sched_getparam getdents64 oldlstat close_range exit_group msgrcv lseek rt_sigtimedwait getpgrp setresuid preadv2 io_getevents statfs epoll_wait_old sigsuspend add_key mq_timedreceive_time64 ppoll mq_timedsend_time64 capget getppid truncate readlinkat pselect6 clock_gettime64 keyctl setgid32 fork getsockname inotify_add_watch syncfs setreuid32 timer_gettime setgroups32 ioprio_set ugetrlimit getpgid inotify_init rt_sigreturn cacheflush sigaltstack setregid ioctl epoll_ctl pwrite64 setfsgid32 listen personality arch_prctl removexattr semctl utimes getsid fdatasync preadv openat2 getgroups inotify_rm_watch clock_nanosleep rt_sigqueueinfo waitpid sync_file_range setresgid symlinkat epoll_create io_submit io_pgetevents_time64 creat io_uring_enter futex_time64 get_thread_area msgsnd statfs64 brk fremovexattr link oldfstat setsockopt sync ppoll_time64 migrate_pages sendmmsg getresuid32 semtimedop fstatfs64 select munmap getrlimit epoll_pwait read socketcall getcpu stat llistxattr madvise pread64 shmdt unlinkat truncate64 set_tid_address execveat restart_syscall msgget socketpair getuid getcwd sched_setaffinity fgetxattr pselect6_time64 clone3 getrandom oldstat getxattr semtimedop_time64 rt_sigtimedwait_time64 mlock2 shmctl fallocate geteuid32 fchmod mmap gettid mknod ftruncate64 request_key sendto shmat lstat sigpending timerfd_settime64 sendfile64 timer_create close unshare setrlimit timerfd_settime getresgid munlock signalfd4 msgctl prctl mq_unlink futex process_vm_readv lgetxattr renameat fsetxattr getegid sched_get_priority_min setgid rt_sigprocmask openat sigprocmask setxattr setfsuid exit getrusage stat64 set_mempolicy tee recvmmsg ioprio_get getpeername fcntl64 waitid timerfd_gettime64 timer_gettime64 setfsgid move_pages listxattr sysinfo capset remap_file_pages clock_gettime flock pipe2 pwritev pwritev2 fcntl sendfile dup nanosleep execve oldolduname readdir chdir futimesat getegid32 io_destroy semget set_robust_list
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
-> ExecStart:
Command Line: /lib/systemd/systemd-logind
PID: 579
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Current: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DeviceAllow: char-rtc r
DeviceAllow: char-vcs rw
DeviceAllow: char-tty rw
DeviceAllow: char-input rw
DeviceAllow: char-drm rw
DeviceAllow: char-/dev/console rw
DeviceAllow: block-* r
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
-> Unit dev-hvc6.device:
Description: /dev/hvc6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: bfdb805193a94b3287617b34f1b7529f
Following: sys-devices-virtual-tty-hvc6.device
Following Set Member: sys-devices-virtual-tty-hvc6.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/virtual/tty/hvc6
Found: found-udev
-> Unit sys-devices-platform-serial8250-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 45fb7f4b820a4d7e9ee841ca2e1c51e5
Following Set Member: dev-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS1
Found: found-udev
-> Unit dev-xvdz1.swap:
Description: /dev/xvdz1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: aecbd71086a844ca8044ab4b5ca4018b
Following Set Member: dev-disk-by\x2dlabel-swap.swap
Following Set Member: dev-disk-by\x2dpartuuid-b19bb704\x2d0d55\x2d11ed\x2db295\x2dac1f6b0fff7e.swap
Following Set Member: dev-disk-by\x2dpartlabel-gandiswap.swap
Following Set Member: dev-disk-by\x2duuid-e25374a0\x2db0bd\x2d43d4\x2d93ca\x2d1f2cd16e62e1.swap
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Requires: dev-xvdz1.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: umount.target (origin-default)
Before: swap.target (origin-default)
After: dev-xvdz1.device (origin-proc-swap)
After: blockdev at dev-xvdz1.target (origin-proc-swap)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
References: dev-xvdz1.device (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: system.slice (origin-file)
References: swap.target (origin-default)
References: umount.target (origin-default)
References: blockdev at dev-xvdz1.target (origin-proc-swap)
RequiresMountsFor: /dev/xvdz1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/xvdz1
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/xvdz1
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:mandb(8)
Fragment Path: /lib/systemd/system/man-db.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: man-db.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: man-db.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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
SystemCallErrorNumber: kill
-> 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: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit graphical.target:
Alias: runlevel5.target
Alias: default.target
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:21 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:21 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:21 CEST
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
Invocation ID: 7a9cd3904f6e40049f8669724f695333
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/graphical.target
Condition Timestamp: Tue 2022-10-11 03:17:21 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:21 CEST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: e2scrub_reap.service (origin-file)
Wants: saslauthd.service (origin-file)
Wants: systemd-update-utmp-runlevel.service (origin-file)
Wants: display-manager.service (origin-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.target (origin-file)
Before: shutdown.target (origin-default)
Before: systemd-update-utmp-runlevel.service (destination-file)
After: e2scrub_reap.service (origin-default)
After: saslauthd.service (origin-default destination-file)
After: rescue.service (origin-file)
After: rescue.target (origin-file)
After: display-manager.service (origin-file)
After: multi-user.target (origin-file origin-default)
References: multi-user.target (origin-file origin-default)
References: e2scrub_reap.service (origin-file origin-default)
References: rescue.service (origin-file)
References: display-manager.service (origin-file)
References: shutdown.target (origin-default)
References: saslauthd.service (origin-file origin-default)
References: systemd-update-utmp-runlevel.service (origin-file)
References: rescue.target (origin-file)
ReferencedBy: systemd-update-utmp-runlevel.service (destination-file)
ReferencedBy: saslauthd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
-> Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:31:59 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:31:59 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:31:59 CEST
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
Invocation ID: 25ea222247134e8f919f71f89f325b8b
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Tue 2022-10-11 03:31:59 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:31:59 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: time-set.target (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: time-set.target (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
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
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: systemd-tmpfiles --clean
PID: 12310
Start Timestamp: Tue 2022-10-11 03:31:59 CEST
Exit Timestamp: Tue 2022-10-11 03:31:59 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 31deecca61cf4dff96956ebff427116d
Documentation: man:dbus-daemon(1)
Fragment Path: /lib/systemd/system/dbus.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: dbus.socket (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: dbus.socket (destination-implicit)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: dbus.socket (destination-implicit)
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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 555
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -900
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
PID: 555
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
-> ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit proc-sys-fs-binfmt_misc.mount:
Description: Arbitrary Executable File Formats File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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: /proc-sys-fs-binfmt_misc.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: e12c88d5bb444b74aae11f8363a1d363
Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
Before: systemd-binfmt.service (destination-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit origin-path)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: -.slice (origin-file)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit origin-path)
References: -.slice (origin-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
File System Type: binfmt_misc
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit saslauthd.service:
Description: LSB: saslauthd startup script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/saslauthd.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 090e9fe234e84235a89f234eb5553693
Documentation: man:systemd-sysv-generator(8)
Fragment Path: /run/systemd/generator.late/saslauthd.service
Source Path: /etc/init.d/saslauthd
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
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: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: graphical.target (origin-file)
References: remote-fs.target (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: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 5min
TimeoutStopSec: 5min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/init.d/saslauthd start
PID: 571
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /etc/init.d/saslauthd reload
-> ExecStop:
Command Line: /etc/init.d/saslauthd stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 1b1b3cc52ada4e5ca5d7753797f1bd78
Documentation: man:systemd.special(7)
Fragment Path: /lib/systemd/system/local-fs.target
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Wants: systemd-remount-fs.service (origin-file)
Wants: systemd-fsck-root.service (origin-file)
WantedBy: ip6tables.service (destination-file)
WantedBy: iptables.service (destination-file)
WantedBy: netfilter-persistent.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: ip6tables.service (destination-file)
Before: gandi-bootstrap.service (destination-file)
Before: iptables.service (destination-file)
Before: binfmt-support.service (destination-file)
Before: gandi-mount.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-boot-system-token.service (destination-file)
Before: apparmor.service (destination-file)
Before: netfilter-persistent.service (destination-file)
Before: gandi-config.service (destination-file)
Before: sysinit.target (destination-file)
After: run-user-1000.mount (destination-mountinfo-default)
After: local-fs-pre.target (origin-file)
After: systemd-remount-fs.service (destination-file)
After: srv-d_joooj.mount (destination-mountinfo-default)
After: systemd-fsck-root.service (destination-file)
After: var-gandi.mount (destination-mountinfo-default)
OnFailure: emergency.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-fsck-root.service (origin-file)
References: local-fs-pre.target (origin-file)
References: -.mount (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo-default)
ReferencedBy: srv-d_joooj.mount (destination-mountinfo-default)
ReferencedBy: var-gandi.mount (destination-mountinfo-default)
ReferencedBy: netfilter-persistent.service (destination-file)
ReferencedBy: iptables.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: ip6tables.service (destination-file)
ReferencedBy: gandi-mount.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-boot-system-token.service (destination-file)
ReferencedBy: gandi-bootstrap.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: gandi-config.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: binfmt-support.service (destination-file)
ReferencedBy: networking.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
-> Unit atop.service:
Description: Atop advanced performance monitor
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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/atop.service
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 378d9a22c7c34cea8b6daf4c17539552
Documentation: man:atop(1)
Fragment Path: /lib/systemd/system/atop.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: atopacct.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: atopacct.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 614
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGUSR2
RestartKillSignal: SIGUSR2
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: LOGOPTS=
Environment: LOGINTERVAL=600
Environment: LOGGENERATIONS=28
Environment: LOGPATH=/var/log/atop
EnvironmentFile: /etc/default/atop
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStartPre:
Command Line: /bin/sh -c 'test -n "$LOGINTERVAL" -a "$LOGINTERVAL" -eq "$LOGINTERVAL"'
PID: 599
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
Command Line: /bin/sh -c 'test -n "$LOGGENERATIONS" -a "$LOGGENERATIONS" -eq "$LOGGENERATIONS"'
PID: 606
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
-> ExecStart:
Command Line: /bin/sh -c 'exec /usr/bin/atop ${LOGOPTS} -w "${LOGPATH}/atop_$(date +%Y%m%d)" ${LOGINTERVAL}'
PID: 614
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
-> ExecStartPost:
Command Line: /usr/bin/find ${LOGPATH} -name atop_* -mtime +${LOGGENERATIONS} -exec rm -v {} ;
PID: 615
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 2c4357f91c8c4b289f9bb38876854b38
Documentation: man:cron(8)
Fragment Path: /lib/systemd/system/cron.service
Condition Timestamp: Tue 2022-10-11 03:17:08 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:08 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: systemd-journald.socket (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)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 552
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/cron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/cron -f $EXTRA_OPTS
PID: 552
Start Timestamp: Tue 2022-10-11 03:17:08 CEST
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-udevd.service:
Alias: udev.service
Description: Rule-based Manager for Device Events and Files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-firewall bpf-devices
Invocation ID: 347c1ea466a64f478d35ecb38dcab863
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
WantedBy: systemd-udev-trigger.service (destination-file)
WantedBy: ifupdown-pre.service (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-networkd.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-hwdb-update.service (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-sysusers.service (origin-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
References: systemd-sysusers.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: system.slice (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-udevd-control.socket (origin-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
Main PID: 486
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -1000
LimitNOFILE: 524288
LimitNOFILESoft: 1024
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_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /lib/systemd/systemd-udevd
PID: 486
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
-> ExecReload:
Command Line: udevadm control --reload --timeout 0
Status Text: Processing with 10 children at max
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
DeviceAllow: char-rtc r
DeviceAllow: char-* rwm
DeviceAllow: block-* rwm
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
-> Unit dev-xvda.device:
Description: /dev/xvda
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 83dda8e53bf246288591b0e0c0085eaa
Following: sys-devices-vbd\x2d51712-block-xvda.device
Following Set Member: sys-devices-vbd\x2d51712-block-xvda.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-51712/block/xvda
Found: found-udev
-> Unit binfmt-support.service:
Description: Enable support for additional executable binary formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: b09d6e7b8bf34f98a986debe3af211e9
Documentation: man:update-binfmts(8)
Fragment Path: /lib/systemd/system/binfmt-support.service
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
ReferencedBy: multi-user.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/update-binfmts --enable
PID: 482
Start Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
-> ExecStop:
Command Line: /usr/sbin/update-binfmts --disable
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit gandi-postboot.service:
Description: Gandi-postboot start customer setup script
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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
Invocation ID: e9a87eba704247449cc05823cb4367ce
Fragment Path: /usr/share/gandi/systemd/gandi-postboot.service
Condition Timestamp: Tue 2022-10-11 03:17:10 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:10 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: network-online.target (origin-file)
After: gandi-config.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: gandi-config.service (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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/init.d/gandi-postboot start
PID: 937
Start Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit dev-xvdz.device:
Description: /dev/xvdz
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: d1f57d656cdb4c79a22112d3ff474a6c
Following: sys-devices-vbd\x2d268441856-block-xvdz.device
Following Set Member: sys-devices-vbd\x2d268441856-block-xvdz.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz
Found: found-udev
-> Unit gandi-config.service:
Description: Gandi-config configures network, hostname and else on your VM at boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Tue 2022-10-11 03:17:10 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Tue 2022-10-11 03:17:10 CEST
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
Invocation ID: 31c53b5a0321490a944bf83167d38dd3
Fragment Path: /usr/share/gandi/systemd/gandi-config.service
ConditionPathIsReadWrite: / succeeded
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: gandi-mount.service (destination-file)
Before: multi-user.target (destination-default)
Before: gandi-postboot.service (destination-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: remote-fs.target (origin-file)
After: gandi-bootstrap.service (origin-file)
After: sysinit.target (origin-default)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file)
References: gandi-bootstrap.service (origin-file)
References: remote-fs.target (origin-file)
ReferencedBy: gandi-postboot.service (destination-file)
ReferencedBy: gandi-mount.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: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /etc/init.d/gandi-config start
PID: 789
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:10 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: no
CGroup own mask: memory pids
Invocation ID: 28b606583b224bddae8cbbdd2313e334
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file)
References: sockets.target (origin-file)
References: systemd-udevd.service (origin-implicit)
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
Clean Result: success
BindIPv6Only: default
Backlog: 4096
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-udevd-kernel.socket
SELinuxContextFromNet: no
FlushPending: 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
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-subsystem-net-devices-eth0.device:
Description: /sys/subsystem/net/devices/eth0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:08 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:08 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:08 CEST
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
Invocation ID: b261c09eb4fe45d0801a310cf165e0db
Following Set Member: sys-devices-vif\x2d0-net-eth0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vif-0/net/eth0
Found: found-udev
-> Unit ipset.service:
Description: ipset.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
Before: fail2ban.service (destination-file)
ReferencedBy: fail2ban.service (destination-file)
-> Unit systemd-tmpfiles-clean.timer:
Description: Daily Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:32:00 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 323042232a09416d9d97760aa3a9a685
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer
Condition Timestamp: Tue 2022-10-11 03:17:07 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:07 CEST
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
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
OnUnitActiveSec: 1d
OnBootSec: 15min
-> Unit autofs.service:
Description: Automounts filesystems on demand
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:09 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:09 CEST
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 pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: bd743a01e9db4a54a4777c6bea628eaa
Documentation: man:autofs(8)
Fragment Path: /lib/systemd/system/autofs.service
Condition Timestamp: Tue 2022-10-11 03:17:09 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:09 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: nfs-client.target (origin-file)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: sssd.service (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
After: ypbind.service (origin-file)
After: network.target (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sssd.service (origin-file)
References: network.target (origin-file)
References: network-online.target (origin-file)
References: remote-fs.target (origin-file)
References: ypbind.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: nfs-client.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
Main PID: 781
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/autofs.pid
RestartSec: 100ms
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/autofs
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/automount $OPTIONS --pid-file /var/run/autofs.pid
PID: 771
Start Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Timestamp: Tue 2022-10-11 03:17:09 CEST
Exit Code: exited
Exit Status: 0
-> ExecReload:
Command Line: /bin/kill -HUP $MAINPID
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit ip6tables.service:
Description: netfilter persistent configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:netfilter-persistent(8)
Fragment Path: /etc/alternatives/ip6tables.service
Requires: system.slice (origin-file)
Wants: network-pre.target (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-modules-load.service (origin-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: netfilter-persistent.service (destination-file)
Before: network-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: fail2ban.service (destination-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-modules-load.service (origin-file)
References: network-pre.target (origin-file)
References: system.slice (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-modules-load.service (origin-file)
ReferencedBy: fail2ban.service (destination-file)
ReferencedBy: netfilter-persistent.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/sbin/netfilter-persistent start
-> ExecStop:
Command Line: /usr/sbin/netfilter-persistent stop
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-devices-vbd\x2d268441856-block-xvdz.device:
Description: /sys/devices/vbd-268441856/block/xvdz
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: f82224a269ee4e5286e2df1eda78353e
Following Set Member: dev-xvdz.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Sysfs Path: /sys/devices/vbd-268441856/block/xvdz
Found: found-udev
-> Unit systemd-udev-trigger.service:
Description: Coldplug All udev Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:07 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:07 CEST
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
Invocation ID: 0d08bce6e86b435780cc14d8bdfafff0
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: sysinit.target (origin-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: sysinit.target (origin-file)
References: system.slice (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: infinity
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: udevadm trigger --type=subsystems --action=add
PID: 466
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Code: exited
Exit Status: 0
Command Line: udevadm trigger --type=devices --action=add
PID: 475
Start Timestamp: Tue 2022-10-11 03:17:06 CEST
Exit Timestamp: Tue 2022-10-11 03:17:07 CEST
Exit Code: exited
Exit Status: 0
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sendmail.service:
Description: sendmail.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
CGroup realized: no
ConflictedBy: postfix.service (destination-file)
ReferencedBy: postfix.service (destination-file)
-> Unit mlocate.service:
Description: Update a database for mlocate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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
Documentation: man:updatedb.mlocate(8)
Documentation: man:updatedb.conf(5)
Fragment Path: /lib/systemd/system/mlocate.service
ConditionACPower: true untested
Requires: -.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: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: mlocate.timer (destination-implicit)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: mlocate.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: mlocate.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
Clean Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
RestartSec: 100ms
TimeoutStartSec: 1min 30s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: yes
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
ProtectHome: no
ProtectSystem: yes
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
Nice: 19
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
IOSchedulingClass: idle
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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
-> ExecStart:
Command Line: /usr/bin/updatedb.mlocate
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-> Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Tue 2022-10-11 03:17:06 CEST
Inactive Exit Timestamp: Tue 2022-10-11 03:17:06 CEST
Active Enter Timestamp: Tue 2022-10-11 03:17:06 CEST
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: /sys-kernel-debug.mount
CGroup realized: yes
CGroup realized mask: memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: e0d96cba5ac34881bf3bb268f12fd22d
Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt
Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Fragment Path: /lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Tue 2022-10-11 03:17:06 CEST
Condition Result: yes
Assert Timestamp: Tue 2022-10-11 03:17:06 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit origin-path)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
References: -.slice (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
Clean Result: success
Where: /sys/kernel/debug
What: debugfs
File System Type: debugfs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: shared
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 65536
LimitMEMLOCKSoft: 65536
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
AllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
MemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
MemoryLimit: 18446744073709551615
TasksMax: 822
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimitPercent: 0%
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-timesyncd.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atop.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/fail2ban.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/postfix.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/unbound.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/redis-server.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/netfilter-persistent.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atopacct.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/rsyslog.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/apache2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/spamassassin.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apache2.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
==> /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/dbus-org.freedesktop.timesync1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.path.dsh-also <==
/etc/systemd/system/paths.target.wants/acpid.path
==> /var/lib/systemd/deb-systemd-helper-enabled/mailgraph.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/mailgraph.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unbound.service.wants/unbound-resolvconf.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/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer
==> /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/sysinit.target.wants/systemd-timesyncd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.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/mlocate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/mlocate.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-listbugs.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-listbugs.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/default.target.wants/e2scrub_reap.service
==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/irqbalance.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apache-htcacheclean.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_all.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/e2scrub_all.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/acpid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/acpid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/binfmt-support.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/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/atop-rotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/man-db.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/mlocate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.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/apt-listbugs.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/paths.target.wants/acpid.path <==
==> /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/default.target.wants/e2scrub_reap.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/redis.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/atopacct.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/atopacct.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unbound.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/unbound.service
==> /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/acpid.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/acpid.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/redis-server.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/redis-server.service
/etc/systemd/system/redis.service
==> /var/lib/systemd/deb-systemd-helper-enabled/atop-rotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/atop-rotate.timer
==> /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/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/nftables.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/nftables.service
==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/spamassassin.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unbound-resolvconf.service.dsh-also <==
/etc/systemd/system/unbound.service.wants/unbound-resolvconf.service
==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/postfix.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/netfilter-persistent.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/netfilter-persistent.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/fail2ban.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/fail2ban.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/acpid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
-------------- next part --------------
LABEL=debian-stretch / ext4 rw,noatime,errors=remount-ro 0 1
devpts /dev/pts devpts defaults 0 0
none /proc proc rw,nosuid,noexec 0 0
More information about the Pkg-systemd-maintainers
mailing list