Bug#1124679: systemd-sysusers rejects usernames with dots that adduser allows, breaking package installations
Samuel Verstraete
samuel at 2foo.be
Mon Jan 5 14:19:44 GMT 2026
Package: systemd
Version: 257.9-1~deb13u1
Severity: important
Dear Maintainer,
* What led up to the situation?
Debian's adduser/useradd tools allow creating usernames containing dots (e.g.,
"samuel.verstraete"), which are valid POSIX usernames. However, systemd-sysusers
enforces stricter validation rules that reject these same usernames, causing
packages that use sysusers.d configuration files to fail during installation.
* Steps to Reproduce:
1. Create a user with a dot in the username:
sudo adduser samuel.verstraete
2. Install a package that uses systemd-sysusers to add this user to a group
(e.g., firezone-client-gui)
3. The package post-installation fails with:
/usr/lib/sysusers.d/firezone-client-tunnel.conf:5: 'samuel.verstraete' is
not a valid user or group name.
* Expected Behaviour:
If Debian's user management tools allow creating users with dots in their names,
systemd-sysusers should also accept these usernames. The system should be
internally consistent - core tools should not reject what other core tools create.
* Actual Behaviour:
systemd-sysusers validation regex appears to be: ^[a-z_][a-z0-9_-]*\$? $
This rejects dots and uppercase letters that adduser allows.
* User Information:
- User exists and is valid:
$ whoami
samuel.verstraete
$ id
uid=1001(samuel.verstraete) gid=1001(samuel.verstraete) groups=1001(samuel.verstraete),...
- systemd-sysusers rejects this valid username in sysusers.d files
-- Package-specific info:
-- System Information:
Debian Release: 13.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.17.8+deb13-amd64 (SMP w/20 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages systemd depends on:
ii libacl1 2.3.2-2+b1
ii libapparmor1 4.1.0-1
ii libc6 2.41-12
ii libmount1 2.41-5
ii libpam0g 1.7.0-5
ii libseccomp2 2.6.0-2
ii libselinux1 3.8.1-1
ii libssl3t64 3.5.4-1~deb13u1
ii libsystemd-shared 257.9-1~deb13u1
ii libsystemd0 257.9-1~deb13u1
ii mount 2.41-5
Versions of packages systemd recommends:
ii dbus [default-dbus-system-bus] 1.16.2-2
ii linux-sysctl-defaults 4.12
ii systemd-cryptsetup 257.9-1~deb13u1
ii systemd-timesyncd [time-daemon] 257.9-1~deb13u1
Versions of packages systemd suggests:
ii libtss2-tcti-device0t64 [libtss2-tcti-device0] 4.1.3-1.2
ii polkitd 126-2
pn systemd-boot <none>
ii systemd-container 257.9-1~deb13u1
pn systemd-homed <none>
pn systemd-repart <none>
ii systemd-resolved 257.9-1~deb13u1
pn systemd-userdbd <none>
Versions of packages systemd is related to:
ii dbus-user-session 1.16.2-2
pn dracut <none>
ii initramfs-tools 0.148.3
ii libnss-systemd 257.9-1~deb13u1
ii libpam-systemd 257.9-1~deb13u1
ii udev 257.9-1~deb13u1
-- no debconf information
-------------- 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 2025-02-17 09:50:52.556427167 +0100
@@ -1 +1,2 @@
-d /run/screen 0777 root utmp
+# This file is generated by /var/lib/dpkg/info/screen.postinst upon package configuration
+d /run/screen 1777 root utmp
[OVERRIDDEN] /etc/tmpfiles.d/tmp.conf -> /usr/lib/tmpfiles.d/tmp.conf
--- /usr/lib/tmpfiles.d/tmp.conf 2025-09-03 20:35:40.000000000 +0200
+++ /etc/tmpfiles.d/tmp.conf 2025-08-10 13:30:21.298558547 +0200
@@ -1,12 +1 @@
-# This file is part of systemd.
-#
-# systemd is free software; you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or
-# (at your option) any later version.
-
-# See tmpfiles.d(5) for details.
-
-# Clear tmp directories separately, to make them easier to override
-q /tmp 1777 root root 10d
-q /var/tmp 1777 root root 30d
+D /tmp 1777 root root -
[MASKED] /etc/systemd/system/systemd-rfkill.service -> /usr/lib/systemd/system/systemd-rfkill.service
[MASKED] /etc/systemd/system/systemd-rfkill.socket -> /usr/lib/systemd/system/systemd-rfkill.socket
[EXTENDED] /usr/lib/systemd/system/rc-local.service -> /usr/lib/systemd/system/rc-local.service.d/debian.conf
[EXTENDED] /usr/lib/systemd/system/systemd-fsck-root.service -> /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
[EXTENDED] /usr/lib/systemd/system/systemd-localed.service -> /usr/lib/systemd/system/systemd-localed.service.d/x11-keyboard.conf
[EXTENDED] /usr/lib/systemd/system/systemd-logind.service -> /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
[EXTENDED] /usr/lib/systemd/system/systemd-udevd.service -> /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
[EXTENDED] /usr/lib/systemd/system/user at .service -> /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
[EQUIVALENT] /etc/systemd/user/dbus-org.bluez.obex.service -> /usr/lib/systemd/user/dbus-org.bluez.obex.service
11 overridden configuration files found.
-------------- next part --------------
Manager: systemd 257.9 (257.9-1~deb13u1)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE
Timestamp firmware: 17.702373s
Timestamp loader: 6.227010s
Timestamp kernel: Mon 2026-01-05 08:54:37 CET
Timestamp userspace: Mon 2026-01-05 08:54:51 CET
Timestamp finish: Mon 2026-01-05 08:55:01 CET
Timestamp security-start: Mon 2026-01-05 08:54:51 CET
Timestamp security-finish: Mon 2026-01-05 08:54:51 CET
Timestamp generators-start: Mon 2026-01-05 08:54:51 CET
Timestamp generators-finish: Mon 2026-01-05 08:54:51 CET
Timestamp units-load-start: Mon 2026-01-05 08:54:51 CET
Timestamp units-load-finish: Mon 2026-01-05 08:54:51 CET
Timestamp units-load: Mon 2026-01-05 09:10:11 CET
Subscribed: :1.8
Subscribed: :1.2
? Unit systemd-suspend-then-hibernate.service:
Description: System Suspend then Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-suspend-then-hibernate.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-suspend-then-hibernate.service
Requires: sleep.target (origin-file)
Requires: system.slice (origin-file)
Wants: nvidia-resume.service (origin-file)
Wants: nvidia-suspend-then-hibernate.service (origin-file)
RequiredBy: suspend-then-hibernate.target (destination-file)
Before: nvidia-resume.service (destination-file)
Before: suspend-then-hibernate.target (destination-file)
After: systemd-journald.socket (origin-file)
After: sleep.target (origin-file)
After: system.slice (origin-file)
After: nvidia-suspend-then-hibernate.service (destination-file)
References: nvidia-resume.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sleep.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: nvidia-suspend-then-hibernate.service (origin-file)
ReferencedBy: suspend-then-hibernate.target (destination-file)
ReferencedBy: nvidia-resume.service (destination-file)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep suspend-then-hibernate
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:16 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:16 CET
Active Exit 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/upower.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: 37b88884a0484254aa350f1a1a2e8782
Documentation: man:upowerd(8)
Fragment Path: /usr/lib/systemd/system/upower.service
Condition Timestamp: Mon 2026-01-05 08:55:16 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:16 CET
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-file)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: tmp.mount (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: dbus.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: tmp.mount (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/upower (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 4077
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UPower
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: upower
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 0
LimitMEMLOCKSoft: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
ReadWritePaths: /var/lib/upower
LockPersonality: yes
SystemCallFilter: riscv_flush_icache personality lremovexattr futex_time64 epoll_create mlock renameat2 timerfd_settime64 prlimit64 pread64 openat sched_rr_get_interval_time64 linkat select poll set_mempolicy capget getxattr getresgid sched_rr_get_interval mq_getsetattr write fchmodat recv utime fdatasync dup2 fchownat setpgid chown munlockall getpriority timer_settime64 renameat readahead read truncate move_pages setfsuid eventfd clock_nanosleep sendmmsg setpriority getpgid shutdown sched_yield truncate64 restart_syscall fstat utimensat_time64 kill shmat munlock ftruncate64 setgid chdir clock_nanosleep_time64 signalfd vmsplice lseek creat setresuid recvmsg wait4 mlockall getuid getxattrat epoll_create1 fcntl getdents64 fadvise64_64 writev execve lstat lsetxattr recvmmsg futex_waitv sigaction pwritev getegid ftruncate request_key geteuid rt_sigtimedwait io_destroy faccessat mlock2 pidfd_send_signal rename setns listen fchdir brk fgetxattr symlinkat io_setup userfaultfd pselect6_time64 timer_gettime set_thread_area getpid ioctl capset fchmod listxattrat msgget mq_timedreceive io_pgetevents shmdt setuid nanosleep io_cancel sched_get_priority_max gettid fchown preadv connect setreuid32 landlock_create_ruleset clock_gettime sigpending setregid32 msgctl sched_setparam io_uring_register getsockopt mq_timedreceive_time64 setsid rt_sigpending set_robust_list name_to_handle_at ppoll fchown32 timerfd_gettime copy_file_range process_vm_writev timerfd_gettime64 pselect6 setsockopt uname getcpu oldlstat statfs readv statfs64 gettimeofday set_mempolicy_home_node unlink io_getevents fsetxattr getsid memfd_create rt_sigprocmask alarm mkdir inotify_init1 epoll_ctl sendmsg sched_getparam epoll_wait_old accept riscv_hwprobe waitid inotify_init fsync get_thread_area getitimer signal clock_getres landlock_add_rule open mkdirat timer_delete inotify_rm_watch recvmmsg_time64 oldstat getegid32 splice nice unlinkat eventfd2 clock_getres_time64 mknod rt_sigsuspend exit_group setxattrat ioprio_get mknodat get_mempolicy rt_tgsigqueueinfo send tee getresgid32 clone3 uretprobe socketpair llistxattr setrlimit timer_create membarrier get_robust_list migrate_pages io_pgetevents_time64 signalfd4 execveat readlink setuid32 setxattr getresuid sendfile sync_file_range sched_getscheduler setregid sched_getattr oldolduname swapcontext sendto access seccomp stat64 statx io_submit _newselect semget accept4 lstat64 kcmp fallocate fchmodat2 rt_sigqueueinfo waitpid vfork pause sched_setaffinity mq_unlink setgid32 semtimedop prctl setresuid32 msgsnd mq_notify setfsuid32 pidfd_open geteuid32 sigprocmask getcwd sync_file_range2 mremap shmctl getgroups32 timer_getoverrun sigaltstack mq_open sched_setattr fstatfs chmod futex setresgid chown32 clock_gettime64 rseq semtimedop_time64 munmap semop fork getuid32 listmount sched_get_priority_min pwritev2 removexattrat _llseek inotify_add_watch fstat64 sendfile64 umask listxattr arm_fadvise64_64 statmount mq_timedsend mbind epoll_ctl_old times shmget ipc setresgid32 mmap2 sigreturn rt_sigtimedwait_time64 getrusage getpgrp sync sched_getaffinity remap_file_pages tkill getgid setfsgid32 madvise removexattr epoll_wait symlink olduname getresuid32 io_uring_enter lgetxattr lchown timer_gettime64 preadv2 ppoll_time64 dup set_tls setfsgid close cacheflush sched_setscheduler socket socketcall rt_sigaction epoll_pwait exit getgroups getppid fadvise64 setgroups32 dup3 process_vm_readv futimesat epoll_pwait2 timerfd_create getgid32 io_uring_setup fremovexattr stat readdir add_key getdents msgrcv readlinkat clone close_range sigsuspend rmdir mprotect landlock_restrict_self rt_sigreturn arch_prctl ugetrlimit setitimer unshare mq_timedsend_time64 set_tid_address getrandom timerfd_settime pwrite64 openat2 getpeername process_madvise setgroups mmap mseal keyctl sysinfo link pipe2 flistxattr oldfstat msync faccessat2 recvfrom fstatfs64 flock getsockname fcntl64 syncfs fstatat64 lchown32 setreuid timer_settime time getrlimit newfstatat bind tgkill semctl utimes ioprio_set pipe utimensat
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/upowerd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount:
Description: /var/lib/docker/overlay2/ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6/merged
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit 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: f74100bca29546a7862684336f22f927
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: umount.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/docker/overlay2/ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/lib/docker/overlay2/ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6/merged
What: overlay
File System Type: overlay
Options: rw,relatime,lowerdir=/var/lib/docker/overlay2/l/IXWZWDWDR6HV6ICAVQS7ICZ3GA:/var/lib/docker/overlay2/l/6A5723FH2A7RYGPIZ5U73BT7TS:/var/lib/docker/overlay2/l/OXZOPPH4MXANYVJ7TBS2Q2NXTP:/var/lib/docker/overlay2/l/DFTRXTSTRSQDO3OZ2EDYKLBUXL:/var/lib/docker/overlay2/l/7WNZ7IDBJ7L3SCWOGPSFZNQECF:/var/lib/docker/overlay2/l/IL7W46MUMKKCCOJGBU25CJ66YA:/var/lib/docker/overlay2/l/GBT54H47FCOK4ZIV3AGJ6GGJNA:/var/lib/docker/overlay2/l/YXR7OATZNKMHSPL2UK55O2JNGK:/var/lib/docker/overlay2/l/XBN3OIMZJOH3GB2L2T4HOFYAV7:/var/lib/docker/overlay2/l/4SPJD2MZ2HO5FVH56ZU4XRP3XO:/var/lib/docker/overlay2/l/T4B7VL3L2YKG4I3RB7VAWCQEJQ:/var/lib/docker/overlay2/l/635UGKQB2XE54IZNKBU36OMO2Z:/var/lib/docker/overlay2/l/XYO4ZFMAEAHZDDYB5ECOP6Z34E:/var/lib/docker/overlay2/l/A64WB2PBH7RLUZQTDNWAV3VOZF:/var/lib/docker/overlay2/l/7KU3C3IOBGXITT355AAAFTPFWE:/var/lib/docker/overlay2/l/ATDEJ3P6SXXGX7SYQ66X6HALSJ:/var/lib/docker/overlay2/l/ZSKCN6CAWTWJN2JYEUBKLQ7JPN:/var/lib/docker/overlay2/l/XXC4XVTOKCQSJM7TYN4GUKWY7M:/var/lib/docker/overlay2/l/4WE5XJL23GTNONUI5Y3TZTZN7W:/var/lib/docker/overlay2/l/Q6SAW4KUC6YRMAEG35LUOM4JQG,upperdir=/var/lib/docker/overlay2/ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6/diff,workdir=/var/lib/docker/overlay2/ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6/work
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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 modprobe at efi_pstore.service:
Description: Load Kernel Module efi_pstore
Instance: efi_pstore
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:52 CET
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: df80b5c8a3ae43b69e3e2ef8b3ab351f
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-pstore.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-pstore.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-pstore.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -abq efi_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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
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: fstrim.timer (destination-path)
RequiredBy: lvm2-lvmpolld.socket (destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-path)
RequiredBy: dpkg-db-backup.timer (destination-path)
RequiredBy: systemd-ask-password-wall.path (destination-path)
RequiredBy: systemd-journal-flush.service (destination-path)
RequiredBy: systemd-timesyncd.service (destination-path)
RequiredBy: nvidia-cdi-refresh.path (destination-path)
RequiredBy: virtlogd-admin.socket (destination-path)
RequiredBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-implicit)
RequiredBy: firezone-client-tunnel.service (destination-file)
RequiredBy: dev-hugepages.mount (destination-path)
RequiredBy: sshd at sshd-keygen.service (destination-path)
RequiredBy: systemd-random-seed.service (destination-path)
RequiredBy: logrotate.service (destination-path)
RequiredBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-implicit)
RequiredBy: dev-disk-by\x2ddiskseq-4.swap (destination-implicit)
RequiredBy: systemd-tpm2-setup.service (destination-path)
RequiredBy: sys-kernel-debug-tracing.mount (destination-implicit)
RequiredBy: ssh.service (destination-path)
RequiredBy: systemd-udevd-control.socket (destination-path)
RequiredBy: systemd-pcrextend.socket (destination-path)
RequiredBy: wpa_supplicant.service (destination-path)
RequiredBy: sys-kernel-debug.mount (destination-path)
RequiredBy: fwupd.service (destination-file)
RequiredBy: syslog.socket (destination-path)
RequiredBy: home.mount (destination-path)
RequiredBy: systemd-initctl.socket (destination-path)
RequiredBy: console-setup.service (destination-path)
RequiredBy: systemd-networkd.service (destination-path)
RequiredBy: sshd-unix-local.socket (destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: systemd-sysext.socket (destination-path)
RequiredBy: libvirtd-admin.socket (destination-path)
RequiredBy: e2scrub_reap.service (destination-path)
RequiredBy: systemd-ask-password-plymouth.path (destination-path)
RequiredBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-implicit)
RequiredBy: boot-efi.mount (destination-path)
RequiredBy: logrotate.timer (destination-path)
RequiredBy: systemd-networkd-persistent-storage.service (destination-path)
RequiredBy: systemd-journald.service (destination-path)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: avahi-daemon.socket (destination-path)
RequiredBy: sys-fs-fuse-connections.mount (destination-path)
RequiredBy: session-2.scope (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-path)
RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
RequiredBy: exim4-base.timer (destination-path)
RequiredBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
RequiredBy: fwupd-refresh.timer (destination-path)
RequiredBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-implicit)
RequiredBy: systemd-machined.service (destination-path)
RequiredBy: basic.target (destination-path)
RequiredBy: run-lock.mount (destination-implicit)
RequiredBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-path)
RequiredBy: dev-debian\x2dvg-swap_1.swap (destination-implicit)
RequiredBy: virtlockd.socket (destination-path)
RequiredBy: man-db.timer (destination-path)
RequiredBy: systemd-resolved.service (destination-path)
RequiredBy: systemd-pcrlock.socket (destination-path)
RequiredBy: run-docker-netns-aac4885ad146.mount (destination-implicit)
RequiredBy: colord.service (destination-file)
RequiredBy: mde_netfilter_v2.service (destination-path)
RequiredBy: docker.socket (destination-path)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-implicit)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-path)
RequiredBy: systemd-ask-password-console.path (destination-path)
RequiredBy: virtlogd.socket (destination-path)
RequiredBy: libvirtd-ro.socket (destination-path)
RequiredBy: bolt.service (destination-file)
RequiredBy: unattended-upgrades.service (destination-path)
RequiredBy: systemd-importd.socket (destination-path)
RequiredBy: anacron.timer (destination-path)
RequiredBy: dev-mqueue.mount (destination-path)
RequiredBy: apt-show-versions.timer (destination-path)
RequiredBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-implicit)
RequiredBy: uuidd.socket (destination-path)
RequiredBy: systemd-journald.socket (destination-path)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: run-user-1001.mount (destination-implicit)
RequiredBy: cups.path (destination-path)
RequiredBy: sys-kernel-config.mount (destination-path)
RequiredBy: systemd-logind.service (destination-path)
RequiredBy: dbus.socket (destination-path)
RequiredBy: run-docker-netns-9ac0eaba658d.mount (destination-implicit)
RequiredBy: dm-event.socket (destination-path)
RequiredBy: run-docker-netns-04e8e7e180ff.mount (destination-implicit)
RequiredBy: virtlockd-admin.socket (destination-path)
RequiredBy: systemd-creds.socket (destination-path)
RequiredBy: fwupd-refresh.service (destination-path)
RequiredBy: run-user-1001-doc.mount (destination-implicit)
RequiredBy: apt-daily.timer (destination-path)
RequiredBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-implicit)
RequiredBy: systemd-journald-dev-log.socket (destination-path)
RequiredBy: run-docker-netns-ce2278145f4e.mount (destination-implicit)
RequiredBy: systemd-pstore.service (destination-path)
RequiredBy: apparmor.service (destination-path)
RequiredBy: boot.mount (destination-path)
RequiredBy: cups.socket (destination-path)
RequiredBy: var-lib-machines.mount (destination-path)
RequiredBy: run-user-1001-gvfs.mount (destination-implicit)
RequiredBy: run-docker-netns-dce25778fad1.mount (destination-implicit)
RequiredBy: upower.service (destination-file)
RequiredBy: mdatp.service (destination-path)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-implicit)
RequiredBy: libvirtd.socket (destination-path)
RequiredBy: mde_netfilter_v2.socket (destination-path)
RequiredBy: sys-kernel-tracing.mount (destination-path)
RequiredBy: dev-dm\x2d2.swap (destination-implicit)
RequiredBy: systemd-hostnamed.socket (destination-path)
RequiredBy: e2scrub_all.timer (destination-path)
RequiredBy: tmp.mount (destination-path)
WantedBy: upower.service (destination-file)
WantedBy: e2scrub_reap.service (destination-path)
WantedBy: emergency.service (destination-path)
WantedBy: logrotate.service (destination-path)
WantedBy: ModemManager.service (destination-path)
WantedBy: firezone-client-tunnel.service (destination-file)
WantedBy: systemd-logind.service (destination-path)
WantedBy: rsyslog.service (destination-path)
WantedBy: rescue.service (destination-path)
WantedBy: bolt.service (destination-file)
WantedBy: systemd-hostnamed.service (destination-path)
WantedBy: systemd-importd.socket (destination-path)
WantedBy: systemd-importd.service (destination-path)
WantedBy: man-db.service (destination-path)
WantedBy: exim4.service (destination-path)
WantedBy: polkit.service (destination-path)
WantedBy: mde_netfilter_v2.service (destination-path)
WantedBy: colord.service (destination-file)
WantedBy: fwupd.service (destination-file)
WantedBy: lm-sensors.service (destination-path)
WantedBy: bluetooth.service (destination-file)
Before: run-user-1001.mount (destination-implicit)
Before: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
Before: mde_netfilter_v2.service (destination-path)
Before: e2scrub_all.timer (destination-path)
Before: home.mount (destination-path)
Before: firezone-client-tunnel.service (destination-file)
Before: bolt.service (destination-file)
Before: fstrim.timer (destination-path)
Before: systemd-journald-dev-log.socket (destination-path)
Before: systemd-ask-password-console.path (destination-path)
Before: uuidd.socket (destination-path)
Before: systemd-sysext.socket (destination-path)
Before: run-user-1001-gvfs.mount (destination-implicit)
Before: virtlogd.socket (destination-path)
Before: dbus.socket (destination-path)
Before: logrotate.service (destination-path)
Before: exim4.service (destination-path)
Before: exim4-base.timer (destination-path)
Before: run-docker-netns-dce25778fad1.mount (destination-implicit)
Before: dev-disk-by\x2ddiskseq-4.swap (destination-implicit)
Before: apt-daily-upgrade.timer (destination-path)
Before: libvirtd-admin.socket (destination-path)
Before: ssh.service (destination-path)
Before: anacron.timer (destination-path)
Before: docker.socket (destination-path)
Before: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-implicit)
Before: systemd-networkd-persistent-storage.service (destination-path)
Before: dev-debian\x2dvg-swap_1.swap (destination-implicit)
Before: run-lock.mount (destination-implicit)
Before: dev-mqueue.mount (destination-path)
Before: unattended-upgrades.service (destination-path)
Before: sshd at sshd-keygen.service (destination-path)
Before: systemd-journal-flush.service (destination-path)
Before: libvirtd.socket (destination-path)
Before: run-docker-netns-9ac0eaba658d.mount (destination-implicit)
Before: e2scrub_reap.service (destination-path)
Before: systemd-hostnamed.service (destination-path)
Before: console-setup.service (destination-path)
Before: mdatp.service (destination-path)
Before: systemd-creds.socket (destination-path)
Before: systemd-pstore.service (destination-path)
Before: run-user-1001-doc.mount (destination-implicit)
Before: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-implicit)
Before: bluetooth.service (destination-file)
Before: sys-kernel-debug.mount (destination-path)
Before: sys-kernel-debug-tracing.mount (destination-implicit)
Before: dev-hugepages.mount (destination-path)
Before: systemd-machined.service (destination-path)
Before: lm-sensors.service (destination-path)
Before: apparmor.service (destination-path)
Before: emergency.service (destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-path)
Before: systemd-hostnamed.socket (destination-path)
Before: systemd-logind.service (destination-path)
Before: run-docker-netns-ce2278145f4e.mount (destination-implicit)
Before: systemd-ask-password-plymouth.path (destination-path)
Before: dev-dm\x2d2.swap (destination-implicit)
Before: run-docker-netns-aac4885ad146.mount (destination-implicit)
Before: session-2.scope (destination-file)
Before: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-implicit)
Before: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-implicit)
Before: man-db.service (destination-path)
Before: sys-fs-fuse-connections.mount (destination-path)
Before: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-implicit)
Before: systemd-timesyncd.service (destination-path)
Before: tmp.mount (destination-path)
Before: dm-event.socket (destination-path)
Before: systemd-importd.socket (destination-path)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: systemd-udevd-control.socket (destination-path)
Before: systemd-pcrlock.socket (destination-path)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-implicit)
Before: virtlockd-admin.socket (destination-path)
Before: systemd-random-seed.service (destination-path)
Before: sys-kernel-tracing.mount (destination-path)
Before: fwupd-refresh.timer (destination-path)
Before: upower.service (destination-file)
Before: libvirtd-ro.socket (destination-path)
Before: colord.service (destination-file)
Before: rescue.service (destination-path)
Before: nvidia-cdi-refresh.path (destination-path)
Before: systemd-tpm2-setup.service (destination-path)
Before: run-docker-netns-04e8e7e180ff.mount (destination-implicit)
Before: wpa_supplicant.service (destination-path)
Before: local-fs.target (origin-file)
Before: systemd-importd.service (destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-path)
Before: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-path)
Before: accounts-daemon.service (destination-file)
Before: systemd-ask-password-wall.path (destination-path)
Before: var-lib-machines.mount (destination-path)
Before: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-implicit)
Before: sshd-unix-local.socket (destination-path)
Before: systemd-journald.service (destination-path)
Before: virtlogd-admin.socket (destination-path)
Before: systemd-networkd.service (destination-path)
Before: syslog.socket (destination-path)
Before: systemd-initctl.socket (destination-path)
Before: apt-daily.timer (destination-path)
Before: polkit.service (destination-path)
Before: systemd-journald.socket (destination-path)
Before: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-implicit)
Before: virtlockd.socket (destination-path)
Before: avahi-daemon.socket (destination-path)
Before: fwupd.service (destination-file)
Before: logrotate.timer (destination-path)
Before: sys-kernel-config.mount (destination-path)
Before: ModemManager.service (destination-path)
Before: boot-efi.mount (destination-path)
Before: apt-show-versions.timer (destination-path)
Before: fwupd-refresh.service (destination-path)
Before: cups.path (destination-path)
Before: cups.socket (destination-path)
Before: systemd-pcrextend.socket (destination-path)
Before: rsyslog.service (destination-path)
Before: systemd-resolved.service (destination-path)
Before: basic.target (destination-path)
Before: boot.mount (destination-path)
Before: mde_netfilter_v2.socket (destination-path)
Before: lvm2-lvmpolld.socket (destination-path)
Before: man-db.timer (destination-path)
Before: dpkg-db-backup.timer (destination-path)
After: -.slice (origin-file)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target (origin-file)
References: blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target (origin-file)
References: local-fs.target (origin-file)
References: -.slice (origin-file origin-slice-property)
ReferencedBy: libvirtd.socket (destination-path)
ReferencedBy: run-user-1001.mount (destination-implicit)
ReferencedBy: systemd-creds.socket (destination-path)
ReferencedBy: libvirtd-ro.socket (destination-path)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-implicit)
ReferencedBy: lvm2-lvmpolld.socket (destination-path)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-implicit)
ReferencedBy: basic.target (destination-path)
ReferencedBy: lm-sensors.service (destination-path)
ReferencedBy: systemd-ask-password-plymouth.path (destination-path)
ReferencedBy: cups.socket (destination-path)
ReferencedBy: systemd-random-seed.service (destination-path)
ReferencedBy: systemd-journald.socket (destination-path)
ReferencedBy: systemd-timesyncd.service (destination-path)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: fstrim.timer (destination-path)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-implicit)
ReferencedBy: sshd-unix-local.socket (destination-path)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-implicit)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-implicit)
ReferencedBy: systemd-hostnamed.service (destination-path)
ReferencedBy: systemd-pcrextend.socket (destination-path)
ReferencedBy: emergency.service (destination-path)
ReferencedBy: sys-kernel-config.mount (destination-path)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ReferencedBy: virtlogd.socket (destination-path)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-implicit)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-implicit)
ReferencedBy: systemd-ask-password-wall.path (destination-path)
ReferencedBy: boot.mount (destination-path)
ReferencedBy: libvirtd-admin.socket (destination-path)
ReferencedBy: anacron.timer (destination-path)
ReferencedBy: home.mount (destination-path)
ReferencedBy: systemd-importd.socket (destination-path)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-implicit)
ReferencedBy: dpkg-db-backup.timer (destination-path)
ReferencedBy: rsyslog.service (destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-path)
ReferencedBy: unattended-upgrades.service (destination-path)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: e2scrub_all.timer (destination-path)
ReferencedBy: systemd-initctl.socket (destination-path)
ReferencedBy: run-lock.mount (destination-implicit)
ReferencedBy: systemd-journald.service (destination-path)
ReferencedBy: sshd at sshd-keygen.service (destination-path)
ReferencedBy: dev-mqueue.mount (destination-path)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: polkit.service (destination-path)
ReferencedBy: mde_netfilter_v2.socket (destination-path)
ReferencedBy: wpa_supplicant.service (destination-path)
ReferencedBy: avahi-daemon.socket (destination-path)
ReferencedBy: apt-daily.timer (destination-path)
ReferencedBy: syslog.socket (destination-path)
ReferencedBy: virtlockd.socket (destination-path)
ReferencedBy: fwupd-refresh.service (destination-path)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-implicit)
ReferencedBy: systemd-journald-dev-log.socket (destination-path)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-implicit)
ReferencedBy: systemd-networkd.service (destination-path)
ReferencedBy: dev-hugepages.mount (destination-path)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-implicit)
ReferencedBy: console-setup.service (destination-path)
ReferencedBy: virtlockd-admin.socket (destination-path)
ReferencedBy: boot-efi.mount (destination-path)
ReferencedBy: apt-show-versions.timer (destination-path)
ReferencedBy: nvidia-cdi-refresh.path (destination-path)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-implicit)
ReferencedBy: systemd-udevd-control.socket (destination-path)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-implicit)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-implicit)
ReferencedBy: systemd-sysext.socket (destination-path)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: ssh.service (destination-path)
ReferencedBy: systemd-ask-password-console.path (destination-path)
ReferencedBy: dbus.socket (destination-path)
ReferencedBy: apt-daily-upgrade.timer (destination-path)
ReferencedBy: man-db.timer (destination-path)
ReferencedBy: docker.socket (destination-path)
ReferencedBy: systemd-journal-flush.service (destination-path)
ReferencedBy: man-db.service (destination-path)
ReferencedBy: mde_netfilter_v2.service (destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-path)
ReferencedBy: systemd-hostnamed.socket (destination-path)
ReferencedBy: mdatp.service (destination-path)
ReferencedBy: systemd-pcrlock.socket (destination-path)
ReferencedBy: sys-kernel-tracing.mount (destination-path)
ReferencedBy: systemd-tpm2-setup.service (destination-path)
ReferencedBy: upower.service (destination-file)
ReferencedBy: exim4.service (destination-path)
ReferencedBy: systemd-machined.service (destination-path)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-logind.service (destination-path)
ReferencedBy: uuidd.socket (destination-path)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: logrotate.timer (destination-path)
ReferencedBy: run-user-1001-doc.mount (destination-implicit)
ReferencedBy: colord.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-path)
ReferencedBy: dm-event.socket (destination-path)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-implicit)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-implicit)
ReferencedBy: systemd-resolved.service (destination-path)
ReferencedBy: virtlogd-admin.socket (destination-path)
ReferencedBy: systemd-pstore.service (destination-path)
ReferencedBy: systemd-importd.service (destination-path)
ReferencedBy: ModemManager.service (destination-path)
ReferencedBy: apparmor.service (destination-path)
ReferencedBy: run-user-1001-gvfs.mount (destination-implicit)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: exim4-base.timer (destination-path)
ReferencedBy: tmp.mount (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-path)
ReferencedBy: var-lib-machines.mount (destination-path)
ReferencedBy: dev-dm\x2d2.swap (destination-implicit)
ReferencedBy: e2scrub_reap.service (destination-path)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: fwupd-refresh.timer (destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-path)
ReferencedBy: cups.path (destination-path)
ReferencedBy: rescue.service (destination-path)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev/mapper/debian--vg-root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /
What: /dev/mapper/debian--vg-root
File System Type: ext4
Options: rw,relatime,errors=remount-ro
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit alsa-restore.service:
Description: Save/Restore Sound Card State
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: 5c087158f6294f8d9d4ff37178f4548a
Documentation: man:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* untested
ConditionPathExists: !/etc/alsa/state-daemon.conf untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sound.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sound.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: alsa-state.service (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 origin-slice-property)
References: alsa-state.service (origin-file)
ReferencedBy: sound.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore
? ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime store
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nvidia-resume.service:
Description: NVIDIA system resume actions
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/nvidia-resume.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: systemd-suspend.service (destination-file)
WantedBy: systemd-hibernate.service (destination-file)
WantedBy: systemd-suspend-then-hibernate.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-hibernate.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-suspend.service (origin-file)
After: systemd-suspend-then-hibernate.service (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-hibernate.service (origin-file)
References: systemd-suspend.service (origin-file)
References: systemd-suspend-then-hibernate.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-suspend.service (destination-file)
ReferencedBy: systemd-hibernate.service (destination-file)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/logger -t suspend -s nvidia-resume.service
Command Line: /usr/bin/nvidia-sleep.sh resume
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 6863026787d34a74b5ef511aa523a298
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sysinit.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Wants: lvm2-lvmpolld.socket (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: veritysetup.target (origin-file)
Wants: systemd-journal-catalog-update.service (origin-file)
Wants: systemd-resolved.service (origin-file)
Wants: integritysetup.target (origin-file)
Wants: systemd-tpm2-setup-early.service (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: swap.target (origin-file)
Wants: plymouth-read-write.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: open-iscsi.service (origin-file)
Wants: cryptsetup.target (origin-file)
Wants: systemd-tpm2-setup.service (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: systemd-hibernate-clear.service (origin-file)
Wants: lvm2-monitor.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: systemd-update-done.service (origin-file)
Wants: systemd-tmpfiles-setup-dev-early.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: apparmor.service (origin-file)
Wants: local-fs.target (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: ldconfig.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: keyboard-setup.service (origin-file)
Wants: systemd-pcrmachine.service (origin-file)
Wants: systemd-firstboot.service (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: plymouth-start.service (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: systemd-pstore.service (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: blk-availability.service (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
Wants: sys-kernel-tracing.mount (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: systemd-pcrphase.service (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: systemd-pcrphase-sysinit.service (origin-file)
RequiredBy: man-db.timer (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: tlp.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: nvidia-resume.service (destination-default)
RequiredBy: fstrim.service (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: libvirtd.service (destination-default)
RequiredBy: sshd at sshd-keygen.service (destination-default)
RequiredBy: nvidia-hibernate.service (destination-default)
RequiredBy: systemd-hostnamed.socket (destination-default)
RequiredBy: bolt.service (destination-default)
RequiredBy: apt-show-versions.timer (destination-default)
RequiredBy: cups.path (destination-default)
RequiredBy: sshd-unix-local.socket (destination-default)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: alsa-restore.service (destination-default)
RequiredBy: user-runtime-dir at 1001.service (destination-default)
RequiredBy: packagekit.service (destination-default)
RequiredBy: libvirtd-ro.socket (destination-default)
RequiredBy: anacron.timer (destination-default)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: containerd.service (destination-default)
RequiredBy: wpa_supplicant.service (destination-default)
RequiredBy: uuidd.service (destination-default)
RequiredBy: jcagent.service (destination-default)
RequiredBy: dpkg-db-backup.service (destination-default)
RequiredBy: virtlockd.socket (destination-default)
RequiredBy: sshd-keygen.service (destination-default)
RequiredBy: mde_netfilter_v2.service (destination-default)
RequiredBy: virtlogd.service (destination-default)
RequiredBy: systemd-pcrphase.service (destination-default)
RequiredBy: NetworkManager-wait-online.service (destination-default)
RequiredBy: dpkg-db-backup.timer (destination-default)
RequiredBy: fwupd.service (destination-default)
RequiredBy: nvidia-cdi-refresh.service (destination-default)
RequiredBy: docker.socket (destination-default)
RequiredBy: avahi-daemon.service (destination-default)
RequiredBy: mde_netfilter_v2.socket (destination-default)
RequiredBy: docker.service (destination-default)
RequiredBy: exim4-base.timer (destination-default)
RequiredBy: e2scrub_all.service (destination-default)
RequiredBy: blueman-mechanism.service (destination-default)
RequiredBy: nvidia-suspend.service (destination-default)
RequiredBy: ModemManager.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: upower.service (destination-default)
RequiredBy: exim4.service (destination-default)
RequiredBy: libvirtd-admin.socket (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: e2scrub_reap.service (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: nvidia-suspend-then-hibernate.service (destination-default)
RequiredBy: rc-local.service (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: exim4-base.service (destination-default)
RequiredBy: virtlockd-admin.socket (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: anacron.service (destination-default)
RequiredBy: libvirtd.socket (destination-default)
RequiredBy: e2scrub_all.timer (destination-default)
RequiredBy: accounts-daemon.service (destination-default)
RequiredBy: virtlockd.service (destination-default)
RequiredBy: libvirt-guests.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: ssh.service (destination-default)
RequiredBy: lightdm.service (destination-default)
RequiredBy: avahi-daemon.socket (destination-default)
RequiredBy: cups-browsed.service (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: nvidia-cdi-refresh.path (destination-default)
RequiredBy: uuidd.socket (destination-default)
RequiredBy: unattended-upgrades.service (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: rsyslog.service (destination-default)
RequiredBy: polkit.service (destination-default)
RequiredBy: NetworkManager.service (destination-default)
RequiredBy: systemd-hostnamed.service (destination-default)
RequiredBy: virtlogd-admin.socket (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: systemd-machined.service (destination-default)
RequiredBy: firezone-client-tunnel.service (destination-default)
RequiredBy: mdatp.service (destination-default)
RequiredBy: fwupd-refresh.service (destination-default)
RequiredBy: iscsid.socket (destination-default)
RequiredBy: grub-common.service (destination-default)
RequiredBy: bluetooth.service (destination-default)
RequiredBy: udisks2.service (destination-default)
RequiredBy: virtlogd.socket (destination-default)
RequiredBy: apt-show-versions.service (destination-default)
RequiredBy: rtkit-daemon.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: user at 1001.service (destination-default)
RequiredBy: plymouth-quit-wait.service (destination-default)
RequiredBy: colord.service (destination-default)
RequiredBy: cups.socket (destination-default)
RequiredBy: fstrim.timer (destination-default)
RequiredBy: plymouth-quit.service (destination-default)
RequiredBy: cups.service (destination-default)
RequiredBy: alsa-state.service (destination-default)
RequiredBy: fwupd-refresh.timer (destination-default)
Conflicts: emergency.target (origin-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: plymouth-quit.service (destination-default)
Before: virtlockd.service (destination-default)
Before: iscsid.socket (destination-default)
Before: polkit.service (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: rc-local.service (destination-default)
Before: libvirtd.service (destination-default)
Before: docker.socket (destination-default)
Before: virtlockd-admin.socket (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: unattended-upgrades.service (destination-default)
Before: fwupd-refresh.service (destination-default)
Before: nvidia-suspend-then-hibernate.service (destination-default)
Before: cups.socket (destination-default)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: NetworkManager-wait-online.service (destination-default)
Before: containerd.service (destination-default)
Before: libvirtd-ro.socket (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: upower.service (destination-default)
Before: virtlockd.socket (destination-default)
Before: virtlogd.socket (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: man-db.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: libvirt-guests.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: cups.service (destination-default)
Before: getty-static.service (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: apt-show-versions.timer (destination-default)
Before: tlp.service (destination-default)
Before: apt-daily.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: shutdown.target (origin-default)
Before: libvirtd-admin.socket (destination-default)
Before: logrotate.service (destination-default)
Before: virtlogd.service (destination-default)
Before: mde_netfilter_v2.service (destination-default)
Before: sshd at sshd-keygen.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: grub-common.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: cups.path (destination-default)
Before: udisks2.service (destination-default)
Before: libvirtd.socket (destination-default)
Before: nvidia-resume.service (destination-default)
Before: uuidd.socket (destination-default)
Before: nvidia-suspend.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: user-runtime-dir at 1001.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: alsa-state.service (destination-default)
Before: colord.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: cron.service (destination-default)
Before: plymouth-quit-wait.service (destination-default)
Before: uuidd.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: ssh.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: mdatp.service (destination-default)
Before: fstrim.timer (destination-default)
Before: sshd-keygen.service (destination-default)
Before: exim4.service (destination-default)
Before: apt-daily.timer (destination-default)
Before: jcagent.service (destination-default)
Before: fstrim.service (destination-default)
Before: systemd-hostnamed.service (destination-default)
Before: anacron.service (destination-default)
Before: nvidia-hibernate.service (destination-default)
Before: avahi-daemon.socket (destination-default)
Before: man-db.timer (destination-default)
Before: anacron.timer (destination-default)
Before: systemd-hostnamed.socket (destination-default)
Before: rescue.service (destination-file)
Before: exim4-base.service (destination-default)
Before: systemd-machined.service (destination-default)
Before: emergency.target (origin-file)
Before: sshd-unix-local.socket (destination-default)
Before: fwupd-refresh.timer (destination-default)
Before: ModemManager.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: lightdm.service (destination-default)
Before: basic.target (destination-file destination-default)
Before: lm-sensors.service (destination-default)
Before: nvidia-cdi-refresh.service (destination-default)
Before: docker.service (destination-default)
Before: rescue.target (destination-file destination-default)
Before: user at 1001.service (destination-default)
Before: nvidia-cdi-refresh.path (destination-default)
Before: fwupd.service (destination-default)
Before: cups-browsed.service (destination-default)
Before: dbus.service (destination-default)
Before: blueman-mechanism.service (destination-default)
Before: apt-show-versions.service (destination-default)
Before: rsyslog.service (destination-default)
Before: dbus.socket (destination-default)
Before: mde_netfilter_v2.socket (destination-default)
Before: bolt.service (destination-default)
Before: exim4-base.timer (destination-default)
Before: accounts-daemon.service (destination-default)
Before: virtlogd-admin.socket (destination-default)
Before: emergency.service (origin-file)
Before: logrotate.timer (destination-default)
Before: systemd-logind.service (destination-default)
Before: bluetooth.service (destination-default)
Before: firezone-client-tunnel.service (destination-default)
Before: packagekit.service (destination-default)
After: systemd-journal-catalog-update.service (destination-file)
After: apparmor.service (destination-file)
After: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
After: ldconfig.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-modules-load.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
After: systemd-hibernate-clear.service (destination-file)
After: systemd-firstboot.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: modprobe at fuse.service (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-pstore.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: systemd-tpm2-setup.service (destination-file)
After: plymouth-read-write.service (destination-file)
After: integritysetup.target (origin-default)
After: systemd-sysctl.service (destination-file)
After: systemd-resolved.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: modprobe at efi_pstore.service (destination-file)
After: cryptsetup.target (origin-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-update-done.service (destination-file)
After: modprobe at drm.service (destination-file)
After: systemd-journald.service (destination-file)
After: systemd-confext.service (destination-file)
After: systemd-udev-trigger.service (destination-file)
After: systemd-binfmt.service (destination-file)
After: sys-kernel-tracing.mount (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-tpm2-setup-early.service (destination-file)
After: modprobe at sd_mod.service (destination-file)
After: veritysetup.target (origin-default)
After: modprobe at configfs.service (destination-file)
After: sys-kernel-debug.mount (destination-file)
After: systemd-udev-settle.service (destination-file)
After: swap.target (origin-file origin-default)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: systemd-sysext.service (destination-file)
After: systemd-pcrmachine.service (destination-file)
After: sys-kernel-config.mount (destination-file)
After: kmod-static-nodes.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
References: systemd-journald.service (origin-file)
References: systemd-machine-id-commit.service (origin-file)
References: dev-hugepages.mount (origin-file)
References: apparmor.service (origin-file)
References: systemd-pstore.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: open-iscsi.service (origin-file)
References: emergency.service (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-random-seed.service (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: systemd-hibernate-clear.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: lvm2-monitor.service (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-journal-catalog-update.service (origin-file)
References: veritysetup.target (origin-file origin-default)
References: sys-kernel-debug.mount (origin-file)
References: swap.target (origin-file origin-default)
References: systemd-pcrphase.service (origin-file)
References: systemd-firstboot.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: plymouth-read-write.service (origin-file)
References: emergency.target (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-journal-flush.service (origin-file)
References: systemd-timesyncd.service (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: systemd-sysctl.service (origin-file)
References: ldconfig.service (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-pcrmachine.service (origin-file)
References: local-fs.target (origin-file)
References: keyboard-setup.service (origin-file)
References: systemd-tpm2-setup.service (origin-file)
References: integritysetup.target (origin-file origin-default)
References: sys-fs-fuse-connections.mount (origin-file)
References: systemd-pcrphase-sysinit.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: sys-kernel-tracing.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-update-done.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: dev-mqueue.mount (origin-file)
References: blk-availability.service (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: lvm2-lvmpolld.socket (origin-file)
References: systemd-resolved.service (origin-file)
References: kmod-static-nodes.service (origin-file)
References: cryptsetup.target (origin-file origin-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: apt-show-versions.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: libvirtd-admin.socket (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: mde_netfilter_v2.socket (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: iscsid.socket (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: cups.path (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: firezone-client-tunnel.service (destination-default)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: tlp.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: nvidia-hibernate.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: bolt.service (destination-default)
ReferencedBy: sshd-unix-local.socket (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: mdatp.service (destination-default)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: jcagent.service (destination-default)
ReferencedBy: fwupd-refresh.service (destination-default)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: mde_netfilter_v2.service (destination-default)
ReferencedBy: modprobe at sd_mod.service (destination-file)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: libvirtd.socket (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: unattended-upgrades.service (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: libvirtd-ro.socket (destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: fwupd.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: virtlogd-admin.socket (destination-default)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: fwupd-refresh.timer (destination-default)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: nvidia-suspend.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: blueman-mechanism.service (destination-default)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: grub-common.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: virtlockd-admin.socket (destination-default)
ReferencedBy: nvidia-cdi-refresh.path (destination-default)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: nvidia-resume.service (destination-default)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: systemd-machined.service (destination-default)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: upower.service (destination-default)
ReferencedBy: nvidia-cdi-refresh.service (destination-default)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: apt-show-versions.timer (destination-default)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9727d6ade010433ba0565f09cd7afb9f
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-lookup.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: systemd-resolved.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4.service (destination-file)
Before: shutdown.target (origin-default)
Before: docker.service (destination-file)
After: systemd-resolved.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: docker.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: Mon 2026-01-05 08:57:09 CET
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-firstboot.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
? Unit fwupd-refresh.service:
Description: Refresh fwupd metadata and update motd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 14:17:31 CET
Inactive Exit Timestamp: Mon 2026-01-05 14:17:30 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 14:17:31 CET
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: 95e2dd00bc494ccd93b26dec39141e1e
Documentation: man:fwupdmgr(1)
Fragment Path: /usr/lib/systemd/system/fwupd-refresh.service
Condition Timestamp: Mon 2026-01-05 14:17:30 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 14:17:30 CET
Assert Result: yes
Requires: -.mount (origin-path)
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: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: fwupd-refresh.timer (destination-implicit)
After: sysinit.target (origin-default)
After: network-online.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
TriggeredBy: fwupd-refresh.timer (destination-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: network-online.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: fwupd-refresh.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/cache/fwupdmgr (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
CacheDirectory: fwupdmgr
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: fwupd-refresh
DynamicUser: no
LockPersonality: no
SystemCallFilter: ~fsopen open_tree chroot move_mount pivot_root mount fsmount fspick umount mount_setattr umount2 fsconfig
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/fwupdmgr refresh
PID: 551124
Start Timestamp: Mon 2026-01-05 14:17:30.925250 CET
Handoff Timestamp: 96.526ms since start
Exit Timestamp: 28.140ms since handoff
Exit Code: exited
Exit Status: 2
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device:
Description: USB_Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:10 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:10 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:10 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0a18cefb713242679b3f3695a6b4e922
Following Set Member: dev-snd-by\x2did-usb\x2dGeneric_USB_Audio_200901010001\x2d00.device
Following Set Member: dev-snd-controlC2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusb\x2d0:2.3.4:1.0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusbv2\x2d0:2.3.4:1.0.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: n/a
CGroup:
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: cpu cpuset io memory pids
CGroup own mask: memory pids
CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
RequiredBy: -.mount (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: sys-kernel-tracing.mount (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
RequiredBy: sys-kernel-debug-tracing.mount (destination-file)
RequiredBy: user.slice (destination-implicit)
RequiredBy: system.slice (destination-implicit)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: init.scope (destination-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: machine.slice (destination-implicit)
RequiredBy: dev-mqueue.mount (destination-file)
WantedBy: slices.target (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: init.scope (destination-file)
Before: -.mount (destination-file)
Before: machine.slice (destination-implicit)
Before: sys-kernel-config.mount (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-file)
Before: user.slice (destination-implicit)
Before: dev-mqueue.mount (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: slices.target (destination-file)
Before: system.slice (destination-implicit)
Before: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-file destination-slice-property)
ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: init.scope (destination-file destination-slice-property)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: -.mount (destination-file destination-slice-property)
ReferencedBy: system.slice (destination-implicit)
ReferencedBy: machine.slice (destination-implicit)
ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
SliceOf: dev-mqueue.mount (destination-slice-property)
SliceOf: system.slice (destination-implicit)
SliceOf: -.mount (destination-slice-property)
SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
SliceOf: init.scope (destination-slice-property)
SliceOf: sys-kernel-config.mount (destination-slice-property)
SliceOf: sys-kernel-debug-tracing.mount (destination-slice-property)
SliceOf: machine.slice (destination-implicit)
SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
SliceOf: user.slice (destination-implicit)
SliceOf: sys-kernel-debug.mount (destination-slice-property)
SliceOf: sys-kernel-tracing.mount (destination-slice-property)
SliceOf: dev-hugepages.mount (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-block-dm\x2d3.device:
Description: /sys/devices/virtual/block/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bc4085de39944f02ab17da24ce6a7516
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/block/dm-3
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit slices.target:
Description: Slice Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b8a7d7ae0fe24f459c5c2cb506df3f38
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/slices.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Wants: -.slice (origin-file)
Wants: system.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: machine.slice (destination-file)
After: -.slice (origin-file)
After: user.slice (destination-file)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: -.slice (origin-file)
References: system.slice (origin-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: user.slice (destination-file)
ReferencedBy: machine.slice (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit boot-efi.mount:
Description: /boot/efi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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/boot-efi.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: d1f81c4c676b4f9d881b338c18fa1832
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot-efi.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: boot.mount (origin-implicit origin-path)
Requires: dev-nvme0n1p1.device (origin-mountinfo)
Requires: -.mount (origin-path)
Requires: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (origin-file)
Requires: system.slice (origin-file)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-file origin-mountinfo)
After: system.slice (origin-file)
After: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: boot.mount (origin-implicit origin-path)
After: local-fs-pre.target (origin-mountinfo)
After: blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target (origin-file)
After: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
After: dev-nvme0n1p1.device (origin-mountinfo)
StopPropagatedFrom: dev-nvme0n1p1.device (origin-mountinfo)
References: -.mount (origin-path)
References: dev-nvme0n1p1.device (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-file origin-mountinfo)
References: boot.mount (origin-implicit origin-path)
References: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
References: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (origin-file)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/3162-D1B3 (origin-file)
RequiresMountsFor: /boot (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /boot/efi
What: /dev/nvme0n1p1
File System Type: vfat
Options: rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit kmod-static-nodes.service:
Description: Create List of Static Device Nodes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 64a9c456e9cc4803a1737b0054d135ef
Fragment Path: /usr/lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /usr/bin/kmod untested
ConditionFileNotEmpty: /lib/modules/6.17.8+deb13-amd64/modules.devname untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit grub-common.service:
Description: Record successful boot for GRUB
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:53 CET
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: 6cd725a0660246adab9bb396f1a5859b
Fragment Path: /usr/lib/systemd/system/grub-common.service
ConditionPathExists: /boot/grub/grub.cfg untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
WantedBy: suspend.target (destination-file)
WantedBy: suspend-then-hibernate.target (destination-file)
WantedBy: hybrid-sleep.target (destination-file)
WantedBy: hibernate.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: hibernate.target (origin-file)
After: suspend.target (origin-file)
After: systemd-journald.socket (origin-file)
After: hybrid-sleep.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: suspend-then-hibernate.target (origin-file)
References: shutdown.target (origin-default)
References: hybrid-sleep.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: suspend.target (origin-file)
References: hibernate.target (origin-file)
References: suspend-then-hibernate.target (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: suspend.target (destination-file)
ReferencedBy: suspend-then-hibernate.target (destination-file)
ReferencedBy: hybrid-sleep.target (destination-file)
ReferencedBy: hibernate.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: kmsg
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /bin/sh -c "[ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv; mkdir -p /boot/grub"
? ExecStart:
Command Line: grub-editenv /boot/grub/grubenv unset recordfail
? ExecStartPost:
Command Line: /bin/sh -c "if grub-editenv /boot/grub/grubenv list | grep -q initrdless_boot_fallback_triggered=1; then echo \"grub: GRUB_FORCE_PARTUUID set, initrdless boot paniced, fallback triggered.\"; fi"
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 40f91ba9e0ce4b57a646621e29e371a1
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/984a0d8c-8ade-47b7-a231-4c49eb5dc32d
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-random-seed.service:
Description: Load/Save OS Random Seed
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 2c4a5c79afcf49d1baea923d9cfc0355
Documentation: man:systemd-random-seed.service(8)
Documentation: man:random(4)
Fragment Path: /usr/lib/systemd/system/systemd-random-seed.service
ConditionPathExists: !/etc/initrd-release untested
ConditionVirtualization: !container untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: first-boot-complete.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: first-boot-complete.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-path)
References: first-boot-complete.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/random-seed (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 10min
TimeoutStopSec: 10min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-random-seed load
? ExecStop:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service:
Description: File System Check on /dev/mapper/debian--vg-home
Instance: dev-mapper-debian\x2d\x2dvg\x2dhome
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: b279c8749687413bb79ab431331fbb29
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-file)
RequiredBy: home.mount (destination-file)
Conflicts: poweroff.target (origin-file)
Conflicts: halt.target (origin-file)
Conflicts: reboot.target (origin-file)
Conflicts: kexec.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: shutdown.target (origin-file)
Before: home.mount (destination-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-file)
After: systemd-fsck-root.service (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
References: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-file)
References: halt.target (origin-file)
References: reboot.target (origin-file)
References: systemd-quotacheck.service (origin-file)
References: poweroff.target (origin-file)
References: kexec.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: home.mount (destination-file)
InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/mapper/debian--vg-home
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-block-dm\x2d1.device:
Description: /sys/devices/virtual/block/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 93ee81ed18d54cba937d4792d9dcf8e1
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/block/dm-1
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit firewalld.service:
Description: firewalld.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: docker.service (destination-file)
ReferencedBy: docker.service (destination-file)
? Unit rsyslog.service:
Alias: syslog.service
Description: System Logging Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: b1ee2dbe80c74c68bf1697dc4653793e
Documentation: man:rsyslogd(8)
Documentation: man:rsyslog.conf(5)
Documentation: https://www.rsyslog.com/doc/
Fragment Path: /usr/lib/systemd/system/rsyslog.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: syslog.socket (origin-file)
Requires: system.slice (origin-file)
Wants: tmp.mount (origin-path)
Wants: -.mount (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: -.mount (origin-path)
After: basic.target (origin-default)
After: tmp.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: syslog.socket (destination-implicit)
TriggeredBy: syslog.socket (destination-implicit)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: syslog.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tmp.mount (origin-path)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: syslog.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1596
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 16384
LimitNOFILESoft: 16384
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: null
StandardError: inherit
CapabilityBoundingSet: cap_chown cap_dac_override cap_net_bind_service cap_net_admin cap_sys_admin cap_sys_resource cap_lease cap_syslog cap_block_suspend
DynamicUser: no
LockPersonality: no
SystemCallFilter: futex_waitv exit rt_sigreturn semget setresgid openat waitpid splice setfsuid32 oldolduname msgrcv sched_getparam getpid fstat clock_getres removexattr kill setgroups nanosleep times process_madvise getresuid32 readlink setregid32 brk sched_setattr set_thread_area rename access setuid fstatat64 pselect6 uretprobe geteuid32 msgsnd copy_file_range waitid fstat64 request_key pread64 sync_file_range2 sched_setparam getxattrat getegid32 rt_sigaction recvfrom inotify_rm_watch exit_group pipe2 dup2 munlockall pipe arm_fadvise64_64 pidfd_open read ppoll_time64 epoll_wait setxattr swapcontext socketcall readlinkat pidfd_send_signal readahead timer_settime64 creat rt_sigprocmask sendfile setresuid32 stat futimesat rt_sigqueueinfo statmount ioprio_get chmod sigreturn timerfd_create sched_getaffinity readdir io_uring_register set_tid_address timer_delete mq_timedreceive olduname io_cancel get_mempolicy sched_getscheduler sched_rr_get_interval rt_sigpending io_uring_enter utimensat epoll_create1 setgid getsid timerfd_settime64 msgctl getdents mq_notify setuid32 setresgid32 select accept listmount stat64 _llseek nice wait4 rseq time mremap inotify_init openat2 statfs64 preadv readv signalfd memfd_create pwritev inotify_add_watch fremovexattr pwrite64 mq_unlink semtimedop_time64 open mlock timerfd_gettime64 uname clock_nanosleep epoll_pwait fchmod symlink listxattrat move_pages flistxattr gettid sendmsg clock_gettime bind set_mempolicy_home_node getpgid chdir fchmodat munmap fcntl fchdir sysinfo sigaltstack inotify_init1 close semop newfstatat msync ppoll getrusage setresuid mkdir listxattr listen get_thread_area sigpending sigsuspend flock mlock2 accept4 arch_prctl clock_gettime64 mq_timedsend_time64 fchmodat2 lstat getuid timer_settime name_to_handle_at get_robust_list syncfs utimes mlockall getsockname removexattrat sync fchownat getgid io_getevents userfaultfd getrandom clone clock_getres_time64 semctl seccomp setreuid32 shmctl migrate_pages renameat2 fadvise64 setgid32 io_uring_setup unlink sigprocmask timerfd_settime oldfstat sigaction timer_gettime mkdirat remap_file_pages getpriority setgroups32 sched_setscheduler setsid unshare prctl ioctl getpgrp sched_getattr execve rmdir getpeername mseal capset shmdt recv lsetxattr gettimeofday prlimit64 getitimer mknodat setrlimit execveat setfsgid32 sync_file_range lchown32 getsockopt setitimer dup3 fcntl64 fgetxattr sendmmsg recvmmsg timer_gettime64 oldlstat tgkill timer_create chown32 shmat getcpu getppid lseek tkill fstatfs getresuid setfsuid unlinkat getuid32 set_tls semtimedop capget setsockopt linkat sched_setaffinity epoll_ctl getgid32 shmget epoll_create epoll_pwait2 riscv_hwprobe clock_nanosleep_time64 sendto mmap2 futex lremovexattr setreuid pwritev2 link utimensat_time64 sched_rr_get_interval_time64 landlock_create_ruleset setpgid fallocate renameat mmap madvise landlock_restrict_self socket statx lstat64 geteuid recvmsg fdatasync mq_timedsend setpriority membarrier vfork writev process_vm_writev ugetrlimit recvmmsg_time64 fadvise64_64 mbind io_setup epoll_ctl_old eventfd2 socketpair rt_sigtimedwait ftruncate pselect6_time64 restart_syscall close_range sched_get_priority_max ipc signal getgroups truncate utime fchown32 truncate64 getgroups32 send mprotect msgget faccessat2 epoll_wait_old lchown io_destroy rt_sigsuspend mq_timedreceive_time64 poll landlock_add_rule set_robust_list clone3 getegid set_mempolicy timerfd_gettime io_pgetevents statfs _newselect shutdown getcwd tee preadv2 chown mknod rt_sigtimedwait_time64 cacheflush setxattrat mq_open getxattr add_key llistxattr sendfile64 riscv_flush_icache personality mq_getsetattr futex_time64 rt_tgsigqueueinfo getdents64 fsetxattr vmsplice timer_getoverrun keyctl setns signalfd4 getresgid alarm process_vm_readv kcmp write faccessat eventfd fstatfs64 oldstat setregid connect sched_yield umask sched_get_priority_min io_submit dup fsync setfsgid pause lgetxattr getrlimit fork symlinkat ftruncate64 getresgid32 munlock io_pgetevents_time64 fchown ioprio_set
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/rsyslogd -n -iNONE
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit sleep.target:
Description: Sleep
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sleep.target
RequiredBy: systemd-suspend.service (destination-file)
RequiredBy: systemd-hibernate.service (destination-file)
RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
RequiredBy: systemd-hybrid-sleep.service (destination-file)
Before: systemd-suspend.service (destination-file)
Before: systemd-hibernate.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
ReferencedBy: systemd-suspend.service (destination-file)
ReferencedBy: systemd-hibernate.service (destination-file)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
ReferencedBy: systemd-hybrid-sleep.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: f38eb83594f94d0093e529265ed65c80
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: -.mount (origin-path)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/dev-log (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /dev/log
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nslcd.service:
Description: nslcd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: cups.service (destination-file)
ReferencedBy: cups.service (destination-file)
? Unit systemd-firstboot.service:
Description: First Boot Wizard
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-firstboot(1)
Fragment Path: /usr/lib/systemd/system/systemd-firstboot.service
ConditionFirstBoot: yes untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
Wants: first-boot-complete.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: first-boot-complete.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-vconsole-setup.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-vconsole-setup.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: first-boot-complete.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: tty
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-firstboot --prompt-locale --prompt-keymap --prompt-timezone --prompt-root-password
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit plymouth-start.service:
Description: Show Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: 794b88d3312448c7a5478e84db247255
Fragment Path: /usr/lib/systemd/system/plymouth-start.service
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-ask-password-plymouth.path (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: sysinit.target (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: rescue.service (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: systemd-ask-password-plymouth.service (origin-file destination-file)
Before: systemd-ask-password-plymouth.path (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: keyboard-setup.service (origin-file)
After: systemd-udevd.service (origin-file)
After: systemd-udev-trigger.service (origin-file)
References: systemd-ask-password-plymouth.path (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-ask-password-plymouth.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: keyboard-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: no
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device:
Description: /dev/disk/by-uuid/f6748bf9-6729-4394-b497-607bd5597196
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1819c896a4d445a689b0b40c47be7194
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/f6748bf9-6729-4394-b497-607bd5597196
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit systemd-cryptsetup at nvme0n1p3_crypt.service:
Description: Cryptography Setup for nvme0n1p3_crypt
Instance: nvme0n1p3_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dcryptsetup.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 7a4c399d4fdd4cd1904d8b6f85eef445
Documentation: man:crypttab(5)
Documentation: man:systemd-cryptsetup-generator(8)
Documentation: man:systemd-cryptsetup at .service(8)
Fragment Path: /run/systemd/generator/systemd-cryptsetup at nvme0n1p3_crypt.service
Source Path: /etc/crypttab
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system-systemd\x2dcryptsetup.slice (origin-file)
Wants: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
BindsTo: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device (origin-file)
RequiredBy: cryptsetup.target (destination-file)
RequiredBy: dev-mapper-nvme0n1p3_crypt.device (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
Before: cryptsetup.target (origin-file)
After: systemd-tpm2-setup-early.service (origin-file)
After: cryptsetup-pre.target (origin-file)
After: system-systemd\x2dcryptsetup.slice (origin-file)
After: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system-systemd\x2dcryptsetup.slice (origin-file origin-slice-property)
References: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device (origin-file)
References: cryptsetup.target (origin-file)
ReferencedBy: cryptsetup.target (destination-file)
ReferencedBy: dev-mapper-nvme0n1p3_crypt.device (destination-file)
InSlice: system-systemd\x2dcryptsetup.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
OOMScoreAdjust: 500
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/systemd-cryptsetup attach nvme0n1p3_crypt /dev/disk/by-uuid/e2edd6da-078e-46d5-8548-e761109ca52e none luks,discard
? ExecStop:
Command Line: /usr/bin/systemd-cryptsetup detach nvme0n1p3_crypt
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-plymouth.path:
Description: Forward Password Requests to Plymouth Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 153281854bba446d8379e9e6d3f10431
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-plymouth.path
ConditionVirtualization: !container untested
ConditionPathExists: /run/plymouth/pid untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: plymouth-start.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: basic.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-ask-password-plymouth.service (origin-implicit)
After: plymouth-start.service (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-plymouth.service (origin-implicit)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
References: basic.target (origin-file)
References: systemd-ask-password-plymouth.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: plymouth-start.service (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-plymouth.service
MakeDirectory: yes
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /run/systemd/ask-password
? Unit poweroff.target:
Alias: runlevel0.target
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/poweroff.target
Job Timeout: 30min
Job Timeout Action: poweroff-force
Requires: systemd-poweroff.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
Wants: plymouth-poweroff.service (origin-file)
ConflictedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
After: systemd-poweroff.service (origin-file)
References: systemd-poweroff.service (origin-file)
References: plymouth-poweroff.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap:
Description: /dev/disk/by-uuid/fc56ffaa-b176-420a-adad-a5c7e5b7b6ad
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: 9644966b3dc1433db12dc1a4f0acf4ef
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Requires: system.slice (origin-file)
Requires: dev-dm\x2d2.device (origin-proc-swap)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: dev-dm\x2d2.device (origin-proc-swap)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: swap.target (origin-default)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: dev-dm\x2d2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/fc56ffaa-b176-420a-adad-a5c7e5b7b6ad (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-uuid/fc56ffaa-b176-420a-adad-a5c7e5b7b6ad
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-update-done.service:
Description: Update is Completed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-update-done.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-update-done.service
ConditionNeedsUpdate: |/var untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
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: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-sysusers.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-journal-catalog-update.service (destination-file)
After: ldconfig.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-update-done
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dracut-shutdown.service:
Description: dracut-shutdown.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: plymouth-switch-root-initramfs.service (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
? Unit dev-debian\x2dvg-home.device:
Description: /dev/debian-vg/home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b0d51b272cc24be495bd7882dff4144a
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/debian-vg/home
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit jcagent.service:
Description: JumpCloud Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/jcagent.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 55141ac857744bd98211fd774767bf77
Documentation: https://jumpcloud.com/support
Fragment Path: /usr/lib/systemd/system/jcagent.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: time-sync.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: syslog.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: syslog.target (origin-file)
References: basic.target (origin-default)
References: time-sync.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1735
Main PID Known: yes
Main PID Alien: no
PIDFile: /opt/jc/jcagent.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
Group: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /opt/jc/bin/jumpcloud-agent
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-confext.service:
Description: Merge System Configuration Images into /etc/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-confext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-confext.service
ConditionDirectoryNotEmpty: |/.extra/confext untested
ConditionDirectoryNotEmpty: |/usr/lib/confexts untested
ConditionDirectoryNotEmpty: |/usr/local/lib/confexts untested
ConditionDirectoryNotEmpty: |/var/lib/confexts untested
ConditionDirectoryNotEmpty: |/run/confexts untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: ldconfig.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
ReferencedBy: ldconfig.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-confext refresh
? ExecReload:
Command Line: systemd-confext refresh
? ExecStop:
Command Line: systemd-confext unmerge
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e3707c6cc7cd4a05b3a1fbb12c890bcd
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service:
Description: File System Check on /dev/disk/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb
Instance: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 6871278177f244a8824c57c6713a537d
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device (origin-file)
RequiredBy: boot.mount (destination-file)
Conflicts: poweroff.target (origin-file)
Conflicts: kexec.target (origin-file)
Conflicts: halt.target (origin-file)
Conflicts: reboot.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: boot.mount (destination-file)
Before: shutdown.target (origin-file)
After: systemd-fsck-root.service (origin-file)
After: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-file)
References: reboot.target (origin-file)
References: local-fs-pre.target (origin-file)
References: poweroff.target (origin-file)
References: halt.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: systemd-quotacheck.service (origin-file)
References: systemd-journald.socket (origin-file)
References: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device (origin-file)
References: kexec.target (origin-file)
ReferencedBy: boot.mount (destination-file)
InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-br\x2d6f7cb8e8aea0.device:
Description: /sys/subsystem/net/devices/br-6f7cb8e8aea0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 89194fe1b29843b69cb20803af4a706e
Following Set Member: sys-devices-virtual-net-br\x2d6f7cb8e8aea0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/br-6f7cb8e8aea0
Sysfs Path: /sys/devices/virtual/net/br-6f7cb8e8aea0
Found: found-udev
? Unit dkms.service:
Description: dkms.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: multi-user.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
? Unit xencommons.service:
Description: xencommons.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirtd.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
? Unit dev-nvme0n1p1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 09ea1a340b7f47188ce453fbf8325091
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
RequiredBy: boot-efi.mount (destination-mountinfo)
Before: boot-efi.mount (destination-mountinfo)
PropagatesStopTo: boot-efi.mount (destination-mountinfo)
ReferencedBy: boot-efi.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/nvme0n1p1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev,found-mount
? Unit sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8b08fedbd1464ca08e68e189c66ca014
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit systemd-backlight at backlight:intel_backlight.service:
Description: Load/Save Screen Backlight Brightness of backlight:intel_backlight
Instance: backlight:intel_backlight
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: bccfdc08fbeb4c48b9902d6a569bd419
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-backlight at .service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system-systemd\x2dbacklight.slice (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
After: system-systemd\x2dbacklight.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file)
References: system-systemd\x2dbacklight.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device (destination-udev)
InSlice: system-systemd\x2dbacklight.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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/backlight
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-backlight load backlight:intel_backlight
? ExecStop:
Command Line: /usr/lib/systemd/systemd-backlight save backlight:intel_backlight
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sockets.target:
Description: Socket Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7ca88cfadfd34cd99fa0c2ad56733470
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sockets.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Wants: cups.socket (origin-file)
Wants: virtlogd.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: uuidd.socket (origin-file)
Wants: iscsid.socket (origin-file)
Wants: systemd-pcrextend.socket (origin-file)
Wants: systemd-initctl.socket (origin-file)
Wants: mde_netfilter_v2.socket (origin-file)
Wants: systemd-hostnamed.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: sshd-unix-local.socket (origin-file)
Wants: virtlockd-admin.socket (origin-file)
Wants: libvirtd-admin.socket (origin-file)
Wants: virtlogd-admin.socket (origin-file)
Wants: libvirtd-ro.socket (origin-file)
Wants: virtlockd.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: avahi-daemon.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: dm-event.socket (origin-file)
Wants: systemd-sysext.socket (origin-file)
Wants: docker.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-pcrlock.socket (origin-file)
Wants: systemd-creds.socket (origin-file)
Wants: systemd-importd.socket (origin-file)
Wants: libvirtd.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: iscsid.socket (origin-default destination-default)
After: systemd-journald-dev-log.socket (destination-file)
After: systemd-initctl.socket (destination-file)
After: systemd-udevd-control.socket (destination-file)
After: systemd-sysext.socket (destination-file)
After: systemd-hostnamed.socket (origin-default destination-default)
After: dbus.socket (origin-default destination-default)
After: systemd-networkd.socket (destination-file)
After: sshd-unix-local.socket (origin-default destination-default)
After: systemd-udevd-kernel.socket (destination-file)
After: virtlockd-admin.socket (origin-default destination-default)
After: systemd-pcrextend.socket (destination-file)
After: virtlogd-admin.socket (origin-default destination-default)
After: docker.socket (origin-default destination-default)
After: virtlockd.socket (origin-default destination-default)
After: systemd-importd.socket (destination-file)
After: virtlogd.socket (origin-default destination-default)
After: syslog.socket (destination-file)
After: systemd-creds.socket (destination-file)
After: libvirtd-ro.socket (origin-default destination-default)
After: avahi-daemon.socket (origin-default destination-default)
After: systemd-pcrlock.socket (destination-file)
After: cups.socket (origin-default destination-default)
After: systemd-journald-audit.socket (destination-file)
After: mde_netfilter_v2.socket (origin-default destination-default)
After: systemd-journald.socket (destination-file)
After: uuidd.socket (origin-default destination-default)
After: libvirtd-admin.socket (origin-default destination-default)
After: libvirtd.socket (origin-default destination-default)
References: docker.socket (origin-file origin-default)
References: systemd-journald.socket (origin-file)
References: iscsid.socket (origin-file origin-default)
References: dbus.socket (origin-file origin-default)
References: systemd-pcrlock.socket (origin-file)
References: libvirtd-admin.socket (origin-file origin-default)
References: virtlogd.socket (origin-file origin-default)
References: virtlockd-admin.socket (origin-file origin-default)
References: shutdown.target (origin-default)
References: cups.socket (origin-file origin-default)
References: systemd-journald-dev-log.socket (origin-file)
References: dm-event.socket (origin-file)
References: uuidd.socket (origin-file origin-default)
References: avahi-daemon.socket (origin-file origin-default)
References: systemd-udevd-kernel.socket (origin-file)
References: libvirtd-ro.socket (origin-file origin-default)
References: sshd-unix-local.socket (origin-file origin-default)
References: systemd-hostnamed.socket (origin-file origin-default)
References: systemd-initctl.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: virtlogd-admin.socket (origin-file origin-default)
References: systemd-sysext.socket (origin-file)
References: systemd-pcrextend.socket (origin-file)
References: virtlockd.socket (origin-file origin-default)
References: systemd-creds.socket (origin-file)
References: libvirtd.socket (origin-file origin-default)
References: mde_netfilter_v2.socket (origin-file origin-default)
References: systemd-importd.socket (origin-file)
ReferencedBy: iscsid.socket (destination-default)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: systemd-initctl.socket (destination-file)
ReferencedBy: systemd-pcrextend.socket (destination-file)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-creds.socket (destination-file)
ReferencedBy: sshd-unix-local.socket (destination-default)
ReferencedBy: libvirtd.socket (destination-default)
ReferencedBy: virtlogd-admin.socket (destination-default)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: virtlockd-admin.socket (destination-default)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: mde_netfilter_v2.socket (destination-default)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-importd.socket (destination-file)
ReferencedBy: libvirtd-ro.socket (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: libvirtd-admin.socket (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit multi-user.target:
Alias: runlevel3.target
Alias: runlevel2.target
Alias: runlevel4.target
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: be40dcb05673405d92e492eb3838f891
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/multi-user.target
Condition Timestamp: Mon 2026-01-05 08:55:00 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:00 CET
Assert Result: yes
Requires: basic.target (origin-file)
Wants: console-setup.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: nvidia-cdi-refresh.service (origin-file)
Wants: jcagent.service (origin-file)
Wants: cups-browsed.service (origin-file)
Wants: rsyslog.service (origin-file)
Wants: libvirt-guests.service (origin-file)
Wants: systemd-logind.service (origin-file)
Wants: dkms.service (origin-file)
Wants: cups.service (origin-file)
Wants: unattended-upgrades.service (origin-file)
Wants: plymouth-quit-wait.service (origin-file)
Wants: remote-fs.target (origin-file)
Wants: docker.service (origin-file)
Wants: cron.service (origin-file)
Wants: plymouth-quit.service (origin-file)
Wants: libvirtd.service (origin-file)
Wants: ssh.service (origin-file)
Wants: tlp.service (origin-file)
Wants: containerd.service (origin-file)
Wants: cups.path (origin-file)
Wants: avahi-daemon.service (origin-file)
Wants: virtlogd.service (origin-file)
Wants: exim4.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: mdatp.service (origin-file)
Wants: mde_netfilter_v2.service (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: networking.service (origin-file)
Wants: e2scrub_reap.service (origin-file)
Wants: wpa_supplicant.service (origin-file)
Wants: nvidia-cdi-refresh.path (origin-file)
Wants: getty.target (origin-file)
Wants: anacron.service (origin-file)
Wants: ModemManager.service (origin-file)
Wants: grub-common.service (origin-file)
Wants: dbus.service (origin-file)
Wants: blueman-mechanism.service (origin-file)
Wants: virtlockd.service (origin-file)
Wants: machines.target (origin-file)
Wants: NetworkManager.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.target (origin-file)
Before: tlp.service (destination-file)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: virtlogd.service (origin-default)
After: rescue.service (origin-file)
After: rescue.target (origin-file)
After: cups.service (origin-default)
After: nvidia-cdi-refresh.service (origin-default)
After: NetworkManager.service (origin-default)
After: cups-browsed.service (origin-default)
After: machines.target (origin-default destination-file)
After: nvidia-cdi-refresh.path (origin-default)
After: plymouth-quit-wait.service (origin-default)
After: blueman-mechanism.service (origin-default)
After: mdatp.service (origin-default)
After: cups.path (origin-default)
After: getty.target (origin-default)
After: libvirtd.service (origin-default)
After: avahi-daemon.service (origin-default)
After: exim4.service (origin-default)
After: systemd-logind.service (origin-default)
After: dbus.service (origin-default)
After: unattended-upgrades.service (origin-default)
After: grub-common.service (origin-default)
After: mde_netfilter_v2.service (origin-default)
After: rsyslog.service (origin-default)
After: docker.service (origin-default)
After: anacron.service (origin-default)
After: systemd-user-sessions.service (origin-default)
After: jcagent.service (origin-default)
After: basic.target (origin-file origin-default)
After: systemd-networkd.service (destination-file)
After: libvirt-guests.service (origin-default)
After: containerd.service (origin-default)
After: wpa_supplicant.service (origin-default)
After: ModemManager.service (origin-default)
After: cron.service (origin-default)
After: virtlockd.service (origin-default)
After: lm-sensors.service (origin-default)
After: e2scrub_reap.service (origin-default)
After: plymouth-quit.service (origin-default)
After: ssh.service (origin-default)
References: grub-common.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: unattended-upgrades.service (origin-file origin-default)
References: virtlogd.service (origin-file origin-default)
References: tlp.service (origin-file)
References: docker.service (origin-file origin-default)
References: mde_netfilter_v2.service (origin-file origin-default)
References: systemd-user-sessions.service (origin-file origin-default)
References: containerd.service (origin-file origin-default)
References: libvirtd.service (origin-file origin-default)
References: virtlockd.service (origin-file origin-default)
References: blueman-mechanism.service (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: e2scrub_reap.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: ModemManager.service (origin-file origin-default)
References: plymouth-quit-wait.service (origin-file origin-default)
References: rsyslog.service (origin-file origin-default)
References: networking.service (origin-file)
References: jcagent.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: rescue.target (origin-file)
References: cups.service (origin-file origin-default)
References: mdatp.service (origin-file origin-default)
References: lm-sensors.service (origin-file origin-default)
References: console-setup.service (origin-file)
References: nvidia-cdi-refresh.path (origin-file origin-default)
References: plymouth-quit.service (origin-file origin-default)
References: NetworkManager.service (origin-file origin-default)
References: machines.target (origin-file origin-default)
References: remote-fs.target (origin-file)
References: libvirt-guests.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: ssh.service (origin-file origin-default)
References: anacron.service (origin-file origin-default)
References: cups-browsed.service (origin-file origin-default)
References: getty.target (origin-file origin-default)
References: dkms.service (origin-file)
References: wpa_supplicant.service (origin-file origin-default)
References: rescue.service (origin-file)
References: systemd-logind.service (origin-file origin-default)
References: exim4.service (origin-file origin-default)
References: nvidia-cdi-refresh.service (origin-file origin-default)
References: avahi-daemon.service (origin-file origin-default)
References: cups.path (origin-file origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: tlp.service (destination-file)
ReferencedBy: machines.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /init.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Documentation: man:systemd(1)
Requires: -.slice (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
InSlice: -.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit dev-mapper-nvme0n1p3_crypt.device:
Description: /dev/mapper/nvme0n1p3_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: adde167f999f486588021904a69a33eb
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
DropIn Path: /run/systemd/generator/dev-mapper-nvme0n1p3_crypt.device.d/40-device-timeout.conf
Requires: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
References: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/mapper/nvme0n1p3_crypt
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit user at 1001.service:
Description: User Manager for UID 1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
Active Exit 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-1001.slice
CGroup: /user.slice/user-1001.slice/user at 1001.service
CGroup realized: yes
CGroup realized mask: cpu memory pids
CGroup own mask: cpu cpuacct memory pids
CGroup delegate mask: cpu cpuacct memory pids
Invocation ID: b3cc16c91f534348a7df6e521a48b561
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user at .service
DropIn Path: /usr/lib/systemd/system/user at .service.d/10-login-barrier.conf
Condition Timestamp: Mon 2026-01-05 08:55:15 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:15 CET
Assert Result: yes
Requires: user-1001.slice (origin-file)
Requires: sysinit.target (origin-default)
BindsTo: user-runtime-dir at 1001.service (origin-file)
WantedBy: session-2.scope (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: session-2.scope (destination-file)
After: systemd-user-sessions.service (origin-file)
After: dbus.service (origin-file)
After: systemd-logind.service (origin-file)
After: basic.target (origin-default)
After: user-1001.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-oomd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: user-runtime-dir at 1001.service (origin-file)
References: systemd-logind.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: user-1001.slice (origin-file origin-slice-property)
References: dbus.service (origin-file)
References: user-runtime-dir at 1001.service (origin-file)
References: systemd-oomd.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: session-2.scope (destination-file)
InSlice: user-1001.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: continue
ReloadSignal: RTMIN+25
Main PID: 3770
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 2min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
OOMScoreAdjust: 100
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: 1001
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd --user
Status Text: Ready.
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: skip
CoredumpReceive: no
DelegateSubgroup: init.scope
MemoryPressureThresholdSec: 200ms
? Unit cups.path:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a0888ed2c31b4052a2c11a906401896d
Fragment Path: /usr/lib/systemd/system/cups.path
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
PartOf: cups.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups.service (origin-implicit)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: paths.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: cups.service (origin-implicit)
References: cups.service (origin-file origin-implicit)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: paths.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /var/cache/cups/org.cups.cupsd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: running
Result: success
Unit: cups.service
MakeDirectory: no
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PathExists: /var/cache/cups/org.cups.cupsd
? Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-hwdb-update.service
ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d untested
ConditionPathExists: |/etc/udev/hwdb.bin untested
ConditionPathExists: |!/usr/lib/udev/hwdb.bin untested
ConditionNeedsUpdate: /etc untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-update-done.service (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)
References: sysinit.target (origin-file)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1\x2dpart3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9e0658689a5445dfbb956cfb7180f5b7
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0bdf93d638894dfabc97cbacc3b1c10e
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 2cb4e1d2edba4ccfb2399eb35fab2837
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit system-sshd.slice:
Description: Slice /system/sshd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
CGroup members mask: memory pids
Requires: system.slice (origin-implicit)
RequiredBy: sshd at sshd-keygen.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sshd at sshd-keygen.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: sshd at sshd-keygen.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: sshd at sshd-keygen.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cups.service:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/cups.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 3daf816ebda249f38691ed43480a950b
Documentation: man:cupsd(8)
Fragment Path: /usr/lib/systemd/system/cups.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: cups.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: cups-browsed.service (destination-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: cups.socket (destination-file)
ConsistsOf: cups.path (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups-browsed.service (destination-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: cups.path (destination-implicit)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: nslcd.service (origin-file)
After: nss-user-lookup.target (origin-file)
After: basic.target (origin-default)
After: network.target (origin-file)
After: cups.socket (destination-implicit)
TriggeredBy: cups.socket (destination-implicit)
TriggeredBy: cups.path (destination-implicit)
References: cups.socket (origin-file)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: nslcd.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: cups.socket (destination-file destination-implicit)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: cups.path (destination-file destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1734
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cupsd -l
Status Text: Scheduler is running...
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit bluetooth.service:
Alias: dbus-org.bluez.service
Description: Bluetooth service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/bluetooth.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 56fbb7e8d96e45ff84ff80d35f6db45f
Documentation: man:bluetoothd(8)
Fragment Path: /usr/lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: dbus.socket (origin-file)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: dbus.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-file)
References: shutdown.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: dbus.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: basic.target (origin-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /etc/bluetooth (origin-file)
RequiresMountsFor: /var/lib/bluetooth (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1706
Main PID Known: yes
Main PID Alien: no
BusName: org.bluez
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0700
StateDirectory: bluetooth
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0555
ConfigurationDirectory: bluetooth
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNPROC: 1
LimitNPROCSoft: 1
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_admin
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/bluetooth/bluetoothd
Status Text: Running
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-sysext.service:
Description: Merge System Extension Images into /usr/ and /opt/
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-sysext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.service
ConditionDirectoryNotEmpty: |/.extra/sysext untested
ConditionDirectoryNotEmpty: |/var/lib/extensions untested
ConditionDirectoryNotEmpty: |/run/extensions untested
ConditionDirectoryNotEmpty: |/etc/extensions untested
ConditionCapability: CAP_SYS_ADMIN untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysext refresh
? ExecReload:
Command Line: systemd-sysext refresh
? ExecStop:
Command Line: systemd-sysext unmerge
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit console-setup.service:
Description: Set console font and keymap
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: e2a6d4c21e964fe789544e96c7bad9e5
Fragment Path: /usr/lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Before: lightdm.service (origin-file)
After: kbd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: console-screen.service (origin-file)
After: -.mount (origin-path)
References: console-screen.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: lightdm.service (origin-file)
References: kbd.service (origin-file)
References: -.mount (origin-path)
ReferencedBy: multi-user.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /usr (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/console-setup.sh
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 219ab10a2584496daf1a407e6ef4bb55
Documentation: man:systemd-udevd-control.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: sockets.target (origin-file)
References: -.mount (origin-path)
References: systemd-udevd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/udev/control (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit plymouth-switch-root.service:
Description: Plymouth switch root service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-switch-root.service
ConditionPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
Before: initrd-switch-root.service (origin-file)
After: system.slice (origin-file)
References: initrd-switch-root.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: null
StandardError: null
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --new-root-dir=/sysroot
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cryptsetup.target:
Description: Local Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 76bdbb5414744765b9cf84b8d3b33ea6
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/cryptsetup.target
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
After: cryptsetup-pre.target (destination-file)
After: systemd-ask-password-wall.path (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
References: shutdown.target (origin-default)
References: systemd-cryptsetup at nvme0n1p3_crypt.service (origin-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: cryptsetup-pre.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit tpm2.target:
Description: Trusted Platform Module
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 39f63f73854744d0a04ee21ca139cf53
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/tpm2.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Wants: dev-tpmrm0.device (origin-file)
WantedBy: sys-devices-platform-STM0176:00-tpmrm-tpmrm0.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: systemd-pcrlock.socket (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-pcrextend.socket (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-pcrphase.service (destination-file)
After: dev-tpmrm0.device (origin-file origin-default)
References: shutdown.target (origin-default)
References: dev-tpmrm0.device (origin-file origin-default)
ReferencedBy: systemd-pcrextend.socket (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: sys-devices-platform-STM0176:00-tpmrm-tpmrm0.device (destination-udev)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit blockdev at dev-mapper-nvme0n1p3_crypt.target:
Description: Block Device Preparation for /dev/mapper/nvme0n1p3_crypt
Instance: dev-mapper-nvme0n1p3_crypt
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3f401a74f6724ffc981ea04ade1be30e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
WantedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
References: umount.target (origin-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap:
Description: /dev/disk/by-id/dm-name-debian--vg-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: 012dc7b4c5524a62abc4e3cfb200291d
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Requires: dev-dm\x2d2.device (origin-proc-swap)
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: -.mount (origin-implicit)
After: dev-dm\x2d2.device (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-default)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: dev-dm\x2d2.device (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: swap.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-id/dm-name-debian--vg-swap_1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-id/dm-name-debian--vg-swap_1
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtvboxd.socket:
Description: virtvboxd.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirt-guests.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ca620476b1f44a2fbb23d91e2148e44a
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? 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: Mon 2026-01-05 08:57:09 CET
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:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.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: systemd-networkd.service (origin-file)
After: NetworkManager.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: apt-daily.service (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: connman.service (origin-file)
After: sysinit.target (origin-default)
After: network.target (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: NetworkManager.service (origin-file)
References: apt-daily.service (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd.service (origin-file)
References: sysinit.target (origin-default)
References: connman.service (origin-file)
ReferencedBy: apt-daily-upgrade.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 15min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-3.device:
Description: /dev/disk/by-diskseq/3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3203db19ef084b32a6ad46458cd6c4eb
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/3
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit systemd-hibernate-clear.service:
Description: Clear Stale Hibernate Storage Info
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-hibernate-clear.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hibernate-clear.service
ConditionPathExists: !/etc/initrd-release untested
ConditionPathExists: /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
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: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume --clear
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit fcoe.service:
Description: fcoe.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
? Unit tmp.mount:
Description: Temporary Directory /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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/tmp.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 1cbc9df5bc4a4bd0bbb8c937cbcbed3a
Documentation: https://systemd.io/TEMPORARY_DIRECTORIES
Documentation: man:file-hierarchy(7)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/tmp.mount
ConditionPathIsSymbolicLink: !/tmp untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: firezone-client-tunnel.service (destination-file)
WantedBy: mde_netfilter_v2.service (destination-path)
WantedBy: systemd-logind.service (destination-path)
WantedBy: exim4.service (destination-path)
WantedBy: e2scrub_reap.service (destination-path)
WantedBy: polkit.service (destination-path)
WantedBy: logrotate.service (destination-path)
WantedBy: rsyslog.service (destination-path)
WantedBy: colord.service (destination-file)
WantedBy: local-fs.target (destination-file)
WantedBy: bolt.service (destination-file)
WantedBy: upower.service (destination-file)
WantedBy: lm-sensors.service (destination-path)
WantedBy: basic.target (destination-file)
WantedBy: systemd-hostnamed.service (destination-path)
WantedBy: bluetooth.service (destination-file)
WantedBy: ModemManager.service (destination-path)
WantedBy: man-db.service (destination-path)
WantedBy: fwupd.service (destination-file)
Conflicts: umount.target (origin-file)
Before: systemd-logind.service (destination-path)
Before: bolt.service (destination-file)
Before: rsyslog.service (destination-path)
Before: ModemManager.service (destination-path)
Before: lm-sensors.service (destination-path)
Before: upower.service (destination-file)
Before: basic.target (destination-file)
Before: fwupd.service (destination-file)
Before: umount.target (origin-file)
Before: e2scrub_reap.service (destination-path)
Before: systemd-hostnamed.service (destination-path)
Before: mde_netfilter_v2.service (destination-path)
Before: firezone-client-tunnel.service (destination-file)
Before: colord.service (destination-file)
Before: exim4.service (destination-path)
Before: bluetooth.service (destination-file)
Before: local-fs.target (origin-file)
Before: man-db.service (destination-path)
Before: logrotate.service (destination-path)
Before: polkit.service (destination-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: swap.target (origin-file)
After: -.mount (origin-path)
References: swap.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: ModemManager.service (destination-path)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-logind.service (destination-path)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: upower.service (destination-file)
ReferencedBy: lm-sensors.service (destination-path)
ReferencedBy: mde_netfilter_v2.service (destination-path)
ReferencedBy: basic.target (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-path)
ReferencedBy: exim4.service (destination-path)
ReferencedBy: man-db.service (destination-path)
ReferencedBy: colord.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-path)
ReferencedBy: rsyslog.service (destination-path)
ReferencedBy: polkit.service (destination-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: / (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /tmp
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,size=16255720k,nr_inodes=1048576,inode64
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase-initrd.service:
Description: TPM PCR Barrier (initrd)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrphase-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-initrd.service
ConditionSecurity: measured-uki untested
ConditionPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-sysext.service (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: cryptsetup.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: tpm2.target (origin-file)
After: system.slice (origin-file)
References: initrd-switch-root.target (origin-file)
References: tpm2.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: cryptsetup.target (origin-file)
References: systemd-sysext.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful enter-initrd
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful leave-initrd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit run-user-1001-doc.mount:
Description: /run/user/1001/doc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:19 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:19 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:19 CET
Active Exit 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: 6af88da2657e430cbe5ad7f83fc4a0f3
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: run-user-1001.mount (origin-path)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: local-fs-pre.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-mountinfo)
References: run-user-1001.mount (origin-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/user/1001 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/1001/doc
What: portal
File System Type: fuse.portal
Options: rw,nosuid,nodev,relatime,user_id=1001,group_id=1001
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-debian\x2dvg-swap_1.device:
Description: /dev/debian-vg/swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 36220b2a80954f31bc669555169175b0
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/debian-vg/swap_1
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit systemd-quotacheck-root.service:
Description: Root File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-quotacheck.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-quotacheck-root.service
ConditionPathExists: !/etc/initrd-release untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-quotacheck /
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target:
Description: Block Device Preparation for /dev/mapper/debian--vg-root
Instance: dev-mapper-debian\x2d\x2dvg\x2droot
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: -.mount (destination-file)
References: umount.target (origin-file)
ReferencedBy: -.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0-0\x2d3.device:
Description: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0/0-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:08 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:08 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:08 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a3f54ef4146c4f14a068d11f57835564
Wants: bolt.service (origin-udev)
References: bolt.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0/0-3
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0/0-3
Found: found-udev
udev SYSTEMD_WANTS: bolt.service
? Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/emergency.target
Requires: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: initrd-cleanup.service (destination-file)
ConflictedBy: initrd-parse-etc.service (destination-file)
Before: shutdown.target (origin-default)
Before: initrd-switch-root.target (destination-file)
After: emergency.service (origin-file)
After: sysinit.target (destination-file)
OnFailureOf: initrd-cleanup.service (destination-file)
OnFailureOf: initrd.target (destination-file)
OnFailureOf: initrd-root-fs.target (destination-file)
OnFailureOf: initrd-switch-root.service (destination-file)
OnFailureOf: initrd-fs.target (destination-file)
OnFailureOf: initrd-usr-fs.target (destination-file)
OnFailureOf: local-fs.target (destination-file)
OnFailureOf: systemd-fsck-root.service (destination-file)
OnFailureOf: initrd-parse-etc.service (destination-file)
OnFailureOf: initrd-root-device.target (destination-file)
References: shutdown.target (origin-default)
References: emergency.service (origin-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-usr-fs.target (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dpkg-db-backup.timer:
Description: Daily dpkg database backup timer
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: baa24492be6144c49eaf528b5281c126
Documentation: man:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: dpkg-db-backup.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-set.target (origin-default)
Triggers: dpkg-db-backup.service (origin-implicit)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: time-set.target (origin-default)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: dpkg-db-backup.service (origin-implicit)
References: sysinit.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: dpkg-db-backup.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit rescue.target:
Alias: runlevel1.target
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/rescue.target
Requires: rescue.service (origin-file)
Requires: sysinit.target (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: multi-user.target (destination-file)
Before: shutdown.target (origin-default)
Before: initrd.target (destination-file)
Before: multi-user.target (destination-file)
Before: graphical.target (destination-file)
After: rescue.service (origin-file)
After: sysinit.target (origin-file origin-default)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: rescue.service (origin-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: initrd.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 0880dbfda1674700a0dbc3325f6dd1d9
Documentation: man:systemd-modules-load.service(8)
Documentation: man:modules-load.d(5)
Fragment Path: /usr/lib/systemd/system/systemd-modules-load.service
ConditionKernelCommandLine: |rd.modules_load untested
ConditionKernelCommandLine: |rd.modules-load untested
ConditionKernelCommandLine: |modules_load untested
ConditionKernelCommandLine: |modules-load untested
ConditionDirectoryNotEmpty: |/run/modules-load.d untested
ConditionDirectoryNotEmpty: |/etc/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d untested
ConditionDirectoryNotEmpty: |/lib/modules-load.d untested
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-sysctl.service (destination-file)
Before: sysinit.target (origin-file)
Before: networking.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-modules-load
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit unattended-upgrades.service:
Description: Unattended Upgrades Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/unattended-upgrades.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: f93f8f085f9d4d54ace5b484a65e20f6
Documentation: man:unattended-upgrade(8)
Fragment Path: /usr/lib/systemd/system/unattended-upgrades.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: boot.mount (origin-path)
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-logind.service (origin-file)
After: local-fs.target (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: boot.mount (origin-path)
After: -.mount (origin-path)
After: basic.target (origin-default)
References: network.target (origin-file)
References: boot.mount (origin-path)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-logind.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: local-fs.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/log (origin-file)
RequiresMountsFor: /boot (origin-file)
RequiresMountsFor: /run (origin-file)
RequiresMountsFor: /var/run (origin-file)
RequiresMountsFor: /var/lib (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1754
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 30min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device:
Description: /sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3ebebde9b4754a5fa27704f0f227b784
Following Set Member: dev-snd-controlC1.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1f.3\x2dplatform\x2dskl_hda_dsp_generic.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/controlC1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/controlC1
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit rc-local.service:
Description: /etc/rc.local Compatibility
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/rc-local.service
DropIn Path: /usr/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: shutdown.target (origin-default)
Before: plymouth-quit.service (destination-file)
Before: plymouth-quit-wait.service (destination-file)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: no
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0658e10354634b7eb4f3ce563be3aab9
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit virtlockd.service:
Description: libvirt locking daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlockd.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: db052175e9344133a968bb7307dd7b28
Documentation: man:virtlockd(8)
Documentation: https://libvirt.org/
Fragment Path: /usr/lib/systemd/system/virtlockd.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: virtlockd-admin.socket (origin-file)
BindsTo: virtlockd.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: virtlockd.socket (origin-file destination-implicit)
After: virtlockd-admin.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
TriggeredBy: virtlockd.socket (destination-implicit)
TriggeredBy: virtlockd-admin.socket (destination-implicit)
References: virtlockd.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: virtlockd-admin.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: virtlockd.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: virtlockd-admin.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1600
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: VIRTLOCKD_ARGS=
EnvironmentFile: -/etc/default/virtlockd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -900
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/virtlockd "\$VIRTLOCKD_ARGS"
? ExecReload:
Command Line: /bin/kill -USR1 "\$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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald-audit.socket
ConditionCapability: CAP_AUDIT_READ untested
ConditionSecurity: audit untested
Requires: system.slice (origin-file)
Before: apparmor.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.service (origin-implicit)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-udev-settle.service:
Description: Wait for udev To Complete Device Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-udev-settle.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-udev-settle.service
ConditionPathIsReadWrite: /sys untested
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm settle
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 8766696a5b9e456cb2000b85b27ba9e5
Documentation: man:dbus-daemon(1)
Fragment Path: /usr/lib/systemd/system/dbus.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
BoundBy: NetworkManager.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: containerd.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: fwupd.service (destination-file)
Before: libvirtd.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: user at 1001.service (destination-file)
Before: shutdown.target (origin-default)
Before: user-runtime-dir at 1001.service (destination-file)
After: systemd-journald.socket (origin-file)
After: dbus.socket (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
TriggeredBy: dbus.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: dbus.socket (destination-implicit)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: containerd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1574
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
AmbientCapabilities: cap_audit_write
User: messagebus
Group: messagebus
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
? ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-debian\x2d\x2dvg\x2droot.device:
Description: /dev/mapper/debian--vg-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bfec0414f2104b0b8b2353c285ef9430
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/mapper/debian--vg-root
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev,found-mount
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
CGroup delegate mask: pids
Invocation ID: c89cf972744d4d2b84302678fd2e5be6
Documentation: man:systemd-udevd.service(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd.service
DropIn Path: /usr/lib/systemd/system/systemd-udevd.service.d/syscall-architecture.conf
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-udev-load-credentials.service (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
WantedBy: ifupdown-pre.service (destination-file)
WantedBy: sysinit.target (destination-file)
WantedBy: systemd-udev-trigger.service (destination-file)
WantedBy: systemd-udev-settle.service (destination-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: plymouth-start.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-hwdb-update.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: system.slice (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-udev-load-credentials.service (destination-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: sysinit.target (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-udev-load-credentials.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-sysusers.service (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: systemd-udev-settle.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 833
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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
SystemCallFilter: timerfd_settime statmount nanosleep ftruncate sched_setaffinity msgsnd s390_pci_mmio_read ftruncate64 getsockopt select pciconfig_write sigaltstack timer_settime utimensat listxattr fchdir lchown getgid32 signalfd ugetrlimit landlock_add_rule access sync fchmodat bind socket fgetxattr pwritev2 sched_rr_get_interval_time64 shmget rt_sigaction shutdown getrlimit mq_getsetattr setresuid32 riscv_flush_icache msync lstat tee kill pidfd_send_signal renameat2 newfstatat shmat s390_pci_mmio_write read send ioprio_get pidfd_open sched_setscheduler set_robust_list socketpair recv dup2 rt_sigsuspend ppoll_time64 pread64 prctl utimes keyctl userfaultfd clock_gettime64 creat rseq fadvise64_64 flock getpid mlockall setreuid oldstat times setresgid timer_gettime64 stat setns munlock waitpid mmap mq_open getpgid futex_waitv mknod brk setitimer fallocate oldolduname clock_gettime accept4 migrate_pages epoll_pwait2 semtimedop delete_module fstatat64 set_tid_address geteuid32 futex inotify_init timer_delete wait4 renameat fstatfs64 remap_file_pages setgroups rt_sigtimedwait getsid sched_getscheduler copy_file_range landlock_create_ruleset readdir setfsgid32 setpriority sendmsg mq_timedsend_time64 timerfd_create sched_setparam restart_syscall setpgid mknodat mseal rt_sigpending setrlimit timerfd_gettime64 getdents64 get_robust_list arch_prctl fchmod ppoll move_pages pselect6 mremap fremovexattr inotify_add_watch setreuid32 sigaction removexattrat semtimedop_time64 sendmmsg preadv statfs64 io_pgetevents_time64 process_madvise sigsuspend init_module listxattrat getegid memfd_create get_mempolicy mprotect recvfrom write clone getegid32 setfsuid clock_nanosleep_time64 statx cacheflush msgrcv rt_sigreturn prlimit64 preadv2 clone3 waitid setuid32 mmap2 oldlstat sched_getattr set_mempolicy fchown32 epoll_pwait timerfd_gettime getdents timer_create sched_getparam fstat64 rt_sigprocmask pselect6_time64 io_cancel mkdirat timer_gettime mq_timedreceive signal msgctl fsetxattr futex_time64 sendfile fchownat io_setup mkdir oldfstat clock_getres sync_file_range2 process_vm_readv removexattr setresgid32 io_getevents pipe2 getppid fchmodat2 fsync request_key getpeername bpf sync_file_range setgid32 mlock setsockopt setgroups32 semget getpriority unlink exit_group setsid faccessat timerfd_settime64 getresuid lchown32 llistxattr execve _newselect splice getrandom rt_sigtimedwait_time64 truncate stat64 syncfs lgetxattr alarm sched_yield recvmmsg mlock2 ioctl getpgrp sigreturn setxattr uname _llseek timer_settime64 io_uring_setup getgid timer_getoverrun lsetxattr pipe mbind lseek accept get_thread_area signalfd4 pciconfig_read capset openat2 getresgid inotify_init1 dup3 madvise setresuid setregid statfs nice sendfile64 sched_get_priority_min sendto process_vm_writev setxattrat mq_timedsend listen epoll_ctl io_uring_enter flistxattr olduname pciconfig_iobase execveat chmod riscv_hwprobe lremovexattr set_thread_area socketcall recvmmsg_time64 setfsgid set_mempolicy_home_node set_tls epoll_ctl_old iopl rename epoll_create mq_notify fcntl64 openat time readv epoll_wait_old tgkill close_range clock_getres_time64 sched_getaffinity pwrite64 fdatasync personality getsockname msgget getgroups32 eventfd truncate64 shmctl open listmount swapcontext getuid32 fchown sched_get_priority_max linkat shmdt tkill exit gettimeofday inotify_rm_watch sigpending getxattrat recvmsg getxattr arm_fadvise64_64 symlinkat readlinkat name_to_handle_at fstatfs sched_setattr semop chown32 epoll_wait ipc setfsuid32 fcntl rmdir epoll_create1 add_key poll unlinkat setgid symlink geteuid fstat kcmp getgroups io_pgetevents utime ioperm setuid semctl getresgid32 rt_sigqueueinfo faccessat2 close readahead io_destroy writev clock_nanosleep fadvise64 unshare munmap dup io_uring_register getrusage vmsplice pwritev finit_module capget pause munlockall gettid utimensat_time64 getcwd sched_rr_get_interval futimesat chown getuid vfork mq_unlink umask rt_tgsigqueueinfo chdir fork eventfd2 seccomp link readlink ioprio_set mq_timedreceive_time64 getitimer landlock_restrict_self uretprobe membarrier connect getresuid32 io_submit lstat64 sigprocmask sysinfo getcpu setregid32
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-udevd
Status Text: Processing with 56 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
DelegateSubgroup: udev
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e6e0f75ed0944f9a970dffb4c46605b2
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-machine-id-commit.service:
Description: Save Transient machine-id to Disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-machine-id-commit.service
ConditionPathIsMountPoint: /etc/machine-id untested
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: first-boot-complete.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
References: first-boot-complete.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 754b1f883ce74371b6e2b7a9be9369d9
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (destination-file)
After: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: local-fs-pre.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 16f3dd530a9c4fe0a6a7415ecddd08a6
Fragment Path: /usr/lib/systemd/system/e2scrub_all.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: e2scrub_all.service (origin-implicit)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: time-set.target (origin-default)
After: time-sync.target (origin-default)
Triggers: e2scrub_all.service (origin-implicit)
References: e2scrub_all.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: timers.target (origin-default)
References: time-set.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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
DeferReactivation: no
OnCalendar: Sun *-*-* 03:10:00
? Unit run-user-1001-gvfs.mount:
Description: /run/user/1001/gvfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
Active Exit 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: 63d447af68db4e8392d72871c8b2fcc7
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: run-user-1001.mount (origin-path)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: run-user-1001.mount (origin-path)
References: local-fs.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/user/1001 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/1001/gvfs
What: gvfsd-fuse
File System Type: fuse.gvfsd-fuse
Options: rw,nosuid,nodev,relatime,user_id=1001,group_id=1001
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-net-veth02da6f4.device:
Description: /sys/devices/virtual/net/veth02da6f4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 783afdde8ab24fb7b3082bd0207d75c3
Following Set Member: sys-subsystem-net-devices-veth02da6f4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/veth02da6f4
Sysfs Path: /sys/devices/virtual/net/veth02da6f4
Found: found-udev
? Unit run-docker-netns-dce25778fad1.mount:
Description: /run/docker/netns/dce25778fad1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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: 33712537e1ac4989a24ce09237bd6e49
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-mountinfo)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker/netns (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/docker/netns/dce25778fad1
What: nsfs
File System Type: nsfs
Options: rw
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0c2878d8382e4db7bf5480262254af1f
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
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: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd-ask-password-console.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: shutdown.target (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: cryptsetup.target (origin-file)
Before: emergency.service (origin-file)
After: plymouth-start.service (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: -.mount (origin-path)
References: plymouth-start.service (origin-file)
References: emergency.service (origin-file)
References: systemd-ask-password-console.service (origin-implicit)
References: shutdown.target (origin-file)
References: paths.target (origin-file)
References: cryptsetup.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: dead
Result: success
Unit: systemd-ask-password-console.service
MakeDirectory: yes
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /run/systemd/ask-password
? Unit sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device:
Description: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 01666193db6446e9991f53a9b6d1149e
Wants: systemd-backlight at backlight:intel_backlight.service (origin-udev)
References: systemd-backlight at backlight:intel_backlight.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Found: found-udev
udev SYSTEMD_WANTS: systemd-backlight at backlight:intel_backlight.service
? Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 3c279ab578fd448295d5d5ab4f6d6caa
Fragment Path: /usr/lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Before: plymouth-start.service (destination-file)
Before: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nvidia-cdi-refresh.service:
Description: Refresh NVIDIA CDI specification file
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:54 CET
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: 78f8d7c821644d5590ec4f869d2a1bcc
Fragment Path: /etc/systemd/system/nvidia-cdi-refresh.service
ConditionPathExists: /usr/bin/nvidia-ctk untested
ConditionPathExists: |/usr/sbin/nvidia-smi untested
ConditionPathExists: |/usr/bin/nvidia-smi untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
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: basic.target (origin-default)
After: nvidia-cdi-refresh.path (destination-implicit)
After: system.slice (origin-file)
TriggeredBy: nvidia-cdi-refresh.path (destination-implicit)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: nvidia-cdi-refresh.path (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: NVIDIA_CTK_CDI_OUTPUT_FILE_PATH=/var/run/cdi/nvidia.yaml
EnvironmentFile: -/etc/nvidia-container-toolkit/nvidia-cdi-refresh.env
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_module cap_sys_admin cap_mknod
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecCondition:
Command Line: /usr/bin/grep -qE "/(nvidia|nvidia-current)\\.ko[:]" /lib/modules/6.17.8+deb13-amd64/modules.dep
? ExecStart:
Command Line: /usr/bin/nvidia-ctk cdi generate
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:01:00.1.device:
Description: /dev/snd/by-path/pci-0000:01:00.1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e4852d41eaa84f308fb9de6d499e695a
Following: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device
Following Set Member: dev-snd-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:01:00.1
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/controlC0
Found: found-udev
? Unit systemd-pstore.service:
Description: Platform Persistent Storage Archival
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-pstore.service
ConditionVirtualization: !container untested
ConditionDirectoryNotEmpty: /sys/fs/pstore untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: modprobe at efi_pstore.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: modprobe at efi_pstore.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: modprobe at efi_pstore.service (origin-file)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/pstore (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit reboot.target:
Alias: runlevel6.target
Alias: ctrl-alt-del.target
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/reboot.target
Job Timeout: 30min
Job Timeout Action: reboot-force
Requires: systemd-reboot.service (origin-file)
Wants: plymouth-reboot.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
ConflictedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
After: systemd-reboot.service (origin-file)
References: plymouth-reboot.service (origin-file)
References: systemd-reboot.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit network-pre.target:
Description: Preparation for Network
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network-pre.target
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: network.target (destination-file)
Before: systemd-networkd.service (destination-file)
Before: networking.service (destination-file)
Before: NetworkManager.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: network.target (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit halt.target:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/halt.target
Job Timeout: 30min
Job Timeout Action: halt-force
Requires: systemd-halt.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
Wants: plymouth-halt.service (origin-file)
ConflictedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
After: systemd-halt.service (origin-file)
References: systemd-halt.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
References: plymouth-halt.service (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-debian\x2dvg-swap_1.swap:
Description: /dev/debian-vg/swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: 874c4dd2b2d344b9b7139c8170c610a2
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Requires: system.slice (origin-file)
Requires: dev-dm\x2d2.device (origin-proc-swap)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
After: -.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: dev-dm\x2d2.device (origin-proc-swap)
After: system.slice (origin-file)
References: -.mount (origin-implicit)
References: umount.target (origin-default)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: dev-dm\x2d2.device (origin-proc-swap)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/debian-vg/swap_1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/debian-vg/swap_1
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f74f29b0f33148b597136ec2a6379756
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partuuid/4a9c0023-0a26-419a-ad42-5349d50995a3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit time-set.target:
Description: System Time Set
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d7612ac7ba0e46158763905dc9d743c7
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-set.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: systemd-timesyncd.service (destination-file)
WantedBy: time-sync.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: fwupd-refresh.timer (destination-default)
Before: docker.service (destination-file)
Before: anacron.timer (destination-default)
Before: exim4-base.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: man-db.timer (destination-default)
Before: logrotate.timer (destination-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: apt-daily.timer (destination-default)
Before: shutdown.target (origin-default)
Before: time-sync.target (destination-file destination-default)
Before: fstrim.timer (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: apt-show-versions.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: time-sync.target (destination-file destination-default)
ReferencedBy: fwupd-refresh.timer (destination-default)
ReferencedBy: docker.service (destination-file)
ReferencedBy: apt-show-versions.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit sys-devices-platform-STM0176:00-tpmrm-tpmrm0.device:
Description: /sys/devices/platform/STM0176:00/tpmrm/tpmrm0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 128da8a42f0347469f4e6891803df687
Following Set Member: dev-tpmrm0.device
Wants: tpm2.target (origin-udev)
References: tpm2.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/STM0176:00/tpmrm/tpmrm0
Sysfs Path: /sys/devices/platform/STM0176:00/tpmrm/tpmrm0
Found: found-udev
udev SYSTEMD_WANTS: tpm2.target
? Unit systemd-pcrmachine.service:
Description: TPM PCR Machine ID Measurement
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrmachine.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrmachine.service
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
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: tpm2.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: tpm2.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --machine-id
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtlxcd.socket:
Description: virtlxcd.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirt-guests.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
? Unit kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit dev-tpmrm0.device:
Description: /dev/tpmrm0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 090606781a004c5c8179f3c8b9dad893
Following: sys-devices-platform-STM0176:00-tpmrm-tpmrm0.device
Following Set Member: sys-devices-platform-STM0176:00-tpmrm-tpmrm0.device
WantedBy: tpm2.target (destination-file)
Before: tpm2.target (destination-file destination-default)
ReferencedBy: tpm2.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/tpmrm0
Sysfs Path: /sys/devices/platform/STM0176:00/tpmrm/tpmrm0
Found: found-udev
? Unit lvm2-lvmpolld.service:
Description: LVM2 poll daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:lvmpolld(8)
Fragment Path: /usr/lib/systemd/system/lvm2-lvmpolld.service
Requires: system.slice (origin-file)
Requires: lvm2-lvmpolld.socket (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: lvm2-lvmpolld.socket (origin-file destination-implicit)
After: system.slice (origin-file)
TriggeredBy: lvm2-lvmpolld.socket (destination-implicit)
References: lvm2-lvmpolld.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: lvm2-lvmpolld.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
PIDFile: /run/lvmpolld.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: yes
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/lvmpolld -t 60 -f
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-veth02da6f4.device:
Description: /sys/subsystem/net/devices/veth02da6f4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b87b6b5299f647eea1aee044c35b7a92
Following Set Member: sys-devices-virtual-net-veth02da6f4.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/veth02da6f4
Sysfs Path: /sys/devices/virtual/net/veth02da6f4
Found: found-udev
? Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 14:21:25 CET
Inactive Exit Timestamp: Mon 2026-01-05 14:21:24 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 14:21:25 CET
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
Invocation ID: 4af468d78e5f4542be955fe99621391a
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.service
ConditionACPower: true succeeded
Condition Timestamp: Mon 2026-01-05 14:21:24 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 14:21:24 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: tmp.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: man-db.timer (destination-implicit)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
TriggeredBy: man-db.timer (destination-implicit)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: tmp.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: man-db.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_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
User: man
DynamicUser: no
LockPersonality: yes
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/install -d -o man -g man -m 0755 /var/cache/man
PID: 558265
Start Timestamp: Mon 2026-01-05 14:21:24.316816 CET
Handoff Timestamp: 62.258ms since start
Exit Timestamp: 6.152ms since handoff
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/mandb --quiet
PID: 558277
Start Timestamp: Mon 2026-01-05 14:21:24.385780 CET
Handoff Timestamp: 110.344ms since start
Exit Timestamp: 508.897ms since handoff
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 839f50346bf641b0bf282c7d379cc93b
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-uuid/3162-D1B3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? 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: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:53 CET
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: 63c6399b073f41c2ae248d1b7dbbf61f
Documentation: man:e2scrub_all(8)
Fragment Path: /usr/lib/systemd/system/e2scrub_reap.service
ConditionCapability: CAP_SYS_RAWIO untested
ConditionCapability: CAP_SYS_ADMIN untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (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: -.mount (origin-path)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: tmp.mount (origin-path)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: / (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: read-only
ProtectSystem: yes
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
IOPriority: 4
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
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-3162\x2dD1B3.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c250266d463c4140b03d8f0ffd7214fc
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
BoundBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/3162-D1B3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit dev-ttyS0.device:
Description: Alder Lake AMT SOL Redirection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a01092bd422d43c7955f05e3e181c5b3
Following: sys-devices-pci0000:00-0000:00:16.3-0000:00:16.3:0-0000:00:16.3:0.0-tty-ttyS0.device
Following Set Member: sys-devices-pci0000:00-0000:00:16.3-0000:00:16.3:0-0000:00:16.3:0.0-tty-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS0
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/0000:00:16.3:0/0000:00:16.3:0.0/tty/ttyS0
Found: found-udev
? Unit system-modprobe.slice:
Description: Slice /system/modprobe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: eb394740424248069188813962aa7f69
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: modprobe at efi_pstore.service (destination-file)
RequiredBy: modprobe at sd_mod.service (destination-file)
RequiredBy: modprobe at drm.service (destination-file)
RequiredBy: modprobe at configfs.service (destination-file)
RequiredBy: modprobe at fuse.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: modprobe at configfs.service (destination-file)
Before: shutdown.target (origin-default)
Before: modprobe at efi_pstore.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: modprobe at sd_mod.service (destination-file)
Before: modprobe at drm.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: modprobe at fuse.service (destination-file destination-slice-property)
ReferencedBy: modprobe at sd_mod.service (destination-file destination-slice-property)
ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
ReferencedBy: modprobe at drm.service (destination-file destination-slice-property)
ReferencedBy: modprobe at configfs.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: modprobe at fuse.service (destination-slice-property)
SliceOf: modprobe at sd_mod.service (destination-slice-property)
SliceOf: modprobe at efi_pstore.service (destination-slice-property)
SliceOf: modprobe at drm.service (destination-slice-property)
SliceOf: modprobe at configfs.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-soft-reboot.service:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-soft-reboot.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-soft-reboot.service
Success Action: soft-reboot-force
Requires: umount.target (origin-file)
Requires: system.slice (origin-file)
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
RequiredBy: soft-reboot.target (destination-file)
Before: soft-reboot.target (destination-file)
After: umount.target (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: final.target (origin-file)
After: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: final.target (origin-file)
ReferencedBy: soft-reboot.target (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit wpa_supplicant.service:
Alias: dbus-fi.w1.wpa_supplicant1.service
Description: WPA supplicant
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/wpa_supplicant.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5700509e4530440a9ab62587a31334cf
Fragment Path: /usr/lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Wants: network.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network.target (origin-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: dbus.service (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/wpa_supplicant (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1636
Main PID Known: yes
Main PID Alien: no
BusName: fi.w1.wpa_supplicant1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0750
RuntimeDirectory: wpa_supplicant
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
Group: netdev
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/wpa_supplicant -u -s -O "DIR=/run/wpa_supplicant GROUP=netdev"
? 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:7.3:1.2.device:
Description: Creative_Live__Cam_Sync_1080p_V2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:33 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:33 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: eec3497bf66442479ad0c977878dccdb
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-controlC3.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusbv2\x2d0:7.3:1.2.device
Following Set Member: dev-snd-by\x2did-usb\x2dCreative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio\x2d02.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:00:14.0-usb-0:7.3:1.2
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
Found: found-udev
? Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1e393dbf04c64c3881714955005b6e73
Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device
Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS2
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
Found: found-udev
? Unit sys-subsystem-net-devices-veth71c7494.device:
Description: /sys/subsystem/net/devices/veth71c7494
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7f2c5f3910fc453eaf1580887c378999
Following Set Member: sys-devices-virtual-net-veth71c7494.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/veth71c7494
Sysfs Path: /sys/devices/virtual/net/veth71c7494
Found: found-udev
? Unit systemd-binfmt.service:
Description: Set Up Additional Binary Formats
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: c09c17de2d464f859d3c90a409538888
Documentation: man:systemd-binfmt.service(8)
Documentation: man:binfmt.d(5)
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/systemd-binfmt.service
ConditionDirectoryNotEmpty: |/run/binfmt.d untested
ConditionDirectoryNotEmpty: |/etc/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d untested
ConditionDirectoryNotEmpty: |/lib/binfmt.d untested
ConditionPathIsMountPoint: /proc/sys/fs/binfmt_misc untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
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)
After: proc-sys-fs-binfmt_misc.mount (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-binfmt
? ExecStop:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sshd at sshd-keygen.service:
Alias: sshd-unix-local at sshd-keygen.service
Description: OpenBSD Secure Shell server per-connection daemon
Instance: sshd-keygen
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-sshd.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /usr/lib/systemd/system/sshd at .service
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system-sshd.slice (origin-file)
Wants: sshd-keygen.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: auditd.service (origin-file)
After: nss-user-lookup.target (origin-file)
After: basic.target (origin-default)
After: sshd-keygen.service (destination-file)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system-sshd.slice (origin-file)
References: shutdown.target (origin-default)
References: sshd-keygen.service (origin-file)
References: basic.target (origin-default)
References: auditd.service (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: system-sshd.slice (origin-file origin-slice-property)
References: nss-user-lookup.target (origin-file)
ReferencedBy: sshd-keygen.service (destination-file)
InSlice: system-sshd.slice (origin-slice-property)
RequiresMountsFor: /run/sshd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/ssh
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: sshd
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: socket
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/sshd -i "\$SSHD_OPTS"
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0.device:
Description: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0b3d90cfa62b40728d623c802eb5020b
Wants: bolt.service (origin-udev)
References: bolt.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0
Found: found-udev
udev SYSTEMD_WANTS: bolt.service
? Unit containerd.service:
Description: containerd container runtime
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:57:09 CET
Active Enter Timestamp: Mon 2026-01-05 08:57:09 CET
Active Exit Timestamp: Mon 2026-01-05 08:57:09 CET
Inactive Enter Timestamp: Mon 2026-01-05 08:57:09 CET
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/containerd.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io memory pids
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: 5ce6a90cd51b4520b1e3fe0c12f9fa07
Documentation: https://containerd.io
Fragment Path: /usr/lib/systemd/system/containerd.service
Condition Timestamp: Mon 2026-01-05 08:57:09 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:57:09 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: docker.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: docker.service (destination-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: dbus.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: docker.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 7161
Main PID Known: yes
Main PID Alien: no
RestartSec: 5s
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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: -999
LimitCORE: 18446744073709551615
LimitCORESoft: 18446744073709551615
LimitNPROC: 18446744073709551615
LimitNPROCSoft: 18446744073709551615
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /sbin/modprobe overlay
? ExecStart:
Command Line: /usr/bin/containerd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-resolved.service:
Alias: dbus-org.freedesktop.resolve1.service
Description: Network Name Resolution
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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-resolved.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 72575c53c32942e9860cbf18f56f454d
Documentation: man:systemd-resolved.service(8)
Documentation: man:org.freedesktop.resolve1(5)
Documentation: https://systemd.io/WRITING_NETWORK_CONFIGURATION_MANAGERS
Documentation: https://systemd.io/WRITING_RESOLVER_CLIENTS
Fragment Path: /usr/lib/systemd/system/systemd-resolved.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: nss-lookup.target (origin-file)
WantedBy: firezone-client-tunnel.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: network.target (origin-file)
Before: nss-lookup.target (origin-file)
Before: firezone-client-tunnel.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-sysctl.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: nss-lookup.target (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: -.mount (origin-path)
References: systemd-sysctl.service (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/resolve (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 832
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.resolve1
Bus Name Good: yes
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: disconnected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/resolve
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_setpcap cap_net_bind_service cap_net_raw
AmbientCapabilities: cap_setpcap cap_net_bind_service cap_net_raw
User: systemd-resolve
DynamicUser: no
LockPersonality: yes
SystemCallFilter: socketpair nice recvmmsg removexattr getuid getrlimit fstat mq_timedreceive arch_prctl msgget getsid select process_vm_writev io_setup setuid32 sendmsg riscv_hwprobe getcpu unlinkat getgroups sched_rr_get_interval_time64 sched_get_priority_max connect mq_open fstat64 setsid ppoll_time64 getdents clock_gettime64 process_vm_readv sched_setscheduler membarrier shutdown epoll_wait waitpid setfsuid32 mlockall semget getrusage fchdir request_key timerfd_settime setpgid rt_tgsigqueueinfo rt_sigpending alarm oldolduname setresgid getgid getuid32 sysinfo renameat fadvise64 epoll_pwait pwritev2 socket rt_sigprocmask waitid shmdt sched_setparam getgroups32 umask timer_gettime openat msgrcv fcntl64 setreuid readdir sched_getscheduler preadv2 getpgrp getresgid signal sched_getaffinity syncfs sync_file_range lremovexattr setresuid32 listxattr setregid sendto pread64 execveat lsetxattr kill sched_getattr preadv sched_get_priority_min recvfrom chdir sigsuspend fsetxattr geteuid32 pselect6_time64 oldlstat rseq getxattrat symlink stat ioprio_set getitimer setregid32 statx mseal munlock sendfile wait4 capset statmount pause setrlimit ppoll set_tid_address write uname setfsuid mknod cacheflush inotify_init1 oldfstat clock_getres fallocate setresuid getpeername sched_setaffinity setitimer openat2 getppid socketcall llistxattr set_mempolicy renameat2 getegid32 getgid32 io_cancel set_mempolicy_home_node fchmodat2 fchmod rt_sigtimedwait_time64 unshare shmget epoll_pwait2 set_robust_list epoll_create execve eventfd mkdir close timerfd_create landlock_restrict_self shmat sigaltstack access mremap inotify_init inotify_add_watch timerfd_gettime64 setfsgid getcwd faccessat2 exit_group getpid signalfd4 timer_create vfork futex move_pages mq_notify setgid fsync setreuid32 sched_getparam mlock pidfd_open semtimedop_time64 statfs64 linkat sigprocmask lgetxattr riscv_flush_icache readlink timer_gettime64 migrate_pages timer_settime getresuid flistxattr oldstat fcntl io_submit sigreturn get_thread_area setgroups splice uretprobe listmount swapcontext mq_unlink remap_file_pages setxattr msgctl ftruncate64 rt_sigreturn ugetrlimit getsockname epoll_ctl read sigaction clone3 getxattr getrandom tkill prctl ftruncate dup epoll_ctl_old gettid inotify_rm_watch mkdirat rt_sigtimedwait accept4 io_pgetevents_time64 fstatfs64 setgroups32 mbind get_robust_list name_to_handle_at vmsplice exit fstatfs fdatasync seccomp utimensat timer_delete rt_sigaction io_pgetevents setresgid32 clock_nanosleep_time64 tgkill pidfd_send_signal mq_timedsend setns fchown clock_gettime _llseek mlock2 getresgid32 signalfd readv rename fchmodat fchown32 set_tls readahead geteuid setxattrat mmap accept get_mempolicy getegid utimes dup2 lchown32 clone pipe listen futex_time64 sched_rr_get_interval fgetxattr copy_file_range olduname getsockopt munlockall userfaultfd semop sync_file_range2 bind memfd_create io_uring_enter io_destroy add_key utime fadvise64_64 io_uring_register ioprio_get getdents64 statfs nanosleep pipe2 sched_setattr sync faccessat eventfd2 kcmp setgid32 mknodat recvmmsg_time64 lstat capget lchown fork times fstatat64 stat64 setuid flock truncate64 creat msgsnd recvmsg chown32 writev ioctl timer_settime64 pwrite64 fchownat mq_timedreceive_time64 ipc epoll_wait_old recv rmdir symlinkat keyctl landlock_create_ruleset open timerfd_settime64 chown landlock_add_rule sched_yield gettimeofday removexattrat mprotect sendmmsg close_range munmap _newselect timer_getoverrun futimesat semctl readlinkat pselect6 fremovexattr getpriority time sigpending sendfile64 unlink shmctl tee restart_syscall truncate rt_sigqueueinfo setsockopt io_getevents arm_fadvise64_64 clock_nanosleep brk personality mq_getsetattr timerfd_gettime send io_uring_setup prlimit64 epoll_create1 mmap2 listxattrat setpriority clock_getres_time64 dup3 process_madvise utimensat_time64 rt_sigsuspend lstat64 semtimedop madvise msync getresuid32 link lseek poll futex_waitv newfstatat set_thread_area chmod mq_timedsend_time64 setfsgid32 getpgid pwritev
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-resolved
Status Text: Processing requests...
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit systemd-tpm2-setup-early.service:
Description: Early TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-tpm2-setup.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup-early.service
ConditionPathExists: !/run/systemd/tpm2-srk-public-key.pem untested
ConditionSecurity: measured-uki untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
After: systemd-pcrphase-initrd.service (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-pcrphase-initrd.service (origin-file)
References: tpm2.target (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --early=yes --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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit session-2.scope:
Description: Session 2 of User samuel.verstraete
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
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-1001.slice
CGroup: /user.slice/user-1001.slice/session-2.scope
CGroup realized: yes
CGroup realized mask: cpu memory pids
CGroup own mask: memory pids
Invocation ID: 98b45501b36d4027bd83cc3720c9ec49
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Mon 2026-01-05 08:55:15 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:15 CET
Assert Result: yes
Requires: user-runtime-dir at 1001.service (origin-file)
Requires: -.mount (origin-file)
Requires: home.mount (origin-file)
Requires: user-1001.slice (origin-file)
Wants: user at 1001.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user at 1001.service (origin-file)
After: user-1001.slice (origin-file)
After: user-runtime-dir at 1001.service (origin-file)
After: systemd-logind.service (origin-file)
After: home.mount (origin-file)
After: systemd-user-sessions.service (origin-file)
After: -.mount (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user at 1001.service (origin-file)
References: systemd-logind.service (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-default)
References: user-runtime-dir at 1001.service (origin-file)
References: home.mount (origin-file)
References: user-1001.slice (origin-file origin-slice-property)
InSlice: user-1001.slice (origin-slice-property)
RequiresMountsFor: /home/samuel.verstraete (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
? Unit exim4-base.timer:
Description: Daily exim4-base housekeeping
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: eeece0fc007f44b58aacf4eae7d95053
Documentation: man:exim4(8)
Fragment Path: /usr/lib/systemd/system/exim4-base.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4-base.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: logrotate.timer (origin-file)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: exim4-base.service (origin-implicit)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: logrotate.timer (origin-file)
References: time-sync.target (origin-default)
References: sysinit.target (origin-default)
References: time-set.target (origin-default)
References: timers.target (origin-default)
References: exim4-base.service (origin-implicit)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: exim4-base.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit machines.target:
Description: Containers
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 23c45a62a3404e4a9e56b430a6c54f66
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/machines.target
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Wants: var-lib-machines.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (origin-file destination-default)
After: var-lib-machines.mount (origin-default)
References: multi-user.target (origin-file)
References: var-lib-machines.mount (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusbv2\x2d0:2.3.4:1.0.device:
Description: USB_Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:10 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:10 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:10 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bb1345e4c45f48bcab27a265673bd153
Following: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-controlC2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusb\x2d0:2.3.4:1.0.device
Following Set Member: dev-snd-by\x2did-usb\x2dGeneric_USB_Audio_200901010001\x2d00.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:4b:00.0-usbv2-0:2.3.4:1.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Found: found-udev
? Unit virtqemud.socket:
Description: virtqemud.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirt-guests.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
? Unit plymouth-switch-root-initramfs.service:
Description: Tell Plymouth To Jump To initramfs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-switch-root-initramfs.service
ConditionPathExists: |/run/initramfs/shutdown untested
ConditionPathExists: |/run/initramfs/bin/sh untested
Requires: system.slice (origin-file)
WantedBy: reboot.target (destination-file)
WantedBy: halt.target (destination-file)
WantedBy: kexec.target (destination-file)
WantedBy: poweroff.target (destination-file)
Conflicts: dracut-shutdown.service (origin-file)
After: dracut-shutdown.service (origin-file)
After: mkinitcpio-generate-shutdown-ramfs.service (origin-file)
After: plymouth-reboot.service (origin-file)
After: system.slice (origin-file)
After: plymouth-poweroff.service (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-halt.service (origin-file)
After: plymouth-kexec.service (origin-file)
References: mkinitcpio-generate-shutdown-ramfs.service (origin-file)
References: dracut-shutdown.service (origin-file)
References: systemd-journald.socket (origin-file)
References: plymouth-poweroff.service (origin-file)
References: plymouth-reboot.service (origin-file)
References: plymouth-kexec.service (origin-file)
References: plymouth-halt.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: reboot.target (destination-file)
ReferencedBy: halt.target (destination-file)
ReferencedBy: kexec.target (destination-file)
ReferencedBy: poweroff.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --new-root-dir=/run/initramfs
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit suspend-then-hibernate.target:
Description: Suspend; Hibernate if not used for a period of time
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/suspend-then-hibernate.target
Requires: systemd-suspend-then-hibernate.service (origin-file)
Wants: grub-common.service (origin-file)
Before: grub-common.service (destination-file)
After: systemd-suspend-then-hibernate.service (origin-file)
References: systemd-suspend-then-hibernate.service (origin-file)
References: grub-common.service (origin-file)
ReferencedBy: grub-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily.service
ConditionACPower: true untested
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: NetworkManager.service (origin-file)
After: network.target (origin-file)
After: apt-daily.timer (destination-implicit)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: network-online.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-networkd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: connman.service (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: connman.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: NetworkManager.service (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: systemd-networkd.service (origin-file)
References: network-online.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: apt-daily.timer (destination-implicit)
ReferencedBy: apt-daily-upgrade.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit avahi-daemon.socket:
Description: Avahi mDNS/DNS-SD Stack Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/avahi-daemon.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 683fe927c3f74a9cba1f6df8ad472d92
Fragment Path: /usr/lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: avahi-daemon.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: avahi-daemon.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: avahi-daemon.service (origin-implicit)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: avahi-daemon.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/avahi-daemon/socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: avahi-daemon.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/avahi-daemon/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 548a6fdf134d4425982bf3c6f2df2f65
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-eui.8ce38e04045bf470-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit nss-user-lookup.target:
Description: User and Group Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dab1e5991ea4406390e67711a8df3d3e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: accounts-daemon.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups.service (destination-file)
Before: ssh.service (destination-file)
Before: cron.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: shutdown.target (origin-default)
Before: sshd at sshd-keygen.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target:
Description: Block Device Preparation for /dev/disk/by-uuid/3162-D1B3
Instance: dev-disk-by\x2duuid-3162\x2dD1B3
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: boot-efi.mount (destination-file)
References: umount.target (origin-file)
ReferencedBy: boot-efi.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit mdatp.service:
Description: Microsoft Defender
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/mdatp.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io memory pids
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: 99ab553908f74e758e25f2c4fd93e225
Fragment Path: /usr/lib/systemd/system/mdatp.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
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: network.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: -.mount (origin-path)
References: network.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /opt/microsoft/mdatp/sbin (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 1742
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /opt/microsoft/mdatp/sbin
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: LD_LIBRARY_PATH=/opt/microsoft/mdatp/lib/
Environment: MALLOC_ARENA_MAX=2
Environment: ENABLE_CRASHPAD=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 65536
LimitNOFILESoft: 65536
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /opt/microsoft/mdatp/sbin/wdavdaemon
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target:
Description: Block Device Preparation for /dev/mapper/debian--vg-home
Instance: dev-mapper-debian\x2d\x2dvg\x2dhome
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: home.mount (destination-file destination-mountinfo)
References: umount.target (origin-file)
ReferencedBy: home.mount (destination-file destination-mountinfo)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-kernel-debug-tracing.mount:
Description: /sys/kernel/debug/tracing
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 2b7984bca043478ca8680da3eb98b2cb
Source Path: /proc/self/mountinfo
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit)
Requires: sys-kernel-debug.mount (origin-implicit)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit)
After: sys-kernel-debug.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit)
References: sys-kernel-debug.mount (origin-implicit)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel/debug (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /sys/kernel/debug/tracing
What: tracefs
File System Type: tracefs
Options: rw,nosuid,nodev,noexec,relatime
From /proc/self/mountinfo: yes
From fragment: no
Extrinsic: yes
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit nvidia-suspend.service:
Description: NVIDIA system suspend actions
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/nvidia-suspend.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: systemd-suspend.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-suspend.service (origin-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: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-suspend.service (origin-file)
ReferencedBy: systemd-suspend.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/logger -t suspend -s nvidia-suspend.service
Command Line: /usr/bin/nvidia-sleep.sh suspend
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu cpuacct memory pids
Invocation ID: 37ddeacb7faa4ca798d759d602a07ec8
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/user.slice
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1001.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: shutdown.target (origin-default)
Before: user-1001.slice (destination-implicit)
Before: slices.target (origin-file)
After: -.slice (origin-implicit)
References: shutdown.target (origin-default)
References: slices.target (origin-file)
References: -.slice (origin-implicit)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: user-1001.slice (destination-implicit)
InSlice: -.slice (origin-implicit)
SliceOf: user-1001.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrlock.socket:
Description: Make TPM PCR Policy
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrlock(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrlock.socket
ConditionSecurity: measured-uki untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: tpm2.target (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
References: tpm2.target (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.PCRLock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 0
ListenStream: /run/systemd/io.systemd.PCRLock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dd507ce4598c41bb97de6e4de2334f9b
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? 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: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7009330b980548b29b5093232c76c5f2
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
ConditionPathIsReadWrite: /proc/sys untested
ConditionPathExists: /proc/sys/fs/binfmt_misc untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-binfmt.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Automount State: running
Result: success
Where: /proc/sys/fs/binfmt_misc
ExtraOptions: (null)
DirectoryMode: 0755
TimeoutIdleUSec: 0
? Unit nvidia-suspend-then-hibernate.service:
Description: NVIDIA actions for suspend-then-hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/nvidia-suspend-then-hibernate.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: systemd-suspend-then-hibernate.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-suspend-then-hibernate.service (origin-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-suspend-then-hibernate.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/logger -t suspend -s nvidia-suspend-then-hibernate.service
Command Line: /usr/bin/nvidia-sleep.sh is-suspend-then-hibernate-supported
Command Line: /usr/bin/nvidia-sleep.sh suspend
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/getty-static.service
ConditionPathExists: !/usr/bin/dbus-broker untested
ConditionPathExists: !/usr/bin/dbus-daemon untested
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
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: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: getty.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a3fb5f9d52584580807368edac8afac8
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit sys-devices-virtual-block-dm\x2d0.device:
Description: /sys/devices/virtual/block/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d82556431106452b8a1eb946fa0afb7b
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/block/dm-0
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? 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: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-fsck-root.service
DropIn Path: /usr/lib/systemd/system/systemd-fsck-root.service.d/10-skip-fsck-initramfs.conf
ConditionPathExists: !/run/initramfs/fsck-root untested
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: shutdown.target (origin-file)
Before: local-fs.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
OnFailure: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: emergency.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit tlp.service:
Description: TLP system startup/shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:01 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:01 CET
Active Exit 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: 6932a1c51fde47e9a0beffd69467c49a
Documentation: https://linrunner.de/tlp
Fragment Path: /usr/lib/systemd/system/tlp.service
Condition Timestamp: Mon 2026-01-05 08:55:00 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:00 CET
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-file origin-default)
After: sysinit.target (origin-default)
After: multi-user.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: NetworkManager.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file origin-default)
References: basic.target (origin-default)
References: NetworkManager.service (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: multi-user.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/tlp init start
? ExecReload:
Command Line: /usr/sbin/tlp start
? ExecStop:
Command Line: /usr/sbin/tlp init 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 6d5600b139c44fb2a7289f21d2603ff8
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/graphical.target
Condition Timestamp: Mon 2026-01-05 08:55:00 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:00 CET
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: firezone-client-tunnel.service (origin-file)
Wants: udisks2.service (origin-file)
Wants: power-profiles-daemon.service (origin-file)
Wants: lightdm.service (origin-file)
Wants: accounts-daemon.service (origin-file)
Conflicts: rescue.target (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: shutdown.target (origin-default)
After: accounts-daemon.service (origin-default)
After: rescue.target (origin-file)
After: multi-user.target (origin-file origin-default)
After: rescue.service (origin-file)
After: udisks2.service (origin-default)
After: lightdm.service (origin-file origin-default)
After: firezone-client-tunnel.service (origin-default)
References: firezone-client-tunnel.service (origin-file origin-default)
References: accounts-daemon.service (origin-file origin-default)
References: power-profiles-daemon.service (origin-file)
References: rescue.service (origin-file)
References: lightdm.service (origin-file origin-default)
References: rescue.target (origin-file)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file origin-default)
References: udisks2.service (origin-file origin-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-battery-check.service:
Description: Check battery level during early boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-battery-check.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-battery-check.service
Failure Action: poweroff-force
ConditionKernelCommandLine: !systemd.battery-check=0 untested
ConditionKernelCommandLine: !systemd.battery_check=0 untested
ConditionDirectoryNotEmpty: /sys/class/power_supply untested
ConditionVirtualization: no untested
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Before: systemd-bsod.service (destination-file)
Before: initrd-root-device.target (origin-file)
Before: systemd-hibernate-resume.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-start.service (origin-file)
References: initrd-root-device.target (origin-file)
References: systemd-hibernate-resume.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: plymouth-start.service (origin-file)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-battery-check
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount:
Description: /var/lib/docker/overlay2/459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd/merged
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit 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: bc0e7c3086414e07b38a80d3eb881b34
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: umount.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/docker/overlay2/459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/lib/docker/overlay2/459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd/merged
What: overlay
File System Type: overlay
Options: rw,relatime,lowerdir=/var/lib/docker/overlay2/l/A7XPK5EUA4BRMN72EEFYSJNPXP:/var/lib/docker/overlay2/l/QJ3DWBV4ITCOJSW2DETZE6YU4Y:/var/lib/docker/overlay2/l/ND3EGYIKIZELHKJ4J64XE5HUE4:/var/lib/docker/overlay2/l/EMIR6B6D2VO7RAV4OZCHN3YYMM:/var/lib/docker/overlay2/l/TK2EWOZD5Z3JLRVMQ4Q6WLWWJJ:/var/lib/docker/overlay2/l/24PA5L7EPQTKFY7JNGMRJOJJNN:/var/lib/docker/overlay2/l/EOTNG7FKAM263SR2CBPVJNYWJE:/var/lib/docker/overlay2/l/NN2QSR42C46T2T456QUHXYHSIE:/var/lib/docker/overlay2/l/UWLN5D2VA5HA5DDGK6EKLR5ZEX:/var/lib/docker/overlay2/l/D2MD5MFTXM4QE4OGREBXE4C5KL:/var/lib/docker/overlay2/l/5L62EPWB3XA5A4BFU5APXGXAEX:/var/lib/docker/overlay2/l/PUVBXXQJF5HDBEKYMFPCTRDTUJ:/var/lib/docker/overlay2/l/T5W3BV6GEZKVDPQBLXADBLJRJH:/var/lib/docker/overlay2/l/HESNMQZD4S4XHYXUTFJ2KACVRX:/var/lib/docker/overlay2/l/QV3FLLKJCAJLPGALIZVIRTIWSU:/var/lib/docker/overlay2/l/7WTHO3DFZNPK2TBHYLY5XYOLJN:/var/lib/docker/overlay2/l/2ACZQY6IVYQNQJUZDVBUYYYJOE:/var/lib/docker/overlay2/l/34FGPHAMOQSEKOVCVLEJZVG4PP:/var/lib/docker/overlay2/l/HAWLTNCDLNTSOWPS5KTXUYJIMQ:/var/lib/docker/overlay2/l/6DIUJDSLH64KYTTSZCQ7CJ5A4M,upperdir=/var/lib/docker/overlay2/459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd/diff,workdir=/var/lib/docker/overlay2/459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd/work
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-nvme0n1p3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 36a62a90a6e94fa6ad731f148c5140be
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/nvme0n1p3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope:
Description: libcontainer container 52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
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: system.slice
CGroup: /system.slice/docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-devices
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: 26e7adb5988e4b85bdc8dc6c7b191ddc
Fragment Path: /run/systemd/transient/docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope
DropIn Path: /run/systemd/transient/docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope.d/50-DeviceAllow.conf
DropIn Path: /run/systemd/transient/docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope.d/50-DevicePolicy.conf
Condition Timestamp: Mon 2026-01-05 08:54:59 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:59 CET
Assert Result: yes
Requires: system.slice (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
CPUAccounting: yes
IOAccounting: yes
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: block-* m
DeviceAllow: char-* m
DeviceAllow: /dev/char/1:3 rwm
DeviceAllow: /dev/char/1:5 rwm
DeviceAllow: /dev/char/1:7 rwm
DeviceAllow: /dev/char/1:8 rwm
DeviceAllow: /dev/char/1:9 rwm
DeviceAllow: /dev/char/5:0 rwm
DeviceAllow: /dev/char/5:1 rwm
DeviceAllow: /dev/char/5:2 rwm
DeviceAllow: /dev/char/10:200 rwm
DeviceAllow: char-136 rwm
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit systemd-reboot.service:
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-reboot.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-reboot.service
Success Action: reboot-force
Requires: shutdown.target (origin-file)
Requires: system.slice (origin-file)
Requires: final.target (origin-file)
Requires: umount.target (origin-file)
RequiredBy: reboot.target (destination-file)
Before: reboot.target (destination-file)
After: shutdown.target (origin-file)
After: system.slice (origin-file)
After: plymouth-reboot.service (destination-file)
After: final.target (origin-file)
After: systemd-journald.socket (origin-file)
After: umount.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: final.target (origin-file)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: reboot.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-switch-root.target:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Fragment Path: /usr/lib/systemd/system/initrd-switch-root.target
AssertPathExists: /etc/initrd-release untested
Wants: initrd-switch-root.service (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: initrd-fs.target (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: plymouth-start.service (origin-file)
Wants: initrd-udevadm-cleanup-db.service (origin-file)
Wants: plymouth-switch-root.service (origin-file)
Wants: initrd-cleanup.service (origin-file)
WantedBy: initrd-switch-root.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: systemd-sysext.service (destination-file)
ConflictedBy: systemd-confext.service (destination-file)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: systemd-resolved.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
Before: initrd-switch-root.service (origin-file)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-sysext.service (destination-file)
After: systemd-confext.service (destination-file)
After: systemd-tmpfiles-clean.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-networkd.service (destination-file)
After: systemd-ask-password-console.service (destination-file)
After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
After: initrd-cleanup.service (origin-file)
After: systemd-sysusers.service (destination-file)
After: systemd-resolved.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: emergency.target (origin-file)
After: initrd-fs.target (origin-file)
After: initrd-root-fs.target (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: emergency.service (origin-file)
After: ldconfig.service (destination-file)
References: emergency.service (origin-file)
References: initrd-root-fs.target (origin-file)
References: initrd-switch-root.service (origin-file)
References: initrd-fs.target (origin-file)
References: emergency.target (origin-file)
References: initrd-cleanup.service (origin-file)
References: initrd-udevadm-cleanup-db.service (origin-file)
References: plymouth-switch-root.service (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-journald.service (origin-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-pcrphase-sysinit.service:
Description: TPM PCR Barrier (Initialization)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrphase-sysinit.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-sysinit.service
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: basic.target (origin-file)
Before: shutdown.target (origin-file)
After: tpm2.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-file)
References: basic.target (origin-file)
References: shutdown.target (origin-file)
References: tpm2.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful sysinit
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful final
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tpm2-setup.service:
Description: TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-tpm2-setup.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-tpm2-setup.service
ConditionPathExists: !/etc/initrd-release untested
ConditionSecurity: measured-uki untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: -.mount (origin-path)
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: -.mount (origin-path)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tpm2-setup-early.service (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: -.mount (origin-path)
References: tpm2.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/tpm2-srk-public-key.pem (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit machine.slice:
Description: Virtual Machine and Container Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: /machine.slice
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 6a19b6f2f6bb49a1a79ca0120ddea895
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/machine.slice
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-implicit)
WantedBy: systemd-machined.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-machined.service (destination-file)
Before: slices.target (origin-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
References: shutdown.target (origin-default)
References: slices.target (origin-file)
ReferencedBy: systemd-machined.service (destination-file)
InSlice: -.slice (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit run-user-1001.mount:
Description: /run/user/1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
Active Exit 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: 8f83525987224bbeac33142c6f299086
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
Before: run-user-1001-gvfs.mount (destination-path)
Before: umount.target (origin-mountinfo)
Before: run-user-1001-doc.mount (destination-path)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
After: swap.target (origin-mountinfo)
References: swap.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
ReferencedBy: run-user-1001-doc.mount (destination-path)
ReferencedBy: run-user-1001-gvfs.mount (destination-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/user (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/user/1001
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=3251140k,nr_inodes=812785,mode=700,uid=1001,gid=1001,inode64
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0e6bd56f63504ee7a922b8e1cda01780
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0ed75ffd8e61414d86d44d98ae334fa4
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partnum/2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sound.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sound.target (destination-default)
Before: alsa-restore.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: sound.target (destination-file destination-default)
ReferencedBy: alsa-restore.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s -n 19 -c rdaemon
? ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime -s kill save_and_quit
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope:
Description: libcontainer container 7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
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: system.slice
CGroup: /system.slice/docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-devices
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: 273981a0bf3248dda00415d0d5d8f0a1
Fragment Path: /run/systemd/transient/docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope
DropIn Path: /run/systemd/transient/docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope.d/50-DeviceAllow.conf
DropIn Path: /run/systemd/transient/docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope.d/50-DevicePolicy.conf
Condition Timestamp: Mon 2026-01-05 08:54:59 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:59 CET
Assert Result: yes
Requires: system.slice (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
CPUAccounting: yes
IOAccounting: yes
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: block-* m
DeviceAllow: char-* m
DeviceAllow: /dev/char/1:3 rwm
DeviceAllow: /dev/char/1:5 rwm
DeviceAllow: /dev/char/1:7 rwm
DeviceAllow: /dev/char/1:8 rwm
DeviceAllow: /dev/char/1:9 rwm
DeviceAllow: /dev/char/5:0 rwm
DeviceAllow: /dev/char/5:1 rwm
DeviceAllow: /dev/char/5:2 rwm
DeviceAllow: /dev/char/10:200 rwm
DeviceAllow: char-136 rwm
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit user-runtime-dir at 1001.service:
Description: User Runtime Directory /run/user/1001
Instance: 1001
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
Active Exit 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-1001.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: fbb5338de3664c69af1f5fc73d98114f
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Mon 2026-01-05 08:55:15 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:15 CET
Assert Result: yes
Requires: user-1001.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: session-2.scope (destination-file)
BoundBy: user at 1001.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: user at 1001.service (destination-file)
Before: session-2.scope (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-logind.service (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: user-1001.slice (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-logind.service (origin-file)
References: dbus.service (origin-file)
References: user-1001.slice (origin-file origin-slice-property)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user at 1001.service (destination-file)
InSlice: user-1001.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir start 1001
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 1001
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
RequiredBy: emergency.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: rescue.service (origin-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
Before: shutdown.target (origin-file)
Before: emergency.target (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: rescue.service (origin-file)
After: systemd-ask-password-wall.path (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-ask-password-console.path (destination-file)
After: sysinit.target (destination-file)
After: systemd-ask-password-console.service (destination-file)
After: syslog.socket (destination-file)
References: rescue.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: shutdown.target (origin-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: syslog.socket (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit apt-show-versions.service:
Description: Daily apt-show-versions index rebuild
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:apt-show-versions(8)
Fragment Path: /usr/lib/systemd/system/apt-show-versions.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: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: apt-show-versions.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: apt-show-versions.timer (destination-implicit)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: apt-show-versions.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: best-effort
IOPriority: 7
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /etc/cron.daily/apt-show-versions systemd-timer
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit fstrim.timer:
Description: Discard unused filesystem blocks once a week
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dde41cad7e9b4488b81c45650e84b958
Documentation: man:fstrim
Fragment Path: /usr/lib/systemd/system/fstrim.timer
ConditionPathExists: !/etc/initrd-release untested
ConditionVirtualization: !container untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: fstrim.service (origin-implicit)
After: time-set.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: fstrim.service (origin-implicit)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: time-set.target (origin-default)
References: fstrim.service (origin-implicit)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: fstrim.service
Persistent: yes
WakeSystem: no
Accuracy: 1h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: Mon *-*-* 00:00:00
? Unit nvidia-hibernate.service:
Description: NVIDIA system hibernate actions
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/nvidia-hibernate.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: systemd-hibernate.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-hibernate.service (origin-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-hibernate.service (origin-file)
ReferencedBy: systemd-hibernate.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/logger -t hibernate -s nvidia-hibernate.service
Command Line: /usr/bin/nvidia-sleep.sh hibernate
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtlockd-admin.socket:
Description: libvirt locking daemon admin socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlockd-admin.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: c29fbe949f8647d9834d9899ec50605e
Fragment Path: /usr/lib/systemd/system/virtlockd-admin.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
BindsTo: virtlockd.socket (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: virtlockd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: virtlockd.service (origin-implicit destination-file)
Before: sockets.target (origin-default destination-default)
After: sysinit.target (origin-default)
After: virtlockd.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: virtlockd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: virtlockd.socket (origin-file)
References: virtlockd.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: virtlockd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/virtlockd-admin-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: virtlockd-admin.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/virtlockd-admin-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit remote-fs-pre.target:
Description: Preparation for Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 531623164dcc4511ab3a73539efc109e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs-pre.target
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
WantedBy: open-iscsi.service (destination-file)
WantedBy: iscsid.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: remote-cryptsetup.target (destination-file)
Before: remote-veritysetup.target (destination-file)
Before: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
After: open-iscsi.service (destination-file)
After: iscsid.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: remote-veritysetup.target (destination-file)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: open-iscsi.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit libvirtd-ro.socket:
Description: libvirt legacy monolithic daemon read-only socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:56:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/libvirtd-ro.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 34b29acebbfe47d1a490da593381f4f4
Fragment Path: /usr/lib/systemd/system/libvirtd-ro.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
BindsTo: libvirtd.socket (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: libvirtd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: libvirtd.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: libvirtd.socket (origin-file)
Triggers: libvirtd.service (origin-implicit)
References: libvirtd.service (origin-implicit)
References: shutdown.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: libvirtd.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: libvirtd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/libvirt-sock-ro (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: libvirtd-ro.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/libvirt-sock-ro
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-debian\x2d\x2dvg\x2dhome.device:
Description: /dev/mapper/debian--vg-home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1345c24a64fc4c2e91be7fe39a9e0f76
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
RequiredBy: home.mount (destination-mountinfo)
BoundBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: home.mount (destination-mountinfo)
PropagatesStopTo: home.mount (destination-mountinfo)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: home.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/mapper/debian--vg-home
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev,found-mount
? Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: cpu cpuset io memory pids
CGroup own mask: memory pids
CGroup members mask: cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: systemd-sysext.service (destination-file)
RequiredBy: libvirtd.service (destination-file)
RequiredBy: systemd-battery-check.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: alsa-state.service (destination-file)
RequiredBy: lightdm.service (destination-file)
RequiredBy: virtlogd.socket (destination-file)
RequiredBy: systemd-importd.socket (destination-file)
RequiredBy: systemd-tpm2-setup.service (destination-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: containerd.service (destination-file)
RequiredBy: plymouth-halt.service (destination-file)
RequiredBy: virtlockd.service (destination-file)
RequiredBy: cups.socket (destination-file)
RequiredBy: exim4.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: virtlogd.service (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: systemd-hibernate.service (destination-file)
RequiredBy: docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope (destination-file)
RequiredBy: initrd-cleanup.service (destination-file)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: systemd-journal-catalog-update.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-file)
RequiredBy: fwupd.service (destination-file)
RequiredBy: packagekit.service (destination-file)
RequiredBy: systemd-sysext.socket (destination-file)
RequiredBy: systemd-networkd-persistent-storage.service (destination-file)
RequiredBy: run-user-1001.mount (destination-file)
RequiredBy: uuidd.socket (destination-file)
RequiredBy: e2scrub_reap.service (destination-file)
RequiredBy: systemd-creds.socket (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: dm-event.service (destination-file)
RequiredBy: systemd-hostnamed.socket (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: libvirt-guests.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: cups.service (destination-file)
RequiredBy: dm-event.socket (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-pcrmachine.service (destination-file)
RequiredBy: tlp.service (destination-file)
RequiredBy: systemd-importd.service (destination-file)
RequiredBy: systemd-firstboot.service (destination-file)
RequiredBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-hostnamed.service (destination-file)
RequiredBy: dev-debian\x2dvg-swap_1.swap (destination-file)
RequiredBy: nvidia-suspend-then-hibernate.service (destination-file)
RequiredBy: systemd-bsod.service (destination-file)
RequiredBy: systemd-ask-password-plymouth.service (destination-file)
RequiredBy: ldconfig.service (destination-file)
RequiredBy: systemd-initctl.socket (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: dpkg-db-backup.service (destination-file)
RequiredBy: avahi-daemon.socket (destination-file)
RequiredBy: mde_netfilter_v2.service (destination-file)
RequiredBy: unattended-upgrades.service (destination-file)
RequiredBy: nvidia-suspend.service (destination-file)
RequiredBy: docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope (destination-file)
RequiredBy: anacron.service (destination-file)
RequiredBy: e2scrub_all.service (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope (destination-file)
RequiredBy: initrd-switch-root.service (destination-file)
RequiredBy: virtlockd-admin.socket (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: run-docker-netns-04e8e7e180ff.mount (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: systemd-pcrextend.socket (destination-file)
RequiredBy: NetworkManager-wait-online.service (destination-file)
RequiredBy: systemd-pcrphase.service (destination-file)
RequiredBy: virtlogd-admin.socket (destination-file)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: systemd-tpm2-setup-early.service (destination-file)
RequiredBy: keyboard-setup.service (destination-file)
RequiredBy: grub-common.service (destination-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: bolt.service (destination-file)
RequiredBy: plymouth-quit.service (destination-file)
RequiredBy: sshd-keygen.service (destination-file)
RequiredBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
RequiredBy: nvidia-hibernate.service (destination-file)
RequiredBy: apt-show-versions.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: plymouth-read-write.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: sshd-unix-local.socket (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: system-modprobe.slice (destination-implicit)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-file)
RequiredBy: iscsid.service (destination-file)
RequiredBy: boot.mount (destination-file)
RequiredBy: libvirtd-admin.socket (destination-file)
RequiredBy: var-lib-machines.mount (destination-file)
RequiredBy: initrd-parse-etc.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-file)
RequiredBy: dev-disk-by\x2ddiskseq-4.swap (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: systemd-udev-settle.service (destination-file)
RequiredBy: iscsid.socket (destination-file)
RequiredBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: dev-dm\x2d2.swap (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: systemd-pcrlock.socket (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: libvirtd.socket (destination-file)
RequiredBy: run-user-1001-doc.mount (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: systemd-hybrid-sleep.service (destination-file)
RequiredBy: systemd-udev-load-credentials.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: open-iscsi.service (destination-file)
RequiredBy: rc-local.service (destination-file)
RequiredBy: plymouth-quit-wait.service (destination-file)
RequiredBy: docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: jcagent.service (destination-file)
RequiredBy: nvidia-cdi-refresh.service (destination-file)
RequiredBy: ssh.service (destination-file)
RequiredBy: plymouth-poweroff.service (destination-file)
RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
RequiredBy: plymouth-switch-root.service (destination-file)
RequiredBy: blk-availability.service (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: systemd-pstore.service (destination-file)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
RequiredBy: libvirtd-ro.socket (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: mdatp.service (destination-file)
RequiredBy: home.mount (destination-file)
RequiredBy: fstrim.service (destination-file)
RequiredBy: systemd-resolved.service (destination-file)
RequiredBy: run-docker-netns-9ac0eaba658d.mount (destination-file)
RequiredBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: systemd-machined.service (destination-file)
RequiredBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-file)
RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: plymouth-kexec.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: systemd-suspend.service (destination-file)
RequiredBy: console-setup.service (destination-file)
RequiredBy: system-sshd.slice (destination-implicit)
RequiredBy: systemd-hibernate-clear.service (destination-file)
RequiredBy: alsa-restore.service (destination-file)
RequiredBy: plymouth-start.service (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: systemd-hibernate-resume.service (destination-file)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-file)
RequiredBy: docker.service (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: plymouth-reboot.service (destination-file)
RequiredBy: systemd-initctl.service (destination-file)
RequiredBy: fwupd-refresh.service (destination-file)
RequiredBy: docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: run-user-1001-gvfs.mount (destination-file)
RequiredBy: lvm2-lvmpolld.socket (destination-file)
RequiredBy: run-docker-netns-dce25778fad1.mount (destination-file)
RequiredBy: systemd-pcrphase-initrd.service (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: systemd-networkd.socket (destination-file)
RequiredBy: docker.socket (destination-file)
RequiredBy: exim4-base.service (destination-file)
RequiredBy: plymouth-switch-root-initramfs.service (destination-file)
RequiredBy: cups-browsed.service (destination-file)
RequiredBy: firezone-client-tunnel.service (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
RequiredBy: virtlockd.socket (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: nvidia-resume.service (destination-file)
RequiredBy: boot-efi.mount (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
RequiredBy: uuidd.service (destination-file)
RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: mde_netfilter_v2.socket (destination-file)
RequiredBy: blueman-mechanism.service (destination-file)
RequiredBy: systemd-update-done.service (destination-file)
RequiredBy: run-docker-netns-ce2278145f4e.mount (destination-file)
RequiredBy: rsyslog.service (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: run-docker-netns-aac4885ad146.mount (destination-file)
RequiredBy: lvm2-lvmpolld.service (destination-file)
RequiredBy: systemd-quotacheck-root.service (destination-file)
RequiredBy: systemd-confext.service (destination-file)
RequiredBy: polkit.service (destination-file)
RequiredBy: run-lock.mount (destination-file)
WantedBy: slices.target (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: run-user-1001-gvfs.mount (destination-file)
Before: libvirtd-admin.socket (destination-file)
Before: alsa-state.service (destination-file)
Before: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-file)
Before: tlp.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: sshd-unix-local.socket (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: udisks2.service (destination-file)
Before: rc-local.service (destination-file)
Before: fwupd-refresh.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: systemd-sysext.socket (destination-file)
Before: slices.target (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: docker.service (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: cups.socket (destination-file)
Before: apparmor.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: virtlockd.socket (destination-file)
Before: system-modprobe.slice (destination-implicit)
Before: apt-daily.service (destination-file)
Before: nvidia-cdi-refresh.service (destination-file)
Before: polkit.service (destination-file)
Before: plymouth-start.service (destination-file)
Before: system-getty.slice (destination-implicit)
Before: systemd-importd.socket (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: boot.mount (destination-file)
Before: virtlogd.socket (destination-file)
Before: exim4-base.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: dev-dm\x2d2.swap (destination-file)
Before: grub-common.service (destination-file)
Before: getty-static.service (destination-file)
Before: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-file)
Before: run-docker-netns-aac4885ad146.mount (destination-file)
Before: systemd-networkd.socket (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: systemd-ask-password-wall.service (destination-file)
Before: systemd-pcrlock.socket (destination-file)
Before: avahi-daemon.service (destination-file)
Before: ldconfig.service (destination-file)
Before: docker.socket (destination-file)
Before: anacron.service (destination-file)
Before: run-docker-netns-9ac0eaba658d.mount (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: blk-availability.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: sshd-keygen.service (destination-file)
Before: run-docker-netns-ce2278145f4e.mount (destination-file)
Before: fwupd.service (destination-file)
Before: virtlogd.service (destination-file)
Before: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-file)
Before: virtlockd.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: syslog.socket (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: nvidia-resume.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: bolt.service (destination-file)
Before: iscsid.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-file)
Before: ssh.service (destination-file)
Before: bluetooth.service (destination-file)
Before: mdatp.service (destination-file)
Before: dev-disk-by\x2ddiskseq-4.swap (destination-file)
Before: nvidia-suspend.service (destination-file)
Before: run-user-1001-doc.mount (destination-file)
Before: cups.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: plymouth-read-write.service (destination-file)
Before: open-iscsi.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: virtlockd-admin.socket (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: containerd.service (destination-file)
Before: home.mount (destination-file)
Before: systemd-sysext.service (destination-file)
Before: cups-browsed.service (destination-file)
Before: run-docker-netns-dce25778fad1.mount (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: system-systemd\x2dbacklight.slice (destination-implicit)
Before: systemd-hibernate.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: dbus.socket (destination-file)
Before: systemd-pstore.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: rsyslog.service (destination-file)
Before: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope (destination-file)
Before: run-docker-netns-04e8e7e180ff.mount (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: packagekit.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: boot-efi.mount (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-file)
Before: docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope (destination-file)
Before: systemd-bsod.service (destination-file)
Before: virtlogd-admin.socket (destination-file)
Before: upower.service (destination-file)
Before: firezone-client-tunnel.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope (destination-file)
Before: systemd-initctl.socket (destination-file)
Before: nvidia-hibernate.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: libvirtd.socket (destination-file)
Before: plymouth-halt.service (destination-file)
Before: avahi-daemon.socket (destination-file)
Before: iscsid.socket (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-hostnamed.socket (destination-file)
Before: systemd-confext.service (destination-file)
Before: system-systemd\x2dcryptsetup.slice (destination-implicit)
Before: systemd-tpm2-setup.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: exim4.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: lightdm.service (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-ask-password-plymouth.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope (destination-file)
Before: systemd-kexec.service (destination-file)
Before: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-file)
Before: libvirtd.service (destination-file)
Before: systemd-importd.service (destination-file)
Before: dev-debian\x2dvg-swap_1.swap (destination-file)
Before: docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
Before: nvidia-suspend-then-hibernate.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: systemd-creds.socket (destination-file)
Before: e2scrub_all.service (destination-file)
Before: tmp.mount (destination-file)
Before: uuidd.socket (destination-file)
Before: lvm2-lvmpolld.socket (destination-file)
Before: apt-show-versions.service (destination-file)
Before: cron.service (destination-file)
Before: ModemManager.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: plymouth-switch-root.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: logrotate.service (destination-file)
Before: dbus.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: libvirt-guests.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: var-lib-machines.mount (destination-file)
Before: systemd-suspend.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: dm-event.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: system-sshd.slice (destination-implicit)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: unattended-upgrades.service (destination-file)
Before: dm-event.socket (destination-file)
Before: run-lock.mount (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: run-user-1001.mount (destination-file)
Before: rescue.service (destination-file)
Before: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: mde_netfilter_v2.socket (destination-file)
Before: blueman-mechanism.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: jcagent.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: systemd-machined.service (destination-file)
Before: libvirtd-ro.socket (destination-file)
Before: emergency.service (destination-file)
Before: mde_netfilter_v2.service (destination-file)
Before: console-setup.service (destination-file)
Before: fstrim.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-pcrextend.socket (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: run-lock.mount (destination-file destination-slice-property)
ReferencedBy: fstrim.service (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-resume.service (destination-file destination-slice-property)
ReferencedBy: mde_netfilter_v2.service (destination-file destination-slice-property)
ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-clear.service (destination-file destination-slice-property)
ReferencedBy: tlp.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-file destination-slice-property)
ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
ReferencedBy: lvm2-monitor.service (destination-file destination-slice-property)
ReferencedBy: nvidia-resume.service (destination-file destination-slice-property)
ReferencedBy: systemd-battery-check.service (destination-file destination-slice-property)
ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.socket (destination-file destination-slice-property)
ReferencedBy: rc-local.service (destination-file destination-slice-property)
ReferencedBy: anacron.service (destination-file destination-slice-property)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-file destination-slice-property)
ReferencedBy: plymouth-reboot.service (destination-file destination-slice-property)
ReferencedBy: systemd-resolved.service (destination-file destination-slice-property)
ReferencedBy: cups-browsed.service (destination-file destination-slice-property)
ReferencedBy: plymouth-quit-wait.service (destination-file destination-slice-property)
ReferencedBy: NetworkManager.service (destination-file destination-slice-property)
ReferencedBy: accounts-daemon.service (destination-file destination-slice-property)
ReferencedBy: apt-daily.service (destination-file destination-slice-property)
ReferencedBy: dm-event.socket (destination-file destination-slice-property)
ReferencedBy: docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope (destination-file destination-slice-property)
ReferencedBy: ifupdown-pre.service (destination-file destination-slice-property)
ReferencedBy: sshd-keygen.service (destination-file destination-slice-property)
ReferencedBy: virtlogd.service (destination-file destination-slice-property)
ReferencedBy: docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope (destination-file destination-slice-property)
ReferencedBy: wpa_supplicant.service (destination-file destination-slice-property)
ReferencedBy: rtkit-daemon.service (destination-file destination-slice-property)
ReferencedBy: plymouth-quit.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
ReferencedBy: systemd-halt.service (destination-file destination-slice-property)
ReferencedBy: logrotate.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-load-credentials.service (destination-file destination-slice-property)
ReferencedBy: libvirt-guests.service (destination-file destination-slice-property)
ReferencedBy: firezone-client-tunnel.service (destination-file destination-slice-property)
ReferencedBy: virtlockd.socket (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
ReferencedBy: var-lib-machines.mount (destination-file destination-slice-property)
ReferencedBy: avahi-daemon.socket (destination-file destination-slice-property)
ReferencedBy: lm-sensors.service (destination-file destination-slice-property)
ReferencedBy: systemd-importd.socket (destination-file destination-slice-property)
ReferencedBy: tmp.mount (destination-file destination-slice-property)
ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
ReferencedBy: ldconfig.service (destination-file destination-slice-property)
ReferencedBy: exim4.service (destination-file destination-slice-property)
ReferencedBy: systemd-confext.service (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
ReferencedBy: systemd-hybrid-sleep.service (destination-file destination-slice-property)
ReferencedBy: systemd-reboot.service (destination-file destination-slice-property)
ReferencedBy: docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope (destination-file destination-slice-property)
ReferencedBy: systemd-importd.service (destination-file destination-slice-property)
ReferencedBy: bolt.service (destination-file destination-slice-property)
ReferencedBy: rsyslog.service (destination-file destination-slice-property)
ReferencedBy: uuidd.socket (destination-file destination-slice-property)
ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrlock.socket (destination-file destination-slice-property)
ReferencedBy: plymouth-halt.service (destination-file destination-slice-property)
ReferencedBy: nvidia-cdi-refresh.service (destination-file destination-slice-property)
ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
ReferencedBy: apt-show-versions.service (destination-file destination-slice-property)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-file destination-slice-property)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-file destination-slice-property)
ReferencedBy: blueman-mechanism.service (destination-file destination-slice-property)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
ReferencedBy: run-user-1001.mount (destination-file destination-slice-property)
ReferencedBy: udisks2.service (destination-file destination-slice-property)
ReferencedBy: dm-event.service (destination-file destination-slice-property)
ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
ReferencedBy: console-setup.service (destination-file destination-slice-property)
ReferencedBy: plymouth-start.service (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dcryptsetup.slice (destination-implicit)
ReferencedBy: systemd-initctl.socket (destination-file destination-slice-property)
ReferencedBy: containerd.service (destination-file destination-slice-property)
ReferencedBy: boot-efi.mount (destination-file destination-slice-property)
ReferencedBy: unattended-upgrades.service (destination-file destination-slice-property)
ReferencedBy: polkit.service (destination-file destination-slice-property)
ReferencedBy: bluetooth.service (destination-file destination-slice-property)
ReferencedBy: systemd-kexec.service (destination-file destination-slice-property)
ReferencedBy: systemd-update-done.service (destination-file destination-slice-property)
ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
ReferencedBy: virtlogd.socket (destination-file destination-slice-property)
ReferencedBy: ssh.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file destination-slice-property)
ReferencedBy: virtlockd-admin.socket (destination-file destination-slice-property)
ReferencedBy: virtlockd.service (destination-file destination-slice-property)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file destination-slice-property)
ReferencedBy: man-db.service (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate.service (destination-file destination-slice-property)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-file destination-slice-property)
ReferencedBy: docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope (destination-file destination-slice-property)
ReferencedBy: system-modprobe.slice (destination-implicit)
ReferencedBy: nvidia-hibernate.service (destination-file destination-slice-property)
ReferencedBy: dev-dm\x2d2.swap (destination-file destination-slice-property)
ReferencedBy: cups.socket (destination-file destination-slice-property)
ReferencedBy: lightdm.service (destination-file destination-slice-property)
ReferencedBy: uuidd.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-file destination-slice-property)
ReferencedBy: system-sshd.slice (destination-implicit)
ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
ReferencedBy: exim4-base.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
ReferencedBy: run-user-1001-gvfs.mount (destination-file destination-slice-property)
ReferencedBy: systemd-machined.service (destination-file destination-slice-property)
ReferencedBy: packagekit.service (destination-file destination-slice-property)
ReferencedBy: iscsid.socket (destination-file destination-slice-property)
ReferencedBy: cups.service (destination-file destination-slice-property)
ReferencedBy: NetworkManager-wait-online.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrextend.socket (destination-file destination-slice-property)
ReferencedBy: docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope (destination-file destination-slice-property)
ReferencedBy: blk-availability.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
ReferencedBy: run-user-1001-doc.mount (destination-file destination-slice-property)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: libvirtd.socket (destination-file destination-slice-property)
ReferencedBy: systemd-hwdb-update.service (destination-file destination-slice-property)
ReferencedBy: libvirtd-admin.socket (destination-file destination-slice-property)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-file destination-slice-property)
ReferencedBy: emergency.service (destination-file destination-slice-property)
ReferencedBy: home.mount (destination-file destination-slice-property)
ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
ReferencedBy: upower.service (destination-file destination-slice-property)
ReferencedBy: getty-static.service (destination-file destination-slice-property)
ReferencedBy: apparmor.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
ReferencedBy: docker.socket (destination-file destination-slice-property)
ReferencedBy: mde_netfilter_v2.socket (destination-file destination-slice-property)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file destination-slice-property)
ReferencedBy: syslog.socket (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup.service (destination-file destination-slice-property)
ReferencedBy: lvm2-lvmpolld.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file destination-slice-property)
ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-file destination-slice-property)
ReferencedBy: libvirtd.service (destination-file destination-slice-property)
ReferencedBy: avahi-daemon.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.socket (destination-file destination-slice-property)
ReferencedBy: mdatp.service (destination-file destination-slice-property)
ReferencedBy: alsa-state.service (destination-file destination-slice-property)
ReferencedBy: fwupd.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
ReferencedBy: dbus.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
ReferencedBy: rescue.service (destination-file destination-slice-property)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file destination-slice-property)
ReferencedBy: sshd-unix-local.socket (destination-file destination-slice-property)
ReferencedBy: fwupd-refresh.service (destination-file destination-slice-property)
ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
ReferencedBy: virtlogd-admin.socket (destination-file destination-slice-property)
ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-slice-property)
ReferencedBy: systemd-initctl.service (destination-file destination-slice-property)
ReferencedBy: cron.service (destination-file destination-slice-property)
ReferencedBy: libvirtd-ro.socket (destination-file destination-slice-property)
ReferencedBy: systemd-timesyncd.service (destination-file destination-slice-property)
ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
ReferencedBy: systemd-bsod.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrmachine.service (destination-file destination-slice-property)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-file destination-slice-property)
ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
ReferencedBy: plymouth-poweroff.service (destination-file destination-slice-property)
ReferencedBy: networking.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
ReferencedBy: plymouth-switch-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-suspend.service (destination-file destination-slice-property)
ReferencedBy: alsa-restore.service (destination-file destination-slice-property)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-file destination-slice-property)
ReferencedBy: plymouth-read-write.service (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file destination-slice-property)
ReferencedBy: plymouth-kexec.service (destination-file destination-slice-property)
ReferencedBy: systemd-journal-catalog-update.service (destination-file destination-slice-property)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-file destination-slice-property)
ReferencedBy: systemd-soft-reboot.service (destination-file destination-slice-property)
ReferencedBy: docker.service (destination-file destination-slice-property)
ReferencedBy: open-iscsi.service (destination-file destination-slice-property)
ReferencedBy: systemd-poweroff.service (destination-file destination-slice-property)
ReferencedBy: nvidia-suspend.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-file destination-slice-property)
ReferencedBy: lvm2-lvmpolld.socket (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: systemd-creds.socket (destination-file destination-slice-property)
ReferencedBy: colord.service (destination-file destination-slice-property)
ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
ReferencedBy: dbus.socket (destination-file destination-slice-property)
ReferencedBy: grub-common.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
ReferencedBy: boot.mount (destination-file destination-slice-property)
ReferencedBy: systemd-quotacheck-root.service (destination-file destination-slice-property)
ReferencedBy: iscsid.service (destination-file destination-slice-property)
ReferencedBy: jcagent.service (destination-file destination-slice-property)
ReferencedBy: ModemManager.service (destination-file destination-slice-property)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-file destination-slice-property)
InSlice: -.slice (origin-implicit)
SliceOf: systemd-user-sessions.service (destination-slice-property)
SliceOf: alsa-state.service (destination-slice-property)
SliceOf: systemd-poweroff.service (destination-slice-property)
SliceOf: logrotate.service (destination-slice-property)
SliceOf: systemd-ask-password-plymouth.service (destination-slice-property)
SliceOf: systemd-journald.socket (destination-slice-property)
SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
SliceOf: unattended-upgrades.service (destination-slice-property)
SliceOf: libvirt-guests.service (destination-slice-property)
SliceOf: systemd-hibernate-clear.service (destination-slice-property)
SliceOf: packagekit.service (destination-slice-property)
SliceOf: dev-debian\x2dvg-swap_1.swap (destination-slice-property)
SliceOf: keyboard-setup.service (destination-slice-property)
SliceOf: systemd-sysctl.service (destination-slice-property)
SliceOf: cron.service (destination-slice-property)
SliceOf: mde_netfilter_v2.service (destination-slice-property)
SliceOf: avahi-daemon.service (destination-slice-property)
SliceOf: systemd-udevd.service (destination-slice-property)
SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
SliceOf: colord.service (destination-slice-property)
SliceOf: systemd-hibernate-resume.service (destination-slice-property)
SliceOf: blk-availability.service (destination-slice-property)
SliceOf: plymouth-kexec.service (destination-slice-property)
SliceOf: systemd-udev-load-credentials.service (destination-slice-property)
SliceOf: exim4-base.service (destination-slice-property)
SliceOf: systemd-ask-password-wall.service (destination-slice-property)
SliceOf: apt-show-versions.service (destination-slice-property)
SliceOf: systemd-sysusers.service (destination-slice-property)
SliceOf: systemd-hostnamed.service (destination-slice-property)
SliceOf: systemd-binfmt.service (destination-slice-property)
SliceOf: systemd-networkd-persistent-storage.service (destination-slice-property)
SliceOf: systemd-resolved.service (destination-slice-property)
SliceOf: plymouth-read-write.service (destination-slice-property)
SliceOf: systemd-modules-load.service (destination-slice-property)
SliceOf: systemd-suspend-then-hibernate.service (destination-slice-property)
SliceOf: systemd-pcrextend.socket (destination-slice-property)
SliceOf: systemd-pcrlock.socket (destination-slice-property)
SliceOf: apt-daily-upgrade.service (destination-slice-property)
SliceOf: nvidia-suspend-then-hibernate.service (destination-slice-property)
SliceOf: dbus.service (destination-slice-property)
SliceOf: fwupd.service (destination-slice-property)
SliceOf: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-slice-property)
SliceOf: systemd-networkd.service (destination-slice-property)
SliceOf: systemd-machine-id-commit.service (destination-slice-property)
SliceOf: lvm2-monitor.service (destination-slice-property)
SliceOf: lightdm.service (destination-slice-property)
SliceOf: systemd-udevd-control.socket (destination-slice-property)
SliceOf: systemd-ask-password-console.service (destination-slice-property)
SliceOf: run-docker-netns-aac4885ad146.mount (destination-slice-property)
SliceOf: docker-7aef2fb7cb88096fc42cf17903f0beed061ab1fcf66122019851a67277d6095d.scope (destination-slice-property)
SliceOf: systemd-confext.service (destination-slice-property)
SliceOf: getty-static.service (destination-slice-property)
SliceOf: dev-disk-by\x2ddiskseq-4.swap (destination-slice-property)
SliceOf: systemd-hostnamed.socket (destination-slice-property)
SliceOf: open-iscsi.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev-early.service (destination-slice-property)
SliceOf: blueman-mechanism.service (destination-slice-property)
SliceOf: docker-52463cf05e4c7f66db671f6a31d80419cdbb69bfd3272a798492b68bdb49f9d4.scope (destination-slice-property)
SliceOf: udisks2.service (destination-slice-property)
SliceOf: containerd.service (destination-slice-property)
SliceOf: systemd-tpm2-setup-early.service (destination-slice-property)
SliceOf: uuidd.socket (destination-slice-property)
SliceOf: dpkg-db-backup.service (destination-slice-property)
SliceOf: lvm2-lvmpolld.socket (destination-slice-property)
SliceOf: accounts-daemon.service (destination-slice-property)
SliceOf: libvirtd.service (destination-slice-property)
SliceOf: libvirtd.socket (destination-slice-property)
SliceOf: system-sshd.slice (destination-implicit)
SliceOf: plymouth-reboot.service (destination-slice-property)
SliceOf: systemd-pstore.service (destination-slice-property)
SliceOf: systemd-random-seed.service (destination-slice-property)
SliceOf: plymouth-halt.service (destination-slice-property)
SliceOf: plymouth-switch-root.service (destination-slice-property)
SliceOf: nvidia-suspend.service (destination-slice-property)
SliceOf: run-docker-netns-9ac0eaba658d.mount (destination-slice-property)
SliceOf: dev-dm\x2d2.swap (destination-slice-property)
SliceOf: systemd-importd.socket (destination-slice-property)
SliceOf: e2scrub_reap.service (destination-slice-property)
SliceOf: systemd-creds.socket (destination-slice-property)
SliceOf: virtlockd.socket (destination-slice-property)
SliceOf: systemd-update-done.service (destination-slice-property)
SliceOf: systemd-sysext.socket (destination-slice-property)
SliceOf: docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope (destination-slice-property)
SliceOf: syslog.socket (destination-slice-property)
SliceOf: systemd-pcrphase.service (destination-slice-property)
SliceOf: fstrim.service (destination-slice-property)
SliceOf: wpa_supplicant.service (destination-slice-property)
SliceOf: systemd-halt.service (destination-slice-property)
SliceOf: systemd-machined.service (destination-slice-property)
SliceOf: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-slice-property)
SliceOf: systemd-reboot.service (destination-slice-property)
SliceOf: systemd-battery-check.service (destination-slice-property)
SliceOf: apparmor.service (destination-slice-property)
SliceOf: system-getty.slice (destination-implicit)
SliceOf: nvidia-resume.service (destination-slice-property)
SliceOf: systemd-quotacheck-root.service (destination-slice-property)
SliceOf: systemd-hibernate.service (destination-slice-property)
SliceOf: NetworkManager.service (destination-slice-property)
SliceOf: docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope (destination-slice-property)
SliceOf: initrd-switch-root.service (destination-slice-property)
SliceOf: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-slice-property)
SliceOf: uuidd.service (destination-slice-property)
SliceOf: systemd-hwdb-update.service (destination-slice-property)
SliceOf: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-slice-property)
SliceOf: systemd-sysext.service (destination-slice-property)
SliceOf: initrd-cleanup.service (destination-slice-property)
SliceOf: virtlockd-admin.socket (destination-slice-property)
SliceOf: bolt.service (destination-slice-property)
SliceOf: systemd-tpm2-setup.service (destination-slice-property)
SliceOf: console-setup.service (destination-slice-property)
SliceOf: jcagent.service (destination-slice-property)
SliceOf: rc-local.service (destination-slice-property)
SliceOf: systemd-bsod.service (destination-slice-property)
SliceOf: rescue.service (destination-slice-property)
SliceOf: systemd-udev-settle.service (destination-slice-property)
SliceOf: plymouth-start.service (destination-slice-property)
SliceOf: systemd-suspend.service (destination-slice-property)
SliceOf: libvirtd-ro.socket (destination-slice-property)
SliceOf: docker.socket (destination-slice-property)
SliceOf: dbus.socket (destination-slice-property)
SliceOf: boot-efi.mount (destination-slice-property)
SliceOf: ModemManager.service (destination-slice-property)
SliceOf: sshd-keygen.service (destination-slice-property)
SliceOf: systemd-initctl.socket (destination-slice-property)
SliceOf: run-docker-netns-dce25778fad1.mount (destination-slice-property)
SliceOf: run-lock.mount (destination-slice-property)
SliceOf: dm-event.service (destination-slice-property)
SliceOf: systemd-initctl.service (destination-slice-property)
SliceOf: nvidia-hibernate.service (destination-slice-property)
SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
SliceOf: plymouth-poweroff.service (destination-slice-property)
SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
SliceOf: ifupdown-pre.service (destination-slice-property)
SliceOf: tlp.service (destination-slice-property)
SliceOf: alsa-restore.service (destination-slice-property)
SliceOf: plymouth-quit.service (destination-slice-property)
SliceOf: grub-common.service (destination-slice-property)
SliceOf: systemd-fsck-root.service (destination-slice-property)
SliceOf: upower.service (destination-slice-property)
SliceOf: systemd-udev-trigger.service (destination-slice-property)
SliceOf: kmod-static-nodes.service (destination-slice-property)
SliceOf: systemd-journal-catalog-update.service (destination-slice-property)
SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
SliceOf: systemd-kexec.service (destination-slice-property)
SliceOf: system-modprobe.slice (destination-implicit)
SliceOf: virtlogd.service (destination-slice-property)
SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
SliceOf: plymouth-switch-root-initramfs.service (destination-slice-property)
SliceOf: system-systemd\x2dcryptsetup.slice (destination-implicit)
SliceOf: apt-daily.service (destination-slice-property)
SliceOf: systemd-logind.service (destination-slice-property)
SliceOf: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-slice-property)
SliceOf: polkit.service (destination-slice-property)
SliceOf: cups.service (destination-slice-property)
SliceOf: systemd-remount-fs.service (destination-slice-property)
SliceOf: bluetooth.service (destination-slice-property)
SliceOf: docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope (destination-slice-property)
SliceOf: run-docker-netns-ce2278145f4e.mount (destination-slice-property)
SliceOf: systemd-hybrid-sleep.service (destination-slice-property)
SliceOf: initrd-parse-etc.service (destination-slice-property)
SliceOf: run-docker-netns-04e8e7e180ff.mount (destination-slice-property)
SliceOf: e2scrub_all.service (destination-slice-property)
SliceOf: emergency.service (destination-slice-property)
SliceOf: rsyslog.service (destination-slice-property)
SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
SliceOf: docker.service (destination-slice-property)
SliceOf: fwupd-refresh.service (destination-slice-property)
SliceOf: nvidia-cdi-refresh.service (destination-slice-property)
SliceOf: ssh.service (destination-slice-property)
SliceOf: systemd-journald-audit.socket (destination-slice-property)
SliceOf: systemd-pcrmachine.service (destination-slice-property)
SliceOf: iscsid.socket (destination-slice-property)
SliceOf: system-systemd\x2dbacklight.slice (destination-implicit)
SliceOf: sshd-unix-local.socket (destination-slice-property)
SliceOf: mdatp.service (destination-slice-property)
SliceOf: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-slice-property)
SliceOf: run-user-1001-doc.mount (destination-slice-property)
SliceOf: systemd-journal-flush.service (destination-slice-property)
SliceOf: NetworkManager-wait-online.service (destination-slice-property)
SliceOf: systemd-networkd.socket (destination-slice-property)
SliceOf: iscsid.service (destination-slice-property)
SliceOf: virtlogd-admin.socket (destination-slice-property)
SliceOf: cups.socket (destination-slice-property)
SliceOf: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-slice-property)
SliceOf: var-lib-machines.mount (destination-slice-property)
SliceOf: boot.mount (destination-slice-property)
SliceOf: virtlockd.service (destination-slice-property)
SliceOf: dm-event.socket (destination-slice-property)
SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
SliceOf: run-user-1001-gvfs.mount (destination-slice-property)
SliceOf: firezone-client-tunnel.service (destination-slice-property)
SliceOf: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-slice-property)
SliceOf: avahi-daemon.socket (destination-slice-property)
SliceOf: systemd-importd.service (destination-slice-property)
SliceOf: exim4.service (destination-slice-property)
SliceOf: run-user-1001.mount (destination-slice-property)
SliceOf: virtlogd.socket (destination-slice-property)
SliceOf: anacron.service (destination-slice-property)
SliceOf: cups-browsed.service (destination-slice-property)
SliceOf: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-slice-property)
SliceOf: mde_netfilter_v2.socket (destination-slice-property)
SliceOf: systemd-firstboot.service (destination-slice-property)
SliceOf: lvm2-lvmpolld.service (destination-slice-property)
SliceOf: ldconfig.service (destination-slice-property)
SliceOf: lm-sensors.service (destination-slice-property)
SliceOf: tmp.mount (destination-slice-property)
SliceOf: home.mount (destination-slice-property)
SliceOf: libvirtd-admin.socket (destination-slice-property)
SliceOf: networking.service (destination-slice-property)
SliceOf: plymouth-quit-wait.service (destination-slice-property)
SliceOf: systemd-soft-reboot.service (destination-slice-property)
SliceOf: rtkit-daemon.service (destination-slice-property)
SliceOf: systemd-timesyncd.service (destination-slice-property)
SliceOf: systemd-journald.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
SliceOf: man-db.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1\x2dpart1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c3c0370378684ad3a43d434d718d0074
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit iscsid.socket:
Description: Open-iSCSI iscsid Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/iscsid.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: b6b973e658bf423aa54b677957de1440
Documentation: man:iscsid(8)
Documentation: man:iscsiadm(8)
Fragment Path: /usr/lib/systemd/system/iscsid.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: iscsid.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: iscsid.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: iscsid.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: iscsid.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: @ISCSIADM_ABSTRACT_NAMESPACE
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sendmail.service:
Description: sendmail.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
? Unit xendomains.service:
Description: xendomains.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirtd.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9b673ea2ff324960873cb6052a9f09f0
Documentation: man:systemd-ask-password-wall.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: emergency.service (origin-file)
Before: shutdown.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: paths.target (origin-file)
After: -.mount (origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: emergency.service (origin-file)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
References: -.mount (origin-path)
References: systemd-ask-password-wall.service (origin-implicit)
References: paths.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
RequiresMountsFor: /run/systemd/ask-password (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: systemd-ask-password-wall.service
MakeDirectory: yes
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
DirectoryNotEmpty: /run/systemd/ask-password
? Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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/boot.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9065974918df4c7483eb6a1dffcedb1c
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: dev-nvme0n1p2.device (origin-mountinfo)
RequiredBy: local-fs.target (destination-file)
RequiredBy: boot-efi.mount (destination-implicit destination-path)
RequiredBy: unattended-upgrades.service (destination-path)
Conflicts: umount.target (origin-mountinfo)
Before: unattended-upgrades.service (destination-path)
Before: local-fs.target (origin-file origin-mountinfo)
Before: boot-efi.mount (destination-implicit destination-path)
Before: umount.target (origin-mountinfo)
After: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (origin-file)
After: local-fs-pre.target (origin-mountinfo)
After: system.slice (origin-file)
After: dev-nvme0n1p2.device (origin-mountinfo)
After: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target (origin-file)
StopPropagatedFrom: dev-nvme0n1p2.device (origin-mountinfo)
References: blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file origin-mountinfo)
References: dev-nvme0n1p2.device (origin-mountinfo)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-mountinfo)
References: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (origin-file)
References: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: boot-efi.mount (destination-implicit destination-path)
ReferencedBy: unattended-upgrades.service (destination-path)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: / (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /boot
What: /dev/nvme0n1p2
File System Type: ext2
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit paths.target:
Description: Path Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 486aad8d1fe44b8ea81376289fefb206
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/paths.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: systemd-ask-password-wall.path (destination-file)
After: nvidia-cdi-refresh.path (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: cups.path (destination-default)
References: shutdown.target (origin-default)
ReferencedBy: cups.path (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: nvidia-cdi-refresh.path (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: 6b2ae1dbcb024671a321b08dfefdd9a4
Fragment Path: /usr/lib/systemd/system/dbus.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: fwupd.service (destination-file)
RequiredBy: blueman-mechanism.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: lightdm.service (destination-file)
RequiredBy: colord.service (destination-file)
RequiredBy: bolt.service (destination-file)
RequiredBy: systemd-machined.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: packagekit.service (destination-file)
WantedBy: systemd-logind.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: NetworkManager.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: sockets.target (origin-default destination-default)
Before: bolt.service (destination-file)
Before: udisks2.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: upower.service (destination-file)
Before: colord.service (destination-file)
Before: fwupd.service (destination-file)
Before: ModemManager.service (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-machined.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: packagekit.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: lightdm.service (destination-file)
Before: dbus.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: blueman-mechanism.service (destination-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: dbus.service (origin-implicit)
References: dbus.service (origin-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: upower.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: blueman-mechanism.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: systemd-machined.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/dbus/system_bus_socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: 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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cups-browsed.service:
Description: Make remote CUPS printers available locally
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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/cups-browsed.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 8599f6156fc34ef98d1db52477bd43cf
Fragment Path: /usr/lib/systemd/system/cups-browsed.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: cups.service (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: avahi-daemon.service (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: avahi-daemon.service (origin-file)
After: network-online.target (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: cups.service (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: cups.service (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: avahi-daemon.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2110
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cups-browsed
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device:
Description: Creative_Live__Cam_Sync_1080p_V2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:33 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:33 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 05f2fa795412409d9c529bcbf30f6529
Following Set Member: dev-snd-by\x2did-usb\x2dCreative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio\x2d02.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:7.3:1.2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusbv2\x2d0:7.3:1.2.device
Following Set Member: dev-snd-controlC3.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit exim4-base.service:
Description: exim4-base housekeeping
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:exim4(8)
Fragment Path: /usr/lib/systemd/system/exim4-base.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: logrotate.service (origin-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: exim4-base.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: exim4-base.timer (destination-implicit)
References: logrotate.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: exim4-base.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: best-effort
IOPriority: 7
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /etc/cron.daily/exim4-base systemd-timer
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-backlight at leds:tpacpi::kbd_backlight.service:
Description: Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight
Instance: leds:tpacpi::kbd_backlight
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 9746e8f62f194a0085b0816c83ea74fd
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-backlight at .service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system-systemd\x2dbacklight.slice (origin-file)
WantedBy: sys-devices-platform-thinkpad_acpi-leds-tpacpi::kbd_backlight.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dbacklight.slice (origin-file)
References: system-systemd\x2dbacklight.slice (origin-file origin-slice-property)
References: -.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sys-devices-platform-thinkpad_acpi-leds-tpacpi::kbd_backlight.device (destination-udev)
InSlice: system-systemd\x2dbacklight.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/backlight (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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/backlight
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-backlight load leds:tpacpi::kbd_backlight
? ExecStop:
Command Line: /usr/lib/systemd/systemd-backlight save leds:tpacpi::kbd_backlight
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-dm\x2d3.device:
Description: /dev/dm-3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3c4a3aabcaaf48d5aba804ddd10342d1
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/dm-3
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit postfix.service:
Description: postfix.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: exim4.service (destination-file)
ReferencedBy: exim4.service (destination-file)
? Unit sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device:
Description: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d585d80a89694ee69133048093a732a1
Following Set Member: dev-snd-controlC0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:01:00.1.device
Wants: sound.target (origin-udev)
References: sound.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/controlC0
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/controlC0
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit dev-ptp0.device:
Description: /dev/ptp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3ff5de43a7bb4469a24a0e90ff3835a2
Following: sys-devices-pci0000:00-0000:00:14.3-ptp-ptp0.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.3-ptp-ptp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ptp0
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/ptp/ptp0
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:14.3-ptp-ptp0.device:
Description: /sys/devices/pci0000:00/0000:00:14.3/ptp/ptp0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0b83173838eb4b409321e2c0d68d5ad5
Following Set Member: dev-ptp0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:14.3/ptp/ptp0
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/ptp/ptp0
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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 293ae34442b04857835b3c44cbdf0c78
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: sysinit.target (destination-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-udev-settle.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: plymouth-start.service (destination-file)
After: systemd-udevd-control.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udevd.service (origin-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-oomd.service:
Description: systemd-oomd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: user at 1001.service (destination-file)
ReferencedBy: user at 1001.service (destination-file)
? Unit user-1001.slice:
Description: User Slice of UID 1001
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:15 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:15 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:15 CET
Active Exit 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-1001.slice
CGroup realized: yes
CGroup realized mask: cpu memory pids
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu cpuacct memory pids
Invocation ID: 4025998768ea42b7a7fc0d9b5fbdddf0
Documentation: man:user at .service(5)
DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Mon 2026-01-05 08:55:15 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:15 CET
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: session-2.scope (destination-file)
RequiredBy: user at 1001.service (destination-file)
RequiredBy: user-runtime-dir at 1001.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: user at 1001.service (destination-file)
Before: session-2.scope (destination-file)
Before: user-runtime-dir at 1001.service (destination-file)
After: user.slice (origin-implicit)
References: shutdown.target (origin-default)
References: user.slice (origin-implicit)
ReferencedBy: user at 1001.service (destination-file destination-slice-property)
ReferencedBy: session-2.scope (destination-file destination-slice-property)
ReferencedBy: user-runtime-dir at 1001.service (destination-file destination-slice-property)
InSlice: user.slice (origin-implicit)
SliceOf: user at 1001.service (destination-slice-property)
SliceOf: session-2.scope (destination-slice-property)
SliceOf: user-runtime-dir at 1001.service (destination-slice-property)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 82985
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope:
Description: libcontainer container f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
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: system.slice
CGroup: /system.slice/docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-devices
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: e56abf7941894e6a88ec09a3ba3fa2d0
Fragment Path: /run/systemd/transient/docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope
DropIn Path: /run/systemd/transient/docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope.d/50-DeviceAllow.conf
DropIn Path: /run/systemd/transient/docker-f97e26953d68e91365fcb044b041f7012cffa6eada128807eb706e1b40d3510e.scope.d/50-DevicePolicy.conf
Condition Timestamp: Mon 2026-01-05 08:54:59 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:59 CET
Assert Result: yes
Requires: system.slice (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
CPUAccounting: yes
IOAccounting: yes
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: block-* m
DeviceAllow: char-* m
DeviceAllow: /dev/char/1:3 rwm
DeviceAllow: /dev/char/1:5 rwm
DeviceAllow: /dev/char/1:7 rwm
DeviceAllow: /dev/char/1:8 rwm
DeviceAllow: /dev/char/1:9 rwm
DeviceAllow: /dev/char/5:0 rwm
DeviceAllow: /dev/char/5:1 rwm
DeviceAllow: /dev/char/5:2 rwm
DeviceAllow: /dev/char/10:200 rwm
DeviceAllow: char-136 rwm
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 948770a8afe343a3872bc850bf437a0a
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs.target
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Wants: var-lib-machines.mount (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: cron.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: libvirtd.service (destination-file)
After: remote-fs-pre.target (origin-file)
References: var-lib-machines.mount (origin-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit plymouth-halt.service:
Description: Show Plymouth Halt Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-halt.service
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice (origin-file)
WantedBy: halt.target (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: systemd-halt.service (origin-file)
After: getty at tty1.service (origin-file)
After: lightdm.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: plymouth-start.service (origin-file)
References: getty at tty1.service (origin-file)
References: lightdm.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: plymouth-start.service (origin-file)
References: systemd-halt.service (origin-file)
ReferencedBy: halt.target (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-veth2eceeca.device:
Description: /sys/subsystem/net/devices/veth2eceeca
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: fc92c1bcbcef4832b5359b9ef1e475fc
Following Set Member: sys-devices-virtual-net-veth2eceeca.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/veth2eceeca
Sysfs Path: /sys/devices/virtual/net/veth2eceeca
Found: found-udev
? Unit system-systemd\x2dfsck.slice:
Description: Slice /system/systemd-fsck
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: c83b61dd2c5e425fa87a0dcaed62cdec
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
RequiredBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Before: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file destination-slice-property)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file destination-slice-property)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-slice-property)
SliceOf: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-slice-property)
SliceOf: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit soft-reboot.target:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/soft-reboot.target
Job Timeout: 30min
Job Timeout Action: soft-reboot-force
Requires: systemd-soft-reboot.service (origin-file)
ConflictedBy: systemd-journald.service (destination-file)
ConflictedBy: systemd-journal-flush.service (destination-file)
After: systemd-journald.service (destination-file)
After: systemd-soft-reboot.service (origin-file)
After: systemd-journal-flush.service (destination-file)
References: systemd-soft-reboot.service (origin-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-platform-thinkpad_acpi-leds-tpacpi::kbd_backlight.device:
Description: /sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 64f64987d74b4a3f86cf6b84884c3f1e
Wants: systemd-backlight at leds:tpacpi::kbd_backlight.service (origin-udev)
References: systemd-backlight at leds:tpacpi::kbd_backlight.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight
Sysfs Path: /sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight
Found: found-udev
udev SYSTEMD_WANTS: systemd-backlight at leds:tpacpi::kbd_backlight.service
? Unit NetworkManager-wait-online.service:
Description: Network Manager Wait Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: 4513320734224a9f8bf78a88dcc54d57
Documentation: man:NetworkManager-wait-online.service(8)
Fragment Path: /usr/lib/systemd/system/NetworkManager-wait-online.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: NetworkManager.service (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: network-online.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: network-online.target (origin-file destination-default)
After: basic.target (origin-default)
After: NetworkManager.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: NetworkManager.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: network-online.target (origin-file)
ReferencedBy: network-online.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: NM_ONLINE_TIMEOUT=60
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/nm-online -s -q
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-root-fs.target:
Description: Initrd Root File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-fs.target
AssertPathExists: /etc/initrd-release untested
RequiredBy: initrd-parse-etc.service (destination-file)
WantedBy: initrd.target (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd-parse-etc.service (destination-file)
Before: initrd.target (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: initrd-switch-root.target (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? 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: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-ask-password-console.service
ConditionPathExists: !/run/plymouth/pid untested
Requires: system.slice (origin-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: emergency.service (origin-file)
After: plymouth-start.service (origin-file)
After: systemd-vconsole-setup.service (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: emergency.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-ask-password-console.path (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ab1a490ff77c44f28da118f68cfe4c91
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
BoundBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? 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: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Enter Timestamp: Mon 2026-01-05 08:54:58 CET
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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 36d8afc43fc14d8c99096175daa1950a
Documentation: man:sshd(8)
Documentation: man:sshd_config(5)
Fragment Path: /usr/lib/systemd/system/ssh.service
ConditionPathExists: !/etc/ssh/sshd_not_to_be_run untested
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Wants: sshd-keygen.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: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: sshd-keygen.service (destination-file)
After: auditd.service (origin-file)
After: network.target (origin-file)
References: shutdown.target (origin-default)
References: network.target (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: nss-user-lookup.target (origin-file)
References: sysinit.target (origin-default)
References: sshd-keygen.service (origin-file)
References: auditd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sshd-keygen.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/sshd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2559
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/sbin/sshd -t
? ExecStart:
Command Line: /usr/sbin/sshd -D "\$SSHD_OPTS"
? ExecReload:
Command Line: /usr/sbin/sshd -t
Command Line: /bin/kill -HUP "\$MAINPID"
CPUAccounting: yes
IOAccounting: no
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 45fd2adacf8142579aad8ea422e2b355
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
BoundBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/e2edd6da-078e-46d5-8548-e761109ca52e
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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-hugepages.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 165018c3513b41b5b6f511bb3ec5eb3f
Documentation: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/dev-hugepages.mount
ConditionVirtualization: !private-users untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/kernel/mm/hugepages untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /dev/hugepages
What: hugetlbfs
File System Type: hugetlbfs
Options: rw,nosuid,nodev,relatime,pagesize=2M
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:1f.3\x2dplatform\x2dskl_hda_dsp_generic.device:
Description: /dev/snd/by-path/pci-0000:00:1f.3-platform-skl_hda_dsp_generic
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0257530da1344f33b05caa71019be12d
Following: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device
Following Set Member: dev-snd-controlC1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:00:1f.3-platform-skl_hda_dsp_generic
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/controlC1
Found: found-udev
? Unit anacron.timer:
Description: Trigger anacron every hour
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 14:33:30 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b681dc0ed3eb4f18818ec8b0c491b81a
Fragment Path: /usr/lib/systemd/system/anacron.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: anacron.service (origin-implicit)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-path)
After: time-set.target (origin-default)
After: sysinit.target (origin-default)
Triggers: anacron.service (origin-implicit)
References: shutdown.target (origin-default)
References: anacron.service (origin-implicit)
References: time-set.target (origin-default)
References: time-sync.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: anacron.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 07..23:30:00
? 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: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-firewall bpf-devices
Invocation ID: 96b3e96c617d49e79923b4967424db0e
Documentation: man:sd-login(3)
Documentation: man:systemd-logind.service(8)
Documentation: man:logind.conf(5)
Documentation: man:org.freedesktop.login1(5)
Fragment Path: /usr/lib/systemd/system/systemd-logind.service
DropIn Path: /usr/lib/systemd/system/systemd-logind.service.d/dbus.conf
ConditionPathExists: |/usr/bin/dbus-broker untested
ConditionPathExists: |/usr/bin/dbus-daemon untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Wants: user.slice (origin-file)
Wants: dbus.socket (origin-file)
Wants: -.mount (origin-path)
Wants: tmp.mount (origin-path)
Wants: modprobe at drm.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user-runtime-dir at 1001.service (destination-file)
Before: unattended-upgrades.service (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: user at 1001.service (destination-file)
Before: session-2.scope (destination-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: modprobe at drm.service (origin-file)
After: dbus.socket (origin-file)
After: tmp.mount (origin-path)
After: user.slice (origin-file)
After: nss-user-lookup.target (origin-file)
References: dbus.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: modprobe at drm.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: user.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tmp.mount (origin-path)
References: sysinit.target (origin-default)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: unattended-upgrades.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /run/systemd/sessions (origin-file)
RequiresMountsFor: /run/systemd/shutdown (origin-file)
RequiresMountsFor: /run/systemd/users (origin-file)
RequiresMountsFor: /var/lib/systemd/linger (origin-file)
RequiresMountsFor: /run/systemd/inhibit (origin-file)
RequiresMountsFor: /run/systemd/seats (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1597
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.login1
Bus Name Good: yes
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/inhibit
RuntimeDirectory: systemd/seats
RuntimeDirectory: systemd/sessions
RuntimeDirectory: systemd/shutdown
RuntimeDirectory: systemd/users
StateDirectoryMode: 0755
StateDirectory: systemd/linger
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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: removexattrat sync_file_range sigaction utimensat_time64 fstatat64 getpriority msgget waitpid setns write mmap rename io_submit fchmod clock_gettime64 exit_group mq_timedreceive_time64 mkdirat sendfile fdatasync sched_get_priority_min oldlstat mmap2 splice clock_nanosleep sendmsg getgroups oldfstat rt_sigtimedwait_time64 semtimedop setgid rt_sigqueueinfo lchown32 gettid chown32 fcntl sigpending clock_getres_time64 lstat64 uname setresgid32 getdents setpriority getitimer getsockopt newfstatat getxattrat statfs rt_sigaction sched_getaffinity creat geteuid sched_setparam getuid32 socket pwritev2 unlink getuid close getsid pipe2 epoll_create process_vm_writev chdir getrlimit getcwd sigreturn setxattr inotify_init signalfd bind lstat fgetxattr setresuid unlinkat fadvise64 timer_gettime64 ppoll rmdir landlock_create_ruleset cacheflush read clone3 shutdown fcntl64 setgroups ppoll_time64 mkdir chmod fstat64 get_robust_list eventfd2 waitid setsid msync getgid set_mempolicy_home_node open ftruncate geteuid32 access signalfd4 set_mempolicy munmap getresgid32 mbind sched_get_priority_max setuid linkat pause lseek clone sched_setscheduler move_pages mknodat pwritev dup2 _llseek getpid rt_sigreturn alarm clock_gettime time sync_file_range2 recv setitimer fstatfs sched_setattr brk getegid utimensat truncate accept listxattrat membarrier sendmmsg setresuid32 kcmp mq_getsetattr recvfrom getgroups32 memfd_create io_uring_setup getcpu fchdir epoll_ctl getegid32 futex_time64 mremap sysinfo io_getevents timer_settime64 poll fallocate sigprocmask lsetxattr preadv timerfd_gettime msgrcv flistxattr epoll_create1 rseq get_mempolicy select readdir getresuid32 getpeername arm_fadvise64_64 rt_tgsigqueueinfo rt_sigsuspend setgroups32 capget semop inotify_add_watch shmget sched_getscheduler io_setup wait4 dup3 pselect6 madvise getdents64 tkill epoll_pwait set_thread_area tgkill setrlimit listmount sched_getparam openat olduname signal futex_waitv link kill pwrite64 io_cancel oldstat setresgid socketcall fchownat io_pgetevents sched_rr_get_interval semget setsockopt fchown mprotect personality timerfd_gettime64 socketpair timerfd_settime64 userfaultfd fsync setfsgid lgetxattr landlock_restrict_self exit symlinkat eventfd munlock pipe getrandom mseal timer_create capset gettimeofday setreuid setuid32 io_destroy migrate_pages remap_file_pages readlinkat getsockname set_tls riscv_flush_icache renameat2 getresuid send umask execveat futimesat name_to_handle_at connect timerfd_settime ipc timer_getoverrun syncfs getpgid sync pidfd_open getrusage epoll_pwait2 mlock fork ftruncate64 msgctl add_key shmdt accept4 dup sched_setaffinity mq_unlink fsetxattr llistxattr io_pgetevents_time64 renameat sendfile64 fchown32 msgsnd keyctl flock writev times fchmodat setfsuid32 lchown mq_open statx pselect6_time64 mlockall request_key vfork mq_notify arch_prctl getgid32 get_thread_area inotify_rm_watch set_robust_list munlockall tee fstat semctl rt_sigprocmask getpgrp truncate64 readlink stat faccessat2 copy_file_range setregid32 readahead openat2 mknod vmsplice shmat shmctl utimes mq_timedsend_time64 futex recvmsg setfsuid prlimit64 sigaltstack setxattrat setpgid prctl sched_rr_get_interval_time64 timerfd_create landlock_add_rule listxattr process_vm_readv ioctl restart_syscall timer_settime pread64 uretprobe getresgid symlink sigsuspend timer_delete ioprio_set seccomp ioprio_get epoll_wait getppid getxattr fadvise64_64 semtimedop_time64 removexattr mq_timedsend fremovexattr stat64 setregid readv recvmmsg_time64 epoll_wait_old mlock2 setreuid32 mq_timedreceive lremovexattr setfsgid32 io_uring_enter preadv2 setgid32 nanosleep execve set_tid_address clock_nanosleep_time64 epoll_ctl_old listen nice recvmmsg process_madvise inotify_init1 _newselect statmount sched_yield clock_getres io_uring_register faccessat statfs64 swapcontext riscv_hwprobe fchmodat2 rt_sigtimedwait sched_getattr unshare fstatfs64 ugetrlimit rt_sigpending timer_gettime sendto close_range utime chown pidfd_send_signal oldolduname
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-logind
Status Text: Processing requests...
File Descriptor Store Max: 768
File Descriptor Store Pin: restart
File Descriptor Store Current: 2
File Descriptor Store Entry: 'session-3-leader-fd' (type=n/a; dev=0:5; inode=3771; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-2-leader-fd' (type=n/a; dev=0:5; inode=3551; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-vcs rw
DeviceAllow: char-tty rw
DeviceAllow: char-input rw
DeviceAllow: char-hvc rw
DeviceAllow: char-hidraw rw
DeviceAllow: char-drm rw
DeviceAllow: char-/dev/console rw
DeviceAllow: block-* r
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8573bd1289844f24950c07a71a97f450
Fragment Path: /usr/lib/systemd/system/apt-daily.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.timer (destination-file)
Before: apt-daily.service (origin-implicit)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
Triggers: apt-daily.service (origin-implicit)
References: timers.target (origin-default)
References: apt-daily.service (origin-implicit)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: time-set.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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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
DeferReactivation: no
OnCalendar: *-*-* 06,18:00:00
? Unit kexec.target:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/kexec.target
Job Timeout: 30min
Job Timeout Action: kexec-force
Requires: systemd-kexec.service (origin-file)
Wants: plymouth-kexec.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
ConflictedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
After: systemd-kexec.service (origin-file)
References: systemd-kexec.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
References: plymouth-kexec.service (origin-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit run-lock.mount:
Description: Legacy Locks Directory /run/lock
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/run-lock.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5f68500af6de4e069936b60e91f2b659
Fragment Path: /usr/lib/systemd/system/run-lock.mount
Source Path: /proc/self/mountinfo
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: iscsid.service (destination-file)
Before: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
References: -.mount (origin-implicit)
References: umount.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/lock
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,noexec,relatime,size=5120k,inode64
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-debian\x2dvg-root.device:
Description: /dev/debian-vg/root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1bf178654d544be8a5720cb98194dfdd
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/debian-vg/root
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit dev-dm\x2d1.device:
Description: /dev/dm-1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0bd1caaae26f4707865f19e15dc1ebf1
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/dm-1
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0.device:
Description: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a76ab4fd097d4c788313a9d5e6f71acf
Wants: bolt.service (origin-udev)
References: bolt.service (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:00.0/0000:22:00.0/domain0/0-0
Found: found-udev
udev SYSTEMD_WANTS: bolt.service
? Unit time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 158edbd450a24a7d837f0084b1b4a1f2
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-sync.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Wants: time-set.target (origin-file)
WantedBy: jcagent.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: exim4-base.timer (destination-default)
Before: shutdown.target (origin-default)
Before: anacron.service (destination-file)
Before: man-db.timer (destination-default)
Before: libvirt-guests.service (destination-file)
Before: dpkg-db-backup.timer (destination-default)
Before: anacron.timer (destination-default)
Before: fwupd-refresh.timer (destination-default)
Before: logrotate.timer (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: apt-show-versions.timer (destination-default)
Before: fstrim.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: apt-daily.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: fwupd-refresh.timer (destination-default)
ReferencedBy: apt-show-versions.timer (destination-default)
ReferencedBy: jcagent.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-snd-controlC1.device:
Description: /dev/snd/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 18eee98789f14adfa97bf9c7baae5164
Following: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device
Following Set Member: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:1f.3\x2dplatform\x2dskl_hda_dsp_generic.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC1
Sysfs Path: /sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/controlC1
Found: found-udev
? Unit dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e24dd37364ae4caa808bd63d5b0c619a
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-eui.8ce38e04045bf470-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit initrd-root-device.target:
Description: Initrd Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-device.target
AssertPathExists: /etc/initrd-release untested
Wants: remote-veritysetup.target (origin-file)
Wants: remote-cryptsetup.target (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
After: systemd-battery-check.service (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: remote-cryptsetup.target (origin-file)
References: remote-veritysetup.target (origin-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: initrd.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-firewall bpf-devices
Invocation ID: 247f518c885d4ea080cf7bc2716ff31f
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: systemd-journald.socket (origin-file)
Requires: system.slice (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: systemd-journal-flush.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: soft-reboot.target (origin-file)
Before: soft-reboot.target (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file destination-implicit)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
After: -.mount (origin-path)
TriggeredBy: systemd-journald-audit.socket (destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
References: systemd-soft-reboot.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: syslog.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: soft-reboot.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 784
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: yes
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
PassEnvironment: TERM
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/journal
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -250
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 524288
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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: prlimit64 readahead chown32 epoll_pwait2 capset sched_setparam setpgid setresuid fchown fchmodat _newselect ioctl statmount clock_nanosleep socket munlock sigreturn futimesat timer_settime read readlink vmsplice faccessat timerfd_gettime64 lgetxattr setgid recv fstatfs64 link sync_file_range landlock_add_rule pselect6 swapcontext statx getgroups arm_fadvise64_64 lstat chmod fremovexattr sched_setattr semop semtimedop_time64 uretprobe userfaultfd flistxattr oldstat oldlstat ppoll_time64 removexattrat preadv2 sigpending setfsgid access open pwrite64 exit inotify_rm_watch time pipe fadvise64_64 getgid setuid setxattrat getgid32 statfs64 getxattr olduname pwritev futex stat64 memfd_create riscv_hwprobe setfsuid sched_getparam process_madvise lremovexattr ppoll getrusage getsockname futex_waitv getdents setgid32 setresgid32 sendto splice seccomp setfsuid32 clock_gettime64 gettimeofday epoll_wait_old mq_timedreceive_time64 getegid sendmmsg mq_getsetattr setregid32 timer_settime64 io_uring_register migrate_pages setgroups clone3 getresuid32 pause set_mempolicy sched_yield getsid send getegid32 get_thread_area setsid process_vm_readv clock_getres uname io_getevents tkill setitimer vfork umask getresuid fork timerfd_gettime eventfd2 sendmsg fchmod fchmodat2 timer_gettime lchown timer_create sigaction timer_delete io_uring_setup pidfd_open mknod recvmmsg set_mempolicy_home_node clock_nanosleep_time64 mq_notify listmount setreuid nice rmdir request_key rt_sigaction listen geteuid32 lsetxattr sched_setscheduler rt_sigsuspend chdir mq_timedreceive get_robust_list mremap mq_unlink ftruncate64 setgroups32 rt_sigtimedwait_time64 personality eventfd arch_prctl msync pselect6_time64 madvise sysinfo lseek sched_getscheduler accept symlink waitpid rt_sigreturn utime lchown32 sync poll clone symlinkat io_uring_enter copy_file_range execve io_pgetevents mknodat set_tid_address brk wait4 setresuid32 getrlimit newfstatat fcntl rt_sigqueueinfo getpgid _llseek sync_file_range2 fstatfs timerfd_settime64 sched_rr_get_interval pidfd_send_signal getpid prctl set_robust_list landlock_restrict_self fchown32 readv getgroups32 fstat64 alarm mlock2 stat shmget setrlimit getpgrp utimensat signalfd4 munmap epoll_create1 msgctl get_mempolicy tee sendfile64 mseal fdatasync utimensat_time64 oldolduname setns inotify_init1 sched_getattr mkdir openat2 shmat cacheflush fcntl64 lstat64 rename munlockall write sched_get_priority_max fallocate writev gettid signal rt_sigtimedwait renameat2 getitimer getpriority ioprio_set mkdirat creat bind epoll_pwait remap_file_pages msgget kill llistxattr riscv_flush_icache add_key dup2 linkat truncate recvfrom move_pages sigsuspend listxattr semtimedop select getcpu unlink membarrier recvmmsg_time64 ioprio_get io_submit syncfs fadvise64 rt_tgsigqueueinfo chown getdents64 listxattrat epoll_ctl_old name_to_handle_at timerfd_settime semget close_range clock_getres_time64 timer_gettime64 pipe2 fchownat rseq getsockopt readdir shmctl setpriority getresgid32 landlock_create_ruleset getppid epoll_create waitid sched_rr_get_interval_time64 faccessat2 setsockopt ipc fsetxattr timerfd_create io_cancel dup nanosleep capget getresgid statfs shutdown pread64 io_pgetevents_time64 process_vm_writev getcwd mbind geteuid recvmsg preadv renameat readlinkat epoll_wait shmdt inotify_init restart_syscall keyctl mlock setresgid connect setreuid32 mq_timedsend removexattr execveat inotify_add_watch kcmp fstatat64 accept4 pwritev2 io_destroy mmap2 sendfile setuid32 exit_group sigaltstack openat mprotect close setxattr unshare rt_sigpending oldfstat mq_timedsend_time64 tgkill getrandom semctl clock_gettime setregid msgrcv sched_get_priority_min set_tls unlinkat sched_getaffinity getpeername getuid timer_getoverrun getuid32 msgsnd mlockall getxattrat times ugetrlimit socketpair fsync fstat mq_open mmap epoll_ctl set_thread_area dup3 sched_setaffinity flock fchdir ftruncate socketcall rt_sigprocmask signalfd io_setup futex_time64 setfsgid32 fgetxattr truncate64 sigprocmask utimes
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-journald
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Pin: yes
File Descriptor Store Current: 72
File Descriptor Store Entry: 'stored' (type=sock; dev=0:9; inode=4165578; rdev=0:0; path=socket:[4165578]; access=rw)
'stored' (type=sock; dev=0:9; inode=790741; rdev=0:0; path=socket:[790741]; access=rw)
'stored' (type=sock; dev=0:9; inode=763502; rdev=0:0; path=socket:[763502]; access=rw)
'stored' (type=sock; dev=0:9; inode=763501; rdev=0:0; path=socket:[763501]; access=rw)
'stored' (type=sock; dev=0:9; inode=119532; rdev=0:0; path=socket:[119532]; access=rw)
'stored' (type=sock; dev=0:9; inode=49738; rdev=0:0; path=socket:[49738]; access=rw)
'stored' (type=sock; dev=0:9; inode=49737; rdev=0:0; path=socket:[49737]; access=rw)
'stored' (type=sock; dev=0:9; inode=38299; rdev=0:0; path=socket:[38299]; access=rw)
'stored' (type=sock; dev=0:9; inode=38298; rdev=0:0; path=socket:[38298]; access=rw)
'stored' (type=sock; dev=0:9; inode=23499; rdev=0:0; path=socket:[23499]; access=rw)
'stored' (type=sock; dev=0:9; inode=24333; rdev=0:0; path=socket:[24333]; access=rw)
'stored' (type=sock; dev=0:9; inode=44163; rdev=0:0; path=socket:[44163]; access=rw)
'stored' (type=sock; dev=0:9; inode=47383; rdev=0:0; path=socket:[47383]; access=rw)
'stored' (type=sock; dev=0:9; inode=23471; rdev=0:0; path=socket:[23471]; access=rw)
'stored' (type=sock; dev=0:9; inode=43226; rdev=0:0; path=socket:[43226]; access=rw)
'stored' (type=sock; dev=0:9; inode=38158; rdev=0:0; path=socket:[38158]; access=rw)
'stored' (type=sock; dev=0:9; inode=32099; rdev=0:0; path=socket:[32099]; access=rw)
'stored' (type=sock; dev=0:9; inode=46111; rdev=0:0; path=socket:[46111]; access=rw)
'stored' (type=sock; dev=0:9; inode=37225; rdev=0:0; path=socket:[37225]; access=rw)
'stored' (type=sock; dev=0:9; inode=36038; rdev=0:0; path=socket:[36038]; access=rw)
'stored' (type=sock; dev=0:9; inode=43167; rdev=0:0; path=socket:[43167]; access=rw)
'stored' (type=sock; dev=0:9; inode=43166; rdev=0:0; path=socket:[43166]; access=rw)
'stored' (type=sock; dev=0:9; inode=32042; rdev=0:0; path=socket:[32042]; access=rw)
'stored' (type=sock; dev=0:9; inode=32041; rdev=0:0; path=socket:[32041]; access=rw)
'stored' (type=sock; dev=0:9; inode=32040; rdev=0:0; path=socket:[32040]; access=rw)
'stored' (type=sock; dev=0:9; inode=45066; rdev=0:0; path=socket:[45066]; access=rw)
'stored' (type=sock; dev=0:9; inode=45065; rdev=0:0; path=socket:[45065]; access=rw)
'stored' (type=sock; dev=0:9; inode=38023; rdev=0:0; path=socket:[38023]; access=rw)
'stored' (type=sock; dev=0:9; inode=15212; rdev=0:0; path=socket:[15212]; access=rw)
'stored' (type=sock; dev=0:9; inode=31132; rdev=0:0; path=socket:[31132]; access=rw)
'stored' (type=sock; dev=0:9; inode=38016; rdev=0:0; path=socket:[38016]; access=rw)
'stored' (type=sock; dev=0:9; inode=32035; rdev=0:0; path=socket:[32035]; access=rw)
'stored' (type=sock; dev=0:9; inode=40123; rdev=0:0; path=socket:[40123]; access=rw)
'stored' (type=sock; dev=0:9; inode=35105; rdev=0:0; path=socket:[35105]; access=rw)
'stored' (type=sock; dev=0:9; inode=35082; rdev=0:0; path=socket:[35082]; access=rw)
'stored' (type=sock; dev=0:9; inode=35080; rdev=0:0; path=socket:[35080]; access=rw)
'stored' (type=sock; dev=0:9; inode=35078; rdev=0:0; path=socket:[35078]; access=rw)
'stored' (type=sock; dev=0:9; inode=11186; rdev=0:0; path=socket:[11186]; access=rw)
'stored' (type=sock; dev=0:9; inode=11185; rdev=0:0; path=socket:[11185]; access=rw)
'stored' (type=sock; dev=0:9; inode=38962; rdev=0:0; path=socket:[38962]; access=rw)
'stored' (type=sock; dev=0:9; inode=33993; rdev=0:0; path=socket:[33993]; access=rw)
'stored' (type=sock; dev=0:9; inode=43042; rdev=0:0; path=socket:[43042]; access=rw)
'stored' (type=sock; dev=0:9; inode=33179; rdev=0:0; path=socket:[33179]; access=rw)
'stored' (type=sock; dev=0:9; inode=34911; rdev=0:0; path=socket:[34911]; access=rw)
'stored' (type=sock; dev=0:9; inode=25022; rdev=0:0; path=socket:[25022]; access=rw)
'stored' (type=sock; dev=0:9; inode=24955; rdev=0:0; path=socket:[24955]; access=rw)
'stored' (type=sock; dev=0:9; inode=11621; rdev=0:0; path=socket:[11621]; access=rw)
'stored' (type=sock; dev=0:9; inode=4819; rdev=0:0; path=socket:[4819]; access=rw)
'stored' (type=sock; dev=0:9; inode=4817; rdev=0:0; path=socket:[4817]; access=rw)
'stored' (type=sock; dev=0:9; inode=4816; rdev=0:0; path=socket:[4816]; access=rw)
'stored' (type=sock; dev=0:9; inode=19831; rdev=0:0; path=socket:[19831]; access=rw)
'stored' (type=sock; dev=0:9; inode=22874; rdev=0:0; path=socket:[22874]; access=rw)
'stored' (type=sock; dev=0:9; inode=288; rdev=0:0; path=socket:[288]; access=rw)
'stored' (type=sock; dev=0:9; inode=1795; rdev=0:0; path=socket:[1795]; access=rw)
'stored' (type=sock; dev=0:9; inode=285; rdev=0:0; path=socket:[285]; access=rw)
'stored' (type=sock; dev=0:9; inode=10490; rdev=0:0; path=socket:[10490]; access=rw)
'stored' (type=sock; dev=0:9; inode=11527; rdev=0:0; path=socket:[11527]; access=rw)
'stored' (type=sock; dev=0:9; inode=11526; rdev=0:0; path=socket:[11526]; access=rw)
'stored' (type=sock; dev=0:9; inode=21706; rdev=0:0; path=socket:[21706]; access=rw)
'stored' (type=sock; dev=0:9; inode=21705; rdev=0:0; path=socket:[21705]; access=rw)
'stored' (type=sock; dev=0:9; inode=7710; rdev=0:0; path=socket:[7710]; access=rw)
'stored' (type=sock; dev=0:9; inode=21699; rdev=0:0; path=socket:[21699]; access=rw)
'stored' (type=sock; dev=0:9; inode=13998; rdev=0:0; path=socket:[13998]; access=rw)
'stored' (type=sock; dev=0:9; inode=23593; rdev=0:0; path=socket:[23593]; access=rw)
'stored' (type=sock; dev=0:9; inode=11475; rdev=0:0; path=socket:[11475]; access=rw)
'stored' (type=sock; dev=0:9; inode=23592; rdev=0:0; path=socket:[23592]; access=rw)
'stored' (type=sock; dev=0:9; inode=16665; rdev=0:0; path=socket:[16665]; access=rw)
'stored' (type=sock; dev=0:9; inode=4628; rdev=0:0; path=socket:[4628]; access=rw)
'stored' (type=sock; dev=0:9; inode=8724; rdev=0:0; path=socket:[8724]; access=rw)
'stored' (type=sock; dev=0:9; inode=8723; rdev=0:0; path=socket:[8723]; access=rw)
'stored' (type=sock; dev=0:9; inode=8722; rdev=0:0; path=socket:[8722]; access=rw)
'stored' (type=sock; dev=0:9; inode=39922; rdev=0:0; path=socket:[39922]; access=rw)
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/polkit.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 27e3b1fa48444e22af492d51b45b7bb9
Documentation: man:polkit(8)
Fragment Path: /usr/lib/systemd/system/polkit.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
RequiredBy: ModemManager.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ModemManager.service (destination-file)
Before: shutdown.target (origin-default)
Before: bolt.service (destination-file)
After: tmp.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: tmp.mount (origin-path)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1595
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PolicyKit1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0077
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 0
LimitMEMLOCKSoft: 0
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_setgid cap_setuid
User: polkitd
DynamicUser: no
LockPersonality: yes
SystemCallFilter: userfaultfd setregid timer_settime64 syncfs accept4 sendfile clock_getres_time64 ftruncate64 vfork getuid32 alarm fgetxattr clock_nanosleep_time64 bind truncate64 setfsuid setgroups preadv fstat getegid32 sched_getattr timerfd_create epoll_wait_old uname mseal semget get_thread_area signalfd fsync geteuid32 mlock eventfd2 lremovexattr msync semtimedop_time64 oldfstat execveat getegid fchdir llistxattr listxattr statfs pidfd_send_signal listmount gettid fchownat getdents set_tls utimensat mbind sched_rr_get_interval pause exit tgkill unlinkat timer_settime access arch_prctl _newselect epoll_wait timerfd_gettime chown32 futimesat fchown32 mknod io_uring_setup epoll_create1 sched_getaffinity personality symlink getdents64 move_pages mmap2 renameat2 ugetrlimit fstatfs64 getcpu unshare io_uring_enter renameat sched_get_priority_min pselect6 fchmod clone setns setxattr getsockname uretprobe connect readv sched_setaffinity sendfile64 mq_unlink msgget semtimedop get_mempolicy migrate_pages brk mq_timedreceive rt_sigaction stat64 utimes rt_sigsuspend ipc sysinfo fstatfs getgid32 getxattr dup2 clock_nanosleep readdir umask readahead close_range madvise process_madvise sigpending statfs64 setfsgid32 setresgid request_key getxattrat set_tid_address writev close getpgid lstat64 mprotect openat getgroups kcmp rt_sigqueueinfo lsetxattr shmdt process_vm_writev listen pipe getsid lchown32 timerfd_gettime64 tkill futex_waitv inotify_init1 epoll_pwait poll get_robust_list msgctl epoll_pwait2 newfstatat fstatat64 getresgid32 exit_group stat oldlstat read flistxattr listxattrat mlock2 fcntl64 getrusage fchmodat prctl setxattrat inotify_init getgroups32 socketpair getresuid getresuid32 pselect6_time64 io_uring_register recvmsg sched_setattr fork msgrcv chdir setitimer clone3 fchmodat2 recvmmsg io_getevents sendto landlock_add_rule clock_gettime64 mmap fstat64 inotify_rm_watch epoll_ctl_old capset linkat pipe2 removexattrat sigreturn rt_sigtimedwait_time64 preadv2 lgetxattr open pidfd_open msgsnd shmat sync_file_range setuid32 landlock_create_ruleset getpeername swapcontext setregid32 ppoll_time64 utime fallocate lchown timer_getoverrun recv sched_get_priority_max dup timerfd_settime64 timer_create sched_setscheduler riscv_flush_icache getcwd sendmsg time creat readlink set_thread_area seccomp setgid getresgid sync_file_range2 _llseek sched_yield setgroups32 membarrier unlink name_to_handle_at socket setrlimit send timer_gettime64 accept cacheflush clock_gettime rt_tgsigqueueinfo nice sigaction vmsplice getrandom set_mempolicy ftruncate socketcall prlimit64 readlinkat rt_sigtimedwait setuid munmap set_robust_list fdatasync futex getpgrp fchown rename sigprocmask setresuid32 memfd_create clock_getres epoll_ctl wait4 setpgid timerfd_settime setresuid sync setpriority setreuid pwritev keyctl sigaltstack shutdown semop mremap setsid link waitid nanosleep mknodat landlock_restrict_self riscv_hwprobe sched_setparam rt_sigreturn mkdirat setreuid32 sched_getparam rt_sigpending capget shmget getsockopt getgid sendmmsg add_key rseq sched_getscheduler setsockopt mq_timedreceive_time64 mq_open statmount io_destroy sigsuspend splice epoll_create timer_gettime fremovexattr arm_fadvise64_64 execve recvmmsg_time64 openat2 io_pgetevents_time64 mq_getsetattr pwrite64 getpid pread64 mq_timedsend fadvise64_64 getpriority kill ppoll olduname io_cancel restart_syscall futex_time64 fsetxattr rmdir select chmod shmctl getuid lstat removexattr timer_delete lseek inotify_add_watch oldstat faccessat2 rt_sigprocmask symlinkat flock eventfd getitimer ioprio_set munlock setfsuid32 faccessat tee oldolduname setfsgid setgid32 geteuid set_mempolicy_home_node fcntl mq_timedsend_time64 chown io_setup mlockall process_vm_readv ioprio_get getrlimit semctl signalfd4 io_submit times pwritev2 recvfrom munlockall statx waitpid write setresgid32 mkdir utimensat_time64 dup3 fadvise64 sched_rr_get_interval_time64 copy_file_range getppid remap_file_pages gettimeofday truncate io_pgetevents signal ioctl mq_notify
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/polkit-1/polkitd --no-debug --log-level=notice
Status Text: Processing requests...
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: /dev/null rw
? Unit fstrim.service:
Description: Discard unused blocks on filesystems from /etc/fstab
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:fstrim(8)
Fragment Path: /usr/lib/systemd/system/fstrim.service
ConditionVirtualization: !container untested
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: fstrim.timer (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
TriggeredBy: fstrim.timer (destination-implicit)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: fstrim.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: no
SystemCallFilter: lstat arch_prctl kcmp renameat2 statfs64 timer_delete sendmmsg recvmmsg_time64 sched_get_priority_max splice fallocate epoll_create sched_setaffinity socket mseal statfs send close_range getegid32 name_to_handle_at mmap2 sigreturn shmdt chown32 set_tid_address ioctl rmdir set_mempolicy_home_node setpgid msgrcv timerfd_gettime64 waitpid mmap sigsuspend connect prctl epoll_pwait2 stat setresuid32 exit_group syncfs getegid waitid accept4 recvmsg sched_get_priority_min io_uring_setup getgid32 vmsplice io_submit timer_settime get_robust_list nice sigaltstack writev mq_timedreceive getcwd setgroups getsockopt getdents64 epoll_wait lstat64 get_thread_area eventfd rt_sigaction mq_timedsend sigpending epoll_ctl setns capget rt_tgsigqueueinfo fork setfsuid getcpu mq_timedsend_time64 _llseek mq_unlink personality ugetrlimit dup2 dup3 set_tls sched_getparam mq_timedreceive_time64 mremap io_pgetevents_time64 umask io_uring_enter getgroups io_pgetevents access _newselect swapcontext cacheflush lremovexattr clock_getres_time64 getresgid futimesat sched_setscheduler preadv2 gettimeofday getpgid mq_open timer_getoverrun sigprocmask socketcall sigaction sched_getaffinity lseek fadvise64_64 stat64 getuid unlinkat symlinkat ioprio_get mknod copy_file_range utimes sched_yield set_mempolicy dup landlock_create_ruleset fchownat chdir clone3 setsockopt ftruncate setsid getpriority setfsgid32 getuid32 utimensat_time64 inotify_add_watch munlock setuid32 getpid epoll_wait_old lgetxattr getresuid32 setreuid32 setrlimit sync_file_range2 geteuid32 fcntl mkdirat sched_setparam getresuid pwritev read pidfd_send_signal nanosleep signalfd4 oldstat gettid rt_sigpending fstatfs64 setreuid poll creat bind kill preadv sync_file_range clock_nanosleep migrate_pages fgetxattr io_getevents fchown setregid sched_getscheduler faccessat ppoll_time64 getpeername mprotect setresuid fstat64 timerfd_settime pipe setresgid32 truncate64 arm_fadvise64_64 io_cancel llistxattr semop sendto memfd_create socketpair eventfd2 pselect6_time64 epoll_ctl_old getdents rt_sigqueueinfo fstatfs getsockname msgctl setitimer mkdir membarrier semtimedop io_destroy listen faccessat2 getrandom mlock2 vfork getgroups32 unlink oldlstat mlock rename semtimedop_time64 fchmodat2 pselect6 execveat timer_gettime64 semctl tkill fsync clock_getres setfsuid32 restart_syscall pipe2 capset getppid listxattr setresgid getpgrp readlink clone ipc exit brk close landlock_restrict_self sysinfo rt_sigtimedwait sendfile lchown32 timer_settime64 clock_nanosleep_time64 flistxattr lsetxattr unshare request_key recv madvise utimensat olduname linkat fstatat64 rseq epoll_pwait mknodat timerfd_settime64 ioprio_set inotify_rm_watch pause readahead timer_create alarm get_mempolicy readdir fcntl64 oldfstat getresgid32 signalfd inotify_init1 io_uring_register shmctl ppoll getgid setxattr getrusage link open pwritev2 mq_getsetattr tee sched_rr_get_interval_time64 lchown sendfile64 clock_gettime64 timerfd_create rt_sigsuspend setxattrat rt_sigprocmask openat move_pages landlock_add_rule pread64 rt_sigtimedwait_time64 rt_sigreturn times renameat recvfrom symlink add_key futex_time64 utime io_setup userfaultfd uretprobe uname signal fstat pwrite64 recvmmsg wait4 listxattrat shutdown geteuid futex_waitv fadvise64 process_vm_writev removexattrat munlockall timer_gettime fsetxattr shmget execve seccomp newfstatat setpriority openat2 msync setfsgid timerfd_gettime getrlimit mq_notify statx setuid process_vm_readv fchown32 chown setgid32 select readlinkat oldolduname fchmod epoll_create1 mlockall sched_setattr setgid readv msgget getxattr fchdir sync msgsnd getxattrat fdatasync setgroups32 ftruncate64 removexattr munmap pidfd_open sendmsg keyctl remap_file_pages set_robust_list futex getsid prlimit64 inotify_init truncate setregid32 fchmodat riscv_hwprobe time shmat write riscv_flush_icache clock_gettime sched_rr_get_interval mbind listmount process_madvise fremovexattr sched_getattr accept flock chmod tgkill getitimer statmount set_thread_area semget
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit syslog.target:
Description: syslog.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Before: jcagent.service (destination-file)
ReferencedBy: jcagent.service (destination-file)
? 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: Mon 2026-01-05 08:57:09 CET
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: /usr/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: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: e2scrub_all.timer (destination-implicit)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: e2scrub_all.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope:
Description: libcontainer container 5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
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: system.slice
CGroup: /system.slice/docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-devices
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: cacad71d9c754d0498d20bb53b71b2bc
Fragment Path: /run/systemd/transient/docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope
DropIn Path: /run/systemd/transient/docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope.d/50-DeviceAllow.conf
DropIn Path: /run/systemd/transient/docker-5ce44b5a2e725164c009a712ba9e9d84bfd7f48ff47003928c38d364b6cb1122.scope.d/50-DevicePolicy.conf
Condition Timestamp: Mon 2026-01-05 08:54:59 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:59 CET
Assert Result: yes
Requires: system.slice (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
CPUAccounting: yes
IOAccounting: yes
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: block-* m
DeviceAllow: char-* m
DeviceAllow: /dev/char/1:3 rwm
DeviceAllow: /dev/char/1:5 rwm
DeviceAllow: /dev/char/1:7 rwm
DeviceAllow: /dev/char/1:8 rwm
DeviceAllow: /dev/char/1:9 rwm
DeviceAllow: /dev/char/5:0 rwm
DeviceAllow: /dev/char/5:1 rwm
DeviceAllow: /dev/char/5:2 rwm
DeviceAllow: /dev/char/10:200 rwm
DeviceAllow: char-136 rwm
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit systemd-quotacheck.service:
Description: systemd-quotacheck.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
After: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
After: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
? Unit dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b00922b0e5d7404385f125433e30e382
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-eui.8ce38e04045bf470
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit docker.service:
Description: Docker Application Container Engine
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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/docker.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io memory pids
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: 07ce76d66dc4405ea870d6307b7a3430
Documentation: https://docs.docker.com
Fragment Path: /usr/lib/systemd/system/docker.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: docker.socket (origin-file)
Requires: system.slice (origin-file)
Wants: containerd.service (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: nss-lookup.target (origin-file)
After: time-set.target (origin-file)
After: basic.target (origin-default)
After: containerd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: firewalld.service (origin-file)
After: network-online.target (origin-file)
After: docker.socket (origin-file destination-implicit)
After: system.slice (origin-file)
TriggeredBy: docker.socket (destination-implicit)
References: docker.socket (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
References: containerd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: nss-lookup.target (origin-file)
References: time-set.target (origin-file)
References: firewalld.service (origin-file)
ReferencedBy: docker.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 2111
Main PID Known: yes
Main PID Alien: no
RestartSec: 2s
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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: -500
LimitCORE: 18446744073709551615
LimitCORESoft: 18446744073709551615
LimitNPROC: 18446744073709551615
LimitNPROCSoft: 18446744073709551615
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
? ExecReload:
Command Line: /bin/kill -s 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit swap.target:
Description: Swaps
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1dc9c2677921419fa799f49f05a463b1
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/swap.target
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sysinit.target (destination-file destination-default)
Before: tmp.mount (destination-file)
Before: shutdown.target (origin-default)
Before: run-user-1001.mount (destination-mountinfo)
After: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (origin-default destination-default)
After: dev-disk-by\x2ddiskseq-4.swap (destination-default)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-default)
After: dev-dm\x2d2.swap (destination-default)
After: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-default)
After: dev-debian\x2dvg-swap_1.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-default)
References: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-default)
ReferencedBy: dev-dm\x2d2.swap (destination-default)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-default)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-default)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-default)
ReferencedBy: run-user-1001.mount (destination-mountinfo)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-default)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit blockdev at dev-dm\x2d2.target:
Description: Block Device Preparation for /dev/dm-2
Instance: dev-dm\x2d2
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-proc-swap)
Before: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
Before: dev-disk-by\x2ddiskseq-4.swap (destination-proc-swap)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-proc-swap)
Before: dev-debian\x2dvg-swap_1.swap (destination-proc-swap)
Before: umount.target (origin-file)
Before: dev-dm\x2d2.swap (destination-proc-swap)
References: umount.target (origin-file)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-proc-swap)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-proc-swap)
ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit docker.socket:
Description: Docker Socket for the API
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/docker.socket
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9ca49e496c284e4bb4bbe5c2e3d2f785
Fragment Path: /usr/lib/systemd/system/docker.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: docker.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: docker.service (origin-implicit destination-file)
Before: sockets.target (origin-default destination-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: docker.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: docker.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: docker.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0660
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: docker.socket
SELinuxContextFromNet: no
FlushPending: no
SocketUser: root
SocketGroup: docker
ListenStream: /run/docker.sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sshd-unix-local.socket:
Description: OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/sshd-unix-local.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: ce0ef025678342329aa025338ae82990
Documentation: man:systemd-ssh-generator(8)
Fragment Path: /run/systemd/generator/sshd-unix-local.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/ssh-unix-local/socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: connection
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 0
ListenStream: /run/ssh-unix-local/socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 30s
PollLimitBurst: 50
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-tun\x2dfirezone.device:
Description: /sys/subsystem/net/devices/tun-firezone
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:40 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:10:40 CET
Active Enter Timestamp: Mon 2026-01-05 09:10:40 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d23dd6d418df41e3b83a8b866a5bb1e8
Following Set Member: sys-devices-virtual-net-tun\x2dfirezone.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/tun-firezone
Sysfs Path: /sys/devices/virtual/net/tun-firezone
Found: found-udev
? Unit dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2droot.device:
Description: /dev/disk/by-id/dm-name-debian--vg-root
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a1ed60bee61e410ca81412b40149b1b8
Following: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: sys-devices-virtual-block-dm\x2d1.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3X9bdJ9CfphXwLI42TX4WU20cwL0OKi8M.device
Following Set Member: dev-disk-by\x2ddiskseq-3.device
Following Set Member: dev-debian\x2dvg-root.device
Following Set Member: dev-dm\x2d1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2droot.device
Following Set Member: dev-disk-by\x2duuid-f6748bf9\x2d6729\x2d4394\x2db497\x2d607bd5597196.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-name-debian--vg-root
Sysfs Path: /sys/devices/virtual/block/dm-1
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:16.3-0000:00:16.3:0-0000:00:16.3:0.0-tty-ttyS0.device:
Description: Alder Lake AMT SOL Redirection
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 25ed0da6d9b24a708b5409bc6c169d32
Following Set Member: dev-ttyS0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:16.3/0000:00:16.3:0/0000:00:16.3:0.0/tty/ttyS0
Sysfs Path: /sys/devices/pci0000:00/0000:00:16.3/0000:00:16.3:0/0000:00:16.3:0.0/tty/ttyS0
Found: found-udev
? Unit ldconfig.service:
Description: Rebuild Dynamic Linker Cache
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:ldconfig(8)
Fragment Path: /usr/lib/systemd/system/ldconfig.service
ConditionFileNotEmpty: |!/etc/ld.so.cache untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: sysinit.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-confext.service (origin-file)
After: system.slice (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-confext.service (origin-file)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/ldconfig -X
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit libvirtd-admin.socket:
Description: libvirt legacy monolithic daemon admin socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:56:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/libvirtd-admin.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 8ee1c67db3034d5798fed63e085ec171
Fragment Path: /usr/lib/systemd/system/libvirtd-admin.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
BindsTo: libvirtd.socket (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: libvirtd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: libvirtd.service (origin-implicit destination-file)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: libvirtd.socket (origin-file)
Triggers: libvirtd.service (origin-implicit)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: libvirtd.socket (origin-file)
References: sockets.target (origin-default)
References: -.mount (origin-path)
References: libvirtd.service (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: libvirtd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/libvirt-admin-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: libvirtd-admin.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/libvirt-admin-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-poweroff.service:
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-poweroff.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-poweroff.service
Success Action: poweroff-force
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
RequiredBy: poweroff.target (destination-file)
Before: poweroff.target (destination-file)
After: final.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
After: plymouth-poweroff.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
References: final.target (origin-file)
ReferencedBy: poweroff.target (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1\x2dpart2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 194c4ae272084f78a9a430682caad835
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/umount.target
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
ConflictedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
ConflictedBy: boot.mount (destination-mountinfo)
ConflictedBy: dev-debian\x2dvg-swap_1.swap (destination-default)
ConflictedBy: run-user-1001-doc.mount (destination-mountinfo)
ConflictedBy: tmp.mount (destination-file)
ConflictedBy: blockdev at dev-nvme0n1p2.target (destination-file)
ConflictedBy: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
ConflictedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-default)
ConflictedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
ConflictedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-default)
ConflictedBy: blockdev at dev-dm\x2d2.target (destination-file)
ConflictedBy: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
ConflictedBy: run-user-1001.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target (destination-file)
ConflictedBy: var-lib-machines.mount (destination-mount-file)
ConflictedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ConflictedBy: boot-efi.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target (destination-file)
ConflictedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target (destination-file)
ConflictedBy: dev-dm\x2d2.swap (destination-default)
ConflictedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target (destination-file)
ConflictedBy: run-lock.mount (destination-file)
ConflictedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
ConflictedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-default)
ConflictedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target (destination-file)
ConflictedBy: blockdev at dev-nvme0n1p1.target (destination-file)
ConflictedBy: run-user-1001-gvfs.mount (destination-mountinfo)
ConflictedBy: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
ConflictedBy: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
ConflictedBy: home.mount (destination-mountinfo)
ConflictedBy: dev-disk-by\x2ddiskseq-4.swap (destination-default)
ConflictedBy: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
ConflictedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
ConflictedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-default)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: final.target (destination-file)
After: blockdev at dev-nvme0n1p1.target (destination-file)
After: dev-dm\x2d2.swap (destination-default)
After: boot.mount (destination-mountinfo)
After: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target (destination-file)
After: dev-debian\x2dvg-swap_1.swap (destination-default)
After: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
After: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-default)
After: var-lib-machines.mount (destination-mount-file)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target (destination-file)
After: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
After: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
After: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
After: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-default)
After: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-default)
After: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
After: boot-efi.mount (destination-mountinfo)
After: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target (destination-file)
After: dev-disk-by\x2ddiskseq-4.swap (destination-default)
After: run-user-1001-doc.mount (destination-mountinfo)
After: run-user-1001.mount (destination-mountinfo)
After: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
After: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
After: run-lock.mount (destination-file)
After: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-default)
After: tmp.mount (destination-file)
After: run-user-1001-gvfs.mount (destination-mountinfo)
After: blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target (destination-file)
After: home.mount (destination-mountinfo)
After: blockdev at dev-nvme0n1p2.target (destination-file)
After: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
After: blockdev at dev-dm\x2d2.target (destination-file)
After: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
After: blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target (destination-file)
After: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
ReferencedBy: run-user-1001-doc.mount (destination-mountinfo)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-default)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
ReferencedBy: var-lib-machines.mount (destination-mount-file)
ReferencedBy: boot-efi.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-default)
ReferencedBy: run-lock.mount (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-default)
ReferencedBy: home.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
ReferencedBy: blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target (destination-file)
ReferencedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: blockdev at dev-nvme0n1p2.target (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: blockdev at dev-dm\x2d2.target (destination-file)
ReferencedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target (destination-file)
ReferencedBy: dev-dm\x2d2.swap (destination-default)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-default)
ReferencedBy: blockdev at dev-disk-by\x2duuid-3162\x2dD1B3.target (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-default)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-default)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
ReferencedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
ReferencedBy: final.target (destination-file)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
ReferencedBy: run-user-1001.mount (destination-mountinfo)
ReferencedBy: run-user-1001-gvfs.mount (destination-mountinfo)
ReferencedBy: blockdev at dev-mapper-debian\x2d\x2dvg\x2droot.target (destination-file)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
ReferencedBy: blockdev at dev-nvme0n1p1.target (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit blockdev at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.target:
Description: Block Device Preparation for /dev/disk/by-uuid/0b66ea3c-f59e-4867-943c-23b471c68cbb
Instance: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: umount.target (origin-file)
Before: boot.mount (destination-file)
References: umount.target (origin-file)
ReferencedBy: boot.mount (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-hostnamed.service:
Alias: dbus-org.freedesktop.hostname1.service
Description: Hostname Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 10:57:42 CET
Inactive Exit Timestamp: Mon 2026-01-05 10:57:11 CET
Active Enter Timestamp: Mon 2026-01-05 10:57:12 CET
Active Exit Timestamp: Mon 2026-01-05 10:57:42 CET
Inactive Enter Timestamp: Mon 2026-01-05 10:57:42 CET
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-firewall bpf-devices
Invocation ID: 7246499ab5664f969fe431606633ac9b
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Documentation: man:org.freedesktop.hostname1(5)
Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.service
Condition Timestamp: Mon 2026-01-05 10:57:11 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 10:57:11 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: tmp.mount (origin-path)
After: systemd-hostnamed.socket (destination-implicit)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
TriggeredBy: systemd-hostnamed.socket (destination-implicit)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: tmp.mount (origin-path)
References: -.mount (origin-path)
ReferencedBy: systemd-hostnamed.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: stopping
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.freedesktop.hostname1
Bus Name Good: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: invisible
ProcSubset: all
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_sys_admin
DynamicUser: no
ReadWritePaths: /etc /run/systemd
LockPersonality: yes
SystemCallFilter: userfaultfd getgroups ftruncate64 timerfd_gettime timer_create clone time fcntl getresgid io_setup restart_syscall arch_prctl stat64 setregid32 setgroups lstat sigreturn preadv2 landlock_restrict_self epoll_pwait getsockname sched_getparam fgetxattr alarm setns io_uring_register sendto oldstat ioprio_get sysinfo fchmodat2 get_mempolicy epoll_ctl getsockopt getitimer accept lgetxattr lremovexattr faccessat2 fsetxattr mlock2 truncate64 listxattr recvmmsg shmget setregid inotify_init1 pwritev2 oldfstat arm_fadvise64_64 pipe2 exit_group setsockopt fstatfs getcwd personality clock_getres dup3 mknodat oldlstat timer_delete readdir landlock_create_ruleset timerfd_create membarrier setfsuid32 sigpending pwritev timer_getoverrun memfd_create mq_notify shmat getgid listmount munlock readlink open setgid sched_rr_get_interval_time64 sched_setaffinity linkat fchmodat io_pgetevents rt_tgsigqueueinfo select timer_gettime setitimer inotify_rm_watch epoll_wait_old signalfd readahead getresuid32 sigaction sendfile64 mq_unlink fallocate rt_sigprocmask migrate_pages creat timerfd_settime mseal fsync io_uring_setup capget ioctl munlockall mmap ioprio_set setrlimit getpriority mlock recvmsg getrandom preadv tkill signal getegid32 msgrcv eventfd sched_getscheduler shutdown getrusage mq_timedsend_time64 getegid semtimedop_time64 rt_sigtimedwait getgid32 clock_nanosleep umask semop mq_timedreceive uname pidfd_send_signal sigaltstack name_to_handle_at wait4 getdents setreuid32 openat2 chown nanosleep renameat2 mq_getsetattr munmap utimensat_time64 inotify_add_watch pidfd_open getgroups32 bind statx timerfd_gettime64 oldolduname getresgid32 setresgid get_robust_list setreuid set_mempolicy_home_node setresuid capset ipc eventfd2 vmsplice access set_tls timer_settime64 splice clock_nanosleep_time64 sync_file_range2 pwrite64 renameat fremovexattr connect exit mkdir io_pgetevents_time64 sendmsg cacheflush lseek sched_get_priority_max getppid msync getpgid stat fdatasync lchown io_submit mq_open rt_sigaction rt_sigpending epoll_create1 timer_settime writev fchdir setuid32 tee mmap2 semctl utimes epoll_wait read fstatat64 sched_setattr clock_gettime request_key sigprocmask link clock_gettime64 sync getsid execve sched_get_priority_min recvfrom setfsgid chown32 setxattr tgkill fcntl64 statfs symlink times readlinkat sync_file_range rt_sigqueueinfo ppoll getresuid olduname fstat64 lstat64 clone3 setxattrat write process_madvise sched_setparam setresgid32 close_range pause io_destroy unlinkat fstat getxattrat symlinkat mknod swapcontext set_tid_address getdents64 recvmmsg_time64 setresuid32 _llseek getpgrp riscv_flush_icache openat fchmod removexattr getuid get_thread_area dup2 timer_gettime64 msgsnd setuid getuid32 rename dup fork kcmp copy_file_range prlimit64 getpid flock madvise sigsuspend poll keyctl move_pages lsetxattr process_vm_writev flistxattr pread64 unshare chdir set_robust_list shmdt landlock_add_rule getxattr rmdir mprotect timerfd_settime64 pselect6 execveat pipe io_cancel send gettimeofday geteuid futex prctl futex_waitv process_vm_readv setgid32 recv mbind setpgid epoll_pwait2 clock_getres_time64 ugetrlimit faccessat ftruncate mlockall listxattrat llistxattr epoll_create _newselect accept4 fadvise64_64 rt_sigtimedwait_time64 gettid chmod io_getevents mq_timedsend msgget sched_getaffinity fchown32 getrlimit lchown32 inotify_init sendfile getpeername getcpu epoll_ctl_old io_uring_enter setfsuid newfstatat utime shmctl waitid sched_setscheduler rt_sigsuspend fstatfs64 add_key sethostname riscv_hwprobe setpriority msgctl kill signalfd4 removexattrat ppoll_time64 listen seccomp utimensat readv statfs64 sched_rr_get_interval mremap syncfs setsid unlink semget uretprobe geteuid32 rseq set_mempolicy mq_timedreceive_time64 brk futimesat setfsgid32 sendmmsg socket fadvise64 sched_yield statmount fchownat remap_file_pages waitpid socketpair semtimedop mkdirat rt_sigreturn nice sched_getattr futex_time64 truncate set_thread_area close vfork setgroups32 fchown socketcall pselect6_time64
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hostnamed
PID: 174080
Start Timestamp: Mon 2026-01-05 10:57:11.914544 CET
Handoff Timestamp: 85.555ms since start
Exit Timestamp: 30.043938s since handoff
Exit Code: exited
Exit Status: 0
Status Text: Shutting down...
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: /dev/vsock r
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device:
Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 30bd086757454b78834fdfa3a163a154
Following Set Member: dev-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
Found: found-udev
? 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: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1e9dca3a19024f8dbfc2dcec16db52ab
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: time-set.target (origin-default)
After: apt-daily.timer (origin-file)
After: time-sync.target (origin-default)
After: -.mount (origin-path)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: sysinit.target (origin-default)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: -.mount (origin-path)
References: apt-daily-upgrade.service (origin-implicit)
References: apt-daily.timer (origin-file)
References: shutdown.target (origin-default)
References: time-set.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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
DeferReactivation: no
OnCalendar: *-*-* 06:00:00
? Unit auditd.service:
Description: auditd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: sshd at sshd-keygen.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
? Unit lightdm.service:
Alias: display-manager.service
Description: Light Display Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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/lightdm.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 57a8edaa75e14a40b291a73a67a27c9e
Documentation: man:lightdm(1)
Fragment Path: /usr/lib/systemd/system/lightdm.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: plymouth-quit.service (origin-file)
Before: plymouth-poweroff.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
Before: plymouth-halt.service (destination-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: fwupd.service (destination-file)
After: console-setup.service (destination-file)
After: systemd-journald.socket (origin-file)
After: plymouth-quit.service (origin-file)
OnFailure: plymouth-quit.service (origin-file)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: dbus.socket (origin-file)
References: plymouth-quit.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: plymouth-kexec.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2129
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.DisplayManager
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/lightdm
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-suspend.service:
Description: System Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-suspend.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-suspend.service
Requires: sleep.target (origin-file)
Requires: system.slice (origin-file)
Wants: nvidia-resume.service (origin-file)
Wants: nvidia-suspend.service (origin-file)
RequiredBy: suspend.target (destination-file)
Before: nvidia-resume.service (destination-file)
Before: suspend.target (destination-file)
After: systemd-journald.socket (origin-file)
After: sleep.target (origin-file)
After: system.slice (origin-file)
After: nvidia-suspend.service (destination-file)
References: systemd-journald.socket (origin-file)
References: sleep.target (origin-file)
References: nvidia-resume.service (origin-file)
References: nvidia-suspend.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: nvidia-resume.service (destination-file)
ReferencedBy: nvidia-suspend.service (destination-file)
ReferencedBy: suspend.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep suspend
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 09:09:45 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:09:44 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 09:09:45 CET
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: efb919851bff48a2b4dcde5033d83a8f
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
Condition Timestamp: Mon 2026-01-05 09:09:44 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 09:09:44 CET
Assert Result: yes
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: time-set.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: time-set.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
IOSchedulingClass: idle
IOPriority: 4
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --clean
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c7b64a73752840bca275e97fa69f7662
Following: sys-devices-virtual-misc-rfkill.device
Following Set Member: sys-devices-virtual-misc-rfkill.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/rfkill
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
? Unit systemd-machined.service:
Alias: dbus-org.freedesktop.machine1.service
Description: Virtual Machine and Container Registration Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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-machined.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: 65990182411a494aae4e67647a5fcb5a
Documentation: man:systemd-machined.service(8)
Documentation: man:org.freedesktop.machine1(5)
Fragment Path: /usr/lib/systemd/system/systemd-machined.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: var-lib-machines.mount (origin-file)
Wants: machine.slice (origin-file)
WantedBy: libvirtd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: libvirtd.service (destination-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: var-lib-machines.mount (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: machine.slice (origin-file)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: var-lib-machines.mount (origin-file)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: machine.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: libvirtd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/machines (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1598
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.machine1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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_linux_immutable cap_sys_chroot cap_sys_ptrace cap_sys_admin cap_mknod
DynamicUser: no
LockPersonality: yes
SystemCallFilter: pidfd_open prctl sendmsg faccessat2 pread64 wait4 setgroups shmat epoll_ctl exit_group io_destroy ipc sched_getaffinity fchown epoll_create1 splice inotify_rm_watch setrlimit sched_rr_get_interval_time64 recvmsg getpriority getsid sigaltstack utimensat mmap2 pause preadv2 symlinkat timer_settime kill landlock_create_ruleset pipe2 timer_gettime getppid flistxattr recv timer_getoverrun epoll_pwait uretprobe msync accept setuid32 sched_setparam setgid32 sched_get_priority_min rt_sigaction sched_get_priority_max recvmmsg_time64 timer_gettime64 rt_sigsuspend arm_fadvise64_64 getpid futex waitid pselect6_time64 sched_rr_get_interval semtimedop mq_notify tgkill semtimedop_time64 read set_mempolicy getsockopt clock_nanosleep remap_file_pages tkill epoll_ctl_old get_robust_list sync_file_range write clone3 lstat64 prlimit64 clock_getres set_mempolicy_home_node access riscv_hwprobe getresuid removexattr readahead mknod epoll_pwait2 io_cancel openat oldlstat get_mempolicy landlock_add_rule getresgid set_thread_area clock_nanosleep_time64 ugetrlimit utime getuid getcpu sigreturn ioctl membarrier sendfile sigaction open_tree readlinkat lseek get_thread_area getxattr readdir geteuid swapcontext fstatfs sched_getscheduler ppoll_time64 sysinfo listmount readv munmap brk mq_getsetattr fstatfs64 keyctl fsync socket msgsnd fchmod fchdir umount2 timerfd_gettime open rt_tgsigqueueinfo execveat waitpid dup2 ioprio_get select set_robust_list io_uring_register fspick fallocate fork openat2 link chown32 mlock2 removexattrat mlockall flock _llseek mq_timedreceive pidfd_send_signal _newselect name_to_handle_at futex_time64 eventfd rt_sigtimedwait listxattrat kcmp statfs sigprocmask pivot_root listen migrate_pages timerfd_settime64 process_vm_writev statmount setgroups32 setsockopt msgget getpgrp restart_syscall process_vm_readv getgroups32 setxattr process_madvise semctl olduname sigsuspend setfsuid timerfd_settime pwritev mq_timedsend socketcall sched_yield ftruncate64 accept4 landlock_restrict_self inotify_add_watch rt_sigqueueinfo mq_timedreceive_time64 io_uring_enter sched_setscheduler fsconfig setxattrat truncate chown getitimer arch_prctl futex_waitv uname timer_delete semop signalfd setreuid32 pipe sync_file_range2 setregid inotify_init1 rt_sigpending setfsuid32 sched_setattr mq_timedsend_time64 unlinkat sendfile64 utimes rmdir mkdir clock_getres_time64 cacheflush oldolduname truncate64 pselect6 getpgid lsetxattr chdir lgetxattr move_mount memfd_create ioprio_set renameat capset setfsgid32 chmod setuid epoll_wait_old semget execve getrandom statfs64 chroot gettid socketpair epoll_create munlockall io_submit io_setup setreuid getrlimit setns getrusage mbind bind fadvise64 setpgid copy_file_range capget recvfrom io_pgetevents alarm shmdt set_tls timer_settime64 rseq getresuid32 mmap eventfd2 writev sendmmsg rt_sigprocmask llistxattr umount inotify_init vfork fsetxattr add_key mq_unlink rt_sigreturn fchownat futimesat setresuid32 poll userfaultfd clone fsmount faccessat getuid32 linkat fadvise64_64 lchown32 fstatat64 shutdown fstat setitimer setresuid rename close_range close setresgid32 getsockname syncfs signal stat dup io_uring_setup lremovexattr utimensat_time64 send mount sched_setaffinity shmget statx getgid32 clock_gettime64 move_pages lchown gettimeofday mprotect io_getevents getdents getgid exit signalfd4 vmsplice setpriority fcntl64 setresgid mq_open readlink pwritev2 fchmodat2 getdents64 dup3 fremovexattr setgid request_key fcntl sync nice ftruncate connect shmctl newfstatat symlink getresgid32 nanosleep sigpending mlock pwrite64 creat mknodat lstat seccomp times fsopen getxattrat munlock timer_create fchown32 tee getcwd getegid32 mremap getgroups personality io_pgetevents_time64 fchmodat getpeername timerfd_create fgetxattr unshare fdatasync stat64 ppoll mseal listxattr sched_getparam mkdirat unlink renameat2 sendto rt_sigtimedwait_time64 riscv_flush_icache umask set_tid_address timerfd_gettime64 fstat64 setfsgid msgrcv setregid32 time oldstat recvmmsg oldfstat setsid getegid preadv epoll_wait clock_gettime sched_getattr mount_setattr geteuid32 msgctl madvise
SystemCallArchitectures: native
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-machined
Status Text: Processing requests...
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
IPAddressDeny: 0.0.0.0/0
IPAddressDeny: ::/0
? Unit plymouth-reboot.service:
Description: Show Plymouth Reboot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-reboot.service
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice (origin-file)
WantedBy: reboot.target (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: systemd-reboot.service (origin-file)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: getty at tty1.service (origin-file)
After: systemd-journald.socket (origin-file)
After: lightdm.service (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: getty at tty1.service (origin-file)
References: systemd-reboot.service (origin-file)
References: systemd-journald.socket (origin-file)
References: lightdm.service (origin-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: reboot.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=reboot --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtlogd.socket:
Description: libvirt logging daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlogd.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 7c3befafe78e42dc9dbefd3fbf2ccc23
Fragment Path: /usr/lib/systemd/system/virtlogd.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: libvirtd.service (destination-file)
WantedBy: sockets.target (destination-file)
BoundBy: virtlogd-admin.socket (destination-file)
BoundBy: virtlogd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: virtlogd.service (origin-implicit destination-file)
Before: libvirtd.service (destination-file)
Before: virtlogd-admin.socket (destination-file)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
Triggers: virtlogd.service (origin-implicit)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: virtlogd.service (origin-implicit)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: virtlogd-admin.socket (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/virtlogd-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: virtlogd.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/virtlogd-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-vethb6037a2.device:
Description: /sys/subsystem/net/devices/vethb6037a2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d0adbac0a3934c88889c583ba34972a5
Following Set Member: sys-devices-virtual-net-vethb6037a2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/vethb6037a2
Sysfs Path: /sys/devices/virtual/net/vethb6037a2
Found: found-udev
? Unit hybrid-sleep.target:
Description: Hybrid Suspend+Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/hybrid-sleep.target
Requires: systemd-hybrid-sleep.service (origin-file)
Wants: grub-common.service (origin-file)
Before: grub-common.service (destination-file)
After: systemd-hybrid-sleep.service (origin-file)
References: grub-common.service (origin-file)
References: systemd-hybrid-sleep.service (origin-file)
ReferencedBy: grub-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8e46b9ca49314a81b66810dc210608f8
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partnum/1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount:
Description: /var/lib/docker/overlay2/fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844/merged
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit 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: bd8ab55eeab443aaae1d23b3b38c1fa2
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/docker/overlay2/fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/lib/docker/overlay2/fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844/merged
What: overlay
File System Type: overlay
Options: rw,relatime,lowerdir=/var/lib/docker/overlay2/l/WOEWWGEOWGIKH4TDJGXZMRUU4M:/var/lib/docker/overlay2/l/EQN6Q6JAMNJCK3XYXCGP57O3CE:/var/lib/docker/overlay2/l/X3S2CYMM7P2UGQUXRBANOZX7IM:/var/lib/docker/overlay2/l/B2QLI5OXB6DZJEKEQKPSSBEPWR:/var/lib/docker/overlay2/l/FVBQONJHDVW2Q4EQBHRAYB7PXF:/var/lib/docker/overlay2/l/LLDPRLQSVQY7DWQHFMJD7R5GCY:/var/lib/docker/overlay2/l/X2FWZTPD2PNXDBPULXVDU6CGDB:/var/lib/docker/overlay2/l/J7ECTL7TW7TRJ5YTKP7T6PN45G:/var/lib/docker/overlay2/l/ZE3K7GMIRAMUJ5RWSAJ6UMGHGN:/var/lib/docker/overlay2/l/UW7SBPKKVY57MIX45BGRA3TTZJ:/var/lib/docker/overlay2/l/3ZFCAESZYWIEZDN4Z4Y733Y4Q2:/var/lib/docker/overlay2/l/CPPO5WAOTP4RVRDQMZJFCZVAMO:/var/lib/docker/overlay2/l/PFV6YTAIOQDPQYAOMXT2WKSYOB:/var/lib/docker/overlay2/l/Q6SAW4KUC6YRMAEG35LUOM4JQG,upperdir=/var/lib/docker/overlay2/fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844/diff,workdir=/var/lib/docker/overlay2/fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844/work
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtxend.socket:
Description: virtxend.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirt-guests.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b26ed75be6de47429525a4d23560f22d
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit fwupd-refresh.timer:
Description: Refresh fwupd metadata regularly
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 14:17:31 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4d13fe466256436cb97980057a4abfb3
Fragment Path: /usr/lib/systemd/system/fwupd-refresh.timer
ConditionVirtualization: !container untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: fwupd-refresh.service (origin-implicit)
After: sysinit.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
Triggers: fwupd-refresh.service (origin-implicit)
References: time-set.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: fwupd-refresh.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: fwupd-refresh.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* *:00:00
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: aa02d7b49b9f4618b258728b180df930
Documentation: man:systemd-remount-fs.service(8)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/systemd-remount-fs.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
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-importd.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: bolt.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: fwupd-refresh.service (destination-file)
Before: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
Before: fwupd.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-importd.socket (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: colord.service (destination-file)
Before: firezone-client-tunnel.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-sysusers.service (destination-file)
Before: upower.service (destination-file)
After: systemd-fsck-root.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-fsck-root.service (origin-file)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-importd.socket (destination-file)
ReferencedBy: fwupd-refresh.service (destination-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-importd.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: colord.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-remount-fs
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-importd.service:
Alias: dbus-org.freedesktop.import1.service
Description: Disk Image Download Service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-importd.service(8)
Documentation: man:org.freedesktop.import1(5)
Fragment Path: /usr/lib/systemd/system/systemd-importd.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
Wants: var-lib-machines.mount (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-importd.socket (origin-file destination-implicit)
After: -.mount (origin-path)
After: var-lib-machines.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-importd.socket (destination-implicit)
References: systemd-importd.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: var-lib-machines.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: shutdown.target (origin-file)
ReferencedBy: systemd-importd.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/lib/extensions (origin-file)
WantsMountsFor: /var/lib/portables (origin-file)
WantsMountsFor: /var/lib/machines (origin-file)
WantsMountsFor: /var/lib/confexts (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.freedesktop.import1
Bus Name Good: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: mixed
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_fowner cap_fsetid cap_setpcap cap_linux_immutable cap_sys_admin cap_mknod cap_setfcap
DynamicUser: no
LockPersonality: yes
SystemCallFilter: chown oldfstat landlock_restrict_self pidfd_send_signal setresuid32 io_cancel getpgrp mount stat64 setuid socketcall copy_file_range timerfd_gettime64 setsid getegid getsockname rt_sigtimedwait_time64 shutdown splice setfsgid32 ioprio_get readahead dup statfs64 uretprobe removexattr arch_prctl statfs umount2 clock_gettime64 futex_time64 setreuid statmount getgroups sendmmsg mknod remap_file_pages chroot fsconfig fsopen io_pgetevents_time64 mount_setattr kcmp truncate64 chdir lsetxattr setregid cacheflush umount set_mempolicy_home_node add_key mlock utimensat madvise semget mlock2 memfd_create restart_syscall ppoll_time64 setgroups sigreturn rt_sigtimedwait tkill get_mempolicy getrlimit time nice getxattrat lchown clock_nanosleep sendfile execve pselect6_time64 getresgid32 personality sched_yield ppoll semop recv exit_group fsetxattr sched_getaffinity execveat fchmod setgroups32 oldolduname socket recvmmsg_time64 sched_rr_get_interval_time64 futimesat setpgid setxattr mbind nanosleep rt_sigreturn timer_delete oldstat mq_timedsend_time64 lgetxattr move_mount timerfd_settime pwritev2 unshare sendfile64 setfsgid fchown32 munlock tgkill clone process_madvise readlinkat clock_gettime accept wait4 open membarrier renameat mknodat rt_sigsuspend mq_open readlink signalfd utimes rt_sigpending sched_get_priority_max preadv2 set_tls rename truncate getuid send set_mempolicy epoll_ctl_old fstatfs64 setregid32 getresuid fchmodat bind prctl io_pgetevents fstatfs symlinkat mmap2 seccomp sched_setscheduler io_uring_enter setresuid renameat2 io_uring_register pause ugetrlimit process_vm_writev pipe2 sched_get_priority_min sched_rr_get_interval flock mq_timedreceive_time64 setgid unlinkat gettid waitid vmsplice fadvise64 getcwd access umask get_robust_list rmdir preadv sysinfo mkdirat getrusage alarm epoll_wait_old msgctl exit io_getevents futex_waitv sched_getscheduler setsockopt semtimedop_time64 munlockall timerfd_settime64 landlock_create_ruleset mq_notify name_to_handle_at read getitimer creat mq_unlink rt_sigqueueinfo sigaltstack unlink olduname fadvise64_64 signalfd4 close_range rt_sigaction gettimeofday write getgid32 inotify_rm_watch setresgid sched_setattr clock_nanosleep_time64 close stat mprotect fchmodat2 sigaction fsync getppid setpriority recvfrom sched_getattr getresgid signal msgsnd fstatat64 listen dup2 timerfd_gettime ioprio_set ipc eventfd getgid rseq getrandom eventfd2 rt_sigprocmask geteuid32 prlimit64 inotify_init newfstatat fchdir getpeername utimensat_time64 shmget dup3 io_setup listmount setuid32 fcntl setreuid32 io_uring_setup fspick removexattrat getcpu setfsuid32 fstat64 clone3 inotify_add_watch set_robust_list _newselect timer_settime _llseek getsid io_submit pwritev getxattr setns timer_settime64 listxattr clock_getres_time64 fgetxattr recvmsg poll msync getpgid getdents pselect6 waitpid setresgid32 getpid migrate_pages riscv_flush_icache syncfs capset symlink sync_file_range times mkdir mlockall swapcontext rt_tgsigqueueinfo timer_gettime brk pipe connect getresuid32 fallocate sync_file_range2 munmap mmap llistxattr sched_getparam socketpair shmdt io_destroy keyctl lstat ioctl fsmount readdir getsockopt mremap move_pages setitimer tee openat sendto timer_getoverrun timer_gettime64 epoll_pwait uname faccessat2 geteuid riscv_hwprobe mq_timedreceive fdatasync readv sched_setparam sendmsg lchown32 writev ftruncate faccessat epoll_create oldlstat setxattrat statx openat2 vfork getuid32 listxattrat getpriority fork semtimedop get_thread_area setrlimit inotify_init1 landlock_add_rule lseek epoll_pwait2 fremovexattr sched_setaffinity ftruncate64 open_tree link accept4 fchown epoll_ctl select linkat flistxattr chown32 userfaultfd futex pivot_root kill set_tid_address lstat64 getgroups32 timerfd_create sync timer_create utime capget mq_timedsend getegid32 sigpending setgid32 epoll_wait recvmmsg getdents64 process_vm_readv request_key mq_getsetattr msgget pread64 fcntl64 epoll_create1 sigsuspend set_thread_area setfsuid pidfd_open chmod shmat sigprocmask mseal pwrite64 msgrcv semctl shmctl arm_fadvise64_64 fstat clock_getres lremovexattr fchownat
SystemCallArchitectures: native
RestrictNamespaces: net
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-importd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit mde_netfilter_v2.service:
Description: Microsoft Defender Netfilter Platform
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:56 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit Timestamp: Mon 2026-01-05 08:54:56 CET
Inactive Enter Timestamp: Mon 2026-01-05 08:54:56 CET
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
Invocation ID: 38c087f5fca7417cbc2890a318849044
Fragment Path: /usr/lib/systemd/system/mde_netfilter_v2.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: mde_netfilter_v2.socket (origin-file)
Wants: tmp.mount (origin-path)
Wants: -.mount (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: basic.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: local-fs.target (origin-file)
After: tmp.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: mde_netfilter_v2.socket (destination-implicit)
After: network.target (origin-file)
TriggeredBy: mde_netfilter_v2.socket (destination-implicit)
References: mde_netfilter_v2.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: local-fs.target (origin-file)
References: basic.target (origin-default)
References: tmp.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: mde_netfilter_v2.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /opt/microsoft/mdatp/sbin (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /opt/microsoft/mdatp/sbin
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: LD_LIBRARY_PATH=/opt/microsoft/mdatp/lib/
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 18446744073709551615
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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: /opt/microsoft/mdatp/sbin/mde_netfilter
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusb\x2d0:2.3.4:1.0.device:
Description: USB_Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:10 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:10 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:10 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4a4b335ff0af4837ad0a0adcc4ddc6b8
Following: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusbv2\x2d0:2.3.4:1.0.device
Following Set Member: dev-snd-controlC2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2did-usb\x2dGeneric_USB_Audio_200901010001\x2d00.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:4b:00.0-usb-0:2.3.4:1.0
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Found: found-udev
? Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: 2bc13b6ec88e4a5c90a6037b4ad8bbc2
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
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: systemd-ask-password-wall.service (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: user at 1001.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: lightdm.service (destination-file)
Before: session-2.scope (destination-file)
Before: getty at tty1.service (destination-file)
After: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: network.target (origin-file)
After: systemd-pcrphase.service (destination-file)
After: remote-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: home.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: remote-fs.target (origin-file)
References: nss-user-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: home.mount (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: user at 1001.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-sessions start
? ExecStop:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dpkg-db-backup.service:
Description: Daily dpkg database backup service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
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)
After: dpkg-db-backup.timer (destination-implicit)
TriggeredBy: dpkg-db-backup.timer (destination-implicit)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: dpkg-db-backup.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/dpkg/dpkg-db-backup
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-enx98e7431b61d5.device:
Description: RTL8153 Gigabit Ethernet Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:09 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:09 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:09 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1be77a01560840ecb1ebd02bb97567d8
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb6-6\x2d2-6\x2d2.4-6\x2d2.4:1.0-net-enx98e7431b61d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/enx98e7431b61d5
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb6/6-2/6-2.4/6-2.4:1.0/net/enx98e7431b61d5
Found: found-udev
? Unit local-fs-pre.target:
Description: Preparation for Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 82b57d07e31f43029d515b2a7125bb2f
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs-pre.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
WantedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
WantedBy: systemd-hibernate-resume.service (destination-file)
WantedBy: keyboard-setup.service (destination-file)
WantedBy: systemd-tmpfiles-setup-dev.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
Before: run-user-1001.mount (destination-mountinfo)
Before: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
Before: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
Before: boot.mount (destination-mountinfo)
Before: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
Before: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
Before: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
Before: local-fs.target (destination-file)
Before: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
Before: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Before: boot-efi.mount (destination-mountinfo)
Before: var-lib-machines.mount (destination-mount-file)
Before: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
Before: home.mount (destination-mountinfo)
Before: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
Before: run-user-1001-gvfs.mount (destination-mountinfo)
Before: shutdown.target (origin-default)
Before: run-user-1001-doc.mount (destination-mountinfo)
Before: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
Before: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
After: dm-event.service (destination-file)
After: systemd-remount-fs.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-hibernate-resume.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: keyboard-setup.service (destination-file)
After: lvm2-monitor.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: boot-efi.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
ReferencedBy: home.mount (destination-mountinfo)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: run-user-1001-gvfs.mount (destination-mountinfo)
ReferencedBy: run-user-1001-doc.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-mount-file)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: run-user-1001.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-pcrextend.socket:
Description: TPM PCR Measurements
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrextend(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrextend.socket
ConditionSecurity: measured-uki untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: tpm2.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: sockets.target (origin-file)
References: tpm2.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.PCRExtend (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.PCRExtend
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-STM0176:00-tpm-tpm0.device:
Description: /sys/devices/platform/STM0176:00/tpm/tpm0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 39ba5a858e3046058b32a5dbc7bf72ee
Following Set Member: dev-tpm0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/STM0176:00/tpm/tpm0
Sysfs Path: /sys/devices/platform/STM0176:00/tpm/tpm0
Found: found-udev
? Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d3c70d1d70e240a29a263f8c8c8cc08c
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/dm-0
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit sys-devices-virtual-net-tun\x2dfirezone.device:
Description: /sys/devices/virtual/net/tun-firezone
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:40 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:10:40 CET
Active Enter Timestamp: Mon 2026-01-05 09:10:40 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e65632b1a7074dda9c726c7de30f70fe
Following Set Member: sys-subsystem-net-devices-tun\x2dfirezone.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/tun-firezone
Sysfs Path: /sys/devices/virtual/net/tun-firezone
Found: found-udev
? Unit libvirtd.service:
Description: libvirt legacy monolithic daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:56:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: Mon 2026-01-05 08:56:58 CET
Inactive Enter Timestamp: Mon 2026-01-05 08:56:58 CET
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: cae3c8144eb9477aa983f962123c5b41
Documentation: man:libvirtd(8)
Documentation: https://libvirt.org/
Fragment Path: /usr/lib/systemd/system/libvirtd.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: virtlogd.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: libvirtd.socket (origin-file)
Wants: virtlockd.socket (origin-file)
Wants: libvirtd-admin.socket (origin-file)
Wants: libvirtd-ro.socket (origin-file)
Wants: systemd-machined.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: xendomains.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: libvirtd.socket (origin-file destination-implicit)
After: libvirtd-ro.socket (origin-file destination-implicit)
After: network.target (origin-file)
After: systemd-machined.service (origin-file)
After: xencommons.service (origin-file)
After: iscsid.service (origin-file)
After: virtlogd.socket (origin-file)
After: libvirtd-admin.socket (origin-file destination-implicit)
After: virtlockd.socket (origin-file)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
After: apparmor.service (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
TriggeredBy: libvirtd-ro.socket (destination-implicit)
TriggeredBy: libvirtd-admin.socket (destination-implicit)
TriggeredBy: libvirtd.socket (destination-implicit)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: xendomains.service (origin-file)
References: libvirtd-ro.socket (origin-file)
References: virtlogd.socket (origin-file)
References: virtlockd.socket (origin-file)
References: libvirtd.socket (origin-file)
References: basic.target (origin-default)
References: libvirtd-admin.socket (origin-file)
References: iscsid.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: remote-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: apparmor.service (origin-file)
References: xencommons.service (origin-file)
References: systemd-machined.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: libvirtd-admin.socket (destination-implicit)
ReferencedBy: libvirtd-ro.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: libvirtd.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: LIBVIRTD_ARGS=--timeout 120
EnvironmentFile: -/etc/default/libvirtd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 67108864
LimitMEMLOCKSoft: 67108864
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/libvirtd "\$LIBVIRTD_ARGS"
? 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 32768
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-net-docker0.device:
Description: /sys/devices/virtual/net/docker0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9f1bb19348ac4b078732aeb0a0a3f1cc
Following Set Member: sys-subsystem-net-devices-docker0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/docker0
Sysfs Path: /sys/devices/virtual/net/docker0
Found: found-udev
? 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: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: f19849665937470a9fddf0b4d4ca1b03
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty at .service
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
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: plymouth-halt.service (destination-file)
Before: getty.target (origin-file destination-default)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: rescue.service (origin-file)
Before: shutdown.target (origin-default)
After: getty-pre.target (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system-getty.slice (origin-file)
After: rc-local.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: plymouth-quit-wait.service (origin-file)
References: shutdown.target (origin-default)
References: plymouth-quit-wait.service (origin-file)
References: getty.target (origin-file)
References: basic.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: rc-local.service (origin-file)
References: rescue.service (origin-file)
References: getty-pre.target (origin-file)
References: system-getty.slice (origin-file origin-slice-property)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: getty.target (destination-file destination-default)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
InSlice: system-getty.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: always
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2460
Main PID Known: yes
Main PID Alien: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty
StandardOutput: tty
StandardError: inherit
TTYPath: /dev/tty1
TTYReset: yes
TTYVHangup: yes
TTYVTDisallocate: yes
TTYRows: 4294967295
TTYColumns: 4294967295
DynamicUser: no
UtmpIdentifier: tty1
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/agetty -o "-- \\u" --noreset --noclear - "\${TERM}"
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit rbdmap.service:
Description: rbdmap.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a1ea7f6850a44aae8d099553bd6c7338
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 3bffe1a6d058424b9625eb63a5bf9616
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /usr/lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-resolved.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysctl
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-mapper-debian\x2d\x2dvg\x2dswap_1.device:
Description: /dev/mapper/debian--vg-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3cf073c8072948b9b6b7600af0432c34
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
RequiredBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/mapper/debian--vg-swap_1
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c1651360d8b94323bd22af4463e7bf22
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partnum/3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit run-docker-netns-ce2278145f4e.mount:
Description: /run/docker/netns/ce2278145f4e
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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: 1ce54c3cb7094a8baeff4ffb1b2ea568
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: local-fs.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker/netns (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/docker/netns/ce2278145f4e
What: nsfs
File System Type: nsfs
Options: rw
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-net-veth6b8123d.device:
Description: /sys/devices/virtual/net/veth6b8123d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: be6a0ad8b6da40afa77cca9902590de5
Following Set Member: sys-subsystem-net-devices-veth6b8123d.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/veth6b8123d
Sysfs Path: /sys/devices/virtual/net/veth6b8123d
Found: found-udev
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4da3db68ef8d4653a9fa9c26abe76540
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/colord.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: db041fb64a0b4aba85841cb1ce789414
Fragment Path: /usr/lib/systemd/system/colord.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: tmp.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: dbus.socket (origin-file)
After: -.mount (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: tmp.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: dbus.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: -.mount (origin-file)
References: shutdown.target (origin-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /etc/colord (origin-file)
RequiresMountsFor: /var/lib/colord (origin-file)
RequiresMountsFor: /var/cache/colord (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1768
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ColorManager
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: pid
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: colord
CacheDirectoryMode: 0755
CacheDirectory: colord
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
ConfigurationDirectory: colord
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_perfmon cap_bpf cap_checkpoint_restore
User: colord
DynamicUser: no
LockPersonality: yes
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/colord
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit var-lib-machines.mount:
Description: Virtual Machine and Container Storage (Compatibility)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/var-lib-machines.mount
ConditionPathExists: /var/lib/machines.raw untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: systemd-machined.service (destination-file)
WantedBy: systemd-importd.service (destination-file)
WantedBy: remote-fs.target (destination-file)
WantedBy: systemd-importd.socket (destination-file)
WantedBy: machines.target (destination-file)
Conflicts: umount.target (origin-mount-file)
Before: local-fs.target (origin-mount-file)
Before: systemd-importd.socket (destination-file)
Before: machines.target (destination-default)
Before: umount.target (origin-mount-file)
Before: systemd-machined.service (destination-file)
Before: systemd-importd.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: local-fs-pre.target (origin-mount-file)
References: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-mount-file)
References: umount.target (origin-mount-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-mount-file)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: machines.target (destination-file destination-default)
ReferencedBy: systemd-importd.socket (destination-file)
ReferencedBy: systemd-machined.service (destination-file)
ReferencedBy: systemd-importd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/machines.raw (origin-file)
RequiresMountsFor: /var/lib (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: dead
Result: success
Clean Result: success
Where: /var/lib/machines
What: /var/lib/machines.raw
File System Type: btrfs
Options: loop
From /proc/self/mountinfo: no
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 02f3fa6e6f074e19b50ba5c2868fe822
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit dev-disk-by\x2ddiskseq-4.swap:
Description: /dev/disk/by-diskseq/4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: e26eae4ba6a14c76ba2cb227524b9470
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Requires: dev-dm\x2d2.device (origin-proc-swap)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
After: dev-dm\x2d2.device (origin-proc-swap)
After: -.mount (origin-implicit)
References: dev-dm\x2d2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit)
References: umount.target (origin-default)
References: swap.target (origin-default)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-diskseq/4 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-diskseq/4
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-dm\x2d2.device:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3c51ee678e3e4c3fb96bd12c71d151cb
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
RequiredBy: dev-disk-by\x2ddiskseq-4.swap (destination-proc-swap)
RequiredBy: dev-debian\x2dvg-swap_1.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-proc-swap)
RequiredBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-proc-swap)
RequiredBy: dev-dm\x2d2.swap (destination-proc-swap)
Before: dev-disk-by\x2ddiskseq-4.swap (destination-proc-swap)
Before: dev-debian\x2dvg-swap_1.swap (destination-proc-swap)
Before: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
Before: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-proc-swap)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-proc-swap)
Before: dev-dm\x2d2.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-proc-swap)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-proc-swap)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-proc-swap)
ReferencedBy: dev-dm\x2d2.swap (destination-proc-swap)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/dm-2
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev,found-swap
? Unit systemd-importd.socket:
Description: Disk Image Download Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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-importd.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 3bba7cda5e3d43d597f561101782a728
Documentation: man:systemd-importd.service(8)
Documentation: man:org.freedesktop.import1(5)
Fragment Path: /usr/lib/systemd/system/systemd-importd.socket
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
Wants: var-lib-machines.mount (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-importd.service (origin-implicit destination-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: var-lib-machines.mount (origin-file)
Triggers: systemd-importd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: var-lib-machines.mount (origin-file)
References: shutdown.target (origin-file)
References: sockets.target (origin-file)
References: systemd-importd.service (origin-implicit)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-importd.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/lib/extensions (origin-file)
WantsMountsFor: /var/lib/confexts (origin-file)
WantsMountsFor: /var/lib/portables (origin-file)
WantsMountsFor: /var/lib/machines (origin-file)
RequiresMountsFor: /run/systemd/io.systemd.Import (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/systemd/io.systemd.Import
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit avahi-daemon.service:
Alias: dbus-org.freedesktop.Avahi.service
Description: Avahi mDNS/DNS-SD Stack
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/avahi-daemon.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: f50cd1ed152249878449937a01093008
Fragment Path: /usr/lib/systemd/system/avahi-daemon.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: avahi-daemon.socket (origin-file)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: cups-browsed.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: cups-browsed.service (destination-file)
Before: shutdown.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: avahi-daemon.socket (destination-implicit)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: avahi-daemon.socket (destination-implicit)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: avahi-daemon.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: avahi-daemon.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1570
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Avahi
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
? ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.8 starting up.
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-fs.target:
Description: Initrd File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-fs.target
AssertPathExists: /etc/initrd-release untested
WantedBy: initrd.target (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: initrd-switch-root.target (destination-file)
After: initrd-parse-etc.service (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-parse-etc.service (origin-file)
References: shutdown.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit plymouth-quit.service:
Alias: plymouth.service
Description: Terminate Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-quit.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: lightdm.service (destination-file)
Before: shutdown.target (origin-default)
Before: lightdm.service (destination-file)
Before: multi-user.target (destination-default)
After: plymouth-start.service (origin-file)
After: rc-local.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
OnFailureOf: lightdm.service (destination-file)
References: systemd-user-sessions.service (origin-file)
References: plymouth-start.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: rc-local.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 20s
TimeoutStopSec: 20s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth quit
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit plymouth-quit-wait.service:
Description: Hold until boot process finishes up
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: 1f0574438e3740879dcb88c82bdbe3dd
Fragment Path: /usr/lib/systemd/system/plymouth-quit-wait.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
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: getty at tty1.service (destination-file)
Before: multi-user.target (destination-default)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: rc-local.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: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: rc-local.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: plymouth-start.service (origin-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth --wait
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtvzd.socket:
Description: virtvzd.socket
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: libvirt-guests.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
? Unit var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount:
Description: /var/lib/docker/overlay2/51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247/merged
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit 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: a7637332aa064351b8682e58f38d5852
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/docker/overlay2/51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/lib/docker/overlay2/51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247/merged
What: overlay
File System Type: overlay
Options: rw,relatime,lowerdir=/var/lib/docker/overlay2/l/T2V3LEPTGJGMHK5FVLGVACBDPN:/var/lib/docker/overlay2/l/T42ULDPYAYBPW3NGC2WCHRBR6P:/var/lib/docker/overlay2/l/2HLMTUO2TB7W6P3HGVW2LOPPF4:/var/lib/docker/overlay2/l/JM4S7GFTTHY627D6VXK6BPWVKE:/var/lib/docker/overlay2/l/QHFUZGZDSEP6XPDMEHX7V46ORA:/var/lib/docker/overlay2/l/YSFSXLL4P2YDI6IDFS6CA4DSNV:/var/lib/docker/overlay2/l/GYDUJHTDPCWTPKEEDR5E644LCU:/var/lib/docker/overlay2/l/U6P3GWHNS5I74YQ5MAIU6DSFDZ:/var/lib/docker/overlay2/l/AIHMCWI34CVU7DBQ3QZ3WXLEA6:/var/lib/docker/overlay2/l/2GN2FXUGAEG5TWXY6LLAKI7OXR:/var/lib/docker/overlay2/l/DU6UIVGIRZT4MHJCCETHTGRH3B:/var/lib/docker/overlay2/l/GOH3PWSGXELAGA3MATNZQK4M2U:/var/lib/docker/overlay2/l/UW7SBPKKVY57MIX45BGRA3TTZJ:/var/lib/docker/overlay2/l/3ZFCAESZYWIEZDN4Z4Y733Y4Q2:/var/lib/docker/overlay2/l/CPPO5WAOTP4RVRDQMZJFCZVAMO:/var/lib/docker/overlay2/l/PFV6YTAIOQDPQYAOMXT2WKSYOB:/var/lib/docker/overlay2/l/Q6SAW4KUC6YRMAEG35LUOM4JQG,upperdir=/var/lib/docker/overlay2/51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247/diff,workdir=/var/lib/docker/overlay2/51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247/work
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-tmpfiles-setup.service:
Description: Create System Files and Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: f702211d92d1453399ed73b71dc86e6f
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: polkit.service (destination-file)
Before: firezone-client-tunnel.service (destination-file)
Before: colord.service (destination-file)
Before: exim4.service (destination-file)
Before: sysinit.target (origin-file)
Before: fwupd.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: mde_netfilter_v2.service (destination-file)
Before: upower.service (destination-file)
Before: rsyslog.service (destination-file)
Before: ldconfig.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: lm-sensors.service (destination-file)
Before: shutdown.target (origin-file)
Before: ModemManager.service (destination-file)
Before: bluetooth.service (destination-file)
Before: logrotate.service (destination-file)
Before: bolt.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysext.service (destination-file)
After: systemd-confext.service (destination-file)
After: system.slice (origin-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-journald.service (origin-file)
After: local-fs.target (origin-file)
After: systemd-sysusers.service (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: mde_netfilter_v2.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: rsyslog.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: bolt.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: yes
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-hibernate-resume.service:
Description: Resume from hibernation
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-hibernate-resume.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hibernate-resume.service
ConditionKernelCommandLine: !noresume untested
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: systemd-battery-check.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-battery-check.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-nvme0n1p1.target:
Description: Block Device Preparation for /dev/nvme0n1p1
Instance: dev-nvme0n1p1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: boot-efi.mount (destination-mountinfo)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: boot-efi.mount (destination-mountinfo)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit power-profiles-daemon.service:
Description: power-profiles-daemon.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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)
ReferencedBy: graphical.target (destination-file)
? Unit dev-disk-by\x2ddiskseq-2.device:
Description: /dev/disk/by-diskseq/2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7cb1b5c9f6764500a23280c9ed9a148d
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/2
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit libvirtd.socket:
Description: libvirt legacy monolithic daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:56:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/libvirtd.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 130373a7dda64e4388935a9d7e94b85c
Fragment Path: /usr/lib/systemd/system/libvirtd.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
WantedBy: libvirtd.service (destination-file)
BoundBy: libvirtd-ro.socket (destination-file)
BoundBy: libvirtd-admin.socket (destination-file)
Conflicts: shutdown.target (origin-default)
Before: libvirtd.service (origin-implicit destination-file)
Before: libvirtd-admin.socket (destination-file)
Before: libvirt-guests.service (destination-file)
Before: libvirtd-ro.socket (destination-file)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: libvirtd.service (origin-implicit)
References: libvirtd.service (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: libvirtd-admin.socket (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: libvirtd-ro.socket (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: libvirtd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/libvirt-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: libvirtd.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/libvirt-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit uuidd.socket:
Description: UUID daemon activation socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/uuidd.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: ffdb8c17aa5848fb8ba6d5587071a4d6
Fragment Path: /usr/lib/systemd/system/uuidd.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
RequiredBy: uuidd.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: uuidd.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
Triggers: uuidd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: uuidd.service (origin-implicit)
References: sockets.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: uuidd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/uuidd/request (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: uuidd.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/uuidd/request
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device:
Description: /dev/disk/by-uuid/fc56ffaa-b176-420a-adad-a5c7e5b7b6ad
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9f00cd83e52946a0bc8ad162000103a9
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/fc56ffaa-b176-420a-adad-a5c7e5b7b6ad
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a7a86970aa7e431a8180aa3d8973cf20
Wants: sys-kernel-config.mount (origin-udev)
References: sys-kernel-config.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/module/configfs
Sysfs Path: /sys/module/configfs
Found: found-udev
udev SYSTEMD_WANTS: sys-kernel-config.mount
? Unit dev-nvme0n1p2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4945649748624a20933d84993d78411a
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
RequiredBy: boot.mount (destination-mountinfo)
Before: boot.mount (destination-mountinfo)
PropagatesStopTo: boot.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/nvme0n1p2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
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: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: 4a47f77b4bcc480cac61ce2c8d448222
Documentation: man:interfaces(5)
Fragment Path: /usr/lib/systemd/system/networking.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
Wants: ifupdown-pre.service (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: apparmor.service (origin-file)
After: systemd-modules-load.service (origin-file)
After: system.slice (origin-file)
After: systemd-sysctl.service (origin-file)
After: local-fs.target (origin-file)
After: ifupdown-pre.service (origin-file)
After: systemd-journald.socket (origin-file)
After: network-pre.target (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: network-pre.target (origin-file)
References: network.target (origin-file)
References: ifupdown-pre.service (origin-file)
References: network-online.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: apparmor.service (origin-file)
References: systemd-modules-load.service (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: network-online.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 5min
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/ifup -a --read-environment
Command Line: /bin/sh -c "if [ -f /run/network/restart-hotplug ]; then /usr/sbin/ifup -a --read-environment --allow=hotplug; fi"
? ExecStop:
Command Line: /usr/sbin/ifdown -a --read-environment --exclude=lo
? ExecStopPost:
Command Line: /usr/bin/touch /run/network/restart-hotplug
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit veritysetup.target:
Description: Local Verity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: fa7896f066954755ba129c07a61026a6
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/veritysetup.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
After: veritysetup-pre.target (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: veritysetup-pre.target (destination-file)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-hibernate.service:
Description: System Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-hibernate.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hibernate.service
Requires: sleep.target (origin-file)
Requires: system.slice (origin-file)
Wants: nvidia-resume.service (origin-file)
Wants: nvidia-hibernate.service (origin-file)
RequiredBy: hibernate.target (destination-file)
Before: nvidia-resume.service (destination-file)
Before: hibernate.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: nvidia-hibernate.service (destination-file)
After: sleep.target (origin-file)
References: systemd-journald.socket (origin-file)
References: nvidia-resume.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: nvidia-hibernate.service (origin-file)
References: sleep.target (origin-file)
ReferencedBy: nvidia-resume.service (destination-file)
ReferencedBy: nvidia-hibernate.service (destination-file)
ReferencedBy: hibernate.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep hibernate
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit man-db.timer:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 14:21:25 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 134133e624de4e059128f33fe8e04f57
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: man-db.service (origin-implicit)
Before: timers.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: man-db.service (origin-implicit)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: man-db.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: time-set.target (origin-default)
References: timers.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 50b9077745bc4f70996ce2cba33132e9
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit mkinitcpio-generate-shutdown-ramfs.service:
Description: mkinitcpio-generate-shutdown-ramfs.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
? Unit system-getty.slice:
Description: Slice /system/getty
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 67509f11a992440c99431a72bfb87d07
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: getty at tty1.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: getty at tty1.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: getty at tty1.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dm-event.service:
Description: Device-mapper event daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:dmeventd(8)
Fragment Path: /usr/lib/systemd/system/dm-event.service
Requires: system.slice (origin-file)
Requires: dm-event.socket (origin-file)
Conflicts: shutdown.target (origin-file)
Before: lvm2-monitor.service (destination-file)
Before: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: dm-event.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: dm-event.socket (destination-implicit)
References: dm-event.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: dm-event.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
PIDFile: /run/dmeventd.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: SD_ACTIVATION=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -1000
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/dmeventd -f
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-hybrid-sleep.service:
Description: System Hybrid Suspend+Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-hybrid-sleep.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-hybrid-sleep.service
Requires: sleep.target (origin-file)
Requires: system.slice (origin-file)
RequiredBy: hybrid-sleep.target (destination-file)
Before: hybrid-sleep.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sleep.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sleep.target (origin-file)
ReferencedBy: hybrid-sleep.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep hybrid-sleep
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-initctl.service:
Description: initctl Compatibility Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-initctl.service
Requires: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-initctl.socket (destination-implicit)
TriggeredBy: systemd-initctl.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-initctl.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: all
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallArchitectures: native
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit ModemManager.service:
Alias: dbus-org.freedesktop.ModemManager1.service
Description: Modem Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/ModemManager.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: d6743be0c162403fb846d8dc6fe02660
Fragment Path: /usr/lib/systemd/system/ModemManager.service
ConditionVirtualization: !container untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: polkit.service (origin-file)
Requires: dbus.socket (origin-file)
Wants: tmp.mount (origin-path)
Wants: -.mount (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: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: tmp.mount (origin-path)
After: polkit.service (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: dbus.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: tmp.mount (origin-path)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: polkit.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-abort
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1688
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.ModemManager1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: yes
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: null
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_admin cap_sys_admin
User: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/ModemManager
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd.target:
Description: Initrd Default Target
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd.target
AssertPathExists: /etc/initrd-release untested
Requires: basic.target (origin-file)
Wants: initrd-usr-fs.target (origin-file)
Wants: initrd-fs.target (origin-file)
Wants: systemd-battery-check.service (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: systemd-bsod.service (origin-file)
Wants: initrd-parse-etc.service (origin-file)
Wants: systemd-pcrphase-initrd.service (origin-file)
Wants: initrd-root-device.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: initrd-cleanup.service (destination-file)
After: initrd-fs.target (origin-file)
After: basic.target (origin-file origin-default)
After: initrd-root-fs.target (origin-file)
After: initrd-usr-fs.target (origin-file)
After: rescue.target (origin-file)
After: rescue.service (origin-file)
After: initrd-root-device.target (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-root-device.target (origin-file)
References: emergency.target (origin-file)
References: initrd-parse-etc.service (origin-file)
References: systemd-pcrphase-initrd.service (origin-file)
References: systemd-bsod.service (origin-file)
References: initrd-usr-fs.target (origin-file)
References: initrd-fs.target (origin-file)
References: rescue.target (origin-file)
References: basic.target (origin-file origin-default)
References: initrd-root-fs.target (origin-file)
References: shutdown.target (origin-default)
References: systemd-battery-check.service (origin-file)
References: rescue.service (origin-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device:
Description: /dev/disk/by-id/dm-name-nvme0n1p3_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8c3432d489a04131a73e48cf06b6b705
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-name-nvme0n1p3_crypt
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory devices pids bpf-devices
Invocation ID: b625a83081c24b00bb127f7cb0d280c9
Documentation: man:sensors(1)
Documentation: man:sensors.conf(5)
Fragment Path: /usr/lib/systemd/system/lm-sensors.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (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: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-path)
After: -.mount (origin-path)
References: tmp.mount (origin-path)
References: -.mount (origin-path)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet:
DynamicUser: no
LockPersonality: yes
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/sensors -s
Command Line: /usr/bin/sensors
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit uuidd.service:
Description: Daemon for generating UUIDs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:uuidd(8)
Fragment Path: /usr/lib/systemd/system/uuidd.service
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: uuidd.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: uuidd.socket (destination-implicit)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
TriggeredBy: uuidd.socket (destination-implicit)
References: uuidd.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: uuidd.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: self
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
User: uuidd
Group: uuidd
DynamicUser: no
ReadWritePaths: /var/lib/libuuid
LockPersonality: no
SystemCallFilter: select waitpid sched_setscheduler renameat2 readdir landlock_add_rule mq_timedsend_time64 epoll_create1 set_tls fchown io_uring_register setreuid landlock_create_ruleset io_setup setfsgid landlock_restrict_self mlock2 capset geteuid msgsnd sendfile64 newfstatat pselect6_time64 uname mq_open exit sched_getscheduler lremovexattr epoll_pwait2 getegid32 fork sched_getaffinity write mkdirat sync_file_range2 fstat fstatfs64 sched_rr_get_interval_time64 inotify_rm_watch getrusage mlock timer_settime64 timer_delete epoll_ctl execveat linkat pread64 rseq setpgid access rt_sigaction setrlimit epoll_wait_old inotify_init1 memfd_create fcntl rt_sigprocmask getgroups timer_getoverrun get_mempolicy fstat64 utimensat rt_tgsigqueueinfo sched_rr_get_interval sched_getattr time eventfd2 clock_nanosleep_time64 symlink statfs wait4 io_submit setregid lchown connect getitimer setfsuid32 lgetxattr _newselect clock_getres chmod getdents64 setfsgid32 shmctl rt_sigsuspend preadv2 getuid process_madvise chown getresgid32 clock_getres_time64 fdatasync setitimer getxattr getresgid stat64 seccomp timer_gettime64 membarrier send pselect6 brk sched_get_priority_min epoll_ctl_old setresgid lstat swapcontext fchmodat gettid setresgid32 inotify_init sendfile setsid open semop mmap splice nice name_to_handle_at recvmsg pwrite64 pipe olduname flock getrlimit mremap listen recvfrom set_tid_address setuid fgetxattr copy_file_range timerfd_gettime personality getgroups32 remap_file_pages getgid32 lseek rt_sigtimedwait_time64 accept sched_yield tee geteuid32 statx ioctl getcwd vfork msgctl rt_sigtimedwait shmget mq_timedreceive_time64 exit_group truncate getrandom io_uring_enter mbind accept4 listxattrat fstatat64 listmount clock_gettime64 move_pages ppoll_time64 sched_setattr getcpu close_range get_thread_area fcntl64 mmap2 shmat mq_unlink mq_timedreceive process_vm_writev mq_notify semget clone3 truncate64 readlinkat syncfs eventfd futex_time64 setuid32 io_pgetevents_time64 migrate_pages times poll setxattrat msync writev riscv_flush_icache sync_file_range signalfd4 getpriority clock_nanosleep mknodat pause msgrcv munlock restart_syscall set_mempolicy getxattrat sendmmsg removexattr fadvise64 kcmp setfsuid close request_key setreuid32 creat dup3 readlink mq_timedsend shmdt ipc fsync symlinkat readv setregid32 getdents ftruncate64 sendto getpgrp io_uring_setup fremovexattr ftruncate mkdir cacheflush io_getevents sysinfo recvmmsg_time64 tgkill mprotect timerfd_create setresuid32 mseal io_pgetevents futex execve oldfstat mq_getsetattr fchown32 _llseek fadvise64_64 sigpending mknod tkill removexattrat clock_gettime utimes ioprio_set flistxattr semtimedop_time64 faccessat2 timer_settime utimensat_time64 readahead unlink llistxattr utime clone prlimit64 dup setxattr waitid sched_setparam pipe2 uretprobe faccessat getsockopt getegid semctl pidfd_open msgget semtimedop oldlstat sendmsg io_cancel arm_fadvise64_64 sync unshare rt_sigqueueinfo nanosleep openat signalfd socket getsid inotify_add_watch ppoll statmount ioprio_get rt_sigpending preadv futex_waitv sigprocmask setns capget sigaction dup2 getpeername prctl rename io_destroy alarm getsockname getgid getpid umask kill fsetxattr socketpair openat2 fstatfs fchmod timerfd_settime64 getuid32 lstat64 rmdir read futimesat getresuid32 set_mempolicy_home_node set_thread_area bind setresuid getpgid keyctl timerfd_gettime64 setgid pidfd_send_signal sigaltstack userfaultfd sched_get_priority_max stat oldolduname fchmodat2 listxattr sched_getparam mlockall timer_gettime arch_prctl getppid setgroups32 unlinkat link fallocate statfs64 setsockopt shutdown signal epoll_create sigreturn epoll_wait timerfd_settime lsetxattr timer_create getresuid munmap epoll_pwait riscv_hwprobe gettimeofday fchdir fchownat get_robust_list socketcall sched_setaffinity setgid32 rt_sigreturn madvise vmsplice renameat pwritev2 setpriority process_vm_readv lchown32 munlockall pwritev sigsuspend setgroups ugetrlimit add_key recv set_robust_list recvmmsg chown32 oldstat chdir
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/uuidd --socket-activation --cont-clock
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:02 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:02 CET
Active Exit 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/rtkit-daemon.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 1320827f624f4fa2b854e70ad391c122
Fragment Path: /usr/lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Mon 2026-01-05 08:55:02 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:02 CET
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 3473
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.RealtimeKit1
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_read_search cap_setgid cap_setuid cap_sys_chroot cap_sys_nice
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/rtkit-daemon
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: b7b5be3be93a443dab0e985ecc2a394d
Documentation: https://docs.kernel.org/admin-guide/binfmt-misc.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
Before: systemd-binfmt.service (destination-file)
After: systemd-journald.socket (origin-file)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: -.slice (origin-file)
After: -.mount (origin-path)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
ReferencedBy: systemd-binfmt.service (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-nvme0n1p2.target:
Description: Block Device Preparation for /dev/nvme0n1p2
Instance: dev-nvme0n1p2
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: boot.mount (destination-mountinfo)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: boot.mount (destination-mountinfo)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-devices-pci0000:00-0000:00:14.3-net-wlp0s20f3.device:
Description: Raptor Lake PCH CNVi WiFi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dea7f58f64194fa6845deddab82d3364
Following Set Member: sys-subsystem-net-devices-wlp0s20f3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
Found: found-udev
? 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: Mon 2026-01-05 08:57:09 CET
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-wall.service(8)
Fragment Path: /usr/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: sysinit.target (origin-default)
After: systemd-ask-password-wall.path (destination-implicit)
After: systemd-user-sessions.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-ask-password-wall.path (destination-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-ask-password-wall.path (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-misc-rfkill.device:
Description: /sys/devices/virtual/misc/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c02c22cf75444abebd488f85c123ec5c
Following Set Member: dev-rfkill.device
Wants: systemd-rfkill.socket (origin-udev)
References: systemd-rfkill.socket (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/misc/rfkill
Sysfs Path: /sys/devices/virtual/misc/rfkill
Found: found-udev
udev SYSTEMD_WANTS: systemd-rfkill.socket
? Unit dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a88df1c01c5d475c813797a5d7c4a5df
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-eui.8ce38e04045bf470-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit virtlogd.service:
Description: libvirt logging daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlogd.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 00f4a211d1934c2ca22e6d62e1546983
Documentation: man:virtlogd(8)
Documentation: https://libvirt.org/
Fragment Path: /usr/lib/systemd/system/virtlogd.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: virtlogd-admin.socket (origin-file)
BindsTo: virtlogd.socket (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: virtlogd.socket (origin-file destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: virtlogd-admin.socket (origin-file destination-implicit)
TriggeredBy: virtlogd.socket (destination-implicit)
TriggeredBy: virtlogd-admin.socket (destination-implicit)
References: shutdown.target (origin-default)
References: virtlogd-admin.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: virtlogd.socket (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: virtlogd-admin.socket (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: virtlogd.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1602
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0077
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: VIRTLOGD_ARGS=
EnvironmentFile: -/etc/default/virtlogd
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
OOMScoreAdjust: -900
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_override cap_dac_read_search cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
LockPersonality: yes
SystemCallFilter: ~quotactl_fd pidfd_getfd idle quotactl gtty fanotify_init get_kernel_syms kexec_load sgetmask ptrace setresuid32 fchown vm86 bpf clock_adjtime64 stty delete_module fsopen ulimit open_by_handle_at mount mount_setattr bdflush break capset swapon reboot clock_settime s390_pci_mmio_write modify_ldt setgroups32 ustat sys_debug_setcontext swapoff open_tree getpmsg rtas putpmsg fsconfig finit_module fchownat ssetmask uselib pciconfig_iobase init_module vserver create_module _sysctl subpage_prot query_module afs_syscall s390_pci_mmio_read setreuid32 umount2 sethostname vhangup chown32 kexec_file_load lookup_dcookie settimeofday profil pciconfig_read clock_settime64 setfsuid32 pciconfig_write perf_event_open fanotify_mark vm86old ftime lchown32 clock_adjtime fchown32 chroot adjtimex sysfs setdomainname prof setfsuid setuid mpx setgroups chown security setreuid nfsservctl ioperm fsmount move_mount iopl stime lchown lock pivot_root fspick s390_runtime_instr setuid32 umount tuxcall setresuid acct
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/virtlogd "\$VIRTLOGD_ARGS"
? ExecReload:
Command Line: /bin/kill -USR1 "\$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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-bsod.service:
Description: Display Boot-Time Emergency Messages In Full Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-bsod.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-bsod.service
ConditionVirtualization: no untested
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-battery-check.service (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-battery-check.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-bsod --continuous
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c5c209d020e04a6caf2d287c9e09b744
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/nvme-KBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap:
Description: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: d48e2814e9214de7bc151be2575e490d
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Requires: dev-dm\x2d2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
After: -.mount (origin-implicit)
After: dev-dm\x2d2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: -.mount (origin-implicit)
References: dev-dm\x2d2.device (origin-proc-swap)
References: umount.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device:
Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0f49db3e6fc1493caf341eb42a71c0c2
Following Set Member: dev-ttyS2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2
Found: found-udev
? Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 79cf848545614d3bb3da3623f08ecad5
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network.target
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
WantedBy: networking.service (destination-file)
WantedBy: NetworkManager.service (destination-file)
WantedBy: systemd-networkd.service (destination-file)
WantedBy: wpa_supplicant.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ssh.service (destination-file)
Before: network-online.target (destination-file)
Before: libvirtd.service (destination-file)
Before: mdatp.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-user-sessions.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: mde_netfilter_v2.service (destination-file)
Before: cups.service (destination-file)
Before: apt-daily.service (destination-file)
Before: iscsid.service (destination-file)
Before: libvirt-guests.service (destination-file)
Before: containerd.service (destination-file)
Before: unattended-upgrades.service (destination-file)
Before: jcagent.service (destination-file)
Before: rc-local.service (destination-file)
After: systemd-resolved.service (destination-file)
After: networking.service (destination-file)
After: network-pre.target (origin-file)
After: wpa_supplicant.service (destination-file)
After: ifupdown-pre.service (destination-file)
After: systemd-networkd.service (destination-file)
After: NetworkManager.service (destination-file)
References: shutdown.target (origin-default)
References: network-pre.target (origin-file)
ReferencedBy: unattended-upgrades.service (destination-file)
ReferencedBy: mdatp.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: jcagent.service (destination-file)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: mde_netfilter_v2.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: containerd.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/logrotate.service
ConditionACPower: true untested
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: exim4-base.service (destination-file)
After: logrotate.timer (destination-implicit)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: tmp.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
TriggeredBy: logrotate.timer (destination-implicit)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: tmp.mount (origin-path)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
ReferencedBy: exim4-base.service (destination-file)
ReferencedBy: logrotate.timer (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/log (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 12b11cde2d484ec88d3c979d592db911
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sound.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Wants: alsa-restore.service (origin-file)
Wants: alsa-state.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: alsa-restore.service (origin-default)
After: alsa-state.service (origin-default)
References: alsa-restore.service (origin-file origin-default)
References: alsa-state.service (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:1f.3-skl_hda_dsp_generic-sound-card1-controlC1.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-creds.socket:
Description: Credential Encryption/Decryption
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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-creds.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: b2de34f99bb04d8b9d81f70f21c9f802
Documentation: man:systemd-creds(1)
Fragment Path: /usr/lib/systemd/system/systemd-creds.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: -.mount (origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Credentials (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.Credentials
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 14:33:30 CET
Inactive Exit Timestamp: Mon 2026-01-05 14:33:30 CET
Active Enter Timestamp: Mon 2026-01-05 14:33:30 CET
Active Exit Timestamp: Mon 2026-01-05 14:33:30 CET
Inactive Enter Timestamp: Mon 2026-01-05 14:33:30 CET
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: 0ec2d827fb6643ecbb4c145789d7fdf1
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /usr/lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Mon 2026-01-05 14:33:30 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 14:33:30 CET
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: basic.target (origin-default)
After: sysinit.target (origin-default)
After: anacron.timer (destination-implicit)
After: time-sync.target (origin-file)
After: system.slice (origin-file)
TriggeredBy: anacron.timer (destination-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
ReferencedBy: anacron.timer (destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: mixed
KillSignal: SIGUSR1
RestartKillSignal: SIGUSR1
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: no
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: /etc/default/anacron
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/anacron -d -q "\$ANACRON_ARGS"
PID: 580460
Start Timestamp: Mon 2026-01-05 14:33:30.331746 CET
Handoff Timestamp: 56.638ms since start
Exit Timestamp: 8.318ms since handoff
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit modprobe at sd_mod.service:
Description: Load Kernel Module sd_mod
Instance: sd_mod
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:55:20 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:20 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:55:20 CET
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: c657e2c5588a476b8a7d16091773d377
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:55:20 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:20 CET
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: fwupd.service (destination-file)
Before: fwupd.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: fwupd.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -abq sd_mod
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit plymouth-read-write.service:
Alias: plymouth-log.service
Description: Tell Plymouth To Write Out Runtime Data
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: 5b687f300f984ff0993ec129eb7374bf
Fragment Path: /usr/lib/systemd/system/plymouth-read-write.service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --read-write
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit first-boot-complete.target:
Description: First Boot Complete
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/first-boot-complete.target
ConditionFirstBoot: yes untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
WantedBy: systemd-firstboot.service (destination-file)
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-firstboot.service (destination-file)
After: systemd-random-seed.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device:
Description: /dev/disk/by-id/lvm-pv-uuid-3wHKHu-Ceg3-VcDb-nESv-hWBU-3kb4-ung5JV
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b9e7591d1d944d33afa570edfa77b461
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/lvm-pv-uuid-3wHKHu-Ceg3-VcDb-nESv-hWBU-3kb4-ung5JV
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: ca2ff53b05664b75a579a2c0288fd891
Documentation: https://docs.kernel.org/filesystems/debugfs.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-debug.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/debug untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
RequiredBy: sys-kernel-debug-tracing.mount (destination-implicit)
WantedBy: sysinit.target (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-implicit)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-implicit)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-virtual-block-dm\x2d2.device:
Description: /sys/devices/virtual/block/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 23b3a72efd07452280bd36c07fb1536a
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/block/dm-2
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit sys-devices-virtual-net-br\x2d6f7cb8e8aea0.device:
Description: /sys/devices/virtual/net/br-6f7cb8e8aea0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 66b65d053e094bf6a2752cc3a9d400a6
Following Set Member: sys-subsystem-net-devices-br\x2d6f7cb8e8aea0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/br-6f7cb8e8aea0
Sysfs Path: /sys/devices/virtual/net/br-6f7cb8e8aea0
Found: found-udev
? Unit nvidia-cdi-refresh.path:
Description: Trigger CDI refresh on NVIDIA driver or toolkit install / upgrade events
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 25c34c8cb6814be3a70664f30aaf9e9e
Fragment Path: /etc/systemd/system/nvidia-cdi-refresh.path
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
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)
Before: nvidia-cdi-refresh.service (origin-implicit)
Before: paths.target (origin-default)
After: -.mount (origin-path)
After: sysinit.target (origin-default)
Triggers: nvidia-cdi-refresh.service (origin-implicit)
References: paths.target (origin-default)
References: -.mount (origin-path)
References: sysinit.target (origin-default)
References: nvidia-cdi-refresh.service (origin-implicit)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
RequiresMountsFor: /lib/modules/6.17.8+deb13-amd64/modules.dep (origin-file)
RequiresMountsFor: /usr/bin/nvidia-ctk (origin-file)
RequiresMountsFor: /lib/modules/6.17.8+deb13-amd64/modules.dep.bin (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: waiting
Result: success
Unit: nvidia-cdi-refresh.service
MakeDirectory: no
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PathChanged: /usr/bin/nvidia-ctk
PathChanged: /lib/modules/6.17.8+deb13-amd64/modules.dep.bin
PathChanged: /lib/modules/6.17.8+deb13-amd64/modules.dep
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 0d7c08f47efa4c2da2eae662359706b7
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journal-flush.service
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: systemd-journald.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: soft-reboot.target (origin-file)
Before: soft-reboot.target (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-quotacheck-root.service (origin-file)
After: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: soft-reboot.target (origin-file)
References: systemd-quotacheck-root.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-soft-reboot.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/log/journal (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --flush
? 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit remote-cryptsetup.target:
Description: Remote Encrypted Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-cryptsetup.target
WantedBy: initrd-root-device.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-pcrphase.service (destination-file)
After: cryptsetup-pre.target (origin-file)
After: remote-fs-pre.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: initrd-root-device.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit run-docker-netns-04e8e7e180ff.mount:
Description: /run/docker/netns/04e8e7e180ff
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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: e52cfa56d96749d590ddee0ce4003643
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker/netns (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/docker/netns/04e8e7e180ff
What: nsfs
File System Type: nsfs
Options: rw
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-controlC0.device:
Description: /dev/snd/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 45b412c3826d4dd18da2f9078391ee38
Following: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card0-controlC0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:01:00.1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC0
Sysfs Path: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/controlC0
Found: found-udev
? Unit dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device:
Description: /dev/disk/by-uuid/5f998369-bcc8-434d-a030-8ac623cbccdc
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 05688a68a2d741278e8ae16f7084e9ba
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-uuid/5f998369-bcc8-434d-a030-8ac623cbccdc
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit sys-kernel-tracing.mount:
Description: Kernel Trace File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 3f3ceb20105748c599dbdad56cb35fa6
Documentation: https://docs.kernel.org/trace/ftrace.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-tracing.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/tracing untested
ConditionVirtualization: !lxc untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-parse-etc.service:
Description: Mountpoints Configured in the Real Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/initrd-parse-etc.service
AssertPathExists: /etc/initrd-release untested
Requires: initrd-root-fs.target (origin-file)
Requires: system.slice (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: emergency.target (origin-file)
Before: initrd-fs.target (destination-file)
After: system.slice (origin-file)
After: initrd-root-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
OnFailure: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-root-fs.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: initrd.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysroot-fstab-check
Command Line: systemctl --no-block start initrd-cleanup.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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-udevadm-cleanup-db.service:
Description: Cleanup udev Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/initrd-udevadm-cleanup-db.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: systemd-udev-trigger.service (origin-file)
Conflicts: systemd-udev-settle.service (origin-file)
Conflicts: systemd-udevd-control.socket (origin-file)
Conflicts: systemd-udevd-kernel.socket (origin-file)
Conflicts: systemd-udevd.service (origin-file)
Before: initrd-switch-root.target (origin-file destination-file)
After: systemd-udevd-control.socket (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udev-settle.service (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: systemd-udevd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: systemd-udev-settle.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd.service (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm info --cleanup-db
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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/NetworkManager.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: f3818c8bd3bb48128752679b9a61bbfe
Documentation: man:NetworkManager(8)
Fragment Path: /usr/lib/systemd/system/NetworkManager.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Wants: network.target (origin-file)
BindsTo: dbus.service (origin-file)
RequiredBy: NetworkManager-wait-online.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: network.target (origin-file)
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: multi-user.target (destination-default)
Before: tlp.service (destination-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: network-pre.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: dbus.service (origin-file)
After: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: dbus.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: tlp.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1635
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.NetworkManager
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 10min
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: read-only
ProtectSystem: yes
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 65536
LimitNOFILESoft: 65536
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
? ExecReload:
Command Line: /usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit iscsi-shutdown.service:
Description: iscsi-shutdown.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: blk-availability.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
? Unit systemd-journal-catalog-update.service:
Description: Rebuild Journal Catalog
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journal-catalog-update.service
ConditionNeedsUpdate: /var untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --update-catalog
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cc4f133ca5994eadb6aa33dd58eeaa57
Documentation: man:systemd-udevd-kernel.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-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 origin-slice-property)
References: sockets.target (origin-file)
References: systemd-udevd.service (origin-implicit)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit hibernate.target:
Description: System Hibernation
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/hibernate.target
Requires: systemd-hibernate.service (origin-file)
Wants: grub-common.service (origin-file)
Before: grub-common.service (destination-file)
After: systemd-hibernate.service (origin-file)
References: systemd-hibernate.service (origin-file)
References: grub-common.service (origin-file)
ReferencedBy: grub-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 2416cdfccff24bc7905e4154b1bf6081
Documentation: https://docs.kernel.org/filesystems/configfs.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-kernel-config.mount
ConditionCapability: CAP_SYS_RAWIO untested
ConditionPathExists: /sys/kernel/config untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
Requires: modprobe at configfs.service (origin-file)
WantedBy: sys-module-configfs.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
After: modprobe at configfs.service (origin-file)
References: -.slice (origin-file origin-slice-property)
References: modprobe at configfs.service (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sys-module-configfs.device (destination-udev)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/kernel (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: a34cb03248954be385f907aa47703b48
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-timesyncd.service
ConditionVirtualization: !container untested
ConditionCapability: CAP_SYS_TIME untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: time-set.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: time-set.target (origin-file)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
After: systemd-remount-fs.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-path)
References: time-set.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/timesync (origin-file)
RequiresMountsFor: /var/lib/systemd/timesync (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: always
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 824
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.timesync1
Bus Name Good: yes
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: disconnected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
Environment: SYSTEMD_NSS_RESOLVE_VALIDATE=0
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: systemd/timesync
StateDirectoryMode: 0755
StateDirectory: systemd/timesync
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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: pipe rmdir setuid32 process_vm_writev recvmsg futimesat msgctl fadvise64_64 pselect6_time64 shutdown fstatfs64 io_cancel listmount removexattr rename _newselect clock_nanosleep_time64 futex_waitv setresgid getdents64 msgrcv removexattrat lstat setgid32 dup3 mremap chmod shmctl getsockopt cacheflush fchown32 clock_getres_time64 readdir lsetxattr signalfd setresgid32 getgroups32 userfaultfd set_thread_area recvmmsg timer_settime membarrier eventfd sendfile64 setitimer stat ppoll symlink semtimedop_time64 mlock setrlimit timer_getoverrun msgget process_vm_readv statx semtimedop getuid32 sched_setscheduler statfs socketcall setgroups set_tls get_robust_list getdents fchmodat2 fchmod unshare timer_gettime ipc fdatasync sched_get_priority_min close_range setresuid32 listen sched_setattr fgetxattr getuid fstatfs timerfd_create set_mempolicy_home_node settimeofday munlock sched_getscheduler sendmmsg inotify_add_watch geteuid epoll_ctl faccessat linkat sched_getaffinity ftruncate fallocate bind open mlock2 setxattrat chdir setfsuid32 setsockopt olduname tgkill tee sync_file_range writev recvmmsg_time64 splice setfsuid renameat2 semctl riscv_flush_icache io_pgetevents_time64 remap_file_pages read syncfs execve memfd_create setns clock_adjtime64 sched_setaffinity setresuid getrandom timer_delete time pidfd_open futex epoll_create1 ftruncate64 futex_time64 mknodat sigsuspend clone3 getppid pipe2 lchown getxattrat fcntl64 oldstat readv ugetrlimit openat2 clock_settime64 inotify_init newfstatat sysinfo lseek epoll_wait_old oldfstat sched_getattr vfork mprotect clock_getres dup getpgid clock_settime setgroups32 pselect6 io_destroy chown fsetxattr getgid32 getsockname epoll_pwait getresuid32 dup2 vmsplice uretprobe setgid setregid32 oldlstat rt_sigaction statfs64 inotify_rm_watch utime clone sigaction accept4 gettimeofday setxattr setreuid readlinkat io_submit timerfd_settime64 poll renameat sched_setparam getegid fadvise64 tkill faccessat2 getresgid timerfd_gettime swapcontext process_madvise epoll_ctl_old umask preadv2 accept signal sched_rr_get_interval pwritev2 rt_sigprocmask rt_sigtimedwait_time64 truncate shmdt mbind landlock_add_rule fchown msync io_getevents epoll_wait times mkdirat recvfrom rt_sigqueueinfo kill mq_open fremovexattr io_pgetevents getcwd name_to_handle_at pwrite64 ioprio_get mq_unlink fcntl setregid migrate_pages getrlimit io_uring_enter setpgid epoll_pwait2 rseq setfsgid32 ioctl personality fstat64 socket mq_notify shmget unlink getsid waitid clock_gettime64 sendfile sched_getparam mq_getsetattr nice sync_file_range2 creat fstat getresuid prlimit64 llistxattr landlock_restrict_self getegid32 unlinkat semop link copy_file_range waitpid openat getxattr getpgrp fstatat64 statmount lchown32 symlinkat oldolduname madvise write getcpu sigprocmask request_key signalfd4 listxattr clock_adjtime getpid adjtimex getitimer sigpending get_thread_area getgid timer_gettime64 uname mmap2 set_robust_list listxattrat ioprio_set mmap setpriority close semget connect clock_nanosleep select mlockall mq_timedreceive_time64 sched_yield pause preadv exit_group brk rt_sigsuspend truncate64 ppoll_time64 exit io_setup arm_fadvise64_64 set_tid_address send execveat flistxattr eventfd2 setfsgid epoll_create fchmodat sigaltstack pread64 mkdir timer_create recv sendmsg setreuid32 rt_sigtimedwait rt_sigpending keyctl arch_prctl getpeername shmat lstat64 munlockall rt_sigreturn setuid get_mempolicy timerfd_settime io_uring_setup utimensat getpriority landlock_create_ruleset pidfd_send_signal io_uring_register fork msgsnd flock readahead lgetxattr timer_settime64 lremovexattr alarm move_pages access pwritev setsid geteuid32 utimensat_time64 readlink inotify_init1 add_key sendto sched_rr_get_interval_time64 mq_timedsend nanosleep gettid getgroups timerfd_gettime64 seccomp mseal socketpair getresgid32 sched_get_priority_max mknod utimes wait4 kcmp capset mq_timedreceive sigreturn riscv_hwprobe restart_syscall sync fchownat prctl clock_gettime _llseek fchdir mq_timedsend_time64 capget set_mempolicy chown32 getrusage rt_tgsigqueueinfo munmap stat64 fsync
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-timesyncd
Status Text: Contacted time server 162.159.200.123:123 (1.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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-switch-root.service:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/initrd-switch-root.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
Wants: initrd-switch-root.target (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
After: plymouth-switch-root.service (destination-file)
After: initrd-switch-root.target (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: plymouth-switch-root.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block switch-root
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit initrd-usr-fs.target:
Description: Initrd /usr File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-usr-fs.target
AssertPathExists: /etc/initrd-release untested
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap:
Description: /dev/mapper/debian--vg-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 720a796ba2d642d78f5d8b2f87488a91
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-dm\x2d2.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Fragment Path: /run/systemd/generator/dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Source Path: /etc/fstab
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-path)
Requires: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device (origin-file)
RequiredBy: swap.target (destination-file)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default destination-default)
Before: umount.target (origin-default)
After: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target (origin-file)
After: -.mount (origin-path)
References: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device (origin-file)
References: umount.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
References: blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target (origin-file)
References: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: swap.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/mapper/debian--vg-swap_1 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/mapper/debian--vg-swap_1
From /proc/swaps: yes
From fragment: yes
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 79dd492f8db046148ab8c6ff98bdf849
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partuuid/79467f94-0048-49c3-8577-287f132e7b82
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0558073b63d1485cac451ab0d936764a
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: dev-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit systemd-journald.socket:
Description: Journal Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 012372debe364a8c9a98a6f813e4fd90
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: systemd-initctl.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: run-docker-netns-aac4885ad146.mount (destination-file)
Before: systemd-hibernate.service (destination-file)
Before: udisks2.service (destination-file)
Before: cups.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: firezone-client-tunnel.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: man-db.service (destination-file)
Before: run-docker-netns-9ac0eaba658d.mount (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: anacron.service (destination-file)
Before: exim4-base.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: dev-dm\x2d2.swap (destination-file)
Before: virtlogd.service (destination-file)
Before: lvm2-lvmpolld.service (destination-file)
Before: unattended-upgrades.service (destination-file)
Before: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: fwupd.service (destination-file)
Before: docker.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: ssh.service (destination-file)
Before: plymouth-read-write.service (destination-file)
Before: dev-disk-by\x2ddiskseq-4.swap (destination-file)
Before: apt-show-versions.service (destination-file)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: user-runtime-dir at 1001.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: run-lock.mount (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: libvirtd.service (destination-file)
Before: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-file)
Before: keyboard-setup.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: systemd-importd.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: modprobe at sd_mod.service (destination-file)
Before: sshd-keygen.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: apparmor.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: rc-local.service (destination-file)
Before: blk-availability.service (destination-file)
Before: boot.mount (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: nvidia-suspend.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: mde_netfilter_v2.service (destination-file)
Before: systemd-machined.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: systemd-suspend.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: boot-efi.mount (destination-file)
Before: systemd-pstore.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
Before: libvirt-guests.service (destination-file)
Before: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-file)
Before: tmp.mount (destination-file)
Before: ldconfig.service (destination-file)
Before: fstrim.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: uuidd.service (destination-file)
Before: systemd-bsod.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
Before: nvidia-cdi-refresh.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: tlp.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: modprobe at configfs.service (destination-file)
Before: dev-debian\x2dvg-swap_1.swap (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: modprobe at efi_pstore.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: packagekit.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: user at 1001.service (destination-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: grub-common.service (destination-file)
Before: mdatp.service (destination-file)
Before: systemd-ask-password-plymouth.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: run-user-1001-gvfs.mount (destination-file)
Before: cron.service (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
Before: jcagent.service (destination-file)
Before: upower.service (destination-file)
Before: run-docker-netns-04e8e7e180ff.mount (destination-file)
Before: plymouth-quit.service (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: ModemManager.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: avahi-daemon.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-resolved.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: fwupd-refresh.service (destination-file)
Before: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
Before: run-docker-netns-dce25778fad1.mount (destination-file)
Before: getty-static.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: lightdm.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: apt-daily.service (destination-file)
Before: sockets.target (origin-file)
Before: blueman-mechanism.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: run-user-1001-doc.mount (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: run-docker-netns-ce2278145f4e.mount (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: plymouth-start.service (destination-file)
Before: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-file)
Before: polkit.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: logrotate.service (destination-file)
Before: iscsid.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: sys-kernel-debug-tracing.mount (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: containerd.service (destination-file)
Before: var-lib-machines.mount (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: exim4.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: cups-browsed.service (destination-file)
Before: home.mount (destination-file)
Before: systemd-sysext.service (destination-file)
Before: alsa-state.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-file)
Before: dbus.service (destination-file)
Before: run-user-1001.mount (destination-file)
Before: console-setup.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: nvidia-suspend-then-hibernate.service (destination-file)
Before: nvidia-resume.service (destination-file)
Before: open-iscsi.service (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: bolt.service (destination-file)
Before: dm-event.service (destination-file)
Before: bluetooth.service (destination-file)
Before: virtlockd.service (destination-file)
Before: nvidia-hibernate.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: systemd-journald.service (origin-implicit)
ReferencedBy: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-file)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: open-iscsi.service (destination-file)
ReferencedBy: mde_netfilter_v2.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: virtlogd.service (destination-file)
ReferencedBy: dev-dm\x2d2.swap (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: nvidia-cdi-refresh.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: sys-kernel-debug-tracing.mount (destination-file)
ReferencedBy: systemd-machined.service (destination-file)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: alsa-state.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap (destination-file)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-hybrid-sleep.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-file)
ReferencedBy: fwupd.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-file)
ReferencedBy: modprobe at sd_mod.service (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: uuidd.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: systemd-importd.service (destination-file)
ReferencedBy: systemd-initctl.service (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: sshd-keygen.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: jcagent.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-suspend.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-file)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-file)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: libvirt-guests.service (destination-file)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: tlp.service (destination-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: grub-common.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: bolt.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: blueman-mechanism.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: user at 1001.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: unattended-upgrades.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-file)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: docker.service (destination-file)
ReferencedBy: exim4-base.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
ReferencedBy: run-user-1001-doc.mount (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: nvidia-hibernate.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
ReferencedBy: firezone-client-tunnel.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-file)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
ReferencedBy: dev-disk-by\x2ddiskseq-4.swap (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: nvidia-resume.service (destination-file)
ReferencedBy: run-user-1001-gvfs.mount (destination-file)
ReferencedBy: nvidia-suspend.service (destination-file)
ReferencedBy: home.mount (destination-file)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-file)
ReferencedBy: systemd-hibernate.service (destination-file)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: fwupd-refresh.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: mdatp.service (destination-file)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-file)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-file)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: dev-debian\x2dvg-swap_1.swap (destination-file)
ReferencedBy: virtlockd.service (destination-file)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: run-lock.mount (destination-file)
ReferencedBy: containerd.service (destination-file)
ReferencedBy: apt-show-versions.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: exim4.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: run-user-1001.mount (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/socket (origin-file)
RequiresMountsFor: /run/systemd/journal/stdout (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5406cb31eac14b90bc34dde689fe241c
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/basic.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-file)
Wants: paths.target (origin-file)
Wants: tmp.mount (origin-file)
Wants: timers.target (origin-file)
Wants: sockets.target (origin-file)
Wants: slices.target (origin-file)
RequiredBy: multi-user.target (destination-file)
RequiredBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-file destination-default)
Before: bolt.service (destination-default)
Before: ssh.service (destination-default)
Before: lightdm.service (destination-default)
Before: mdatp.service (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: logrotate.service (destination-default)
Before: fwupd.service (destination-default)
Before: docker.service (destination-default)
Before: upower.service (destination-default)
Before: shutdown.target (origin-default)
Before: firezone-client-tunnel.service (destination-default)
Before: rc-local.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: uuidd.service (destination-default)
Before: dbus.service (destination-default)
Before: systemd-hostnamed.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: cron.service (destination-default)
Before: initrd.target (destination-file destination-default)
Before: packagekit.service (destination-default)
Before: sshd-keygen.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: colord.service (destination-default)
Before: getty-static.service (destination-default)
Before: bluetooth.service (destination-default)
Before: NetworkManager-wait-online.service (destination-default)
Before: plymouth-quit-wait.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: fwupd-refresh.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: virtlogd.service (destination-default)
Before: unattended-upgrades.service (destination-default)
Before: udisks2.service (destination-default)
Before: apt-daily.service (destination-default)
Before: cups-browsed.service (destination-default)
Before: rsyslog.service (destination-default)
Before: tlp.service (destination-default)
Before: jcagent.service (destination-default)
Before: nvidia-suspend.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: nvidia-resume.service (destination-default)
Before: man-db.service (destination-default)
Before: polkit.service (destination-default)
Before: libvirt-guests.service (destination-default)
Before: grub-common.service (destination-default)
Before: sshd at sshd-keygen.service (destination-default)
Before: systemd-machined.service (destination-default)
Before: fstrim.service (destination-default)
Before: containerd.service (destination-default)
Before: ModemManager.service (destination-default)
Before: blueman-mechanism.service (destination-default)
Before: alsa-state.service (destination-default)
Before: user-runtime-dir at 1001.service (destination-default)
Before: accounts-daemon.service (destination-default)
Before: nvidia-suspend-then-hibernate.service (destination-default)
Before: exim4-base.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: plymouth-quit.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: apt-show-versions.service (destination-default)
Before: libvirtd.service (destination-default)
Before: cups.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: nvidia-hibernate.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: user at 1001.service (destination-default)
Before: exim4.service (destination-default)
Before: virtlockd.service (destination-default)
Before: anacron.service (destination-default)
Before: mde_netfilter_v2.service (destination-default)
Before: nvidia-cdi-refresh.service (destination-default)
After: sockets.target (origin-file origin-default)
After: slices.target (origin-file origin-default)
After: paths.target (origin-file origin-default)
After: -.mount (origin-path)
After: systemd-ask-password-plymouth.path (destination-file)
After: sysinit.target (origin-file origin-default)
After: systemd-pcrphase-sysinit.service (destination-file)
After: tmp.mount (origin-file)
References: sockets.target (origin-file origin-default)
References: paths.target (origin-file origin-default)
References: slices.target (origin-file origin-default)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: timers.target (origin-file)
References: sysinit.target (origin-file origin-default)
References: tmp.mount (origin-file)
ReferencedBy: nvidia-hibernate.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: nvidia-cdi-refresh.service (destination-default)
ReferencedBy: apt-show-versions.service (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: firezone-client-tunnel.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: jcagent.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: nvidia-resume.service (destination-default)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: unattended-upgrades.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: blueman-mechanism.service (destination-default)
ReferencedBy: nvidia-suspend.service (destination-default)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: tlp.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: grub-common.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: initrd.target (destination-file destination-default)
ReferencedBy: fwupd-refresh.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: mde_netfilter_v2.service (destination-default)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: bolt.service (destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: mdatp.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: fwupd.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-machined.service (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-default)
RequiresMountsFor: /var/tmp (origin-file)
RequiresMountsFor: /var (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-initctl.socket:
Description: initctl Compatibility Named Pipe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: d003a95804ea43fcb91453bac0e141a8
Documentation: man:systemd-initctl.socket(8)
Fragment Path: /usr/lib/systemd/system/systemd-initctl.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
Before: systemd-initctl.service (origin-implicit)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-initctl.service (origin-implicit)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: systemd-initctl.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/initctl (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: 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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /dev/initctl
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blueman-mechanism.service:
Description: Bluetooth management mechanism
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 10:43:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 10:43:03 CET
Active Enter Timestamp: Mon 2026-01-05 10:43:03 CET
Active Exit Timestamp: Mon 2026-01-05 10:43:33 CET
Inactive Enter Timestamp: Mon 2026-01-05 10:43:33 CET
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: d74f4c82e6b04fe6b0414a32e0730a3f
Fragment Path: /usr/lib/systemd/system/blueman-mechanism.service
Condition Timestamp: Mon 2026-01-05 10:43:03 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 10:43:03 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.blueman.Mechanism
Bus Name Good: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/blueman-mechanism
PID: 145914
Start Timestamp: Mon 2026-01-05 10:43:03.488503 CET
Handoff Timestamp: 35.540ms since start
Exit Timestamp: 30.257899s since handoff
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 55b4ccdfb2a346d89e2a8a592fa77ae1
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty.target
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Wants: getty at tty1.service (origin-file)
Wants: getty-static.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: getty 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: getty at tty1.service (origin-file origin-default)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-hostnamed.socket:
Description: Hostname Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 10:57:42 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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-hostnamed.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: dca23526efc2410ab9f3cfea7c7a8bb6
Documentation: man:systemd-hostnamed.service(8)
Documentation: man:hostname(5)
Documentation: man:machine-info(5)
Fragment Path: /usr/lib/systemd/system/systemd-hostnamed.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: systemd-hostnamed.service (origin-implicit)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: systemd-hostnamed.service (origin-implicit)
References: sockets.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-hostnamed.service (origin-implicit)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Hostname (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/systemd/io.systemd.Hostname
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount:
Description: /var/lib/docker/overlay2/b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348/merged
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit 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: 677d01a449f248d986ca47e2246f273e
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/docker/overlay2/b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /var/lib/docker/overlay2/b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348/merged
What: overlay
File System Type: overlay
Options: rw,relatime,lowerdir=/var/lib/docker/overlay2/l/T6PVQAT4CI67YMSE3MW3HOTZSZ:/var/lib/docker/overlay2/l/AZ6RIZF6JVUZ2QULB3G6BLH325:/var/lib/docker/overlay2/l/LK7TDS57LKOKGAIB7OMEFFZ5F4:/var/lib/docker/overlay2/l/HYBQO4Z266HWEDZHQQJF24UPH6:/var/lib/docker/overlay2/l/ZG7JEN32YOSQBI56NGHGJL6TLD:/var/lib/docker/overlay2/l/2DDV7U3NVKU6GUE4K7R4I5ZA5F:/var/lib/docker/overlay2/l/YIDGZ4D3RSHDCV6FG663KUZYBB:/var/lib/docker/overlay2/l/EWCCJ3PCZT2BQRPYEBDAPAMQSX:/var/lib/docker/overlay2/l/YWQ2CJF2VEAUON5LOMOE4UR4CX:/var/lib/docker/overlay2/l/J7ECTL7TW7TRJ5YTKP7T6PN45G:/var/lib/docker/overlay2/l/ZE3K7GMIRAMUJ5RWSAJ6UMGHGN:/var/lib/docker/overlay2/l/UW7SBPKKVY57MIX45BGRA3TTZJ:/var/lib/docker/overlay2/l/3ZFCAESZYWIEZDN4Z4Y733Y4Q2:/var/lib/docker/overlay2/l/CPPO5WAOTP4RVRDQMZJFCZVAMO:/var/lib/docker/overlay2/l/PFV6YTAIOQDPQYAOMXT2WKSYOB:/var/lib/docker/overlay2/l/Q6SAW4KUC6YRMAEG35LUOM4JQG,upperdir=/var/lib/docker/overlay2/b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348/diff,workdir=/var/lib/docker/overlay2/b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348/work
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1d0c6703a7424885a2c52c597ba637d2
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network-online.target
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Wants: NetworkManager-wait-online.service (origin-file)
Wants: networking.service (origin-file)
WantedBy: packagekit.service (destination-file)
WantedBy: fwupd-refresh.service (destination-file)
WantedBy: iscsid.service (destination-file)
WantedBy: open-iscsi.service (destination-file)
WantedBy: docker.service (destination-file)
WantedBy: cups-browsed.service (destination-file)
WantedBy: exim4.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: docker.service (destination-file)
Before: open-iscsi.service (destination-file)
Before: apt-daily.service (destination-file)
Before: rc-local.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: exim4.service (destination-file)
Before: iscsid.service (destination-file)
Before: fwupd-refresh.service (destination-file)
Before: cups-browsed.service (destination-file)
Before: shutdown.target (origin-default)
After: NetworkManager-wait-online.service (origin-default destination-file)
After: network.target (origin-file)
After: networking.service (destination-file)
References: networking.service (origin-file)
References: shutdown.target (origin-default)
References: NetworkManager-wait-online.service (origin-file origin-default)
References: network.target (origin-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: open-iscsi.service (destination-file)
ReferencedBy: fwupd-refresh.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: packagekit.service (destination-file)
ReferencedBy: docker.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: rc-local.service (destination-file)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: exim4.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: 90b399c433d74fc9b997e3d653d7e96c
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/SYSLOG
Fragment Path: /usr/lib/systemd/system/syslog.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: rsyslog.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: rsyslog.service (origin-implicit)
Before: emergency.service (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: rsyslog.service (origin-implicit)
References: rsyslog.service (origin-implicit)
References: emergency.service (origin-file)
References: -.mount (origin-path)
References: shutdown.target (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: rsyslog.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/journal/syslog (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: yes
PassFileDescriptorsToExec: no
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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit home.mount:
Description: /home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/home.mount
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 60a038549b744a85b158694e5b4ad61a
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/home.mount
Source Path: /etc/fstab
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-mountinfo)
Requires: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (origin-file)
RequiredBy: session-2.scope (destination-file)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-mountinfo)
Before: local-fs.target (origin-file origin-mountinfo)
Before: session-2.scope (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: umount.target (origin-mountinfo)
After: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (origin-file)
After: system.slice (origin-file)
After: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target (origin-file origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-path)
StopPropagatedFrom: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-mountinfo)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (origin-file)
References: -.mount (origin-path)
References: local-fs.target (origin-file origin-mountinfo)
References: blockdev at dev-mapper-debian\x2d\x2dvg\x2dhome.target (origin-file origin-mountinfo)
References: dev-mapper-debian\x2d\x2dvg\x2dhome.device (origin-mountinfo)
References: systemd-journald.socket (origin-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: / (origin-implicit)
RequiresMountsFor: /dev/mapper/debian--vg-home (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /home
What: /dev/mapper/debian--vg-home
File System Type: ext4
Options: rw,relatime
From /proc/self/mountinfo: yes
From fragment: yes
Extrinsic: no
DirectoryMode: 0755
SloppyOptions: no
LazyUnmount: no
ForceUnmount: no
ReadWriteOnly: no
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusbv2\x2d0:7.3:1.2.device:
Description: Creative_Live__Cam_Sync_1080p_V2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:33 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:33 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1834143772d0428f8103a5807c7ed489
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-by\x2did-usb\x2dCreative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio\x2d02.device
Following Set Member: dev-snd-controlC3.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:7.3:1.2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-path/pci-0000:00:14.0-usbv2-0:7.3:1.2
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
Found: found-udev
? Unit sys-devices-virtual-net-veth71c7494.device:
Description: /sys/devices/virtual/net/veth71c7494
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 6c8287fc63234112904bbf3d3717f50e
Following Set Member: sys-subsystem-net-devices-veth71c7494.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/veth71c7494
Sysfs Path: /sys/devices/virtual/net/veth71c7494
Found: found-udev
? Unit run-docker-netns-9ac0eaba658d.mount:
Description: /run/docker/netns/9ac0eaba658d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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: 31c24d3a9209419ebbf76a88ae7db4b6
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: local-fs-pre.target (origin-mountinfo)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: local-fs.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker/netns (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/docker/netns/9ac0eaba658d
What: nsfs
File System Type: nsfs
Options: rw
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope:
Description: libcontainer container 1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
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: system.slice
CGroup: /system.slice/docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuacct cpuset io blkio memory devices pids bpf-devices
CGroup delegate mask: cpu cpuacct cpuset io memory pids
Invocation ID: dac7a8df977542d8bbe54e8779b9356d
Fragment Path: /run/systemd/transient/docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope
DropIn Path: /run/systemd/transient/docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope.d/50-DeviceAllow.conf
DropIn Path: /run/systemd/transient/docker-1014a6bfaa64818e6acac7ae2ad56d3d914cb2ff900d480bf09edf62ee283ab8.scope.d/50-DevicePolicy.conf
Condition Timestamp: Mon 2026-01-05 08:54:59 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:59 CET
Assert Result: yes
Requires: system.slice (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Scope State: running
Result: success
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
OOMPolicy: continue
CPUAccounting: yes
IOAccounting: yes
BlockIOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUShares: 18446744073709551615
StartupCPUShares: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: strict
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: block-* m
DeviceAllow: char-* m
DeviceAllow: /dev/char/1:3 rwm
DeviceAllow: /dev/char/1:5 rwm
DeviceAllow: /dev/char/1:7 rwm
DeviceAllow: /dev/char/1:8 rwm
DeviceAllow: /dev/char/1:9 rwm
DeviceAllow: /dev/char/5:0 rwm
DeviceAllow: /dev/char/5:1 rwm
DeviceAllow: /dev/char/5:2 rwm
DeviceAllow: /dev/char/10:200 rwm
DeviceAllow: char-136 rwm
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit shutdown.target:
Description: System Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/shutdown.target
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
ConflictedBy: virtlogd.service (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: exim4-base.service (destination-default)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: virtlockd-admin.socket (destination-default)
ConflictedBy: first-boot-complete.target (destination-default)
ConflictedBy: paths.target (destination-default)
ConflictedBy: alsa-state.service (destination-default)
ConflictedBy: systemd-pstore.service (destination-file)
ConflictedBy: libvirtd.socket (destination-default)
ConflictedBy: libvirtd-ro.socket (destination-default)
ConflictedBy: sshd at sshd-keygen.service (destination-default)
ConflictedBy: upower.service (destination-default)
ConflictedBy: docker.service (destination-default)
ConflictedBy: integritysetup.target (destination-default)
ConflictedBy: ssh.service (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: nvidia-cdi-refresh.service (destination-default)
ConflictedBy: veritysetup-pre.target (destination-default)
ConflictedBy: remote-cryptsetup.target (destination-file)
ConflictedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: initrd.target (destination-default)
ConflictedBy: initrd-fs.target (destination-file)
ConflictedBy: initrd-root-device.target (destination-file)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: avahi-daemon.socket (destination-default)
ConflictedBy: anacron.service (destination-default)
ConflictedBy: cups.path (destination-default)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: machine.slice (destination-default)
ConflictedBy: virtlockd.socket (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: avahi-daemon.service (destination-default)
ConflictedBy: nvidia-cdi-refresh.path (destination-default)
ConflictedBy: packagekit.service (destination-default)
ConflictedBy: NetworkManager.service (destination-default)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: systemd-hibernate-clear.service (destination-file)
ConflictedBy: rc-local.service (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: machines.target (destination-default)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: systemd-update-done.service (destination-file)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: mde_netfilter_v2.service (destination-default)
ConflictedBy: system-sshd.slice (destination-default)
ConflictedBy: virtlockd.service (destination-default)
ConflictedBy: polkit.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: udisks2.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ConflictedBy: user at 1001.service (destination-default)
ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
ConflictedBy: nvidia-suspend.service (destination-default)
ConflictedBy: bolt.service (destination-default)
ConflictedBy: exim4-base.timer (destination-default)
ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
ConflictedBy: wpa_supplicant.service (destination-default)
ConflictedBy: plymouth-quit.service (destination-default)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: sound.target (destination-default)
ConflictedBy: systemd-quotacheck-root.service (destination-file)
ConflictedBy: network.target (destination-default)
ConflictedBy: systemd-pcrphase.service (destination-default)
ConflictedBy: nvidia-resume.service (destination-default)
ConflictedBy: dm-event.service (destination-file)
ConflictedBy: mdatp.service (destination-default)
ConflictedBy: sshd-keygen.service (destination-default)
ConflictedBy: cups-browsed.service (destination-default)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: alsa-restore.service (destination-default)
ConflictedBy: docker.socket (destination-default)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: anacron.timer (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: systemd-bsod.service (destination-file)
ConflictedBy: systemd-networkd.socket (destination-file)
ConflictedBy: systemd-importd.service (destination-file)
ConflictedBy: libvirt-guests.service (destination-default)
ConflictedBy: user.slice (destination-default)
ConflictedBy: systemd-pcrmachine.service (destination-file)
ConflictedBy: open-iscsi.service (destination-file)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: fwupd-refresh.service (destination-default)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
ConflictedBy: cryptsetup.target (destination-default)
ConflictedBy: libvirtd-admin.socket (destination-default)
ConflictedBy: colord.service (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: session-2.scope (destination-default)
ConflictedBy: virtlogd-admin.socket (destination-default)
ConflictedBy: accounts-daemon.service (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: apt-show-versions.service (destination-default)
ConflictedBy: tlp.service (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: uuidd.socket (destination-default)
ConflictedBy: blueman-mechanism.service (destination-default)
ConflictedBy: cups.service (destination-default)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: cryptsetup-pre.target (destination-default)
ConflictedBy: virt-guest-shutdown.target (destination-default)
ConflictedBy: systemd-importd.socket (destination-file)
ConflictedBy: fstrim.timer (destination-default)
ConflictedBy: jcagent.service (destination-default)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: exim4.service (destination-default)
ConflictedBy: uuidd.service (destination-default)
ConflictedBy: remote-veritysetup.target (destination-file)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: timers.target (destination-file)
ConflictedBy: system-modprobe.slice (destination-default)
ConflictedBy: containerd.service (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: NetworkManager-wait-online.service (destination-default)
ConflictedBy: slices.target (destination-default)
ConflictedBy: apt-show-versions.timer (destination-default)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: initrd-usr-fs.target (destination-file)
ConflictedBy: lvm2-lvmpolld.socket (destination-file)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: lvm2-lvmpolld.service (destination-file)
ConflictedBy: grub-common.service (destination-default)
ConflictedBy: user-runtime-dir at 1001.service (destination-default)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: nvidia-hibernate.service (destination-default)
ConflictedBy: fstrim.service (destination-default)
ConflictedBy: dpkg-db-backup.timer (destination-default)
ConflictedBy: systemd-ask-password-plymouth.path (destination-file)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: virtlogd.socket (destination-default)
ConflictedBy: nvidia-suspend-then-hibernate.service (destination-default)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: e2scrub_all.service (destination-default)
ConflictedBy: ModemManager.service (destination-default)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: systemd-machined.service (destination-default)
ConflictedBy: systemd-networkd-persistent-storage.service (destination-file)
ConflictedBy: iscsid.socket (destination-default)
ConflictedBy: systemd-hostnamed.service (destination-default)
ConflictedBy: dpkg-db-backup.service (destination-default)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: rsyslog.service (destination-default)
ConflictedBy: bluetooth.service (destination-default)
ConflictedBy: rtkit-daemon.service (destination-default)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: lvm2-monitor.service (destination-file)
ConflictedBy: iscsid.service (destination-file)
ConflictedBy: initrd-root-fs.target (destination-file)
ConflictedBy: lightdm.service (destination-default)
ConflictedBy: sshd-unix-local.socket (destination-default)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: e2scrub_all.timer (destination-default)
ConflictedBy: mde_netfilter_v2.socket (destination-default)
ConflictedBy: unattended-upgrades.service (destination-default)
ConflictedBy: libvirtd.service (destination-default)
ConflictedBy: blk-availability.service (destination-file)
ConflictedBy: plymouth-quit-wait.service (destination-default)
ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: systemd-journal-catalog-update.service (destination-file)
ConflictedBy: swap.target (destination-default)
ConflictedBy: systemd-tpm2-setup-early.service (destination-file)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: systemd-tpm2-setup.service (destination-file)
ConflictedBy: systemd-hostnamed.socket (destination-default)
ConflictedBy: time-set.target (destination-default)
ConflictedBy: veritysetup.target (destination-default)
ConflictedBy: systemd-confext.service (destination-file)
ConflictedBy: user-1001.slice (destination-default)
ConflictedBy: tpm2.target (destination-default)
ConflictedBy: fwupd.service (destination-default)
ConflictedBy: cups.socket (destination-default)
ConflictedBy: fwupd-refresh.timer (destination-default)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: firezone-client-tunnel.service (destination-default)
ConflictedBy: systemd-ask-password-plymouth.service (destination-file)
ConflictedBy: systemd-sysext.service (destination-file)
ConflictedBy: systemd-firstboot.service (destination-file)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: e2scrub_reap.service (destination-default)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: systemd-resolved.service (destination-file)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: final.target (destination-file)
After: nvidia-suspend-then-hibernate.service (destination-default)
After: integritysetup.target (destination-default)
After: ModemManager.service (destination-default)
After: exim4.service (destination-default)
After: dbus.service (destination-default)
After: cryptsetup-pre.target (destination-default)
After: remote-fs-pre.target (destination-default)
After: uuidd.service (destination-default)
After: veritysetup-pre.target (destination-default)
After: systemd-networkd-persistent-storage.service (destination-file)
After: veritysetup.target (destination-default)
After: systemd-tmpfiles-clean.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-networkd.socket (destination-file)
After: libvirtd-ro.socket (destination-default)
After: exim4-base.timer (destination-default)
After: multi-user.target (destination-default)
After: apt-show-versions.timer (destination-default)
After: syslog.socket (destination-file)
After: colord.service (destination-default)
After: virtlockd.socket (destination-default)
After: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
After: lm-sensors.service (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: apt-daily-upgrade.service (destination-default)
After: systemd-pcrphase-initrd.service (destination-file)
After: emergency.service (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: plymouth-quit.service (destination-default)
After: user-runtime-dir at 1001.service (destination-default)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-confext.service (destination-file)
After: exim4-base.service (destination-default)
After: blk-availability.service (destination-file)
After: NetworkManager-wait-online.service (destination-default)
After: logrotate.timer (destination-default)
After: dpkg-db-backup.service (destination-default)
After: nss-lookup.target (destination-default)
After: fstrim.timer (destination-default)
After: lvm2-lvmpolld.service (destination-file)
After: libvirtd-admin.socket (destination-default)
After: systemd-random-seed.service (destination-file)
After: systemd-hostnamed.service (destination-default)
After: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
After: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
After: docker.socket (destination-default)
After: system-systemd\x2dbacklight.slice (destination-default)
After: systemd-pcrphase-sysinit.service (destination-file)
After: first-boot-complete.target (destination-default)
After: system-getty.slice (destination-default)
After: upower.service (destination-default)
After: sound.target (destination-default)
After: systemd-ask-password-wall.service (destination-default)
After: systemd-binfmt.service (destination-file)
After: accounts-daemon.service (destination-default)
After: nss-user-lookup.target (destination-default)
After: polkit.service (destination-default)
After: networking.service (destination-file)
After: nvidia-cdi-refresh.path (destination-default)
After: graphical.target (destination-default)
After: system-modprobe.slice (destination-default)
After: cryptsetup.target (destination-default)
After: systemd-hostnamed.socket (destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-bsod.service (destination-file)
After: getty at tty1.service (destination-default)
After: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
After: fstrim.service (destination-default)
After: systemd-user-sessions.service (destination-default)
After: mde_netfilter_v2.socket (destination-default)
After: virtlogd-admin.socket (destination-default)
After: dpkg-db-backup.timer (destination-default)
After: virt-guest-shutdown.target (destination-default)
After: bluetooth.service (destination-default)
After: sockets.target (destination-default)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: bolt.service (destination-default)
After: systemd-ask-password-plymouth.path (destination-file)
After: virtlogd.service (destination-default)
After: systemd-timesyncd.service (destination-file)
After: systemd-tpm2-setup-early.service (destination-file)
After: e2scrub_all.timer (destination-default)
After: swap.target (destination-default)
After: systemd-importd.service (destination-file)
After: mde_netfilter_v2.service (destination-default)
After: getty-static.service (destination-default)
After: alsa-restore.service (destination-default)
After: apt-daily.timer (destination-default)
After: iscsid.service (destination-file)
After: network.target (destination-default)
After: uuidd.socket (destination-default)
After: avahi-daemon.service (destination-default)
After: logrotate.service (destination-default)
After: user at 1001.service (destination-default)
After: systemd-resolved.service (destination-file)
After: tpm2.target (destination-default)
After: sshd-keygen.service (destination-default)
After: libvirtd.socket (destination-default)
After: packagekit.service (destination-default)
After: systemd-ask-password-wall.path (destination-file)
After: nvidia-suspend.service (destination-default)
After: getty.target (destination-default)
After: systemd-pstore.service (destination-file)
After: avahi-daemon.socket (destination-default)
After: systemd-sysusers.service (destination-file)
After: systemd-importd.socket (destination-file)
After: cups.socket (destination-default)
After: systemd-journal-catalog-update.service (destination-file)
After: lvm2-monitor.service (destination-file)
After: iscsid.socket (destination-default)
After: sysinit.target (destination-default)
After: network-pre.target (destination-default)
After: fwupd-refresh.service (destination-default)
After: cups.service (destination-default)
After: systemd-firstboot.service (destination-file)
After: systemd-hibernate-clear.service (destination-file)
After: emergency.target (destination-default)
After: systemd-pcrmachine.service (destination-file)
After: lightdm.service (destination-default)
After: getty-pre.target (destination-default)
After: machine.slice (destination-default)
After: rc-local.service (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: systemd-pcrphase.service (destination-default)
After: nvidia-hibernate.service (destination-default)
After: virtlogd.socket (destination-default)
After: firezone-client-tunnel.service (destination-default)
After: user.slice (destination-default)
After: systemd-remount-fs.service (destination-file)
After: e2scrub_all.service (destination-default)
After: sshd-unix-local.socket (destination-default)
After: libvirt-guests.service (destination-default)
After: wpa_supplicant.service (destination-default)
After: cron.service (destination-default)
After: apt-show-versions.service (destination-default)
After: machines.target (destination-default)
After: sshd at sshd-keygen.service (destination-default)
After: paths.target (destination-default)
After: rsyslog.service (destination-default)
After: e2scrub_reap.service (destination-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-logind.service (destination-default)
After: man-db.service (destination-default)
After: apt-daily.service (destination-default)
After: nvidia-cdi-refresh.service (destination-default)
After: systemd-machined.service (destination-default)
After: fwupd.service (destination-default)
After: grub-common.service (destination-default)
After: anacron.timer (destination-default)
After: containerd.service (destination-default)
After: tlp.service (destination-file destination-default)
After: anacron.service (destination-default)
After: NetworkManager.service (destination-default)
After: dbus.socket (destination-default)
After: session-2.scope (destination-default)
After: systemd-networkd.service (destination-file)
After: systemd-quotacheck-root.service (destination-file)
After: man-db.timer (destination-default)
After: systemd-ask-password-plymouth.service (destination-file)
After: slices.target (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: systemd-fsck-root.service (destination-file)
After: virtlockd-admin.socket (destination-default)
After: initrd.target (destination-default)
After: libvirtd.service (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: open-iscsi.service (destination-file)
After: systemd-sysext.service (destination-file)
After: alsa-state.service (destination-default)
After: blueman-mechanism.service (destination-default)
After: systemd-sysctl.service (destination-file)
After: network-online.target (destination-default)
After: time-set.target (destination-default)
After: unattended-upgrades.service (destination-default)
After: cups-browsed.service (destination-default)
After: fwupd-refresh.timer (destination-default)
After: user-1001.slice (destination-default)
After: rescue.service (destination-file)
After: local-fs-pre.target (destination-default)
After: systemd-tpm2-setup.service (destination-file)
After: jcagent.service (destination-default)
After: mdatp.service (destination-default)
After: ldconfig.service (destination-file)
After: rtkit-daemon.service (destination-default)
After: virtlockd.service (destination-default)
After: plymouth-quit-wait.service (destination-default)
After: time-sync.target (destination-default)
After: systemd-modules-load.service (destination-file)
After: udisks2.service (destination-default)
After: basic.target (destination-default)
After: system-sshd.slice (destination-default)
After: systemd-hwdb-update.service (destination-file)
After: dm-event.service (destination-file)
After: docker.service (destination-default)
After: rescue.target (destination-default)
After: ssh.service (destination-default)
After: systemd-backlight at backlight:intel_backlight.service (destination-file)
After: cups.path (destination-default)
After: systemd-update-done.service (destination-file)
After: system-systemd\x2dfsck.slice (destination-default)
After: nvidia-resume.service (destination-default)
ReferencedBy: mde_netfilter_v2.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: open-iscsi.service (destination-file)
ReferencedBy: virtlogd.socket (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: fwupd-refresh.timer (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: mde_netfilter_v2.socket (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: paths.target (destination-default)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service (destination-file)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: libvirtd-ro.socket (destination-default)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: bolt.service (destination-default)
ReferencedBy: nvidia-suspend.service (destination-default)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: virtlogd.service (destination-default)
ReferencedBy: user.slice (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: sshd-keygen.service (destination-default)
ReferencedBy: integritysetup.target (destination-default)
ReferencedBy: virtlockd.service (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: first-boot-complete.target (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: rsyslog.service (destination-default)
ReferencedBy: iscsid.service (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: apt-show-versions.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: libvirtd.service (destination-default)
ReferencedBy: machine.slice (destination-default)
ReferencedBy: cryptsetup.target (destination-default)
ReferencedBy: nvidia-cdi-refresh.service (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: mdatp.service (destination-default)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: virtlockd.socket (destination-default)
ReferencedBy: systemd-fsck at dev-mapper-debian\x2d\x2dvg\x2dhome.service (destination-file)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: final.target (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: basic.target (destination-default)
ReferencedBy: networking.service (destination-file)
ReferencedBy: virtlockd-admin.socket (destination-default)
ReferencedBy: virtlogd-admin.socket (destination-default)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: blueman-mechanism.service (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: session-2.scope (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: libvirtd.socket (destination-default)
ReferencedBy: apt-show-versions.timer (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-importd.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: nvidia-resume.service (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: lvm2-lvmpolld.socket (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: nvidia-suspend-then-hibernate.service (destination-default)
ReferencedBy: unattended-upgrades.service (destination-default)
ReferencedBy: fwupd.service (destination-default)
ReferencedBy: remote-veritysetup.target (destination-file)
ReferencedBy: initrd.target (destination-default)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: sshd at sshd-keygen.service (destination-default)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: nvidia-hibernate.service (destination-default)
ReferencedBy: tpm2.target (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: rc-local.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: user-1001.slice (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-importd.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: grub-common.service (destination-default)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: swap.target (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: initrd-usr-fs.target (destination-file)
ReferencedBy: libvirtd-admin.socket (destination-default)
ReferencedBy: getty.target (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: veritysetup.target (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: exim4.service (destination-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: timers.target (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: time-set.target (destination-default)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: packagekit.service (destination-default)
ReferencedBy: firezone-client-tunnel.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: sshd-unix-local.socket (destination-default)
ReferencedBy: tlp.service (destination-file destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: uuidd.socket (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: cryptsetup-pre.target (destination-default)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: sound.target (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: fwupd-refresh.service (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-default)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: virt-guest-shutdown.target (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: systemd-hostnamed.socket (destination-default)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: user-runtime-dir at 1001.service (destination-default)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: jcagent.service (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: systemd-machined.service (destination-default)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: machines.target (destination-default)
ReferencedBy: iscsid.socket (destination-default)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: cups.path (destination-default)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: system-modprobe.slice (destination-default)
ReferencedBy: libvirt-guests.service (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: ssh.service (destination-default)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: system-sshd.slice (destination-default)
ReferencedBy: user at 1001.service (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.service (destination-file)
ReferencedBy: veritysetup-pre.target (destination-default)
ReferencedBy: uuidd.service (destination-default)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: cron.service (destination-default)
ReferencedBy: exim4-base.service (destination-default)
ReferencedBy: nvidia-cdi-refresh.path (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device:
Description: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9713562ac95e4202b76a05116a24bdea
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-uuid-LVM-hB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit systemd-halt.service:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-halt.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-halt.service
Success Action: halt-force
Requires: final.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
RequiredBy: halt.target (destination-file)
Before: halt.target (destination-file)
After: final.target (origin-file)
After: shutdown.target (origin-file)
After: system.slice (origin-file)
After: umount.target (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-halt.service (destination-file)
References: final.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: halt.target (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-docker0.device:
Description: /sys/subsystem/net/devices/docker0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:59 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:59 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:59 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: cdbb7d8327574e4c9d5e3eafa39183db
Following Set Member: sys-devices-virtual-net-docker0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/docker0
Sysfs Path: /sys/devices/virtual/net/docker0
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b5907dcd711245778070d606cb64bb23
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit sys-subsystem-net-devices-wlp0s20f3.device:
Description: Raptor Lake PCH CNVi WiFi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4a1cc6c8230c45239b2eb4de904ec960
Following Set Member: sys-devices-pci0000:00-0000:00:14.3-net-wlp0s20f3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/wlp0s20f3
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.3/net/wlp0s20f3
Found: found-udev
? Unit lvm2-monitor.service:
Description: Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: a8446bf3dd554e1d987c42d177bc1ff1
Documentation: man:dmeventd(8)
Documentation: man:lvcreate(8)
Documentation: man:lvchange(8)
Documentation: man:vgchange(8)
Fragment Path: /usr/lib/systemd/system/lvm2-monitor.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: dm-event.socket (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: shutdown.target (origin-file)
After: dm-event.service (origin-file)
After: dm-event.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: dm-event.service (origin-file)
References: shutdown.target (origin-file)
References: dm-event.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/lvm vgchange --monitor y
? ExecStop:
Command Line: /usr/sbin/lvm vgchange --monitor n
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit libvirt-guests.service:
Description: libvirt guests suspend/resume service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:54 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:54 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:54 CET
Active Exit 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: cea1bde3efdb4399ac95a451f2cae7ca
Documentation: man:libvirt-guests(8)
Documentation: https://libvirt.org/
Fragment Path: /usr/lib/systemd/system/libvirt-guests.service
Condition Timestamp: Mon 2026-01-05 08:54:54 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:54 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: virt-guest-shutdown.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: virtxend.socket (origin-file)
After: virtvboxd.socket (origin-file)
After: virtqemud.socket (origin-file)
After: system.slice (origin-file)
After: virtvzd.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: libvirtd.socket (origin-file)
After: virt-guest-shutdown.target (origin-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-file)
After: network.target (origin-file)
After: virtlxcd.socket (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: virtvzd.socket (origin-file)
References: virt-guest-shutdown.target (origin-file)
References: shutdown.target (origin-default)
References: virtlxcd.socket (origin-file)
References: virtqemud.socket (origin-file)
References: virtxend.socket (origin-file)
References: libvirtd.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: time-sync.target (origin-file)
References: virtvboxd.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: no
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
EnvironmentFile: -/etc/default/libvirt-guests
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal+console
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/libvirt/libvirt-guests.sh start
? ExecStop:
Command Line: /usr/lib/libvirt/libvirt-guests.sh 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2did-usb\x2dCreative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio\x2d02.device:
Description: Creative_Live__Cam_Sync_1080p_V2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:33 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:33 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 62d1baa70de142f99714410318a5a7ae
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:7.3:1.2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusbv2\x2d0:7.3:1.2.device
Following Set Member: dev-snd-controlC3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-id/usb-Creative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio-02
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
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: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/systemd-networkd.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-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: shutdown.target (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd.service (origin-implicit)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: dead
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: 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
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virtlogd-admin.socket:
Description: libvirt logging daemon admin socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlogd-admin.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 4f4ea3905a83477ca4e12154178cc82f
Fragment Path: /usr/lib/systemd/system/virtlogd-admin.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
BindsTo: virtlogd.socket (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: virtlogd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: virtlogd.service (origin-implicit destination-file)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: virtlogd.socket (origin-file)
Triggers: virtlogd.service (origin-implicit)
References: sysinit.target (origin-default)
References: virtlogd.socket (origin-file)
References: -.mount (origin-path)
References: virtlogd.service (origin-implicit)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: virtlogd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/virtlogd-admin-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: virtlogd-admin.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/virtlogd-admin-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-ask-password-plymouth.service:
Description: Forward Password Requests to Plymouth
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-plymouth.service
ConditionPathExists: /run/plymouth/pid untested
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-start.service (origin-file destination-file)
After: systemd-ask-password-plymouth.path (destination-implicit)
After: system.slice (origin-file)
TriggeredBy: systemd-ask-password-plymouth.path (destination-implicit)
References: systemd-journald.socket (origin-file)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.path (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/systemd-tty-ask-password-agent --watch --plymouth
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blk-availability.service:
Description: Availability of block devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: ddd3434e085b44ca86942bdf4852efda
Fragment Path: /usr/lib/systemd/system/blk-availability.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: open-iscsi.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: rbdmap.service (origin-file)
After: iscsid.service (origin-file)
After: fcoe.service (origin-file)
After: iscsi-shutdown.service (origin-file)
References: rbdmap.service (origin-file)
References: fcoe.service (origin-file)
References: iscsi-shutdown.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: iscsid.service (origin-file)
References: open-iscsi.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/true
? ExecStop:
Command Line: /usr/sbin/blkdeactivate -u -l wholevg -m disablequeueing -r wait
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit apt-show-versions.timer:
Description: Daily apt-show-versions index rebuild
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 30b46081c31540269999f922096fc707
Documentation: man:apt-show-versions(8)
Fragment Path: /usr/lib/systemd/system/apt-show-versions.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-show-versions.service (origin-implicit)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
Triggers: apt-show-versions.service (origin-implicit)
References: apt-show-versions.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: sysinit.target (origin-default)
References: timers.target (origin-default)
References: time-set.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: apt-show-versions.service
Persistent: yes
WakeSystem: no
Accuracy: 12h
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9039105173f4448a94342535cdbad8ac
Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device
Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS3
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3
Found: found-udev
? Unit mde_netfilter_v2.socket:
Description: Microsoft Defender Netfilter Activation Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:56 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/mde_netfilter_v2.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: d3c5442792394b2dafaf4ed22249a2c6
Fragment Path: /usr/lib/systemd/system/mde_netfilter_v2.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
RequiredBy: mde_netfilter_v2.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: mde_netfilter_v2.service (origin-implicit)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
Triggers: mde_netfilter_v2.service (origin-implicit)
References: -.mount (origin-path)
References: mde_netfilter_v2.service (origin-implicit)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: mde_netfilter_v2.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/mde_netfilter.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: mde_netfilter_v2.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/mde_netfilter.sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit system-systemd\x2dcryptsetup.slice:
Description: Encrypted Volume Units Service Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dcryptsetup.slice
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: c4af02e1f47344bb9b59a12f910b2a71
Documentation: man:systemd-cryptsetup at .service(8)
Fragment Path: /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
After: system.slice (origin-implicit)
References: system.slice (origin-implicit)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device:
Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 703d206508a44756839ce41bddac5c8e
Following Set Member: dev-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
Found: found-udev
? Unit systemd-sysext.socket:
Description: System Extension Image Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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-sysext.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 2cc591e26dbd4b8899ee0130692c58cf
Documentation: man:systemd-sysext(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.socket
ConditionCapability: CAP_SYS_ADMIN untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: local-fs.target (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: -.mount (origin-path)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.sysext (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.sysext
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cryptsetup-pre.target:
Description: Local Encrypted Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/cryptsetup-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-cryptsetup.target (destination-file)
Before: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
Before: shutdown.target (origin-default)
Before: cryptsetup.target (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
References: cryptsetup.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: remote-cryptsetup.target (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-cryptsetup at nvme0n1p3_crypt.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device:
Description: /dev/disk/by-id/dm-name-debian--vg-home
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 90c4e605781a44eabe8e635760a0ce12
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-disk-by\x2ddiskseq-5.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-name-debian--vg-home
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit virtlockd.socket:
Description: libvirt locking daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/virtlockd.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 9bd0322644e44d79a9ad5629b8f82e9d
Fragment Path: /usr/lib/systemd/system/virtlockd.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
WantedBy: libvirtd.service (destination-file)
BoundBy: virtlockd-admin.socket (destination-file)
BoundBy: virtlockd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: virtlockd.service (origin-implicit destination-file)
Before: libvirtd.service (destination-file)
Before: virtlockd-admin.socket (destination-file)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: virtlockd.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: virtlockd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
References: -.mount (origin-path)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: virtlockd-admin.socket (destination-file)
ReferencedBy: virtlockd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/libvirt/virtlockd-sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: virtlockd.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/libvirt/virtlockd-sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit remote-veritysetup.target:
Description: Remote Verity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-veritysetup.target
WantedBy: initrd-root-device.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: veritysetup-pre.target (origin-file)
After: remote-fs-pre.target (origin-file)
References: veritysetup-pre.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd-root-device.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4dbbd4bd83094ed081de47e2c45e5212
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-uuid/e2edd6da-078e-46d5-8548-e761109ca52e
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 7d86132acd634cea8d3b8416977a1c38
Documentation: https://docs.kernel.org/filesystems/fuse.html
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/sys-fs-fuse-connections.mount
ConditionVirtualization: !private-users untested
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /sys/fs/fuse/connections untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: modprobe at fuse.service (origin-file)
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sys-module-fuse.device (destination-udev)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-path)
After: modprobe at fuse.service (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: modprobe at fuse.service (origin-file)
ReferencedBy: sys-module-fuse.device (destination-udev)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /sys/fs/fuse (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit plymouth-poweroff.service:
Description: Show Plymouth Power Off Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-poweroff.service
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice (origin-file)
WantedBy: poweroff.target (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: systemd-poweroff.service (origin-file)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: getty at tty1.service (origin-file)
After: systemd-journald.socket (origin-file)
After: lightdm.service (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-poweroff.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: getty at tty1.service (origin-file)
References: lightdm.service (origin-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: poweroff.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit virt-guest-shutdown.target:
Description: libvirt guests shutdown target
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8946c6dffc6f4af480afe7cd87ecb321
Documentation: https://libvirt.org/
Fragment Path: /usr/lib/systemd/system/virt-guest-shutdown.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
RequiredBy: libvirt-guests.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: libvirt-guests.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: libvirt-guests.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-kexec.service:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-kexec.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-kexec.service
Success Action: kexec-force
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
RequiredBy: kexec.target (destination-file)
Before: kexec.target (destination-file)
After: system.slice (origin-file)
After: plymouth-kexec.service (destination-file)
After: systemd-journald.socket (origin-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
After: final.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
References: final.target (origin-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: kexec.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit suspend.target:
Description: Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/suspend.target
Requires: systemd-suspend.service (origin-file)
Wants: grub-common.service (origin-file)
Before: grub-common.service (destination-file)
After: systemd-suspend.service (origin-file)
References: grub-common.service (origin-file)
References: systemd-suspend.service (origin-file)
ReferencedBy: grub-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-subsystem-net-devices-veth6b8123d.device:
Description: /sys/subsystem/net/devices/veth6b8123d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f6c90d1042b44660b9d6dd8409efb588
Following Set Member: sys-devices-virtual-net-veth6b8123d.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/net/devices/veth6b8123d
Sysfs Path: /sys/devices/virtual/net/veth6b8123d
Found: found-udev
? Unit iscsid.service:
Description: iSCSI initiator daemon (iscsid)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:iscsid(8)
Fragment Path: /usr/lib/systemd/system/iscsid.service
ConditionVirtualization: !private-users untested
Requires: system.slice (origin-file)
Wants: remote-fs-pre.target (origin-file)
Wants: network-online.target (origin-file)
Conflicts: shutdown.target (origin-file)
Before: open-iscsi.service (destination-file)
Before: shutdown.target (origin-file)
Before: blk-availability.service (destination-file)
Before: libvirtd.service (destination-file)
Before: remote-fs-pre.target (origin-file)
After: iscsid.socket (destination-implicit)
After: network-online.target (origin-file)
After: network.target (origin-file)
After: systemd-journald.socket (origin-file)
After: run-lock.mount (origin-file)
After: system.slice (origin-file)
TriggeredBy: iscsid.socket (destination-implicit)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: remote-fs-pre.target (origin-file)
References: run-lock.mount (origin-file)
References: network-online.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
ReferencedBy: libvirtd.service (destination-file)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: open-iscsi.service (destination-file)
ReferencedBy: iscsid.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
PIDFile: /run/iscsid.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/lib/open-iscsi/startup-checks.sh
? ExecStart:
Command Line: /usr/sbin/iscsid
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2de2edd6da078e46d58548e761109ca52e\x2dnvme0n1p3_crypt.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-e2edd6da078e46d58548e761109ca52e-nvme0n1p3_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bb7264bfea464ecba017d452b2de6013
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3wHKHu\x2dCeg3\x2dVcDb\x2dnESv\x2dhWBU\x2d3kb4\x2dung5JV.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-e2edd6da078e46d58548e761109ca52e-nvme0n1p3_crypt
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit sshd-keygen.service:
Description: Generate sshd host keys on first boot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/sshd-keygen.service
ConditionPathIsSymbolicLink: !/etc/ssh untested
ConditionPathIsReadWrite: /etc/ssh untested
ConditionFirstBoot: yes untested
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: ssh.service (destination-file)
WantedBy: sshd at sshd-keygen.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sshd at sshd-keygen.service (origin-file)
Before: shutdown.target (origin-default)
Before: ssh.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: sshd at sshd-keygen.service (origin-file)
References: ssh.service (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: ssh.service (destination-file)
ReferencedBy: sshd at sshd-keygen.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/udisks2.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 38c9b8ed0e2f40c9a5b9f864002590f6
Documentation: man:udisks(8)
Fragment Path: /usr/lib/systemd/system/udisks2.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1599
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.UDisks2
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGINT
RestartKillSignal: SIGINT
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/udisks2/udisksd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1c978a51d2874c12826b9e37fd3a2fff
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit modprobe at drm.service:
Description: Load Kernel Module drm
Instance: drm
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:51 CET
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: b6b1588542fe48f987fc15b4f5b30d74
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-logind.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -abq drm
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb6-6\x2d2-6\x2d2.4-6\x2d2.4:1.0-net-enx98e7431b61d5.device:
Description: RTL8153 Gigabit Ethernet Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:09 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:09 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:09 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1758b14c15da4e1b898d75e80a903a63
Following Set Member: sys-subsystem-net-devices-enx98e7431b61d5.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb6/6-2/6-2.4/6-2.4:1.0/net/enx98e7431b61d5
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb6/6-2/6-2.4/6-2.4:1.0/net/enx98e7431b61d5
Found: found-udev
? Unit final.target:
Description: Late Shutdown Services
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/final.target
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-halt.service (destination-file)
After: shutdown.target (origin-file)
After: umount.target (origin-file)
References: shutdown.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit modprobe at configfs.service:
Description: Load Kernel Module configfs
Instance: configfs
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:51 CET
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: e8ef5ee0b2b84cc7b79c6915a3bb3b48
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
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: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
ReferencedBy: sys-kernel-config.mount (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -abq configfs
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? 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: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: c1bca52d2d7b471cb2c222fbafc87945
Fragment Path: /usr/lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: 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: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udev-trigger.service (origin-file)
ReferencedBy: networking.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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"
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit firezone-client-tunnel.service:
Description: Firezone Client Tunnel Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:10:11 CET
Active Enter Timestamp: Mon 2026-01-05 09:10:11 CET
Active Exit 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/firezone-client-tunnel.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: ee1ba2a2855b4fd0b9a62c939ed66bd8
Fragment Path: /usr/lib/systemd/system/firezone-client-tunnel.service
Condition Timestamp: Mon 2026-01-05 09:10:11 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 09:10:11 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Wants: systemd-resolved.service (origin-file)
Wants: tmp.mount (origin-file)
Wants: -.mount (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file)
After: basic.target (origin-default)
After: systemd-resolved.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: tmp.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-resolved.service (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: tmp.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/dev.firezone.client (origin-file)
RequiresMountsFor: /var/log/dev.firezone.client (origin-file)
RequiresMountsFor: /run/dev.firezone.client (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify
Restart: no
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 24259
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0077
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: pid
Environment: LOG_DIR=/var/log/dev.firezone.client
EnvironmentFile: -/etc/default/firezone-client-tunnel
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
RuntimeDirectory: dev.firezone.client
StateDirectoryMode: 0755
StateDirectory: dev.firezone.client
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
LogsDirectory: dev.firezone.client
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_net_admin
AmbientCapabilities: cap_net_admin
User: root
Group: firezone-client
DynamicUser: no
LockPersonality: yes
SystemCallFilter: fallocate arch_prctl mprotect sched_rr_get_interval mq_open getsid statx lstat fchown sendmmsg socketpair dup2 add_key ioprio_get rt_sigaction oldlstat landlock_add_rule socket exit_group fcntl64 renameat2 bind fstatfs setpgid getrandom listxattr pselect6_time64 flock io_submit sched_get_priority_min readv openat2 getitimer chown lstat64 sigsuspend mq_timedsend set_tls setuid epoll_pwait2 pwrite64 link arm_fadvise64_64 set_mempolicy epoll_ctl_old pipe readlink execve setresuid32 waitpid getpeername lsetxattr setresuid keyctl wait4 sync setgid32 restart_syscall mbind vmsplice semtimedop_time64 sched_setaffinity mlock2 faccessat fstatat64 getsockname setgroups lgetxattr sched_getattr process_vm_readv rt_sigsuspend truncate setuid32 recv sched_getaffinity ppoll_time64 gettimeofday waitid sendmsg timer_delete rt_tgsigqueueinfo utimensat timer_create pidfd_send_signal getppid clock_nanosleep setxattrat listxattrat getgid32 read sendto renameat mq_unlink epoll_wait_old lseek gettid fchownat setfsuid32 truncate64 preadv2 symlinkat set_tid_address _newselect io_setup timer_getoverrun epoll_pwait clone sched_get_priority_max setregid32 setreuid32 semop statmount chdir mlockall name_to_handle_at ugetrlimit sched_setscheduler prlimit64 get_mempolicy setsid mlock execveat mknodat capset alarm lremovexattr chmod mknod io_pgetevents sched_getparam shmget pselect6 getresgid io_uring_register ppoll setxattr syncfs clone3 linkat getxattr landlock_restrict_self inotify_rm_watch rt_sigreturn mq_timedreceive_time64 landlock_create_ruleset socketcall riscv_flush_icache pipe2 dup futimesat ftruncate madvise sync_file_range mq_timedsend_time64 getuid32 epoll_create1 rt_sigqueueinfo sched_yield personality signalfd4 getdents setresgid32 rt_sigprocmask newfstatat sync_file_range2 futex epoll_ctl openat sigprocmask recvmsg fgetxattr unshare setresgid sendfile64 send move_pages stat ipc migrate_pages fstat64 readahead request_key oldolduname mmap2 mq_notify getdents64 fsetxattr io_destroy tkill removexattr prctl msgget io_uring_setup getgid sysinfo timerfd_gettime fadvise64 setgid fstat getgroups32 sendfile readlinkat open signalfd mremap exit getcwd msgsnd pause sigaltstack symlink setreuid timerfd_settime setpriority getrusage faccessat2 setfsgid set_thread_area listmount pread64 pwritev2 capget fstatfs64 rseq setrlimit write munlockall uretprobe rt_sigpending oldfstat sched_setattr getxattrat ioctl times chown32 munmap splice shmdt process_vm_writev pidfd_open semtimedop ftruncate64 mmap setfsuid shmctl recvmmsg munlock riscv_hwprobe semget userfaultfd get_thread_area getegid pwritev membarrier fchmodat clock_nanosleep_time64 lchown sigreturn tgkill unlinkat dup3 accept recvmmsg_time64 setitimer setns tee clock_gettime umask memfd_create getpriority nanosleep get_robust_list setregid getgroups copy_file_range shmat statfs64 poll lchown32 time sigaction fchmodat2 process_madvise uname msgctl getsockopt set_robust_list nice timerfd_create eventfd2 timer_gettime getrlimit kill statfs getpgrp listen fchmod sigpending mseal getpgid llistxattr stat64 rt_sigtimedwait mq_timedreceive connect getresuid setgroups32 sched_rr_get_interval_time64 geteuid32 mkdirat getegid32 io_uring_enter set_mempolicy_home_node mq_getsetattr _llseek timer_settime brk rename clock_getres futex_time64 io_pgetevents_time64 fchown32 getpid io_cancel fcntl setsockopt inotify_add_watch geteuid close_range msgrcv clock_gettime64 getresuid32 setfsgid32 rmdir recvfrom semctl access utimes fadvise64_64 utime olduname select getuid signal seccomp swapcontext removexattrat cacheflush clock_getres_time64 futex_waitv flistxattr close preadv accept4 utimensat_time64 io_getevents inotify_init1 eventfd msync unlink sched_getscheduler writev timer_gettime64 mkdir getresgid32 getcpu shutdown sched_setparam vfork creat timerfd_gettime64 rt_sigtimedwait_time64 inotify_init ioprio_set fork fremovexattr remap_file_pages timer_settime64 oldstat fsync timerfd_settime64 kcmp fchdir readdir epoll_wait fdatasync epoll_create
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: firezone-client-tunnel run
PID: 24259
Start Timestamp: Mon 2026-01-05 09:10:11.424993 CET
Handoff Timestamp: 108.097ms since 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: /dev/net/tun rwm
? Unit dev-dm\x2d2.swap:
Description: /dev/dm-2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit 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: 3310a633728a4e4c867e67d872db9548
Following: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.swap
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.swap
Following Set Member: dev-disk-by\x2ddiskseq-4.swap
Following Set Member: dev-debian\x2dvg-swap_1.swap
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.swap
Requires: dev-dm\x2d2.device (origin-proc-swap)
Requires: system.slice (origin-file)
Requires: -.mount (origin-implicit)
Conflicts: umount.target (origin-default)
Before: swap.target (origin-default)
Before: umount.target (origin-default)
After: blockdev at dev-dm\x2d2.target (origin-proc-swap)
After: systemd-journald.socket (origin-file)
After: dev-dm\x2d2.device (origin-proc-swap)
After: system.slice (origin-file)
After: -.mount (origin-implicit)
References: dev-dm\x2d2.device (origin-proc-swap)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-default)
References: systemd-journald.socket (origin-file)
References: blockdev at dev-dm\x2d2.target (origin-proc-swap)
References: -.mount (origin-implicit)
References: umount.target (origin-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/dm-2 (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Swap State: active
Result: success
Clean Result: success
What: /dev/dm-2
From /proc/swaps: yes
From fragment: no
Extrinsic: no
Device Node: /dev/dm-2
Priority: -2
Options:
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-tpm0.device:
Description: /dev/tpm0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 913849261fdb445fbeb1b8d56567b955
Following: sys-devices-platform-STM0176:00-tpm-tpm0.device
Following Set Member: sys-devices-platform-STM0176:00-tpm-tpm0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/tpm0
Sysfs Path: /sys/devices/platform/STM0176:00/tpm/tpm0
Found: found-udev
? Unit apparmor.service:
Description: Load AppArmor profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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: 3086c7078cc24c198bc73f917d83823f
Documentation: man:apparmor(7)
Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/
Fragment Path: /usr/lib/systemd/system/apparmor.service
ConditionPathExists: !/run/live/overlay/work untested
ConditionPathExists: !/rofs/etc/apparmor.d untested
ConditionSecurity: apparmor untested
AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: networking.service (destination-file)
Before: sysinit.target (origin-file)
Before: libvirtd.service (destination-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-journald-audit.socket (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
References: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: libvirtd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/cache/apparmor (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/apparmor/apparmor.systemd reload
? 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-controlC3.device:
Description: Creative_Live__Cam_Sync_1080p_V2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:33 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:33 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:33 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e21e05b774124228ac56e73e6aeac1e7
Following: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
Following Set Member: dev-snd-by\x2did-usb\x2dCreative_Technology_Ltd._Creative_Live__Cam_Sync_1080p_V2_Creative_Live__Cam_Sync_1080p_V2_Audio\x2d02.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:7.3:1.2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:00:14.0\x2dusbv2\x2d0:7.3:1.2.device
Following Set Member: sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d7-1\x2d7.3-1\x2d7.3:1.2-sound-card3-controlC3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC3
Sysfs Path: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.3/1-7.3:1.2/sound/card3/controlC3
Found: found-udev
? Unit dev-disk-by\x2ddiskseq-5.device:
Description: /dev/disk/by-diskseq/5
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ab84d7fdfd9d4fecba1e15682c2f8a5b
Following: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-debian\x2dvg-home.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dhome.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE3BfZRq3gJTq1ZtzIMW71eI31xpPHek2tx.device
Following Set Member: dev-dm\x2d3.device
Following Set Member: sys-devices-virtual-block-dm\x2d3.device
Following Set Member: dev-disk-by\x2duuid-5f998369\x2dbcc8\x2d434d\x2da030\x2d8ac623cbccdc.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/5
Sysfs Path: /sys/devices/virtual/block/dm-3
Found: found-udev
? Unit systemd-rfkill.socket:
Description: systemd-rfkill.socket
Instance: n/a
Unit Load State: masked
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Fragment Path: /etc/systemd/system/systemd-rfkill.socket
WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
? Unit sys-devices-virtual-net-vethb6037a2.device:
Description: /sys/devices/virtual/net/vethb6037a2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8ae813f7475e4b61b20f4aa7a5590d89
Following Set Member: sys-subsystem-net-devices-vethb6037a2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/vethb6037a2
Sysfs Path: /sys/devices/virtual/net/vethb6037a2
Found: found-udev
? Unit sys-devices-virtual-net-veth2eceeca.device:
Description: /sys/devices/virtual/net/veth2eceeca
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 804934b6e7b04650b9fc3fa816a20c1e
Following Set Member: sys-subsystem-net-devices-veth2eceeca.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/net/veth2eceeca
Sysfs Path: /sys/devices/virtual/net/veth2eceeca
Found: found-udev
? Unit plymouth-kexec.service:
Description: Show Plymouth Reboot with kexec Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/plymouth-kexec.service
ConditionVirtualization: !container untested
ConditionKernelCommandLine: !nosplash untested
ConditionKernelCommandLine: !plymouth.enable=0 untested
Requires: system.slice (origin-file)
WantedBy: kexec.target (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: systemd-kexec.service (origin-file)
After: plymouth-start.service (origin-file)
After: system.slice (origin-file)
After: getty at tty1.service (origin-file)
After: systemd-journald.socket (origin-file)
After: lightdm.service (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: getty at tty1.service (origin-file)
References: systemd-kexec.service (origin-file)
References: systemd-journald.socket (origin-file)
References: lightdm.service (origin-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: kexec.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: forking
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 25221bd27a55415090f54d47a67e9c31
Wants: sys-fs-fuse-connections.mount (origin-udev)
References: sys-fs-fuse-connections.mount (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/module/fuse
Sysfs Path: /sys/module/fuse
Found: found-udev
udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount
? Unit integritysetup.target:
Description: Local Integrity Protected Volumes
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: aac220e3cb3a44ce9ef55e68fb2a6ba8
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/integritysetup.target
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sysinit.target (destination-default)
References: shutdown.target (origin-default)
ReferencedBy: sysinit.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit systemd-networkd-persistent-storage.service:
Description: Enable Persistent Storage in systemd-networkd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:networkctl(1)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-persistent-storage.service
ConditionPathExists: !/etc/initrd-release untested
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
BindsTo: systemd-networkd.service (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-path)
After: systemd-remount-fs.service (origin-file)
After: systemd-networkd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-networkd.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/network (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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/network
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: systemd-network
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: networkctl persistent-storage yes
? ExecStop:
Command Line: networkctl persistent-storage 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit getty-pre.target:
Description: Preparation for Logins
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Documentation: man:systemd-getty-generator(8)
Documentation: https://0pointer.de/blog/projects/serial-console.html
Fragment Path: /usr/lib/systemd/system/getty-pre.target
Conflicts: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: getty at tty1.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Mon 2026-01-05 09:09:45 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1e2e664646b64477a0c5052d57429ee7
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-tmpfiles-clean.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
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
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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
DeferReactivation: no
OnUnitActiveSec: 1d
OnBootSec: 15min
? Unit initrd-cleanup.service:
Description: Cleaning Up and Shutting Down Daemons
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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/lib/systemd/system/initrd-cleanup.service
AssertPathExists: /etc/initrd-release untested
Requires: system.slice (origin-file)
WantedBy: initrd-switch-root.target (destination-file)
Conflicts: emergency.target (origin-file)
Before: initrd-switch-root.target (destination-file)
After: system.slice (origin-file)
After: initrd.target (origin-file)
After: systemd-journald.socket (origin-file)
After: initrd-root-fs.target (origin-file)
After: initrd-fs.target (origin-file)
OnFailure: emergency.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd.target (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-root-fs.target (origin-file)
References: emergency.target (origin-file)
References: initrd-fs.target (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block isolate initrd-switch-root.target
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5ebc625c54a446bab571d192aa19cfb5
Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device
Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/ttyS1
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1
Found: found-udev
? Unit packagekit.service:
Description: PackageKit Daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 15:11:21 CET
Inactive Exit Timestamp: Mon 2026-01-05 15:11:21 CET
Active Enter Timestamp: Mon 2026-01-05 15:11:21 CET
Active Exit 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/packagekit.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 7337e33bbbc344f9a20c125adc78fcf2
Fragment Path: /usr/lib/systemd/system/packagekit.service
ConditionPathExists: !/run/ostree-booted succeeded
Condition Timestamp: Mon 2026-01-05 15:11:21 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 15:11:21 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Wants: network-online.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: network-online.target (origin-file)
References: basic.target (origin-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 649418
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.PackageKit
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
User: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/packagekitd
PID: 649418
Start Timestamp: Mon 2026-01-05 15:11:21.118489 CET
Handoff Timestamp: 53.631ms since 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:sysusers.d(5)
Documentation: man:systemd-sysusers.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysusers.service
ConditionCredential: |sysusers.extra untested
ConditionNeedsUpdate: |/etc untested
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-resolved.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-update-done.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: initrd-switch-root.target (origin-file)
ReferencedBy: systemd-resolved.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysusers
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit fwupd.service:
Description: Firmware update daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:20 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:21 CET
Active Exit 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/fwupd.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 4eda881fb4334d1e805d2b49223b2301
Documentation: https://fwupd.org/
Fragment Path: /usr/lib/systemd/system/fwupd.service
ConditionVirtualization: !container untested
Condition Timestamp: Mon 2026-01-05 08:55:20 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:55:20 CET
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-file)
Wants: modprobe at sd_mod.service (origin-file)
Wants: -.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: lightdm.service (origin-file)
Before: shutdown.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-file)
After: modprobe at sd_mod.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: systemd-remount-fs.service (origin-file)
After: dbus.socket (origin-file)
After: sysinit.target (origin-default)
References: modprobe at sd_mod.service (origin-file)
References: tmp.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: lightdm.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: -.mount (origin-file)
References: dbus.service (origin-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /etc/fwupd (origin-file)
RequiresMountsFor: /var/cache/fwupd (origin-file)
RequiresMountsFor: /var/lib/fwupd (origin-file)
RequiresMountsFor: /run/motd.d (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 4645
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.fwupd
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 3min
TimeoutStopSec: 3min
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: yes
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
Environment: GLIBC_TUNABLES=glibc.cpu.hwcaps=SHSTK
Environment: FWUPD_SYSCALL_FILTER=systemd
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: motd.d
StateDirectoryMode: 0755
StateDirectory: fwupd
CacheDirectoryMode: 0755
CacheDirectory: fwupd
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
ConfigurationDirectory: fwupd
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_mknod 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
ReadWritePaths: -/boot/efi -/boot/EFI -/boot/grub -/efi/EFI -/sys/firmware/efi/efivars
LockPersonality: yes
SystemCallFilter: rename mknodat pipe2 preadv2 clock_nanosleep_time64 shmget unlinkat fchown lchown32 faccessat2 msgrcv msgsnd rt_sigtimedwait_time64 getgroups32 open exit rt_sigpending prctl fcntl64 mkdirat fadvise64 listxattrat statfs capget _llseek renameat2 rt_sigqueueinfo mq_unlink readv geteuid32 unshare timer_gettime eventfd2 fchdir sigreturn link timer_create read getxattrat getsockopt landlock_restrict_self ioctl close getgid32 rt_sigreturn clock_nanosleep timer_settime64 ppoll pidfd_open uname wait4 restart_syscall setsockopt listxattr recvmmsg_time64 pidfd_send_signal access poll cacheflush rseq execveat timer_delete sync_file_range2 epoll_pwait timer_getoverrun getsid socket openat2 linkat copy_file_range statfs64 ftruncate times epoll_ctl munmap semctl ioperm recv utimensat dup3 statmount set_thread_area lseek clock_gettime64 mq_timedsend_time64 faccessat lgetxattr setxattr swapcontext tkill rmdir oldstat signal close_range removexattrat getegid32 clone3 semtimedop_time64 futex_waitv clock_getres getpeername sendmsg getdents64 pselect6 oldlstat getsockname getgid writev fchown32 setxattrat dup truncate64 getuid mknod inotify_add_watch pciconfig_iobase signalfd4 getpgid timerfd_create fork ftruncate64 sigsuspend landlock_create_ruleset timerfd_gettime64 creat chown timerfd_settime sigaction sigaltstack mq_timedreceive getdents shmctl write waitpid timer_gettime64 fcntl send fallocate mprotect epoll_pwait2 lstat64 prlimit64 lremovexattr set_robust_list riscv_flush_icache stat tgkill getpgrp mmap2 gettid msync symlinkat rt_sigsuspend getresgid waitid fremovexattr membarrier accept4 inotify_rm_watch exit_group inotify_init msgget vmsplice msgctl geteuid setns lsetxattr statx execve accept pselect6_time64 inotify_init1 socketcall syncfs flistxattr pciconfig_write semop removexattr llistxattr getuid32 sendto futimesat fstatfs epoll_wait socketpair sigprocmask shmdt lstat semtimedop fsync seccomp mseal mq_open getcwd eventfd semget mmap pipe connect clock_gettime getrandom sendmmsg getitimer _newselect pause getpid mq_notify sync_file_range mq_getsetattr mkdir arch_prctl nanosleep recvmsg stat64 select kill renameat fchmodat2 fstat64 fchmod rt_tgsigqueueinfo shutdown fdatasync madvise s390_pci_mmio_read getresuid32 chmod readlinkat epoll_wait_old fstatfs64 fstat symlink getrlimit sysinfo openat ppoll_time64 getxattr mq_timedreceive_time64 utimes lchown oldfstat fchmodat chdir gettimeofday vfork preadv fsetxattr getresuid recvfrom riscv_hwprobe utime ugetrlimit get_thread_area dup2 clock_getres_time64 alarm timerfd_gettime sched_getaffinity s390_pci_mmio_write uretprobe recvmmsg sync rt_sigprocmask timerfd_settime64 chown32 getrusage rt_sigtimedwait listmount setitimer ipc mq_timedsend set_tls signalfd utimensat_time64 pciconfig_read pwritev2 unlink sched_yield get_robust_list fstatat64 process_vm_readv listen sigpending splice set_tid_address truncate getppid fchownat mremap pwrite64 pread64 memfd_create iopl pwritev getegid brk time newfstatat clone getgroups process_madvise futex_time64 epoll_create rt_sigaction landlock_add_rule readlink timer_settime getresgid32 epoll_create1 bind epoll_ctl_old fgetxattr process_vm_writev futex shmat
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/libexec/fwupd/fwupd
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: block-blkext rw
DeviceAllow: char-nvme rw
DeviceAllow: char-mem rw
DeviceAllow: char-usb_device rw
DeviceAllow: char-usb rw
DeviceAllow: char-tpm rw
DeviceAllow: char-mei rw
DeviceAllow: char-hidraw rw
DeviceAllow: char-gpiochip rw
DeviceAllow: char-drm rw
DeviceAllow: char-cpu/* rw
DeviceAllow: char-aux rw
DeviceAllow: block-sd rw
? Unit modprobe at fuse.service:
Description: Load Kernel Module fuse
Instance: fuse
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Mon 2026-01-05 08:54:51 CET
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: cbc1a6db021f471ebea9f41b240912c3
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
Before: sysinit.target (origin-file)
Before: sys-fs-fuse-connections.mount (destination-file)
After: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
InSlice: system-modprobe.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/modprobe -abq fuse
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit veritysetup-pre.target:
Description: Local Verity Protected Volumes (Pre)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/veritysetup-pre.target
Conflicts: shutdown.target (origin-default)
Before: veritysetup.target (origin-file)
Before: shutdown.target (origin-default)
Before: remote-veritysetup.target (destination-file)
References: veritysetup.target (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: remote-veritysetup.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-fsck at dev-disk-by\x2duuid-3162\x2dD1B3.service:
Description: File System Check on /dev/disk/by-uuid/3162-D1B3
Instance: dev-disk-by\x2duuid-3162\x2dD1B3
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 925340c89794486e94821a523b7a0b7d
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-3162\x2dD1B3.device (origin-file)
RequiredBy: boot-efi.mount (destination-file)
Conflicts: reboot.target (origin-file)
Conflicts: kexec.target (origin-file)
Conflicts: halt.target (origin-file)
Conflicts: poweroff.target (origin-file)
Before: boot-efi.mount (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
After: local-fs-pre.target (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: dev-disk-by\x2duuid-3162\x2dD1B3.device (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-fsck-root.service (origin-file)
References: systemd-fsck-root.service (origin-file)
References: reboot.target (origin-file)
References: local-fs-pre.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
References: systemd-quotacheck.service (origin-file)
References: poweroff.target (origin-file)
References: shutdown.target (origin-file)
References: dev-disk-by\x2duuid-3162\x2dD1B3.device (origin-file)
References: halt.target (origin-file)
References: kexec.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: boot-efi.mount (destination-file)
InSlice: system-systemd\x2dfsck.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: infinity
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/3162-D1B3
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-snd-by\x2did-usb\x2dGeneric_USB_Audio_200901010001\x2d00.device:
Description: USB_Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:10 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:10 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:10 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0bbe121414a343729574c057cbb21ed2
Following: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-controlC2.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusb\x2d0:2.3.4:1.0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusbv2\x2d0:2.3.4:1.0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/by-id/usb-Generic_USB_Audio_200901010001-00
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Found: found-udev
? Unit systemd-tmpfiles-setup-dev-early.service:
Description: Create Static Device Nodes in /dev gracefully
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: d4eea5aa510541c6af97a61d5feb4168
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-sysusers.service (destination-file)
Before: shutdown.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-journald.socket (origin-file)
After: kmod-static-nodes.service (destination-file)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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 --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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device:
Description: KBG5AZNV1T02 LA KIOXIA 1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: cf1db425c5514a199c0b60fe4895d989
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4a9c0023\x2d0a26\x2d419a\x2dad42\x2d5349d50995a3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3162\x2dD1B3.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/4a9c0023-0a26-419a-ad42-5349d50995a3
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit timers.target:
Description: Timer Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 2a5833683cab4632a54c79a4f4769a76
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/timers.target
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Wants: fstrim.timer (origin-file)
Wants: dpkg-db-backup.timer (origin-file)
Wants: logrotate.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: exim4-base.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: e2scrub_all.timer (origin-file)
Wants: fwupd-refresh.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: anacron.timer (origin-file)
Wants: apt-show-versions.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: anacron.timer (destination-default)
After: dpkg-db-backup.timer (destination-default)
After: apt-show-versions.timer (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: fwupd-refresh.timer (destination-default)
After: e2scrub_all.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: fstrim.timer (destination-default)
After: man-db.timer (destination-default)
After: apt-daily.timer (destination-default)
After: logrotate.timer (destination-default)
After: exim4-base.timer (destination-default)
References: fstrim.timer (origin-file)
References: logrotate.timer (origin-file)
References: man-db.timer (origin-file)
References: exim4-base.timer (origin-file)
References: fwupd-refresh.timer (origin-file)
References: apt-daily-upgrade.timer (origin-file)
References: apt-daily.timer (origin-file)
References: dpkg-db-backup.timer (origin-file)
References: anacron.timer (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
References: apt-show-versions.timer (origin-file)
References: shutdown.target (origin-file)
References: e2scrub_all.timer (origin-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: fwupd-refresh.timer (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: apt-show-versions.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: exim4-base.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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: /usr/lib/systemd/system/rescue.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-path)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: getty at tty1.service (destination-file)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: graphical.target (destination-file)
Before: graphical.target (destination-file)
Before: initrd.target (destination-file)
Before: multi-user.target (destination-file)
Before: rescue.target (destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: getty at tty1.service (destination-file)
After: -.mount (origin-path)
After: sysinit.target (origin-file)
After: emergency.service (destination-file)
After: plymouth-start.service (origin-file)
References: sysinit.target (origin-file)
References: plymouth-start.service (origin-file)
References: -.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: rescue.target (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /root (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: idle
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
UMask: 0022
WorkingDirectory: /root
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: tty-force
StandardOutput: inherit
StandardError: inherit
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit systemd-pcrphase.service:
Description: TPM PCR Barrier (User)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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-pcrphase.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase.service
ConditionSecurity: measured-uki untested
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: no
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-user-sessions.service (origin-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: remote-cryptsetup.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
After: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: remote-cryptsetup.target (origin-file)
References: basic.target (origin-default)
References: remote-fs.target (origin-file)
References: tpm2.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful ready
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-4.device:
Description: /dev/disk/by-diskseq/4
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0f6f7a9b434e4eafa0349fce692e00fe
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-debian\x2dvg-swap_1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-diskseq/4
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5c8615b6a985498c8a8acb7aa673d255
Documentation: man:cron(8)
Fragment Path: /usr/lib/systemd/system/cron.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
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: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: system.slice (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: remote-fs.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: simple
Restart: on-failure
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2119
Main PID Known: yes
Main PID Alien: no
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: process
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: cron
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cron -f "\$EXTRA_OPTS"
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-dm\x2dname\x2ddebian\x2d\x2dvg\x2dswap_1.device:
Description: /dev/disk/by-id/dm-name-debian--vg-swap_1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b82301603639457cb26f33b74ccc9d2e
Following: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-dm\x2d2.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dhB0noEVzJBqWkvjKKMSxkjajMO6fozE31DVQLEeRw38kRcXw7e1BYgl5M7CJB4dr.device
Following Set Member: dev-mapper-debian\x2d\x2dvg\x2dswap_1.device
Following Set Member: dev-disk-by\x2duuid-fc56ffaa\x2db176\x2d420a\x2dadad\x2da5c7e5b7b6ad.device
Following Set Member: sys-devices-virtual-block-dm\x2d2.device
Following Set Member: dev-disk-by\x2ddiskseq-4.device
Following Set Member: dev-debian\x2dvg-swap_1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-id/dm-name-debian--vg-swap_1
Sysfs Path: /sys/devices/virtual/block/dm-2
Found: found-udev
? Unit dev-nvme0n1.device:
Description: KBG5AZNV1T02 LA KIOXIA
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ef1b6e340f2a468cbfd765d21cc4a3a6
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/nvme0n1
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit open-iscsi.service:
Alias: iscsi.service
Description: Login to default iSCSI targets
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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:iscsiadm(8)
Documentation: man:iscsid(8)
Fragment Path: /usr/lib/systemd/system/open-iscsi.service
ConditionDirectoryNotEmpty: |/sys/class/iscsi_session untested
ConditionDirectoryNotEmpty: |/var/lib/iscsi/nodes untested
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: no
Requires: system.slice (origin-file)
Wants: remote-fs-pre.target (origin-file)
Wants: network-online.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: remote-fs-pre.target (origin-file)
Before: shutdown.target (origin-file)
Before: blk-availability.service (destination-file)
After: network-online.target (origin-file)
After: system.slice (origin-file)
After: iscsid.service (origin-file)
After: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: iscsid.service (origin-file)
References: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: blk-availability.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/iscsiadm -m node --loginall=automatic
Command Line: /usr/lib/open-iscsi/activate-storage.sh
? ExecStop:
Command Line: /usr/lib/open-iscsi/umountiscsi.sh
Command Line: /bin/sync
Command Line: /usr/lib/open-iscsi/logout-all.sh
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device:
Description: KBG5AZNV1T02 LA KIOXIA 3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 015c15b0b41a473c8999ac8e43e3ad9e
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-79467f94\x2d0048\x2d49c3\x2d8577\x2d287f132e7b82.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-e2edd6da\x2d078e\x2d46d5\x2d8548\x2de761109ca52e.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-partuuid/79467f94-0048-49c3-8577-287f132e7b82
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit systemd-networkd.service:
Description: Network Configuration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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)
Documentation: man:org.freedesktop.network1(5)
Fragment Path: /usr/lib/systemd/system/systemd-networkd.service
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
Wants: network.target (origin-file)
Wants: systemd-networkd.socket (origin-file)
Wants: systemd-networkd-persistent-storage.service (origin-file)
BoundBy: systemd-networkd-persistent-storage.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: multi-user.target (origin-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: apt-daily.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: network.target (origin-file)
Before: apt-daily-upgrade.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-networkd.socket (origin-file destination-implicit)
After: network-pre.target (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-udevd.service (origin-file)
TriggeredBy: systemd-networkd.socket (destination-implicit)
References: network.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-networkd-persistent-storage.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-networkd.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: multi-user.target (origin-file)
References: systemd-udevd.service (origin-file)
References: shutdown.target (origin-file)
References: network-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-path)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-networkd.socket (destination-implicit)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/netif (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: dead
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: notify-reload
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
BusName: org.freedesktop.network1
Bus Name Good: no
RestartSec: 0
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGUSR2
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_sys_admin cap_bpf
User: systemd-network
DynamicUser: no
LockPersonality: yes
SystemCallFilter: recvfrom memfd_create execveat waitid faccessat setgroups openat2 getsockname timer_getoverrun getsockopt sysinfo linkat getpgid pwritev2 setitimer getrusage symlink llistxattr mlock oldstat setregid set_tls pread64 preadv syncfs lsetxattr lseek setxattrat rt_sigtimedwait unlinkat timer_gettime prlimit64 openat setfsgid32 sigaction arch_prctl epoll_ctl setuid sendto ftruncate stat timer_settime64 rt_sigreturn sched_getparam mknodat rt_sigsuspend inotify_init1 mq_notify connect setreuid32 getresuid sched_get_priority_min mq_open wait4 mkdir getpriority readahead migrate_pages munmap setregid32 rt_sigtimedwait_time64 sendfile64 ioprio_get gettimeofday fchmod utimensat_time64 getresgid setgid32 getxattrat recvmsg dup3 mq_getsetattr pipe2 io_getevents sigaltstack setpgid timerfd_gettime64 setfsuid recvmmsg mlock2 set_tid_address utimensat fdatasync unlink writev preadv2 timer_settime fchown truncate dup2 timerfd_gettime getitimer listen epoll_create1 utimes mq_unlink getppid sync_file_range2 prctl rmdir read sched_getscheduler flistxattr rename getgroups process_vm_readv close fremovexattr oldfstat fadvise64 ppoll set_robust_list getrlimit seccomp capset access setpriority sched_getattr getdents pipe keyctl pselect6 shutdown olduname brk mq_timedsend_time64 uretprobe io_setup eventfd2 setsid clock_gettime sched_setscheduler pwritev semtimedop_time64 sendfile lchown32 futex process_madvise setsockopt readlinkat time sigpending pwrite64 readv io_submit statmount getresuid32 chmod sched_rr_get_interval oldlstat process_vm_writev mseal socket request_key lstat64 symlinkat mmap2 mprotect exit_group madvise setreuid msgsnd eventfd fstatfs64 setresuid removexattrat munlockall chown geteuid32 inotify_rm_watch accept4 fstat64 timerfd_create listmount timer_gettime64 shmctl getpeername ppoll_time64 getcpu riscv_flush_icache clone recv sched_setparam arm_fadvise64_64 oldolduname futex_waitv membarrier sync_file_range dup riscv_hwprobe setgid personality setfsuid32 umask io_cancel nice sync sched_getaffinity mremap sigprocmask timer_delete lchown ioprio_set semget shmat readdir bind epoll_create set_thread_area sendmsg fchmodat fstatfs close_range setfsgid geteuid get_mempolicy times rt_tgsigqueueinfo fchdir _llseek sched_yield capget fchown32 clock_nanosleep_time64 io_destroy io_uring_register getgid32 renameat2 vmsplice alarm setgroups32 msgrcv io_uring_setup io_pgetevents_time64 fstat timerfd_settime fsync mkdirat pidfd_open getgroups32 setxattr select getpgrp epoll_wait fchownat getegid semctl timerfd_settime64 getuid32 fchmodat2 clone3 fork sched_rr_get_interval_time64 getegid32 landlock_add_rule epoll_wait_old sendmmsg exit mq_timedreceive_time64 io_uring_enter listxattr write mlockall fstatat64 landlock_create_ruleset clock_nanosleep faccessat2 sched_setaffinity move_pages epoll_ctl_old timer_create mmap getgid set_mempolicy_home_node uname truncate64 shmget userfaultfd setuid32 setresuid32 futimesat ugetrlimit restart_syscall clock_gettime64 epoll_pwait fcntl getrandom sched_setattr socketcall setresgid accept lgetxattr cacheflush kill clock_getres ftruncate64 futex_time64 splice get_robust_list fgetxattr recvmmsg_time64 mq_timedreceive signal getcwd sigsuspend send removexattr name_to_handle_at io_pgetevents execve pselect6_time64 pidfd_send_signal munlock add_key msgctl epoll_pwait2 fadvise64_64 clock_getres_time64 bpf setresgid32 sigreturn _newselect signalfd4 link gettid getuid getdents64 vfork semop kcmp get_thread_area semtimedop mq_timedsend mknod inotify_init fallocate signalfd flock shmdt set_mempolicy inotify_add_watch rt_sigqueueinfo listxattrat statfs socketpair rseq newfstatat ioctl statx nanosleep msync swapcontext stat64 lstat rt_sigprocmask getpid waitpid landlock_restrict_self statfs64 setrlimit open ipc rt_sigpending getsid mbind fcntl64 msgget copy_file_range getresgid32 unshare remap_file_pages tkill sched_get_priority_max rt_sigaction creat readlink setns chown32 renameat getxattr lremovexattr chdir fsetxattr tgkill poll utime pause tee
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-networkd
File Descriptor Store Max: 512
File Descriptor Store Pin: restart
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
? Unit dev-snd-controlC2.device:
Description: USB_Audio
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:14:10 CET
Inactive Exit Timestamp: Mon 2026-01-05 09:14:10 CET
Active Enter Timestamp: Mon 2026-01-05 09:14:10 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 29e628499a6b431d856244aee5796564
Following: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2did-usb\x2dGeneric_USB_Audio_200901010001\x2d00.device
Following Set Member: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:03.0-0000:49:00.0-0000:4a:02.0-0000:4b:00.0-usb5-5\x2d2-5\x2d2.3-5\x2d2.3.4-5\x2d2.3.4:1.0-sound-card2-controlC2.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusb\x2d0:2.3.4:1.0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:4b:00.0\x2dusbv2\x2d0:2.3.4:1.0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/snd/controlC2
Sysfs Path: /sys/devices/pci0000:00/0000:00:1d.0/0000:20:00.0/0000:21:03.0/0000:49:00.0/0000:4a:02.0/0000:4b:00.0/usb5/5-2/5-2.3/5-2.3.4/5-2.3.4:1.0/sound/card2/controlC2
Found: found-udev
? Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c9fe443627de42d1816ee01cff3aa4e7
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs.target
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: home.mount (origin-file)
Requires: boot-efi.mount (origin-file)
Requires: boot.mount (origin-file)
Requires: -.mount (origin-file)
Wants: systemd-fsck-root.service (origin-file)
Wants: run-lock.mount (origin-file)
Wants: tmp.mount (origin-file)
Wants: systemd-remount-fs.service (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: plymouth-read-write.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: apparmor.service (destination-file)
Before: unattended-upgrades.service (destination-file)
Before: ldconfig.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: mde_netfilter_v2.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: networking.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-sysext.socket (destination-file)
Before: sysinit.target (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: console-setup.service (destination-file)
After: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
After: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
After: var-lib-machines.mount (destination-mount-file)
After: home.mount (destination-file destination-mountinfo)
After: local-fs-pre.target (origin-file)
After: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
After: systemd-quotacheck-root.service (destination-file)
After: run-user-1001-gvfs.mount (destination-mountinfo)
After: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
After: systemd-remount-fs.service (destination-file)
After: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
After: -.mount (destination-file)
After: run-user-1001.mount (destination-mountinfo)
After: run-lock.mount (destination-file)
After: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
After: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
After: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
After: boot.mount (destination-file destination-mountinfo)
After: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
After: run-user-1001-doc.mount (destination-mountinfo)
After: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
After: tmp.mount (destination-file)
After: systemd-fsck-root.service (destination-file)
After: boot-efi.mount (destination-file destination-mountinfo)
OnFailure: emergency.target (origin-file)
References: home.mount (origin-file)
References: -.mount (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: boot.mount (origin-file)
References: run-lock.mount (origin-file)
References: local-fs-pre.target (origin-file)
References: emergency.target (origin-file)
References: tmp.mount (origin-file)
References: systemd-fsck-root.service (origin-file)
References: boot-efi.mount (origin-file)
ReferencedBy: mde_netfilter_v2.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file destination-mountinfo)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: run-docker-netns-04e8e7e180ff.mount (destination-mountinfo)
ReferencedBy: var-lib-docker-overlay2-51f4ef032990b546450fb702f243f7dce9fe5bff450fab147f998aa08440b247-merged.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-file destination-mountinfo)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: run-user-1001-gvfs.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-dce25778fad1.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-aac4885ad146.mount (destination-mountinfo)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: unattended-upgrades.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: var-lib-machines.mount (destination-mount-file)
ReferencedBy: var-lib-docker-overlay2-459241b180b9e456eaa1566b4c9fbe249ccd2fabbd2b0238de92c5a8ad9bf7dd-merged.mount (destination-mountinfo)
ReferencedBy: -.mount (destination-file)
ReferencedBy: var-lib-docker-overlay2-fe7132113c04bdd449dff5d43d04ac3747d51579eb92c30dbf89bf7abedc0844-merged.mount (destination-mountinfo)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: home.mount (destination-file destination-mountinfo)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-ff925521716f58ca1ad370bd9ce98388102a784b1dde7aa61fc7d34cb0991ba6-merged.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-9ac0eaba658d.mount (destination-mountinfo)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: run-user-1001.mount (destination-mountinfo)
ReferencedBy: run-docker-netns-ce2278145f4e.mount (destination-mountinfo)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: var-lib-docker-overlay2-b68a5850baf848f10905212b9ad6897bef59d95eae714abed9726e5403c3c348-merged.mount (destination-mountinfo)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: run-lock.mount (destination-file)
ReferencedBy: run-user-1001-doc.mount (destination-mountinfo)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
? Unit exim4.service:
Description: exim Mail Transport Agent
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:58 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:58 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:58 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/exim4.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 02acb6a2dfc242f19be2ca1a85c399e1
Documentation: man:exim(8)
Documentation: https://exim.org/docs.html
Fragment Path: /usr/lib/systemd/system/exim4.service
Condition Timestamp: Mon 2026-01-05 08:54:58 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:58 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Wants: tmp.mount (origin-path)
Wants: -.mount (origin-path)
Wants: network-online.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: postfix.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: sendmail.service (origin-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: nss-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
After: tmp.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: network-online.target (origin-file)
After: system.slice (origin-file)
References: network-online.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: -.mount (origin-path)
References: tmp.mount (origin-path)
References: sendmail.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: postfix.service (origin-file)
References: nss-lookup.target (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: exec
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2440
Main PID Known: yes
Main PID Alien: no
PIDFile: /run/exim4/exim.pid
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: yes
ProtectClock: yes
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: no
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: yes
ProtectProc: invisible
ProcSubset: all
Environment: EXIMSERVICE=-bdf -q30m
Environment: UPEX4OPTS=
EnvironmentFile: -/etc/default/exim4
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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: no
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
? ExecStart:
Command Line: /usr/sbin/exim4 "\$EXIMSERVICE"
? ExecReload:
Command Line: /usr/sbin/update-exim4.conf "\$UPEX4OPTS"
Command Line: 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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit run-docker-netns-aac4885ad146.mount:
Description: /run/docker/netns/aac4885ad146
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:55:00 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:55:00 CET
Active Enter Timestamp: Mon 2026-01-05 08:55:00 CET
Active Exit 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: b8201350eb2543ffa51ae2711d233569
Source Path: /proc/self/mountinfo
Requires: -.mount (origin-implicit)
Requires: system.slice (origin-file)
Conflicts: umount.target (origin-mountinfo)
Before: umount.target (origin-mountinfo)
Before: local-fs.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
After: system.slice (origin-file)
References: local-fs.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: -.mount (origin-implicit)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/docker/netns (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Mount State: mounted
Result: success
Clean Result: success
Where: /run/docker/netns/aac4885ad146
What: nsfs
File System Type: nsfs
Options: rw
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit system-systemd\x2dbacklight.slice:
Description: Slice /system/systemd-backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:52 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:52 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:52 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup enabled mask: memory pids
CGroup own mask: memory pids
CGroup members mask: memory pids
Invocation ID: 58dc5af24a6e4059af1f4085709c466f
Condition Timestamp: Mon 2026-01-05 08:54:52 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:52 CET
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
RequiredBy: systemd-backlight at backlight:intel_backlight.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-backlight at backlight:intel_backlight.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-file destination-slice-property)
ReferencedBy: systemd-backlight at backlight:intel_backlight.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-backlight at leds:tpacpi::kbd_backlight.service (destination-slice-property)
SliceOf: systemd-backlight at backlight:intel_backlight.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit lvm2-lvmpolld.socket:
Description: LVM2 poll daemon socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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/lvm2-lvmpolld.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 291d5801d46748f287421ce0b36eab7a
Documentation: man:lvmpolld(8)
Fragment Path: /usr/lib/systemd/system/lvm2-lvmpolld.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: lvm2-lvmpolld.service (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: lvm2-lvmpolld.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: lvm2-lvmpolld.service (origin-implicit)
References: shutdown.target (origin-file)
References: -.mount (origin-path)
References: lvm2-lvmpolld.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: lvm2-lvmpolld.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/lvm/lvmpolld.socket (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: lvm2-lvmpolld.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/lvm/lvmpolld.socket
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit cups.socket:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/cups.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: 2248da2e80fe4e0f9bee518c2b7ebaed
Fragment Path: /usr/lib/systemd/system/cups.socket
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-path)
PartOf: cups.service (origin-file)
RequiredBy: cups.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-path)
Triggers: cups.service (origin-implicit)
References: cups.service (origin-file origin-implicit)
References: sockets.target (origin-default)
References: -.mount (origin-path)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: cups.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/cups/cups.sock (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: running
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: cups.socket
SELinuxContextFromNet: no
FlushPending: no
ListenStream: /run/cups/cups.sock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit blockdev at dev-mapper-debian\x2d\x2dvg\x2dswap_1.target:
Description: Block Device Preparation for /dev/mapper/debian--vg-swap_1
Instance: dev-mapper-debian\x2d\x2dvg\x2dswap_1
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Mon 2026-01-05 08:57:09 CET
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
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
Before: umount.target (origin-file)
References: umount.target (origin-file)
ReferencedBy: dev-mapper-debian\x2d\x2dvg\x2dswap_1.swap (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/accounts-daemon.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory devices pids bpf-devices
Invocation ID: 82f4fc603b31427cb339608ef6ed0ba6
Fragment Path: /usr/lib/systemd/system/accounts-daemon.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Wants: nss-user-lookup.target (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: -.mount (origin-file)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: nss-user-lookup.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: dbus.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: graphical.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/AccountsService (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1540
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.Accounts
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: yes
ProtectKernelTunables: yes
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: yes
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: strict
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
Environment: GVFS_DISABLE_FUSE=1
Environment: GIO_USE_VFS=local
Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0775
StateDirectory: AccountsService
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore
DynamicUser: no
ReadWritePaths: -/etc/gdm3/daemon.conf /etc -/var/log/lastlog -/var/log/tallylog -/var/mail
ReadOnlyPaths: /usr/share/accountsservice/interfaces /usr/share/dbus-1/interfaces /var/log/wtmp /run/systemd/seats
LockPersonality: yes
SystemCallFilter: ~fsmount fsconfig move_mount mount_setattr fsopen open_tree pivot_root fspick umount2 chroot mount umount
SystemCallArchitectures: native
RestrictNamespaces: n/a
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/accounts-daemon
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 3b8dc743c03249daa2b43d4c977d0b3c
Documentation: man:mq_overview(7)
Documentation: https://systemd.io/API_FILE_SYSTEMS
Fragment Path: /usr/lib/systemd/system/dev-mqueue.mount
ConditionCapability: CAP_SYS_ADMIN untested
ConditionPathExists: /proc/sys/fs/mqueue untested
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
After: -.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-path)
References: sysinit.target (origin-file)
References: -.slice (origin-file origin-slice-property)
ReferencedBy: sysinit.target (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
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: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:53 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 43edbda8bfab450e8a9d27b66b930273
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /usr/lib/systemd/system/logrotate.timer
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: sysinit.target (origin-default)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: logrotate.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: -.mount (origin-path)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: exim4-base.timer (destination-file)
After: sysinit.target (origin-default)
Triggers: logrotate.service (origin-implicit)
References: time-sync.target (origin-default)
References: time-set.target (origin-default)
References: logrotate.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-path)
References: timers.target (origin-default)
ReferencedBy: exim4-base.timer (destination-file)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Timer State: waiting
Result: success
Unit: logrotate.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit bolt.service:
Description: Thunderbolt system service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 09:10:11 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:53 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:53 CET
Active Exit 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/bolt.service
CGroup realized: yes
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: b095bc96e9344a7badacfc32d4525d39
Documentation: man:boltd(8)
Fragment Path: /usr/lib/systemd/system/bolt.service
Condition Timestamp: Mon 2026-01-05 08:54:53 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:53 CET
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0-0\x2d3.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-remount-fs.service (origin-file)
After: tmp.mount (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: polkit.service (origin-file)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: -.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: polkit.service (origin-file)
References: sysinit.target (origin-default)
References: dbus.socket (origin-file)
References: tmp.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0-0\x2d3.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:1d.0-0000:20:00.0-0000:21:00.0-0000:22:00.0-domain0-0\x2d0.device (destination-udev)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/boltd (origin-file)
RequiresMountsFor: /run/boltd (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: running
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: no
GuessMainPID: yes
Type: dbus
Restart: on-failure
NotifyAccess: main
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1689
Main PID Known: yes
Main PID Alien: no
BusName: org.freedesktop.bolt
Bus Name Good: yes
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: 1min 30s
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 3min
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: connected
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: yes
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: yes
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: yes
ProtectSystem: full
MountAPIVFS: no
BindLogSockets: no
IgnoreSIGPIPE: yes
MemoryDenyWriteExecute: yes
RestrictRealtime: yes
RestrictSUIDSGID: no
KeyringMode: private
ProtectHostname: no
ProtectProc: default
ProcSubset: all
RuntimeDirectoryPreserve: yes
RuntimeDirectoryMode: 0755
RuntimeDirectory: boltd
StateDirectoryMode: 0755
StateDirectory: boltd
CacheDirectoryMode: 0755
LogsDirectoryMode: 0755
ConfigurationDirectoryMode: 0755
TimeoutCleanSec: infinity
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
CapabilityBoundingSet: cap_net_admin
DynamicUser: no
LockPersonality: no
SystemCallFilter: ~open_tree fsmount fsopen umount mount_setattr move_mount fspick pivot_root fsconfig mount umount2 chroot
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/boltd
Status Text: authmode: enabled, force-power: unset
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dm-event.socket:
Description: Device-mapper event daemon FIFOs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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/dm-event.socket
CGroup realized: no
CGroup own mask: memory pids
Invocation ID: dbd0ed0d5db14ea79c37f4b8f343f223
Documentation: man:dmeventd(8)
Fragment Path: /usr/lib/systemd/system/dm-event.socket
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: -.mount (origin-path)
Requires: system.slice (origin-file)
RequiredBy: lvm2-monitor.service (destination-file)
RequiredBy: dm-event.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: lvm2-monitor.service (destination-file)
Before: dm-event.service (origin-implicit destination-file)
After: -.mount (origin-path)
After: system.slice (origin-file)
Triggers: dm-event.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: dm-event.service (origin-implicit)
References: -.mount (origin-path)
ReferencedBy: dm-event.service (destination-file)
ReferencedBy: lvm2-monitor.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/dmeventd-client (origin-file)
RequiresMountsFor: /run/dmeventd-server (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Socket State: listening
Result: success
Clean Result: success
BindIPv6Only: default
Backlog: 2147483647
SocketMode: 0600
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassFileDescriptorsToExec: no
PassSecurity: no
PassPacketInfo: no
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: dm-event.socket
SELinuxContextFromNet: no
FlushPending: no
ListenFIFO: /run/dmeventd-server
ListenFIFO: /run/dmeventd-client
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
TimeoutSec: 1min 30s
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device:
Description: KBG5AZNV1T02 LA KIOXIA 2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0ce2e27df1b74a95b53e75842528a890
Following: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dKBG5AZNV1T02_LA_KIOXIA_834PC2NJQANU_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-984a0d8c\x2d8ade\x2d47b7\x2da231\x2d4c49eb5dc32d.device
Following Set Member: dev-disk-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-0b66ea3c\x2df59e\x2d4867\x2d943c\x2d23b471c68cbb.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.8ce38e04045bf470\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:06:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:06.0-0000:06:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /dev/disk/by-path/pci-0000:06:00.0-nvme-1-part/by-partuuid/984a0d8c-8ade-47b7-a231-4c49eb5dc32d
Sysfs Path: /sys/devices/pci0000:00/0000:00:06.0/0000:06:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-udev-load-credentials.service:
Description: Load udev Rules from Credentials
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Mon 2026-01-05 08:54:51 CET
Inactive Exit Timestamp: Mon 2026-01-05 08:54:51 CET
Active Enter Timestamp: Mon 2026-01-05 08:54:51 CET
Active Exit 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: c798e0e923b842ab8696de25c159d3cc
Documentation: man:udevadm(8)
Documentation: man:udev(7)
Documentation: man:systemd.system-credentials(7)
Fragment Path: /usr/lib/systemd/system/systemd-udev-load-credentials.service
Condition Timestamp: Mon 2026-01-05 08:54:51 CET
Condition Result: yes
Assert Timestamp: Mon 2026-01-05 08:54:51 CET
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-udevd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: systemd-udevd.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-udevd.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: systemd-udevd.service (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Service State: exited
Result: success
Reload Result: success
Clean Result: success
LiveMount Result: success
PermissionsStartOnly: no
RootDirectoryStartOnly: no
RemainAfterExit: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: unknown
OOMPolicy: stop
ReloadSignal: HUP
RestartSec: 100ms
RestartSteps: 0
RestartMaxDelaySec: infinity
TimeoutStartSec: infinity
TimeoutStopSec: 1min 30s
TimeoutStartFailureMode: terminate
TimeoutStopFailureMode: terminate
RuntimeMaxSec: infinity
RuntimeRandomizedExtraSec: 0
WatchdogSec: 0
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
UMask: 0022
WorkingDirectory: /
RootDirectory: /
RootEphemeral: no
NonBlocking: no
PrivateTmp: no
PrivateDevices: no
ProtectKernelTunables: no
ProtectKernelModules: no
ProtectKernelLogs: no
ProtectClock: no
ProtectControlGroups: no
PrivateNetwork: no
PrivateUsers: no
PrivatePIDs: no
ProtectHome: no
ProtectSystem: no
MountAPIVFS: no
BindLogSockets: 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
LimitCORE: 18446744073709551615
LimitCORESoft: 0
LimitNOFILE: 524288
LimitNOFILESoft: 1024
LimitMEMLOCK: 8388608
LimitMEMLOCKSoft: 8388608
StandardInput: null
StandardOutput: journal
StandardError: inherit
SyslogFacility: daemon
SyslogLevel: info
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm control --load-credentials
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:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
BlockIOWeight: 18446744073709551615
StartupBlockIOWeight: 18446744073709551615
DefaultMemoryMin: 0
DefaultMemoryLow: 0
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
MemoryLimit: 18446744073709551615
TasksMax: 37720
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
-------------- next part --------------
s "unmerged-bin"
-------------- next part --------------
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/open-iscsi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-time-wait-sync.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/blk-availability.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-timesyncd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-resolved.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/blk-availability.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/blk-availability.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/blueman-mechanism.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/blueman-mechanism.service
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/containerd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/containerd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
==> /var/lib/systemd/deb-systemd-helper-enabled/machines.target.dsh-also <==
/etc/systemd/system/multi-user.target.wants/machines.target
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket
/etc/systemd/system/sockets.target.wants/virtlockd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/tlp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/tlp.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd.socket
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-timesyncd.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.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/console-setup.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/console-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-time-wait-sync.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <==
/etc/systemd/system/dbus-org.bluez.service
/etc/systemd/system/bluetooth.target.wants/bluetooth.service
==> /var/lib/systemd/deb-systemd-helper-enabled/powertop.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/powertop.service
/etc/systemd/system/sleep.target.wants/powertop.service
==> /var/lib/systemd/deb-systemd-helper-enabled/speech-dispatcherd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/speech-dispatcherd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dkms.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/dkms.service
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirtd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/libvirt-guests.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/virtlockd.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/cups-browsed.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/docker.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/exim4.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/containerd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lm-sensors.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dkms.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/e2scrub_reap.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/cups.path <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/machines.target <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/unattended-upgrades.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/redis-server.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/blueman-mechanism.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/virtlogd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/tlp.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-show-versions.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/fwupd-refresh.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/fstrim.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/dpkg-db-backup.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.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/man-db.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/exim4-base.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/power-profiles-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
/etc/systemd/system/multi-user.target.wants/libvirtd.service
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlockd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket
/etc/systemd/system/multi-user.target.wants/virtlockd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/man-db.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/man-db.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/upower.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.resolve1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/exim4.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/exim4.service
==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/uuidd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/anacron.service
==> /var/lib/systemd/deb-systemd-helper-enabled/docker.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/docker.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/power-profiles-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/power-profiles-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/exim4-base.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/exim4-base.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.service
==> /var/lib/systemd/deb-systemd-helper-enabled/redis-server.service.dsh-also <==
/etc/systemd/system/redis.service
/etc/systemd/system/multi-user.target.wants/redis-server.service
==> /var/lib/systemd/deb-systemd-helper-enabled/open-iscsi.service.dsh-also <==
/etc/systemd/system/iscsi.service
/etc/systemd/system/sysinit.target.wants/open-iscsi.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <==
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.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/suspend.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend-then-hibernate.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/NetworkManager-wait-online.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket
/etc/systemd/system/multi-user.target.wants/virtlogd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.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/virtlockd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlockd.socket
/etc/systemd/system/sockets.target.wants/virtlockd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd.socket
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-ro.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlogd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/iscsid.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/libvirtd-admin.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/docker.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/virtlockd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/iscsi.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-monitor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/udisks2.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/udisks2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.timesync1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirt-guests.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/iscsid.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/iscsid.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/ssh.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/fwupd-refresh.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/fwupd-refresh.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.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/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/redis.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/apparmor.service
==> /var/lib/systemd/deb-systemd-helper-enabled/apt-show-versions.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-show-versions.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd at .service.wants/sshd-keygen.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service
/etc/systemd/system/multi-user.target.wants/ModemManager.service
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/cups.socket
/etc/systemd/system/multi-user.target.wants/cups.path
/etc/systemd/system/printer.target.wants/cups.service
/etc/systemd/system/multi-user.target.wants/cups.service
==> /var/lib/systemd/deb-systemd-helper-enabled/grub-common.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/grub-common.service
/etc/systemd/system/suspend.target.wants/grub-common.service
/etc/systemd/system/hibernate.target.wants/grub-common.service
/etc/systemd/system/hybrid-sleep.target.wants/grub-common.service
/etc/systemd/system/suspend-then-hibernate.target.wants/grub-common.service
==> /var/lib/systemd/deb-systemd-helper-enabled/virtlogd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/virtlogd-admin.socket
/etc/systemd/system/sockets.target.wants/virtlogd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-resolved.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.resolve1.service
/etc/systemd/system/sysinit.target.wants/systemd-resolved.service
==> /var/lib/systemd/deb-systemd-helper-enabled/docker.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/docker.service
==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/saned.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <==
/etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service
/etc/systemd/system/multi-user.target.wants/wpa_supplicant.service
==> /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/libvirtd-ro.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/sshd-keygen.service.dsh-also <==
/etc/systemd/system/ssh.service.wants/sshd-keygen.service
/etc/systemd/system/sshd.service.wants/sshd-keygen.service
/etc/systemd/system/sshd at .service.wants/sshd-keygen.service
/etc/systemd/system/ssh.socket.wants/sshd-keygen.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dpkg-db-backup.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/dpkg-db-backup.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <==
/etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/accounts-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rtkit-daemon.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/dbus-fi.w1.wpa_supplicant1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <==
/etc/systemd/system/sshd.service
/etc/systemd/system/multi-user.target.wants/ssh.service
==> /var/lib/systemd/deb-systemd-helper-enabled/libvirtd-admin.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/libvirtd-admin.socket
/etc/systemd/system/sockets.target.wants/libvirtd-ro.socket
/etc/systemd/system/sockets.target.wants/libvirtd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/dm-event.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups.path
==> /var/lib/systemd/deb-systemd-helper-enabled/keyboard-setup.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/keyboard-setup.service
==> /var/lib/systemd/deb-systemd-helper-enabled/e2scrub_reap.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/e2scrub_reap.service
==> /var/lib/systemd/deb-systemd-helper-enabled/unattended-upgrades.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/unattended-upgrades.service
-------------- next part --------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/debian--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/nvme0n1p2 during installation
UUID=0b66ea3c-f59e-4867-943c-23b471c68cbb /boot ext2 defaults 0 2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=3162-D1B3 /boot/efi vfat umask=0077 0 1
/dev/mapper/debian--vg-home /home ext4 defaults 0 2
/dev/mapper/debian--vg-swap_1 none swap sw 0 0
More information about the Pkg-systemd-maintainers
mailing list