Bug#1139210: systemd-fstab-generator regression; duplicate entries
Alejandro Colomar
alx at kernel.org
Sun Jun 7 09:47:13 BST 2026
Package: systemd
Version: 261~rc3-1
Severity: critical
Tags: upstream
Justification: breaks the whole system
X-Debbugs-Cc: alx at kernel.org
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
After upgrading the system with apt-get upgrade and apt-get dist-upgrade
as usual, and booting the laptop the next day, I couldn't even boot.
I always had a microSDHC card inserted in the laptop, with my encrypted
keyring and a few other encrypted partitions. There are fstab(5)
entries for them, and also crypttab(5) entries. systemd has always
worked with that and never gave any problems. Now it won't boot
anymore. I've had to extract the card from the slot and reboot so that
this systemd regression would allow me to boot.
$ cat /etc/fstab | awk '/alx.BEGIN/,/alx.END/'
# alx BEGIN
/dev/mapper/alx-bak-g /home/alx/keyring/bak/gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-s /home/alx/keyring/bak/ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-p /home/alx/keyring/bak/password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-m /home/alx/keyring/bak/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-a /home/alx/keyring/bak/abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-g /home/alx/.gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-s /home/alx/.ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-p /home/alx/.password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-m /home/alx/keyring/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-a /home/alx/.abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-g /home/alx/.gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-s /home/alx/.ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-p /home/alx/.password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-m /home/alx/keyring/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-a /home/alx/.abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-opt /opt ext4 noauto,defaults
/dev/mapper/alx-srv /srv ext4 noauto,defaults
# alx END
Because of the 'noauto', this never gave problems. It only mounted when
I ask it to, after logging in. But now it seems systemd is trying to
mount them, and does it repeatedly.
Here's the crypttab(5):
$ cat /etc/crypttab | awk '/alx.BEGIN/,/alx.END/'# alx BEGIN
alx-usb-g /dev/sda1 none noauto
alx-usb-s /dev/sda2 none noauto
alx-usb-p /dev/sda3 none noauto
alx-usb-m /dev/sda4 none noauto
alx-usb-a /dev/sda5 none noauto
alx-bak-g /dev/sdb1 none noauto
alx-bak-s /dev/sdb2 none noauto
alx-bak-p /dev/sdb3 none noauto
alx-bak-m /dev/sdb4 none noauto
alx-bak-a /dev/sdb5 none noauto
alx-k-g /dev/mmcblk0p1 none noauto
alx-k-s /dev/mmcblk0p2 none noauto
alx-k-p /dev/mmcblk0p3 none noauto
alx-k-m /dev/mmcblk0p4 none noauto
alx-k-a /dev/mmcblk0p5 none noauto
alx-opt /dev/nvme0n1p4 none noauto
alx-srv /dev/nvme0n1p5 none noauto
# alx END
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
After extracting the card, I could boot, but I still see some errors:
[ 10.653392] systemd-fstab-generator[735]: Failed to create unit file '/run/systemd/generator/home-alx-.gnupg.mount', as it already exists. Duplicate entry in '/etc/fstab'?
[ 10.653489] systemd-fstab-generator[735]: Failed to create unit file '/run/systemd/generator/home-alx-.ssh.mount', as it already exists. Duplicate entry in '/etc/fstab'?
[ 10.653548] systemd-fstab-generator[735]: Failed to create unit file '/run/systemd/generator/home-alx-.password\x2dstore.mount', as it already exists. Duplicate entry in '/etc/fstab'?
[ 10.653610] systemd-fstab-generator[735]: Failed to create unit file '/run/systemd/generator/home-alx-keyring-master.mount', as it already exists. Duplicate entry in '/etc/fstab'?
[ 10.653666] systemd-fstab-generator[735]: Failed to create unit file '/run/systemd/generator/home-alx-.abook.mount', as it already exists. Duplicate entry in '/etc/fstab'?
[ 10.655359] (generato[731]: '/usr/lib/systemd/system-generators/systemd-fstab-generator' failed with exit status 1.
But I don't want to be exteracting the card in every boot.
If I don't extract the card, I can't boot at all (and thus can't even
report the errors I see then, since I'm on a trip and don't have another
computer).
* What outcome did you expect instead?
Normal boot without extracting the card, as always.
I'm unable to report upstream, because systemd maintainers have banned
me on their github page, unfairly I shall say.
Have a lovely day!
Alex
-- Package-specific info:
-- System Information:
Debian Release: forky/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 7.0.10+deb14-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages systemd depends on:
ii libblkid1 2.42.1-2
ii libc6 2.42-16
ii libcurl4t64 8.20.0-5
ii libssl3t64 3.6.2-1
ii libsystemd-shared 261~rc3-1
ii libsystemd0 261~rc3-1
ii mount 2.42.1-2
Versions of packages systemd recommends:
ii dbus [default-dbus-system-bus] 1.16.2-5
ii libacl1 2.3.2-3
ii libbpf1 1:1.7.0-1
ii libcryptsetup12 2:2.8.6-2
ii libmount1 2.42.1-2
ii libpam0g 1.7.0-5+b2
ii libseccomp2 2.6.0-2+b1
ii libselinux1 3.10-1
ii linux-sysctl-defaults 4.15
ii login 1:4.16.0-2+really2.42.1-2
pn systemd-cryptsetup <none>
ii systemd-timesyncd [time-daemon] 261~rc3-1
Versions of packages systemd suggests:
ii polkitd 127-3
pn systemd-boot <none>
pn systemd-container <none>
pn systemd-homed <none>
ii systemd-repart 261~rc3-1
pn systemd-resolved <none>
ii systemd-userdbd 261~rc3-1
Versions of packages systemd is related to:
ii dbus-user-session 1.16.2-5
pn dracut <none>
ii initramfs-tools 0.151
ii libnss-systemd 261~rc3-1
ii libpam-systemd 261~rc3-1
ii udev 261~rc3-1
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: systemd-delta.txt
Type: application/x-wine-extension-ini
Size: 1652 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20260607/71cce1b7/attachment-0001.bin>
-------------- next part --------------
Manager: systemd 261~rc3 (261~rc3-1)
Features: +PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +LIBARCHIVE
Timestamp firmware: 16.542163s
Timestamp loader: 5.936866s
Timestamp kernel: Sun 2026-06-07 10:29:02 CEST
Timestamp userspace: Sun 2026-06-07 10:29:11 CEST
Timestamp finish: Sun 2026-06-07 10:29:16 CEST
Timestamp security-start: Sun 2026-06-07 10:29:11 CEST
Timestamp security-finish: Sun 2026-06-07 10:29:11 CEST
Timestamp generators-start: Sun 2026-06-07 10:29:12 CEST
Timestamp generators-finish: Sun 2026-06-07 10:29:12 CEST
Timestamp units-load-start: Sun 2026-06-07 10:29:12 CEST
Timestamp units-load-finish: Sun 2026-06-07 10:29:12 CEST
Subscribed: :1.7
? Unit graphical.target:
Alias: default.target
Description: Graphical Interface
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bb1a7fbbd6c6489598d96f2e749051dc
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/graphical.target
Condition Timestamp: Sun 2026-06-07 10:29:16 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:16 CEST
Assert Result: yes
Requires: multi-user.target (origin-file)
Wants: udisks2.service (origin-file)
Wants: wtmpdb-update-boot.service (origin-file)
Wants: netavark-dhcp-proxy.service (origin-file)
Wants: accounts-daemon.service (origin-file)
Wants: lightdm.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Conflicts: rescue.target (origin-file)
Before: shutdown.target (origin-default)
After: multi-user.target (origin-file origin-default)
After: rescue.service (origin-file)
After: udisks2.service (origin-default)
After: netavark-dhcp-proxy.service (origin-default)
After: accounts-daemon.service (origin-default)
After: rescue.target (origin-file)
After: lightdm.service (origin-file origin-default)
References: rescue.service (origin-file)
References: rescue.target (origin-file)
References: accounts-daemon.service (origin-file origin-default)
References: wtmpdb-update-boot.service (origin-file)
References: shutdown.target (origin-default)
References: multi-user.target (origin-file origin-default)
References: netavark-dhcp-proxy.service (origin-file origin-default)
References: lightdm.service (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 dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 680092a447b146f4978b1a2df3cbc4ff
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.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-GBDriver_GX1_GX100000011A00001028_1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit dbus.socket:
Description: D-Bus System Message Bus Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 73f80b04ddac4310b5b92e18723be538
Fragment Path: /usr/lib/systemd/system/dbus.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
RequiredBy: colord.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: lightdm.service (destination-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
WantedBy: wtmpdb-update-boot.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: wtmpdb-update-boot.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: udisks2.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: dbus.service (origin-implicit)
Before: bluetooth.service (destination-file)
Before: ModemManager.service (destination-file)
Before: colord.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: upower.service (destination-file)
Before: lightdm.service (destination-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
Triggers: dbus.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-default)
References: dbus.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: avahi-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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: dbus.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3497dba1ae374e7facf50a2dfa92a6a0
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.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/4131718e-131f-4a96-a304-c9d880ad8f81
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit system-cups.slice:
Description: CUPS Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-cups.slice
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: b57e8888774f4777b72c342424c2dcd5
Documentation: man:cups(1)
Fragment Path: /usr/lib/systemd/system/system-cups.slice
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: cups.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups.service (destination-file)
Before: shutdown.target (origin-default)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: cups.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: cups.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8f979503a14647539265a9d3b5414951
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.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 networking.service:
Description: Raise network interfaces
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 1b30a6c47f5741e39e89a95e6ddd61e3
Documentation: man:interfaces(5)
Fragment Path: /usr/lib/systemd/system/networking.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: ifupdown-pre.service (origin-file)
Wants: network.target (origin-file)
WantedBy: network-online.target (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: network.target (origin-file)
Before: network-online.target (origin-file)
After: ifupdown-pre.service (origin-file)
After: network-pre.target (origin-file)
After: systemd-sysctl.service (origin-file)
After: apparmor.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-modules-load.service (origin-file)
After: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: ifupdown-pre.service (origin-file)
References: network-online.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: apparmor.service (origin-file)
References: shutdown.target (origin-file)
References: network-pre.target (origin-file)
References: systemd-modules-load.service (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: multi-user.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/ifup -a --read-environment
PID: 1102
Start Timestamp: Sun 2026-06-07 10:29:14.954644 CEST
Handoff Timestamp: 6.844ms since start
Exit Timestamp: 54.145ms since handoff
Exit Code: exited
Exit Status: 0
Command Line: /bin/sh -c "if [ -f /run/network/restart-hotplug ]; then /usr/sbin/ifup -a --read-environment --allow=hotplug; fi"
PID: 1165
Start Timestamp: Sun 2026-06-07 10:29:15.015877 CEST
Handoff Timestamp: 4.978ms since start
Exit Timestamp: 844us since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/sbin/ifdown -a --read-environment --exclude=lo
? ExecStopPost:
Command Line: /usr/bin/touch /run/network/restart-hotplug
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-udevd-kernel.socket:
Description: udev Kernel Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: aaa809c4f08844f7b8a1a6f5ecbed06b
Documentation: man:systemd-udevd-kernel.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-kernel.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.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: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-udevd-kernel.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit initrd-switch-root.service:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
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)
ConflictedBy: systemd-udevd.service (destination-file)
After: initrd-switch-root.target (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: plymouth-switch-root.service (destination-file)
After: systemd-udevd.service (destination-file)
OnFailure: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: plymouth-switch-root.service (destination-file)
ReferencedBy: initrd-switch-root.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-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block switch-root
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8cae386a1da44dd28291dd0a10d04e7c
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\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-id/nvme-eui.008098011a000404-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: system.slice (origin-file)
After: systemd-ask-password-plymouth.path (destination-implicit)
After: systemd-journald.socket (origin-file)
After: plymouth-start.service (origin-file destination-file)
TriggeredBy: systemd-ask-password-plymouth.path (destination-implicit)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: plymouth-start.service (origin-file)
ReferencedBy: systemd-ask-password-plymouth.path (destination-implicit)
ReferencedBy: plymouth-start.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: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/systemd-tty-ask-password-agent --watch --plymouth
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-repart.socket:
Description: Disk Repartitioning Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: ced746cb81a1410bae124ec32b369f7d
Documentation: man:systemd-repart(8)
Fragment Path: /usr/lib/systemd/system/systemd-repart.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Repart (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.Repart
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Repart
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-soft-reboot.service:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: shutdown.target (origin-file)
Requires: umount.target (origin-file)
Requires: final.target (origin-file)
Requires: system.slice (origin-file)
RequiredBy: soft-reboot.target (destination-file)
Before: soft-reboot.target (destination-file)
After: shutdown.target (origin-file)
After: systemd-udevd.service (destination-file)
After: final.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: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: umount.target (origin-file)
References: final.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: soft-reboot.target (destination-file)
ReferencedBy: systemd-journald.service (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
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-subsystem-net-devices-wlp1s0.device:
Description: MT7922 802.11ax PCI Express Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 6299ea38b5274284b31ec1b71ed217b9
Following Set Member: sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-net-wlp1s0.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/wlp1s0
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.2/0000:01:00.0/net/wlp1s0
Found: found-udev
? Unit initrd-switch-root.target:
Description: Switch Root
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:bootup(7)
Fragment Path: /usr/lib/systemd/system/initrd-switch-root.target
AssertPathExists: /etc/initrd-release untested
Wants: systemd-journald.service (origin-file)
Wants: plymouth-switch-root.service (origin-file)
Wants: initrd-fs.target (origin-file)
Wants: initrd-switch-root.service (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: initrd-cleanup.service (origin-file)
Wants: initrd-udevadm-cleanup-db.service (origin-file)
Wants: plymouth-start.service (origin-file)
WantedBy: initrd-switch-root.service (destination-file)
ConflictedBy: systemd-udevd.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: systemd-sysext-initrd.service (destination-file)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: systemd-pcrnvdone.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: systemd-pcrosseparator.service (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: systemd-repart.service (destination-file)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: systemd-confext-initrd.service (destination-file)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
Before: initrd-switch-root.service (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: systemd-ask-password-console.service (destination-file)
After: systemd-networkd.service (destination-file)
After: systemd-repart.service (destination-file)
After: systemd-pcrosseparator.service (destination-file)
After: ldconfig.service (destination-file)
After: systemd-tmpfiles-clean.service (destination-file)
After: systemd-udevd.service (destination-file)
After: initrd-udevadm-cleanup-db.service (origin-file destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: initrd-fs.target (origin-file)
After: systemd-pcrnvdone.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-sysext-initrd.service (destination-file)
After: initrd-cleanup.service (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: initrd-root-fs.target (origin-file)
After: systemd-confext-initrd.service (destination-file)
After: systemd-udev-load-credentials.service (destination-file)
After: emergency.service (origin-file)
After: emergency.target (origin-file)
References: initrd-udevadm-cleanup-db.service (origin-file)
References: initrd-root-fs.target (origin-file)
References: plymouth-switch-root.service (origin-file)
References: systemd-journald.service (origin-file)
References: initrd-switch-root.service (origin-file)
References: plymouth-start.service (origin-file)
References: initrd-cleanup.service (origin-file)
References: emergency.service (origin-file)
References: initrd-fs.target (origin-file)
References: emergency.target (origin-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-confext-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-repart.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit systemd-reboot.service:
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-reboot.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-reboot.service
Success Action: reboot-force
Requires: system.slice (origin-file)
Requires: umount.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
RequiredBy: reboot.target (destination-file)
Before: reboot.target (destination-file)
After: system.slice (origin-file)
After: umount.target (origin-file)
After: shutdown.target (origin-file)
After: final.target (origin-file)
After: systemd-journald.socket (origin-file)
After: plymouth-reboot.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: umount.target (origin-file)
References: shutdown.target (origin-file)
References: final.target (origin-file)
References: systemd-journald.socket (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4ff071960c7f4544be342a056fdb55b7
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2ddiskseq-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:02:00.0-nvme-1-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit tpm2.target:
Description: Trusted Platform Module
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/tpm2.target
Wants: dev-tpm0.device (origin-file)
Wants: dev-tpmrm0.device (origin-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-pcrextend.socket (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: shutdown.target (origin-default)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: systemd-pcrosseparator.service (destination-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-pcrlogin at 1000.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-pcrlock.socket (destination-file)
After: dev-tpm0.device (origin-file origin-default)
After: dev-tpmrm0.device (origin-file origin-default)
References: dev-tpm0.device (origin-file origin-default)
References: dev-tpmrm0.device (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-pcrextend.socket (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: systemd-pcrlogin at 1000.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit time-set.target:
Description: System Time Set
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 064b610ec066404580d5f7c0d41f29a6
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-set.target
Condition Timestamp: Sun 2026-06-07 10:29:13 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:13 CEST
Assert Result: yes
WantedBy: systemd-timesyncd.service (destination-file)
WantedBy: time-sync.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups.service (destination-file)
Before: apt-daily.timer (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: fstrim.timer (destination-default)
Before: docker.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
Before: man-db.timer (destination-default)
Before: anacron.timer (destination-default)
Before: shutdown.target (origin-default)
Before: time-sync.target (destination-file destination-default)
Before: logrotate.timer (destination-default)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: e2scrub_all.timer (destination-default)
After: systemd-timesyncd.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: docker.service (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: time-sync.target (destination-file destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: cups.service (destination-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: systemd-timesyncd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit emergency.target:
Description: Emergency Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/emergency.target
Requires: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: initrd-parse-etc.service (destination-file)
ConflictedBy: initrd-cleanup.service (destination-file)
ConflictedBy: sysinit.target (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: shutdown.target (origin-default)
After: sysinit.target (destination-file)
After: emergency.service (origin-file)
OnFailureOf: initrd-usr-fs.target (destination-file)
OnFailureOf: initrd-root-device.target (destination-file)
OnFailureOf: systemd-fsck-root.service (destination-file)
OnFailureOf: initrd.target (destination-file)
OnFailureOf: initrd-fs.target (destination-file)
OnFailureOf: initrd-parse-etc.service (destination-file)
OnFailureOf: initrd-cleanup.service (destination-file)
OnFailureOf: initrd-switch-root.service (destination-file)
OnFailureOf: local-fs.target (destination-file)
OnFailureOf: initrd-root-fs.target (destination-file)
References: emergency.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: initrd-usr-fs.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit grub2-common.service:
Description: Record successful boot for GRUB
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: d7edce36e7fe4bc28b0225a3cf0e2faa
Fragment Path: /usr/lib/systemd/system/grub2-common.service
ConditionPathExists: /boot/grub/grub.cfg succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: boot-complete.target (origin-file)
WantedBy: multi-user.target (destination-file)
WantedBy: hybrid-sleep.target (destination-file)
WantedBy: suspend.target (destination-file)
WantedBy: hibernate.target (destination-file)
WantedBy: suspend-then-hibernate.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: boot-complete.target (origin-file)
After: hybrid-sleep.target (origin-file)
After: system.slice (origin-file)
After: suspend-then-hibernate.target (origin-file)
After: suspend.target (origin-file)
After: hibernate.target (origin-file)
References: suspend.target (origin-file)
References: hibernate.target (origin-file)
References: boot-complete.target (origin-file)
References: hybrid-sleep.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: suspend-then-hibernate.target (origin-file)
References: basic.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: hybrid-sleep.target (destination-file)
ReferencedBy: suspend.target (destination-file)
ReferencedBy: hibernate.target (destination-file)
ReferencedBy: suspend-then-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /bin/sh -c "[ -s /boot/grub/grubenv ] || rm -f /boot/grub/grubenv; mkdir -p /boot/grub"
PID: 1140
Start Timestamp: Sun 2026-06-07 10:29:14.998418 CEST
Handoff Timestamp: 3.876ms since start
Exit Timestamp: 6.175ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStart:
Command Line: grub-editenv /boot/grub/grubenv unset recordfail
PID: 1147
Start Timestamp: Sun 2026-06-07 10:29:15.008719 CEST
Handoff Timestamp: 3.893ms since start
Exit Timestamp: 19.271ms since handoff
Exit Code: exited
Exit Status: 0
? 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"
PID: 1194
Start Timestamp: Sun 2026-06-07 10:29:15.032302 CEST
Handoff Timestamp: 4.876ms since start
Exit Timestamp: 20.323ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-module-configfs.device:
Description: /sys/module/configfs
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 244fb5aedb764134b9f8eed1318efaf4
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 systemd-rfkill.service:
Description: Load/Save RF Kill Switch Status
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-06-07 10:29:20 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: Sun 2026-06-07 10:29:20 CEST
Inactive Enter Timestamp: Sun 2026-06-07 10:29:20 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: d94ed46a67354dc2b830ec46868a614d
Documentation: man:systemd-rfkill.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-rfkill.service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: -.mount (origin-file)
After: system.slice (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: systemd-rfkill.socket (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: systemd-rfkill.socket (destination-implicit)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-rfkill.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/rfkill (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
StateDirectory: systemd/rfkill
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-rfkill
PID: 921
Start Timestamp: Sun 2026-06-07 10:29:14.241617 CEST
Handoff Timestamp: 53.193ms since start
Exit Timestamp: 6.177492s since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 41d1adc9876741c09ffc5162b70f16fb
Documentation: man:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: dpkg-db-backup.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: -.mount (origin-file origin-path)
After: time-set.target (origin-default)
Triggers: dpkg-db-backup.service (origin-implicit)
References: time-set.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: timers.target (origin-default)
References: dpkg-db-backup.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: 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 kbd.service:
Description: kbd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 926bf2e3069e46a898f2e73a277b9ce4
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.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-GBDriver_GX1_GX100000011A00001028_1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit dev-disk-by\x2ddiskseq-1.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 877face4423f40d488fa20395d1584ce
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit remote-cryptsetup.target:
Description: remote-cryptsetup.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Before: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
? Unit dracut-shutdown.service:
Description: dracut-shutdown.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
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 systemd-networkd-varlink.socket:
Description: Network Management Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-varlink.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-file origin-path)
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: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
References: systemd-networkd.service (origin-implicit)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/netif/io.systemd.Network (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: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/netif/io.systemd.Network
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Network
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-tpm2-setup.service:
Description: TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 succeeded
ConditionSecurity: measured-os failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-tpm2-setup-early.service (origin-file)
After: tpm2.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: sysinit.target (origin-file)
References: tpm2.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --graceful
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-fsck-root.service:
Description: File System Check on Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 failed
ConditionPathIsReadWrite: !/ untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-remount-fs.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-logind-varlink.socket:
Description: User Login Management Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: be91c69a63644511891dc03ca541a9af
Documentation: man:systemd-logind.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-logind-varlink.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-logind.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-file origin-path)
Triggers: systemd-logind.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: systemd-logind.service (origin-implicit)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: -.mount (origin-file origin-path)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Login (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/io.systemd.Login
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Login /run/varlink/registry/io.systemd.Shutdown /run/systemd/io.systemd.Shutdown
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit man-db.service:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.service
ConditionACPower: true untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
Wants: tmp.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: -.mount (origin-file origin-path)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: man-db.timer (destination-implicit)
After: tmp.mount (origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
TriggeredBy: man-db.timer (destination-implicit)
References: tmp.mount (origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
Command Line: /usr/bin/mandb --quiet
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit initrd.target:
Description: Initrd Default Target
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd.target
AssertPathExists: /etc/initrd-release untested
Requires: basic.target (origin-file)
Wants: systemd-confext-initrd.service (origin-file)
Wants: systemd-sysext-initrd.service (origin-file)
Wants: systemd-bsod.service (origin-file)
Wants: systemd-battery-check.service (origin-file)
Wants: initrd-root-device.target (origin-file)
Wants: systemd-pcrphase-initrd.service (origin-file)
Wants: initrd-root-fs.target (origin-file)
Wants: initrd-parse-etc.service (origin-file)
Wants: initrd-usr-fs.target (origin-file)
Wants: initrd-fs.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: initrd-cleanup.service (destination-file)
After: initrd-root-device.target (origin-file)
After: rescue.service (origin-file)
After: basic.target (origin-file origin-default)
After: rescue.target (origin-file)
After: initrd-root-fs.target (origin-file)
After: initrd-fs.target (origin-file)
After: initrd-usr-fs.target (origin-file)
OnFailure: emergency.target (origin-file)
References: basic.target (origin-file origin-default)
References: systemd-bsod.service (origin-file)
References: initrd-root-device.target (origin-file)
References: systemd-confext-initrd.service (origin-file)
References: initrd-usr-fs.target (origin-file)
References: rescue.target (origin-file)
References: initrd-parse-etc.service (origin-file)
References: rescue.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-pcrphase-initrd.service (origin-file)
References: initrd-fs.target (origin-file)
References: systemd-sysext-initrd.service (origin-file)
References: systemd-battery-check.service (origin-file)
References: emergency.target (origin-file)
References: initrd-root-fs.target (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 session-2.scope:
Description: Session 2 of User alx
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:22 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/session-2.scope
CGroup realized mask: cpu memory pids
CGroup own mask: memory pids
Invocation ID: aae080b45d4e4bf5b4ddae64a02c4d56
Fragment Path: /run/systemd/transient/session-2.scope
Condition Timestamp: Sun 2026-06-07 10:29:22 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:22 CEST
Assert Result: yes
Requires: user-runtime-dir at 1000.service (origin-file)
Requires: user-1000.slice (origin-file)
Requires: -.mount (origin-file)
Wants: user at 1000.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: user at 1000.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-logind.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: -.mount (origin-file)
After: user-1000.slice (origin-file)
References: user at 1000.service (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: systemd-logind.service (origin-file)
References: -.mount (origin-file)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
InSlice: user-1000.slice (origin-slice-property)
RequiresMountsFor: /home/alx (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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: yes
? Unit cups.socket:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 0d01906850b74c16a279f74c8df67fb4
Fragment Path: /usr/lib/systemd/system/cups.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
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: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
Triggers: cups.service (origin-implicit)
References: cups.service (origin-file origin-implicit)
References: sockets.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
ReferencedBy: cups.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: cups.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a591d3b42875448d9598587684881040
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\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/mapper/nvme0n1p3_crypt
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev,found-mount
? Unit systemd-udev-trigger.service:
Description: Coldplug All udev Devices
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: b17755904bd34d13ae39ce3d620558f0
Documentation: man:udev(7)
Documentation: man:systemd-udevd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-udev-trigger.service
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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: initrd-udevadm-cleanup-db.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: sysinit.target (origin-file)
Before: plymouth-start.service (destination-file)
After: systemd-udevd-varlink.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udevd-kernel.socket (origin-file)
After: systemd-udevd-control.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udevd-varlink.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input
PID: 766
Start Timestamp: Sun 2026-06-07 10:29:12.812779 CEST
Handoff Timestamp: 3.229ms since start
Exit Timestamp: 154.952ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-backlight at backlight:amdgpu_bl0.service:
Description: Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0
Instance: backlight:amdgpu_bl0
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dbacklight.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 6cc8c2e0d43c4a10abe8b8d8c896ee32
Documentation: man:systemd-backlight at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-backlight at .service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system-systemd\x2dbacklight.slice (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.0-drm-card0-card0\x2deDP\x2d1-amdgpu_bl0.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dbacklight.slice (origin-file)
After: -.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-systemd\x2dbacklight.slice (origin-file origin-slice-property)
References: -.mount (origin-file)
ReferencedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.0-drm-card0-card0\x2deDP\x2d1-amdgpu_bl0.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-backlight load backlight:amdgpu_bl0
PID: 892
Start Timestamp: Sun 2026-06-07 10:29:14.077465 CEST
Handoff Timestamp: 36.554ms since start
Exit Timestamp: 114.261ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-backlight save backlight:amdgpu_bl0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit imports.target:
Description: Image Downloads
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8aba89bdc1e14606ac762fe1efb93c62
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/imports.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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 grub-common.service:
Description: grub-common.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
WantedBy: multi-user.target (destination-file)
WantedBy: hybrid-sleep.target (destination-file)
WantedBy: suspend.target (destination-file)
WantedBy: hibernate.target (destination-file)
WantedBy: suspend-then-hibernate.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: hybrid-sleep.target (destination-file)
ReferencedBy: suspend.target (destination-file)
ReferencedBy: hibernate.target (destination-file)
ReferencedBy: suspend-then-hibernate.target (destination-file)
? Unit remote-fs-pre.target:
Description: Preparation for Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs-pre.target
Conflicts: shutdown.target (origin-default)
Before: remote-fs.target (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: remote-fs.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ce496b93b17d455e824d53af05ebdc24
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.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:02:00.0-nvme-1-part/by-partnum/2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 855a3c86c1654b7c940d93bd0dad8eb6
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 sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.3-usb1-1\x2d5-1\x2d5:1.0-bluetooth-hci0.device:
Description: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.3/usb1/1-5/1-5:1.0/bluetooth/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0e31a95408394beaa95b79a77590009c
Following Set Member: sys-subsystem-bluetooth-devices-hci0.device
Wants: bluetooth.target (origin-udev)
References: bluetooth.target (origin-udev)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.3/usb1/1-5/1-5:1.0/bluetooth/hci0
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.3/usb1/1-5/1-5:1.0/bluetooth/hci0
Found: found-udev
udev SYSTEMD_WANTS: bluetooth.target
? Unit swap.target:
Description: Swaps
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bdec62b87e584d30a43ab4edddd09e2f
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/swap.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: run-user-1000.mount (destination-mountinfo)
Before: sysinit.target (destination-file destination-default)
Before: shutdown.target (origin-default)
Before: tmp.mount (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
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 logrotate.service:
Description: Rotate log files
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory 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: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Wants: -.mount (origin-file origin-path)
Wants: tmp.mount (origin-path)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: logrotate.timer (destination-implicit)
After: sysinit.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
After: tmp.mount (origin-path)
TriggeredBy: logrotate.timer (destination-implicit)
References: -.mount (origin-file origin-path)
References: tmp.mount (origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/logrotate /etc/logrotate.conf
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
? Unit blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target:
Description: Block Device Preparation for /dev/disk/by-uuid/3F0E-9DBA
Instance: dev-disk-by\x2duuid-3F0E\x2d9DBA
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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 alsa-state.service:
Description: Manage Sound Card State (restore and store)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-state.service
ConditionPathExists: /etc/alsa/state-daemon.conf failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sound.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: alsa-restore.service (destination-file)
Before: sound.target (destination-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-sysext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.service
ConditionKernelCommandLine: !systemd.sysext=0 untested
ConditionPathExists: !/etc/initrd-release untested
ConditionDirectoryNotEmpty: |/var/lib/extensions.mutable 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)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-pcrphase-initrd.service (destination-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysext refresh
? ExecReload:
Command Line: systemd-sysext refresh
? ExecStop:
Command Line: systemd-sysext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device:
Description: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4f402dd723934e78b37d2a6ee51c5328
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/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
Sysfs Path: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
Found: found-udev
? Unit modprobe at loop.service:
Description: Load Kernel Module loop
Instance: loop
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !loop untested
ConditionCapability: CAP_SYS_MODULE untested
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-sysext-initrd.service (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: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-confext-initrd.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq loop
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-hugepages.mount:
Description: Huge Pages File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /dev-hugepages.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 98d768cca34f425abeb3c138fe37a753
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 succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/kernel/mm/hugepages succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
After: -.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit origin-path)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount hugetlbfs /dev/hugepages -t hugetlbfs -o nosuid,nodev
PID: 751
Start Timestamp: Sun 2026-06-07 10:29:12.801038 CEST
Handoff Timestamp: 9.684ms since start
Exit Timestamp: 6.013ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-journal-catalog-update.service:
Description: Rebuild Journal Catalog
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-update-done.service (origin-file)
References: systemd-tmpfiles-setup.service (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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --update-catalog
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9e72466d575e4f62b2a8b2e5ede57da6
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
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: systemd-tmpfiles-clean.service (origin-implicit)
After: sysinit.target (origin-default)
Triggers: systemd-tmpfiles-clean.service (origin-implicit)
References: timers.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-tmpfiles-clean.service (origin-implicit)
References: shutdown.target (origin-default)
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 dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 53c189b71f7b4e989353ef12db2cae7c
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\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:02:00.0-nvme-1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 864fe3d2a05d4674b0a427d2969a7af6
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 failed
ConditionDirectoryNotEmpty: |/etc/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed
ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d succeeded
ConditionDirectoryNotEmpty: |/lib/binfmt.d succeeded
ConditionPathIsMountPoint: /proc/sys/fs/binfmt_misc succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: proc-sys-fs-binfmt_misc.mount (origin-file)
After: proc-sys-fs-binfmt_misc.automount (origin-file)
After: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-file)
References: proc-sys-fs-binfmt_misc.automount (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-binfmt
PID: 977
Start Timestamp: Sun 2026-06-07 10:29:14.891997 CEST
Handoff Timestamp: 14.600ms since start
Exit Timestamp: 3.980ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-binfmt --unregister
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit umount.target:
Description: Unmount All Filesystems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/umount.target
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
ConflictedBy: blockdev at dev-nvme0n1p2.target (destination-file)
ConflictedBy: blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target (destination-file)
ConflictedBy: run-user-1000.mount (destination-mountinfo)
ConflictedBy: tmp.mount (destination-file)
ConflictedBy: boot.mount (destination-mountinfo)
ConflictedBy: boot-efi.mount (destination-mountinfo)
ConflictedBy: blockdev at dev-nvme0n1p1.target (destination-file)
ConflictedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
ConflictedBy: blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target (destination-file)
Before: systemd-halt.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: final.target (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-poweroff.service (destination-file)
After: run-user-1000.mount (destination-mountinfo)
After: blockdev at dev-nvme0n1p1.target (destination-file)
After: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
After: blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target (destination-file)
After: boot-efi.mount (destination-mountinfo)
After: blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target (destination-file)
After: blockdev at dev-nvme0n1p2.target (destination-file)
After: boot.mount (destination-mountinfo)
After: tmp.mount (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: boot-efi.mount (destination-mountinfo)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: blockdev at dev-nvme0n1p2.target (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: blockdev at dev-mapper-nvme0n1p3_crypt.target (destination-file)
ReferencedBy: blockdev at dev-nvme0n1p1.target (destination-file)
ReferencedBy: final.target (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 34b59b18ba2d4cab802db83a50960fb4
Fragment Path: /usr/lib/systemd/system/plymouth-quit-wait.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: getty at tty1.service (destination-file)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: rc-local.service (origin-file)
After: plymouth-start.service (origin-file)
After: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: rc-local.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth --wait
PID: 1272
Start Timestamp: Sun 2026-06-07 10:29:15.125224 CEST
Handoff Timestamp: 4.714ms since start
Exit Timestamp: 31.909ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit shutdown.target:
Description: System Shutdown
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/shutdown.target
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
ConflictedBy: bluetooth.target (destination-default)
ConflictedBy: systemd-tmpfiles-clean.service (destination-file)
ConflictedBy: rescue.service (destination-file)
ConflictedBy: e2scrub_all.timer (destination-default)
ConflictedBy: tpm-udev.service (destination-default)
ConflictedBy: systemd-networkd-persistent-storage.service (destination-file)
ConflictedBy: man-db.service (destination-default)
ConflictedBy: alsa-restore.service (destination-default)
ConflictedBy: systemd-networkd.service (destination-file)
ConflictedBy: systemd-logind-varlink.socket (destination-default)
ConflictedBy: initrd-fs.target (destination-file)
ConflictedBy: systemd-modules-load.service (destination-file)
ConflictedBy: systemd-ask-password-plymouth.path (destination-file)
ConflictedBy: systemd-fsck-root.service (destination-file)
ConflictedBy: systemd-user-sessions.service (destination-default)
ConflictedBy: systemd-ask-password-wall.service (destination-default)
ConflictedBy: first-boot-complete.target (destination-default)
ConflictedBy: systemd-rfkill.socket (destination-file)
ConflictedBy: systemd-hostnamed.socket (destination-file)
ConflictedBy: paths.target (destination-default)
ConflictedBy: user-runtime-dir at 1000.service (destination-default)
ConflictedBy: apt-daily-upgrade.service (destination-default)
ConflictedBy: systemd-repart.socket (destination-file)
ConflictedBy: imports.target (destination-default)
ConflictedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
ConflictedBy: ModemManager.service (destination-default)
ConflictedBy: e2scrub_all.service (destination-default)
ConflictedBy: plymouth-quit-wait.service (destination-default)
ConflictedBy: bluetooth.service (destination-default)
ConflictedBy: initrd-usr-fs.target (destination-file)
ConflictedBy: lightdm.service (destination-default)
ConflictedBy: systemd-sysctl.service (destination-file)
ConflictedBy: factory-reset-now.target (destination-default)
ConflictedBy: initrd.target (destination-default)
ConflictedBy: emergency.target (destination-default)
ConflictedBy: systemd-userdb-load-credentials.service (destination-file)
ConflictedBy: polkit.service (destination-default)
ConflictedBy: systemd-pcrosseparator.service (destination-file)
ConflictedBy: systemd-pcrphase-initrd.service (destination-file)
ConflictedBy: network-online.target (destination-default)
ConflictedBy: network.target (destination-default)
ConflictedBy: networking.service (destination-file)
ConflictedBy: systemd-pcrmachine.service (destination-file)
ConflictedBy: network-pre.target (destination-default)
ConflictedBy: boot-complete.target (destination-default)
ConflictedBy: systemd-sysusers.service (destination-file)
ConflictedBy: timers.target (destination-file)
ConflictedBy: system-cups.slice (destination-default)
ConflictedBy: systemd-sysext.service (destination-file)
ConflictedBy: systemd-random-seed.service (destination-file)
ConflictedBy: swap.target (destination-default)
ConflictedBy: systemd-journal-catalog-update.service (destination-file)
ConflictedBy: system-systemd\x2dpcrlogin.slice (destination-default)
ConflictedBy: anacron.service (destination-default)
ConflictedBy: system-getty.slice (destination-default)
ConflictedBy: systemd-update-done.service (destination-file)
ConflictedBy: systemd-hwdb-update.service (destination-file)
ConflictedBy: logrotate.timer (destination-default)
ConflictedBy: systemd-hostnamed.service (destination-file)
ConflictedBy: dpkg-db-backup.service (destination-default)
ConflictedBy: initrd-root-device.target (destination-file)
ConflictedBy: systemd-machine-id-commit.service (destination-file)
ConflictedBy: cups.socket (destination-default)
ConflictedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ConflictedBy: systemd-quotacheck-root.service (destination-file)
ConflictedBy: systemd-firstboot.service (destination-file)
ConflictedBy: man-db.timer (destination-default)
ConflictedBy: logrotate.service (destination-default)
ConflictedBy: systemd-pcrnvdone.service (destination-file)
ConflictedBy: avahi-daemon.service (destination-default)
ConflictedBy: upower.service (destination-default)
ConflictedBy: docker.service (destination-default)
ConflictedBy: multi-user.target (destination-default)
ConflictedBy: netavark-dhcp-proxy.service (destination-default)
ConflictedBy: tpm-udev.path (destination-default)
ConflictedBy: systemd-mute-console.socket (destination-file)
ConflictedBy: session-2.scope (destination-default)
ConflictedBy: docker.socket (destination-default)
ConflictedBy: systemd-repart.service (destination-file)
ConflictedBy: systemd-tmpfiles-clean.timer (destination-default)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: e2scrub_reap.service (destination-default)
ConflictedBy: rtkit-daemon.service (destination-default)
ConflictedBy: systemd-factory-reset-complete.service (destination-file)
ConflictedBy: systemd-rfkill.service (destination-file)
ConflictedBy: systemd-pstore.service (destination-file)
ConflictedBy: ldconfig.service (destination-file)
ConflictedBy: wtmpdb-update-boot.service (destination-file)
ConflictedBy: fstrim.timer (destination-default)
ConflictedBy: colord.service (destination-default)
ConflictedBy: apt-daily.timer (destination-default)
ConflictedBy: systemd-pcrphase.service (destination-default)
ConflictedBy: NetworkManager-wait-online.service (destination-default)
ConflictedBy: sockets.target (destination-default)
ConflictedBy: sound.target (destination-default)
ConflictedBy: systemd-bsod.service (destination-file)
ConflictedBy: systemd-timesyncd.service (destination-file)
ConflictedBy: fstrim.service (destination-default)
ConflictedBy: grub2-common.service (destination-default)
ConflictedBy: system-systemd\x2dbacklight.slice (destination-default)
ConflictedBy: nss-user-lookup.target (destination-default)
ConflictedBy: getty-pre.target (destination-default)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: local-fs-pre.target (destination-default)
ConflictedBy: systemd-pcrphase-sysinit.service (destination-file)
ConflictedBy: getty at tty1.service (destination-default)
ConflictedBy: cron.service (destination-default)
ConflictedBy: lm-sensors.service (destination-default)
ConflictedBy: systemd-ask-password-console.path (destination-file)
ConflictedBy: dpkg-db-backup.timer (destination-default)
ConflictedBy: systemd-pcrlogin at 1000.service (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: nss-lookup.target (destination-default)
ConflictedBy: system-systemd\x2dfsck.slice (destination-default)
ConflictedBy: getty-static.service (destination-default)
ConflictedBy: cups.service (destination-default)
ConflictedBy: dbus.socket (destination-default)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ConflictedBy: systemd-networkd-varlink.socket (destination-file)
ConflictedBy: tpm2.target (destination-default)
ConflictedBy: plymouth-quit.service (destination-default)
ConflictedBy: remote-fs.target (destination-file)
ConflictedBy: sysinit.target (destination-default)
ConflictedBy: user at 1000.service (destination-default)
ConflictedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ConflictedBy: time-set.target (destination-default)
ConflictedBy: getty.target (destination-default)
ConflictedBy: systemd-logind.service (destination-default)
ConflictedBy: rescue.target (destination-default)
ConflictedBy: slices.target (destination-default)
ConflictedBy: time-sync.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup.service (destination-file)
ConflictedBy: systemd-ask-password-plymouth.service (destination-file)
ConflictedBy: systemd-tpm2-setup-early.service (destination-file)
ConflictedBy: user-1000.slice (destination-default)
ConflictedBy: systemd-udev-load-credentials.service (destination-file)
ConflictedBy: netavark-dhcp-proxy.socket (destination-default)
ConflictedBy: anacron.timer (destination-default)
ConflictedBy: system-modprobe.slice (destination-default)
ConflictedBy: alsa-state.service (destination-default)
ConflictedBy: systemd-tpm2-setup.service (destination-file)
ConflictedBy: initrd-root-fs.target (destination-file)
ConflictedBy: apt-daily.service (destination-default)
ConflictedBy: systemd-hibernate-clear.service (destination-file)
ConflictedBy: wpa_supplicant.service (destination-default)
ConflictedBy: cups.path (destination-default)
ConflictedBy: cups-browsed.service (destination-default)
ConflictedBy: systemd-remount-fs.service (destination-file)
ConflictedBy: polkit-agent-helper.socket (destination-default)
ConflictedBy: containerd.service (destination-default)
ConflictedBy: systemd-pcrproduct.service (destination-file)
ConflictedBy: systemd-networkd-resolve-hook.socket (destination-file)
ConflictedBy: systemd-confext.service (destination-file)
ConflictedBy: apt-daily-upgrade.timer (destination-default)
ConflictedBy: basic.target (destination-default)
ConflictedBy: NetworkManager.service (destination-default)
ConflictedBy: avahi-daemon.socket (destination-default)
ConflictedBy: systemd-binfmt.service (destination-file)
ConflictedBy: udisks2.service (destination-default)
ConflictedBy: graphical.target (destination-default)
ConflictedBy: accounts-daemon.service (destination-default)
ConflictedBy: systemd-networkd.socket (destination-file)
ConflictedBy: remote-fs-pre.target (destination-default)
ConflictedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ConflictedBy: local-fs.target (destination-file)
ConflictedBy: dbus.service (destination-default)
ConflictedBy: user.slice (destination-default)
Before: systemd-halt.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: final.target (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-poweroff.service (destination-file)
After: lightdm.service (destination-default)
After: avahi-daemon.service (destination-default)
After: wpa_supplicant.service (destination-default)
After: system-getty.slice (destination-default)
After: imports.target (destination-default)
After: systemd-ask-password-wall.service (destination-default)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: rtkit-daemon.service (destination-default)
After: system-systemd\x2dpcrlogin.slice (destination-default)
After: system-systemd\x2dfsck.slice (destination-default)
After: netavark-dhcp-proxy.service (destination-default)
After: systemd-bsod.service (destination-file)
After: cron.service (destination-default)
After: cups.socket (destination-default)
After: user at 1000.service (destination-default)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: sockets.target (destination-default)
After: networking.service (destination-file)
After: sysinit.target (destination-default)
After: time-sync.target (destination-default)
After: systemd-logind-varlink.socket (destination-default)
After: user.slice (destination-default)
After: logrotate.timer (destination-default)
After: initrd.target (destination-default)
After: systemd-mute-console.socket (destination-file)
After: systemd-hibernate-clear.service (destination-file)
After: cups.path (destination-default)
After: anacron.timer (destination-default)
After: remote-fs-pre.target (destination-default)
After: upower.service (destination-default)
After: systemd-confext.service (destination-file)
After: accounts-daemon.service (destination-default)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: systemd-ask-password-plymouth.service (destination-file)
After: dpkg-db-backup.service (destination-default)
After: slices.target (destination-default)
After: tpm2.target (destination-default)
After: systemd-networkd-resolve-hook.socket (destination-file)
After: emergency.service (destination-file)
After: e2scrub_reap.service (destination-default)
After: network-online.target (destination-default)
After: NetworkManager.service (destination-default)
After: systemd-pcrphase.service (destination-default)
After: systemd-rfkill.service (destination-file)
After: fstrim.timer (destination-default)
After: docker.socket (destination-default)
After: systemd-quotacheck-root.service (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
After: udisks2.service (destination-default)
After: systemd-hostnamed.service (destination-file)
After: local-fs-pre.target (destination-default)
After: systemd-user-sessions.service (destination-default)
After: systemd-sysext.service (destination-file)
After: getty-pre.target (destination-default)
After: graphical.target (destination-default)
After: systemd-ask-password-console.service (destination-file)
After: basic.target (destination-default)
After: systemd-tmpfiles-setup.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: logrotate.service (destination-default)
After: systemd-pcrosseparator.service (destination-file)
After: systemd-fsck-root.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-tmpfiles-clean.service (destination-file)
After: factory-reset-now.target (destination-default)
After: wtmpdb-update-boot.service (destination-file)
After: getty.target (destination-default)
After: time-set.target (destination-default)
After: apt-daily.timer (destination-default)
After: sound.target (destination-default)
After: systemd-tpm2-setup.service (destination-file)
After: netavark-dhcp-proxy.socket (destination-default)
After: dbus.socket (destination-default)
After: rescue.service (destination-file)
After: boot-complete.target (destination-default)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
After: systemd-networkd-varlink-metrics.socket (destination-file)
After: systemd-pcrphase-sysinit.service (destination-file)
After: apt-daily-upgrade.service (destination-default)
After: systemd-pcrlogin at 1000.service (destination-file)
After: syslog.socket (destination-file)
After: tpm-udev.service (destination-default)
After: systemd-repart.socket (destination-file)
After: cups.service (destination-default)
After: systemd-networkd.socket (destination-file)
After: systemd-rfkill.socket (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: first-boot-complete.target (destination-default)
After: systemd-binfmt.service (destination-file)
After: systemd-networkd.service (destination-file)
After: systemd-pcrmachine.service (destination-file)
After: systemd-firstboot.service (destination-file)
After: systemd-userdb-load-credentials.service (destination-file)
After: man-db.timer (destination-default)
After: swap.target (destination-default)
After: docker.service (destination-default)
After: plymouth-quit-wait.service (destination-default)
After: dpkg-db-backup.timer (destination-default)
After: systemd-sysctl.service (destination-file)
After: emergency.target (destination-default)
After: user-runtime-dir at 1000.service (destination-default)
After: systemd-remount-fs.service (destination-file)
After: colord.service (destination-default)
After: systemd-ask-password-plymouth.path (destination-file)
After: lm-sensors.service (destination-default)
After: fstrim.service (destination-default)
After: anacron.service (destination-default)
After: NetworkManager-wait-online.service (destination-default)
After: systemd-factory-reset-complete.service (destination-file)
After: tpm-udev.path (destination-default)
After: man-db.service (destination-default)
After: bluetooth.target (destination-default)
After: cups-browsed.service (destination-default)
After: systemd-update-done.service (destination-file)
After: e2scrub_all.service (destination-default)
After: nss-user-lookup.target (destination-default)
After: ldconfig.service (destination-file)
After: containerd.service (destination-default)
After: polkit-agent-helper.socket (destination-default)
After: systemd-logind.service (destination-default)
After: ModemManager.service (destination-default)
After: systemd-machine-id-commit.service (destination-file)
After: alsa-state.service (destination-default)
After: systemd-networkd-persistent-storage.service (destination-file)
After: session-2.scope (destination-default)
After: systemd-tmpfiles-clean.timer (destination-default)
After: system-systemd\x2dbacklight.slice (destination-default)
After: user-1000.slice (destination-default)
After: systemd-pcrproduct.service (destination-file)
After: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
After: multi-user.target (destination-default)
After: apt-daily.service (destination-default)
After: plymouth-quit.service (destination-default)
After: rescue.target (destination-default)
After: nss-lookup.target (destination-default)
After: systemd-modules-load.service (destination-file)
After: network-pre.target (destination-default)
After: dbus.service (destination-default)
After: systemd-journal-catalog-update.service (destination-file)
After: alsa-restore.service (destination-default)
After: system-modprobe.slice (destination-default)
After: getty at tty1.service (destination-default)
After: grub2-common.service (destination-default)
After: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
After: paths.target (destination-default)
After: systemd-timesyncd.service (destination-file)
After: systemd-networkd-varlink.socket (destination-file)
After: avahi-daemon.socket (destination-default)
After: systemd-pcrnvdone.service (destination-file)
After: systemd-hostnamed.socket (destination-file)
After: getty-static.service (destination-default)
After: systemd-pstore.service (destination-file)
After: e2scrub_all.timer (destination-default)
After: bluetooth.service (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: systemd-random-seed.service (destination-file)
After: systemd-repart.service (destination-file)
After: polkit.service (destination-default)
After: systemd-tpm2-setup-early.service (destination-file)
After: system-cups.slice (destination-default)
After: network.target (destination-default)
ReferencedBy: initrd-root-fs.target (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: boot-complete.target (destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: netavark-dhcp-proxy.socket (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: imports.target (destination-default)
ReferencedBy: system-cups.slice (destination-default)
ReferencedBy: systemd-mute-console.socket (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: systemd-factory-reset-complete.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: sound.target (destination-default)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: network-online.target (destination-default)
ReferencedBy: tpm-udev.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: nss-lookup.target (destination-default)
ReferencedBy: tpm-udev.path (destination-default)
ReferencedBy: grub2-common.service (destination-default)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: systemd-repart.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: bluetooth.target (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: system-systemd\x2dfsck.slice (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: time-sync.target (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ReferencedBy: system-modprobe.slice (destination-default)
ReferencedBy: systemd-pcrlogin at 1000.service (destination-file)
ReferencedBy: sysinit.target (destination-default)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: swap.target (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: cups.path (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: local-fs-pre.target (destination-default)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: session-2.scope (destination-default)
ReferencedBy: slices.target (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: initrd-fs.target (destination-file)
ReferencedBy: final.target (destination-file)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: tpm2.target (destination-default)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: initrd.target (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: emergency.target (destination-default)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: nss-user-lookup.target (destination-default)
ReferencedBy: systemd-networkd-varlink.socket (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: network-pre.target (destination-default)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-repart.socket (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: netavark-dhcp-proxy.service (destination-default)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
ReferencedBy: rescue.target (destination-default)
ReferencedBy: user-1000.slice (destination-default)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: basic.target (destination-default)
ReferencedBy: system-getty.slice (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: remote-fs-pre.target (destination-default)
ReferencedBy: getty-pre.target (destination-default)
ReferencedBy: system-systemd\x2dpcrlogin.slice (destination-default)
ReferencedBy: graphical.target (destination-default)
ReferencedBy: timers.target (destination-file)
ReferencedBy: initrd-root-device.target (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: getty.target (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: time-set.target (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: initrd-usr-fs.target (destination-file)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: multi-user.target (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: factory-reset-now.target (destination-default)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: network.target (destination-default)
ReferencedBy: paths.target (destination-default)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: sockets.target (destination-default)
ReferencedBy: remote-fs.target (destination-file)
ReferencedBy: upower.service (destination-default)
ReferencedBy: first-boot-complete.target (destination-default)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: user.slice (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: systemd-hostnamed.socket (destination-file)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-logind.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: 076ace9167c244a6a301e367218ad785
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 failed
ConditionPathExists: |/usr/bin/dbus-daemon succeeded
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
Wants: dbus.socket (origin-file)
Wants: -.mount (origin-file origin-path)
Wants: user.slice (origin-file)
Wants: tmp.mount (origin-path)
Wants: modprobe at drm.service (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: user-runtime-dir at 1000.service (destination-file)
Before: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: session-2.scope (destination-file)
After: dbus.socket (origin-file)
After: modprobe at drm.service (origin-file)
After: user.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: tmp.mount (origin-path)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: nss-user-lookup.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-logind-varlink.socket (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-file origin-path)
TriggeredBy: systemd-logind-varlink.socket (destination-implicit)
References: tmp.mount (origin-path)
References: sysinit.target (origin-default)
References: user.slice (origin-file)
References: modprobe at drm.service (origin-file)
References: nss-user-lookup.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: dbus.socket (origin-file)
ReferencedBy: systemd-logind-varlink.socket (destination-implicit)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: user at 1000.service (destination-file)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /run/systemd/shutdown (origin-file)
RequiresMountsFor: /run/systemd/seats (origin-file)
RequiresMountsFor: /run/systemd/inhibit (origin-file)
RequiresMountsFor: /run/systemd/sessions (origin-file)
RequiresMountsFor: /var/lib/systemd/linger (origin-file)
RequiresMountsFor: /run/systemd/users (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: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1145
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
MemoryTHP: inherit
PrivateBPF: no
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: mprotect madvise epoll_ctl sched_rr_get_interval_time64 inotify_add_watch exit_group recvmmsg open renameat rt_sigpending epoll_wait_old dup2 rt_sigsuspend timerfd_gettime64 truncate setgid tgkill sync_file_range2 uretprobe sched_get_priority_min readlinkat getcwd oldolduname symlinkat munlock select tee lseek prlimit64 clock_nanosleep_time64 set_tls getcpu rename readdir getitimer set_mempolicy setsockopt process_vm_writev cacheflush rt_sigtimedwait_time64 getpgid sched_setscheduler getresuid accept4 getsockopt io_pgetevents fcntl getegid capset sched_get_priority_max mmap sigsuspend waitpid mknod geteuid newfstatat msgctl setfsuid get_robust_list fsync sched_getscheduler setitimer keyctl landlock_restrict_self setresuid32 inotify_init1 semget prctl vmsplice dup preadv2 pidfd_send_signal utime sendfile epoll_create1 kill sched_setaffinity recvmsg io_pgetevents_time64 utimes signalfd fcntl64 nanosleep epoll_pwait setresuid umask socketcall vfork dup3 llistxattr read fchownat futex_time64 socket close_range shmdt openat setreuid32 clone3 connect inotify_init setuid getresgid32 setresgid _newselect userfaultfd ioctl recvmmsg_time64 signal getrusage poll fgetxattr removexattr execve statx process_vm_readv msgsnd getgroups wait4 linkat rt_sigqueueinfo utimensat_time64 sched_getparam mq_timedreceive_time64 inotify_rm_watch timer_settime nice olduname ioprio_get fstatat64 fsetxattr getpeername msync ioprio_set sched_getaffinity lsm_list_modules io_destroy mkdirat mq_timedsend oldstat lstat64 listen personality munlockall removexattrat get_mempolicy getrlimit pwritev2 statmount pipe chmod semtimedop_time64 remap_file_pages sync_file_range write add_key shmctl preadv flistxattr setgroups statfs mremap lsm_get_self_attr arch_prctl listxattrat chown landlock_create_ruleset sigaltstack mkdir getsid fremovexattr rt_tgsigqueueinfo clock_getres_time64 sched_setattr sync getgid timerfd_settime riscv_hwprobe alarm copy_file_range fstatfs waitid fchdir sendto request_key lchown32 lchown getresgid mlockall timer_getoverrun sendfile64 move_pages capget sendmmsg listmount sigreturn pwritev futex set_thread_area set_mempolicy_home_node io_cancel mlock2 faccessat setrlimit renameat2 getppid access setfsgid32 fadvise64_64 eventfd2 gettid clock_nanosleep epoll_ctl_old mq_timedreceive getxattr riscv_flush_icache swapcontext pread64 pselect6_time64 memfd_create socketpair getegid32 io_submit msgget ipc io_uring_setup futimesat msgrcv setsid clock_gettime64 getpriority getresuid32 setgid32 sigprocmask set_tid_address time timer_delete readahead setpriority creat sched_yield mseal syncfs geteuid32 truncate64 arm_fadvise64_64 io_setup ftruncate64 timerfd_gettime pipe2 shmat epoll_create io_uring_register epoll_wait utimensat setuid32 writev mq_getsetattr getdents getpid fstat mq_open rmdir eventfd fchmodat lgetxattr flock fstat64 clock_getres pselect6 unshare recvfrom pause pwrite64 seccomp chdir ftruncate restart_syscall fchmodat2 rseq mlock getuid32 setns unlink timer_gettime shmget oldlstat io_getevents rt_sigreturn set_robust_list fchown32 setxattr exit recv sysinfo fdatasync timer_create readlink semtimedop setpgid mbind signalfd4 stat mq_timedsend_time64 link mq_notify timer_gettime64 close setfsgid chown32 timerfd_settime64 fchmod fadvise64 ppoll_time64 times munmap clock_gettime setfsuid32 io_uring_enter getpgrp fallocate tkill lsetxattr symlink getsockname sendmsg execveat openat2 setregid32 uname statfs64 bind unlinkat gettimeofday sched_setparam membarrier futex_waitv getuid _llseek migrate_pages timerfd_create lstat stat64 getrandom ugetrlimit faccessat2 getxattrat clone sigaction brk getdents64 sched_getattr send rt_sigprocmask mq_unlink landlock_add_rule epoll_pwait2 setgroups32 setreuid kcmp splice fork timer_settime64 open_tree rt_sigtimedwait name_to_handle_at pidfd_open semctl sigpending setregid mknodat sched_rr_get_interval get_thread_area fchown shutdown mmap2 listxattr rt_sigaction oldfstat setxattrat accept readv getgid32 getgroups32 process_madvise fstatfs64 lremovexattr setresgid32 ppoll semop
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-logind
PID: 1145
Start Timestamp: Sun 2026-06-07 10:29:15.005018 CEST
Handoff Timestamp: 20.856ms since start
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:6; inode=12399; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
'session-2-leader-fd' (type=n/a; dev=0:6; inode=28739; rdev=0:0; path=anon_inode:[pidfd]; access=rw)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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
IPAddressDeny: 0.0.0.0/0
? Unit sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 38a00dc4d5bc4c8bb0bc452080d3b540
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-b.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit dev-disk-by\x2dlabel-b.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 70211430d8624a5796a0774b23f3bf1a
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.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-label/b
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-pcrphase-initrd.service:
Description: TPM PCR Barrier (initrd)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-initrd.service
Failure Action: reboot-force
ConditionSecurity: measured-os 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: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-sysext.service (origin-file)
Before: cryptsetup-pre.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-sysext.service (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tpm2.target (origin-file)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: initrd-switch-root.target (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-tpm2-setup-early.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful enter-initrd
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful leave-initrd
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-poweroff.service:
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-poweroff.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-poweroff.service
Success Action: poweroff-force
Requires: umount.target (origin-file)
Requires: system.slice (origin-file)
Requires: shutdown.target (origin-file)
Requires: final.target (origin-file)
RequiredBy: poweroff.target (destination-file)
Before: poweroff.target (destination-file)
After: plymouth-poweroff.service (destination-file)
After: umount.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: shutdown.target (origin-file)
After: final.target (origin-file)
References: umount.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: final.target (origin-file)
ReferencedBy: plymouth-poweroff.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: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit modprobe at dm_mod.service:
Description: Load Kernel Module dm_mod
Instance: dm_mod
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !dm_mod untested
ConditionCapability: CAP_SYS_MODULE untested
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-sysext-initrd.service (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: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-confext-initrd.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq dm_mod
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 655ac4e6349a47f0ac0c0ed28fd60524
Documentation: man:alsactl(1)
Fragment Path: /usr/lib/systemd/system/alsa-restore.service
ConditionPathExistsGlob: /dev/snd/control* succeeded
ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
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: alsa-state.service (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: alsa-state.service (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore
PID: 1107
Start Timestamp: Sun 2026-06-07 10:29:14.963967 CEST
Handoff Timestamp: 3.689ms since start
Exit Timestamp: 40.213ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime store
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dce81c428559465c908762db25804dd4
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-user-lookup.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
WantedBy: accounts-daemon.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: cups.service (destination-file)
Before: cron.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-logind.service (destination-file)
After: systemd-userdb-load-credentials.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:fstrim(8)
Fragment Path: /usr/lib/systemd/system/fstrim.service
ConditionVirtualization: !container untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: fstrim.timer (destination-implicit)
After: basic.target (origin-default)
TriggeredBy: fstrim.timer (destination-implicit)
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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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: io_submit setreuid32 arm_fadvise64_64 umask oldlstat sendmsg flock statfs lseek sync munlock pselect6_time64 accept4 timer_settime64 futex oldstat getpgid epoll_ctl_old request_key shmat vmsplice set_mempolicy listen setresuid pidfd_open fchdir access rt_sigpending mq_timedsend eventfd alarm getdents sched_get_priority_max syncfs geteuid pread64 fchown tee readv timerfd_settime64 unlink utime dup ioprio_set mq_timedreceive io_pgetevents fchownat setns get_robust_list rt_sigsuspend setreuid move_pages munmap lgetxattr vfork sched_setscheduler link semop fchmodat2 renameat2 ioctl setsockopt ipc sigsuspend getgid setfsuid32 getgid32 sched_setaffinity get_mempolicy rmdir execve connect mq_notify utimensat_time64 chown32 getcpu msgrcv personality io_setup getegid epoll_pwait shmctl lsm_list_modules sendmmsg sched_getparam openat poll pidfd_send_signal listxattrat pwritev2 sched_getattr getresgid epoll_pwait2 readlinkat fork getsockname migrate_pages lstat64 lsm_get_self_attr signalfd4 semtimedop fchown32 sigaltstack process_vm_readv getpeername setresgid timerfd_create symlinkat rt_tgsigqueueinfo ftruncate64 clock_gettime fstatat64 sync_file_range2 execveat fgetxattr fsetxattr io_uring_enter setfsuid inotify_add_watch ppoll_time64 getuid clock_nanosleep_time64 ftruncate getpriority kill sched_setattr _newselect membarrier truncate ioprio_get select getrusage lchown32 fchmodat pipe2 pwritev fadvise64 rt_sigaction setitimer fdatasync mremap inotify_init1 getdents64 sigaction dup3 memfd_create getrlimit name_to_handle_at landlock_restrict_self send landlock_create_ruleset sched_yield clock_getres timerfd_settime munlockall getxattr chmod openat2 timer_gettime64 copy_file_range recv setrlimit statfs64 utimensat waitpid lsetxattr timer_settime rt_sigtimedwait_time64 mq_getsetattr io_cancel splice mlockall riscv_hwprobe sendto wait4 setuid fchmod semtimedop_time64 mmap2 exit timer_gettime msync close_range sigreturn inotify_init sched_rr_get_interval riscv_flush_icache setregid32 faccessat2 mq_timedsend_time64 fstat epoll_wait_old timer_getoverrun socket setuid32 socketpair preadv kcmp setgroups32 setregid pselect6 recvmmsg_time64 timerfd_gettime preadv2 linkat setpgid _llseek fsync swapcontext open fremovexattr chown setxattrat clone3 mseal arch_prctl eventfd2 clone dup2 sendfile64 getrandom io_uring_setup setxattr gettimeofday fstat64 mq_timedreceive_time64 oldfstat sched_getaffinity exit_group io_destroy llistxattr cacheflush truncate64 recvmmsg landlock_add_rule setgid32 mlock2 setresuid32 statx clock_nanosleep sched_rr_get_interval_time64 uretprobe recvmsg mknod seccomp set_mempolicy_home_node tgkill getresuid32 writev add_key sync_file_range restart_syscall getuid32 setsid sched_setparam gettid readlink flistxattr getgroups32 lremovexattr rt_sigtimedwait sched_get_priority_min capget prctl sigprocmask setpriority stat64 epoll_ctl rt_sigqueueinfo mprotect mlock unshare readdir mkdirat inotify_rm_watch statmount setresgid32 accept pipe futex_waitv bind getxattrat geteuid32 getresuid msgget process_vm_writev ugetrlimit mmap set_tls waitid io_pgetevents_time64 recvfrom sendfile lchown open_tree listxattr brk creat removexattrat rt_sigprocmask signal io_getevents mbind mknodat write mq_open getitimer pause fallocate clock_gettime64 ppoll readahead fcntl64 faccessat futex_time64 rt_sigreturn rseq sigpending listmount lstat close mq_unlink shmdt unlinkat getcwd signalfd symlink sched_getscheduler fstatfs64 read nanosleep clock_getres_time64 tkill process_madvise remap_file_pages epoll_create1 mkdir getsockopt timer_create set_tid_address msgctl utimes socketcall chdir madvise time io_uring_register getresgid32 timer_delete olduname keyctl getsid set_robust_list uname rename setgid getpgrp prlimit64 msgsnd getppid semctl setfsgid32 get_thread_area setfsgid timerfd_gettime64 futimesat times oldolduname set_thread_area stat getegid32 getgroups fadvise64_64 getpid epoll_wait newfstatat setgroups fstatfs shutdown fcntl nice removexattr sysinfo capset shmget renameat epoll_create pwrite64 semget userfaultfd
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 09aacb3f7f6b4af5be6f257d3b39d88b
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.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/96e70787-66ae-4e26-bf94-e93a2c2394b2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 862c0f1118ef4144a8f32b17dcf385e0
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 succeeded
ConditionVirtualization: !container succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file 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-journald.socket (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-remount-fs.service (origin-file)
References: first-boot-complete.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-random-seed load
PID: 778
Start Timestamp: Sun 2026-06-07 10:29:12.837998 CEST
Handoff Timestamp: 4.607ms since start
Exit Timestamp: 4.219ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-random-seed save
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: de57ee9c206146a5b58c9d6231201f35
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 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file 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-tmpfiles-setup.service (origin-file)
Before: systemd-soft-reboot.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-quotacheck-root.service (origin-file)
After: systemd-journald.service (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
References: systemd-soft-reboot.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-quotacheck-root.service (origin-file)
References: soft-reboot.target (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: journalctl --flush
PID: 803
Start Timestamp: Sun 2026-06-07 10:29:12.890909 CEST
Handoff Timestamp: 3.903ms since start
Exit Timestamp: 53.604ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: journalctl --smart-relinquish-var
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 succeeded
ConditionPathExists: /sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: shutdown.target (origin-file)
References: systemd-journald.socket (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)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume --clear
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit hibernate.target:
Description: System Hibernation
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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)
Wants: grub2-common.service (origin-file)
Before: grub2-common.service (destination-file)
After: systemd-hibernate.service (origin-file)
References: grub-common.service (origin-file)
References: grub2-common.service (origin-file)
References: systemd-hibernate.service (origin-file)
ReferencedBy: grub2-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\x2did-nvme\x2deui.008098011a000404.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4d8833427ac14598bebbe9edcdea5bb4
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.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.008098011a000404
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit getty.target:
Description: Login Prompts
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 89c2dea0070a40c4ba4e7a7ee984bb2f
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: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
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-userdbd.service:
Description: User Database Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-userdbd.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: 6824c4136e08452d89f334a8c35be547
Documentation: man:systemd-userdbd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-userdbd.service
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: systemd-userdbd.socket (origin-file)
Requires: system.slice (origin-file)
Wants: systemd-userdb-load-credentials.service (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-userdbd.socket (destination-implicit)
TriggeredBy: systemd-userdbd.socket (destination-implicit)
References: sysinit.target (origin-file)
References: systemd-userdb-load-credentials.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-userdbd.socket (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-userdbd.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: 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: 783
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: 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: yes
ProtectKernelTunables: no
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
MemoryTHP: inherit
PrivateBPF: no
RuntimeDirectoryPreserve: no
RuntimeDirectoryMode: 0755
StateDirectoryMode: 0755
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_dac_read_search cap_sys_resource
DynamicUser: no
LockPersonality: yes
SystemCallFilter: truncate64 waitpid readahead set_tls poll ppoll lsm_get_self_attr ftruncate sendmmsg sched_yield time setrlimit fstat sync_file_range2 getgid32 semop getrusage mremap landlock_create_ruleset setuid32 cacheflush keyctl sigaltstack mq_timedsend_time64 setpriority request_key capget nanosleep send lchown32 lsetxattr linkat getpid mkdirat listmount timer_delete setresuid32 fork pidfd_send_signal fstatfs faccessat setxattr get_mempolicy ioprio_get fremovexattr sched_setattr fchownat rt_sigsuspend readlink eventfd landlock_restrict_self ftruncate64 sendfile64 lsm_list_modules clone3 statx setfsuid32 recv futex_waitv set_robust_list sysinfo times sched_get_priority_min mq_unlink prlimit64 io_getevents getitimer mmap execveat setregid io_submit geteuid32 utimensat setresgid32 utime setreuid32 getresgid rt_tgsigqueueinfo kill timerfd_gettime64 open futex personality sched_getparam setgid tee faccessat2 userfaultfd sched_setaffinity semtimedop recvmmsg process_vm_readv epoll_create1 set_mempolicy tgkill mlock2 listen signal shmget sendto mq_timedreceive_time64 bind close epoll_wait umask fcntl inotify_init1 oldstat timer_create unlinkat pselect6_time64 sched_getattr chmod prctl mlockall getgid readdir timer_gettime getpgid rt_sigreturn io_uring_setup rename copy_file_range lstat64 restart_syscall eventfd2 waitid clock_getres_time64 execve epoll_ctl ugetrlimit oldfstat flock readlinkat fsetxattr rt_sigtimedwait writev exit getpriority ipc rt_sigpending pipe rt_sigprocmask futimesat shutdown mq_timedreceive creat timer_settime sync oldlstat mprotect lgetxattr sigprocmask geteuid timer_settime64 get_robust_list sigaction getgroups32 fchmodat2 fchown io_pgetevents_time64 lchown epoll_pwait2 clone mq_notify renameat2 fadvise64 remap_file_pages sched_getaffinity clock_nanosleep_time64 brk semtimedop_time64 msgrcv sync_file_range statfs getresgid32 tkill io_setup splice fchdir getuid syncfs timerfd_settime64 io_destroy signalfd msgctl clock_nanosleep shmdt fchown32 recvmmsg_time64 chown fgetxattr setns getrandom munlock arch_prctl rt_sigaction openat sched_setparam pipe2 sigsuspend removexattrat alarm setxattrat name_to_handle_at select mknodat move_pages semget set_mempolicy_home_node recvfrom listxattrat setpgid fchmod getxattrat stat64 getpeername landlock_add_rule vfork pwritev close_range mq_open getresuid32 setregid32 pwrite64 removexattr set_thread_area setresuid setuid setfsgid oldolduname ppoll_time64 msgsnd sigreturn rt_sigtimedwait_time64 getgroups setfsgid32 mknod fallocate setsockopt pselect6 io_pgetevents nice pwritev2 openat2 clock_getres lstat lremovexattr getdents clock_gettime64 accept fsync uname mq_timedsend shmctl unlink getcwd utimes accept4 process_vm_writev pause sendmsg seccomp connect getppid inotify_add_watch getsockopt getsockname capset sched_get_priority_max timer_getoverrun getrlimit sched_getscheduler riscv_hwprobe rt_sigqueueinfo symlinkat _newselect getsid epoll_pwait shmat fchmodat uretprobe truncate fstatat64 chown32 vmsplice preadv dup2 dup setresgid getpgrp recvmsg rmdir link epoll_ctl_old arm_fadvise64_64 gettimeofday open_tree setgroups32 sched_rr_get_interval_time64 msgget setsid pread64 set_tid_address llistxattr getegid chdir timerfd_gettime lseek inotify_rm_watch socketcall add_key timer_gettime64 mq_getsetattr timerfd_create write setfsuid fstatfs64 io_uring_register getresuid rseq sched_rr_get_interval inotify_init process_madvise memfd_create swapcontext munmap getegid32 olduname unshare madvise io_uring_enter socketpair kcmp futex_time64 _llseek timerfd_settime getdents64 utimensat_time64 setitimer preadv2 mkdir mseal access newfstatat statmount fcntl64 semctl dup3 io_cancel renameat sendfile epoll_wait_old fdatasync setgid32 msync exit_group migrate_pages setgroups signalfd4 listxattr mlock wait4 clock_gettime getcpu get_thread_area flistxattr read getuid32 readv membarrier riscv_flush_icache statfs64 gettid epoll_create pidfd_open setreuid symlink munlockall sigpending stat ioctl socket getxattr ioprio_set mbind fstat64 fadvise64_64 mmap2 sched_setscheduler
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-userdbd
PID: 783
Start Timestamp: Sun 2026-06-07 10:29:12.845640 CEST
Handoff Timestamp: 1.020618s since start
Status Text: Processing requests...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
IPAddressDeny: ::/0
IPAddressDeny: 0.0.0.0/0
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c2442b2d7ad94434bd4f8b741578688e
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-d.device
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\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.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 timers.target:
Description: Timer Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3ade1f7fcebb4ce487bf624ec07dafd1
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/timers.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Wants: logrotate.timer (origin-file)
Wants: man-db.timer (origin-file)
Wants: anacron.timer (origin-file)
Wants: e2scrub_all.timer (origin-file)
Wants: apt-daily-upgrade.timer (origin-file)
Wants: systemd-tmpfiles-clean.timer (origin-file)
Wants: dpkg-db-backup.timer (origin-file)
Wants: apt-daily.timer (origin-file)
Wants: fstrim.timer (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-file)
After: systemd-tmpfiles-clean.timer (destination-default)
After: e2scrub_all.timer (destination-default)
After: apt-daily-upgrade.timer (destination-default)
After: man-db.timer (destination-default)
After: dpkg-db-backup.timer (destination-default)
After: anacron.timer (destination-default)
After: fstrim.timer (destination-default)
After: logrotate.timer (destination-default)
After: apt-daily.timer (destination-default)
References: apt-daily-upgrade.timer (origin-file)
References: man-db.timer (origin-file)
References: shutdown.target (origin-file)
References: logrotate.timer (origin-file)
References: fstrim.timer (origin-file)
References: e2scrub_all.timer (origin-file)
References: dpkg-db-backup.timer (origin-file)
References: anacron.timer (origin-file)
References: apt-daily.timer (origin-file)
References: systemd-tmpfiles-clean.timer (origin-file)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: basic.target (destination-file)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: logrotate.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 systemd-sysext.socket:
Description: System Extension Image Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 607b1d3559264f449df08aeef75d3285
Documentation: man:systemd-sysext(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext.socket
ConditionCapability: CAP_SYS_ADMIN succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
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: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
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
Symlinks: /run/varlink/registry/io.systemd.sysext
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit upower.service:
Description: Daemon for power management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:23 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:23 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:23 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/upower.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: 07e907895f484c108b95755a9b06d5f2
Documentation: man:upowerd(8)
Fragment Path: /usr/lib/systemd/system/upower.service
Condition Timestamp: Sun 2026-06-07 10:29:23 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:23 CEST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-remount-fs.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
After: -.mount (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-file)
After: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: dbus.socket (origin-file)
References: tmp.mount (origin-file)
References: -.mount (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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2337
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
MemoryTHP: inherit
PrivateBPF: no
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: setgid fsetxattr stat mmap2 semtimedop_time64 sendto sendmsg name_to_handle_at vfork setsockopt sigprocmask futex pause setfsgid32 timer_getoverrun getrandom prctl setfsuid32 readdir clone io_getevents futimesat process_vm_readv _llseek utimensat landlock_create_ruleset mq_timedreceive_time64 mq_getsetattr setuid restart_syscall stat64 epoll_ctl_old truncate statmount move_pages getcpu rt_sigsuspend readlink fchdir rename pwrite64 splice rt_sigreturn io_uring_enter semctl sched_setscheduler ioctl recvmmsg clock_gettime utimensat_time64 getegid32 exit_group epoll_create1 rmdir statx semget fremovexattr uname setgid32 fcntl times listen getuid32 fork write nice oldolduname access openat mknod epoll_create setfsuid inotify_init waitpid riscv_flush_icache nanosleep clock_getres setuid32 read shmctl mlockall set_tid_address lremovexattr setitimer sched_yield pselect6_time64 getpriority getsockopt symlinkat set_thread_area fadvise64 oldstat getgid mq_unlink signalfd accept utime mbind fstat mseal newfstatat recvmsg pselect6 setresuid32 ftruncate64 semtimedop clone3 getrlimit preadv2 mq_timedreceive close_range timerfd_settime mlock2 timer_settime timer_settime64 setreuid32 setpgid sched_rr_get_interval_time64 remap_file_pages io_submit fstatat64 alarm link epoll_wait_old fstatfs rseq getegid sendfile openat2 io_destroy lsm_list_modules ftruncate llistxattr wait4 setgroups32 execve sigreturn recv getresuid rt_sigaction geteuid32 fchmodat shmdt landlock_restrict_self open_tree removexattrat msgrcv geteuid mq_timedsend dup2 setgroups munlockall mremap setregid getxattrat process_vm_writev listmount vmsplice rt_tgsigqueueinfo socketpair timer_gettime64 statfs64 landlock_add_rule io_pgetevents get_robust_list exit chown chown32 capget umask getpgid prlimit64 personality riscv_hwprobe pipe sendfile64 keyctl sched_setattr readlinkat request_key dup kcmp getsid poll lgetxattr fchown add_key getgroups32 setns symlink munlock eventfd fsync sched_get_priority_min setrlimit getuid chmod signalfd4 semop inotify_rm_watch recvfrom sched_setparam setxattr set_robust_list getpeername timerfd_settime64 close oldlstat munmap mq_notify dup3 setpriority execveat capset renameat tee sync_file_range clock_getres_time64 linkat sigaltstack fcntl64 ppoll_time64 signal shutdown sigaction renameat2 lsm_get_self_attr getppid pidfd_send_signal sigsuspend getgid32 inotify_add_watch rt_sigprocmask io_uring_setup memfd_create getresgid brk socketcall lstat timer_create time fadvise64_64 mq_open sendmmsg getgroups pwritev getxattr syncfs timerfd_create sync shmget mknodat timer_gettime lchown32 accept4 tgkill epoll_wait setresgid unlinkat mkdirat sigpending shmat getdents sched_get_priority_max statfs faccessat flock sched_getscheduler fchmod gettimeofday ioprio_set setfsgid readahead ugetrlimit sched_rr_get_interval msgsnd get_mempolicy fstatfs64 writev futex_waitv flistxattr sched_getparam swapcontext unlink lstat64 mprotect pidfd_open lsetxattr io_pgetevents_time64 mlock uretprobe recvmmsg_time64 removexattr sync_file_range2 mq_timedsend_time64 waitid getitimer epoll_ctl migrate_pages chdir set_mempolicy timer_delete ipc rt_sigtimedwait_time64 rt_sigpending fchmodat2 clock_nanosleep_time64 timerfd_gettime epoll_pwait bind getpid getresuid32 setregid32 ppoll select setxattrat olduname oldfstat fdatasync pipe2 getdents64 send clock_gettime64 msgget sysinfo sched_getaffinity preadv rt_sigtimedwait set_mempolicy_home_node msgctl open mkdir set_tls unshare faccessat2 fchownat clock_nanosleep arch_prctl truncate64 mmap fstat64 sched_getattr rt_sigqueueinfo creat listxattr io_cancel getrusage userfaultfd msync utimes futex_time64 getresgid32 copy_file_range fgetxattr setsid lchown getpgrp seccomp getcwd get_thread_area madvise membarrier kill process_madvise fchown32 timerfd_gettime64 io_setup inotify_init1 eventfd2 cacheflush gettid fallocate readv ioprio_get sched_setaffinity pwritev2 io_uring_register listxattrat getsockname _newselect lseek setresgid32 setreuid pread64 setresuid connect socket arm_fadvise64_64 epoll_pwait2 tkill
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/upowerd
PID: 2337
Start Timestamp: Sun 2026-06-07 10:29:23.292184 CEST
Handoff Timestamp: 17.264ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
IPAddressDeny: ::/0
IPAddressDeny: 0.0.0.0/0
? Unit cryptsetup.target:
Description: cryptsetup.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
After: systemd-pcrosseparator.service (destination-file)
After: systemd-pcrnvdone.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
? Unit systemd-journald.service:
Description: Journal Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journald.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: 9be28e09bd4f4f0e95e7b6f3bd74a773
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.service
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: systemd-journald.socket (origin-file)
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
WantedBy: systemd-journal-flush.service (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: sysinit.target (destination-file)
Conflicts: soft-reboot.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: soft-reboot.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file destination-implicit)
After: -.mount (origin-file origin-path)
After: systemd-journald-audit.socket (origin-file destination-implicit)
After: systemd-journald-dev-log.socket (origin-file destination-implicit)
After: syslog.socket (origin-file)
TriggeredBy: systemd-journald-audit.socket (destination-implicit)
TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit)
TriggeredBy: systemd-journald.socket (origin-file destination-implicit)
References: soft-reboot.target (origin-file)
References: systemd-soft-reboot.service (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald-audit.socket (origin-file)
References: syslog.socket (origin-file)
ReferencedBy: systemd-journald-audit.socket (destination-implicit)
ReferencedBy: systemd-journald.socket (destination-implicit)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journald-dev-log.socket (destination-implicit)
ReferencedBy: sysinit.target (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-reload
Restart: always
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 761
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
MemoryTHP: inherit
PrivateBPF: no
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: semctl keyctl rmdir fstat capset preadv exit bind listmount mlock truncate64 rt_sigprocmask io_getevents accept syncfs riscv_flush_icache rt_sigaction copy_file_range connect mmap2 clock_getres fadvise64 futex_time64 fstat64 sched_rr_get_interval_time64 access rt_sigqueueinfo fdatasync accept4 statfs64 pread64 getpgid clock_nanosleep_time64 rt_sigsuspend uname fchmod sched_get_priority_min cacheflush alarm process_madvise vmsplice setresgid32 kill setfsuid32 set_mempolicy ioprio_get semtimedop _newselect get_robust_list setreuid setitimer mremap shutdown ipc send faccessat2 fstatfs64 oldfstat oldstat munmap getresgid32 openat socketcall brk gettid get_mempolicy migrate_pages getrandom lchown setrlimit clone epoll_create1 wait4 riscv_hwprobe setxattr ugetrlimit fchown32 semop setresuid32 rt_tgsigqueueinfo rt_sigpending remap_file_pages rt_sigtimedwait pipe2 timer_getoverrun getgroups32 creat capget lchown32 oldlstat getdents open_tree futimesat move_pages lremovexattr statx lseek add_key io_uring_enter read sched_rr_get_interval exit_group getxattrat pidfd_open readahead pause timer_settime getxattr io_submit setpriority signalfd4 writev get_thread_area io_destroy userfaultfd mprotect sigaction shmat arch_prctl getgroups lsetxattr getcwd io_pgetevents_time64 lsm_get_self_attr sched_yield ftruncate64 getpid epoll_wait_old eventfd2 renameat fgetxattr madvise fsetxattr rename symlink llistxattr epoll_wait readlinkat getresuid prctl clock_gettime seccomp ppoll_time64 mq_getsetattr fchmodat membarrier fchownat fchdir getresuid32 fchmodat2 getegid32 getpeername setns recvmmsg_time64 io_uring_register chown32 umask landlock_restrict_self openat2 getitimer unlinkat chmod process_vm_writev renameat2 waitid setuid32 timer_gettime64 removexattrat lsm_list_modules sched_setparam timerfd_settime fstatfs getegid set_mempolicy_home_node getsockopt time mlock2 setfsgid32 mseal io_uring_setup prlimit64 recvmmsg munlockall fcntl pwritev2 pipe io_cancel getuid32 msgctl timerfd_gettime chown statmount utimensat_time64 clock_getres_time64 request_key newfstatat getdents64 timerfd_gettime64 mq_timedreceive_time64 symlinkat set_robust_list landlock_add_rule nice fcntl64 restart_syscall rt_sigtimedwait_time64 truncate _llseek mlockall getgid32 epoll_ctl sched_setattr timer_gettime olduname getppid sigpending futex recvmsg fstatat64 sync_file_range2 timerfd_settime64 mknodat signal readdir recvfrom mq_unlink timer_settime64 timerfd_create fsync pidfd_send_signal close faccessat ioctl mq_open execve splice link inotify_init sendfile dup3 linkat setgroups32 stat write setpgid sync pwrite64 getsid epoll_create ppoll getrusage setfsgid timer_create mkdir io_pgetevents shmdt readlink mq_timedsend sigaltstack preadv2 clone3 mq_notify signalfd io_setup gettimeofday getuid unshare statfs msgsnd name_to_handle_at getresgid mkdirat epoll_pwait getrlimit mq_timedsend_time64 poll mbind getsockname sysinfo sendto setresgid sendmsg sigreturn removexattr dup2 memfd_create getcpu setsid clock_gettime64 listen getpriority utimes setgid execveat swapcontext epoll_pwait2 kcmp setuid utimensat msync set_thread_area setregid socketpair setresuid arm_fadvise64_64 flistxattr clock_nanosleep process_vm_readv msgget personality epoll_ctl_old lstat lgetxattr readv fadvise64_64 semtimedop_time64 select set_tid_address ioprio_set inotify_init1 waitpid semget nanosleep mknod sched_get_priority_max setreuid32 chdir oldolduname sched_setscheduler times close_range futex_waitv setgid32 open socket sigsuspend sched_getscheduler getgid listxattr mmap tkill setxattrat sched_getattr pwritev geteuid geteuid32 stat64 eventfd sched_setaffinity vfork shmget utime setsockopt sendfile64 setgroups unlink tee pselect6 rseq fremovexattr lstat64 sigprocmask recv getpgrp fallocate ftruncate inotify_rm_watch dup fork sync_file_range flock setfsuid landlock_create_ruleset tgkill pselect6_time64 sendmmsg listxattrat setregid32 rt_sigreturn timer_delete set_tls shmctl msgrcv uretprobe sched_getparam inotify_add_watch sched_getaffinity mq_timedreceive fchown munlock
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-journald
PID: 761
Start Timestamp: Sun 2026-06-07 10:29:12.809519 CEST
Handoff Timestamp: 9.572ms since start
Status Text: Processing requests...
File Descriptor Store Max: 4224
File Descriptor Store Pin: yes
File Descriptor Store Current: 34
File Descriptor Store Entry: 'stored' (type=sock; dev=0:10; inode=2668; rdev=0:0; path=socket:[2668]; access=rw)
'stored' (type=sock; dev=0:10; inode=14069; rdev=0:0; path=socket:[14069]; access=rw)
'stored' (type=sock; dev=0:10; inode=14036; rdev=0:0; path=socket:[14036]; access=rw)
'stored' (type=sock; dev=0:10; inode=14034; rdev=0:0; path=socket:[14034]; access=rw)
'stored' (type=sock; dev=0:10; inode=15326; rdev=0:0; path=socket:[15326]; access=rw)
'stored' (type=sock; dev=0:10; inode=15313; rdev=0:0; path=socket:[15313]; access=rw)
'stored' (type=sock; dev=0:10; inode=19979; rdev=0:0; path=socket:[19979]; access=rw)
'stored' (type=sock; dev=0:10; inode=21715; rdev=0:0; path=socket:[21715]; access=rw)
'stored' (type=sock; dev=0:10; inode=12107; rdev=0:0; path=socket:[12107]; access=rw)
'stored' (type=sock; dev=0:10; inode=1881; rdev=0:0; path=socket:[1881]; access=rw)
'stored' (type=sock; dev=0:10; inode=12092; rdev=0:0; path=socket:[12092]; access=rw)
'stored' (type=sock; dev=0:10; inode=12089; rdev=0:0; path=socket:[12089]; access=rw)
'stored' (type=sock; dev=0:10; inode=12088; rdev=0:0; path=socket:[12088]; access=rw)
'stored' (type=sock; dev=0:10; inode=12087; rdev=0:0; path=socket:[12087]; access=rw)
'stored' (type=sock; dev=0:10; inode=8032; rdev=0:0; path=socket:[8032]; access=rw)
'stored' (type=sock; dev=0:10; inode=7942; rdev=0:0; path=socket:[7942]; access=rw)
'stored' (type=sock; dev=0:10; inode=7901; rdev=0:0; path=socket:[7901]; access=rw)
'stored' (type=sock; dev=0:10; inode=13086; rdev=0:0; path=socket:[13086]; access=rw)
'stored' (type=sock; dev=0:10; inode=15016; rdev=0:0; path=socket:[15016]; access=rw)
'stored' (type=sock; dev=0:10; inode=17789; rdev=0:0; path=socket:[17789]; access=rw)
'stored' (type=sock; dev=0:10; inode=7886; rdev=0:0; path=socket:[7886]; access=rw)
'stored' (type=sock; dev=0:10; inode=19601; rdev=0:0; path=socket:[19601]; access=rw)
'stored' (type=sock; dev=0:10; inode=19588; rdev=0:0; path=socket:[19588]; access=rw)
'stored' (type=sock; dev=0:10; inode=19587; rdev=0:0; path=socket:[19587]; access=rw)
'stored' (type=sock; dev=0:10; inode=732; rdev=0:0; path=socket:[732]; access=rw)
'stored' (type=sock; dev=0:10; inode=730; rdev=0:0; path=socket:[730]; access=rw)
'stored' (type=sock; dev=0:10; inode=1631; rdev=0:0; path=socket:[1631]; access=rw)
'stored' (type=sock; dev=0:10; inode=12970; rdev=0:0; path=socket:[12970]; access=rw)
'stored' (type=sock; dev=0:10; inode=12962; rdev=0:0; path=socket:[12962]; access=rw)
'stored' (type=sock; dev=0:10; inode=11728; rdev=0:0; path=socket:[11728]; access=rw)
'stored' (type=sock; dev=0:10; inode=11723; rdev=0:0; path=socket:[11723]; access=rw)
'stored' (type=sock; dev=0:10; inode=13480; rdev=0:0; path=socket:[13480]; access=rw)
'stored' (type=sock; dev=0:10; inode=18860; rdev=0:0; path=socket:[18860]; access=rw)
'stored' (type=sock; dev=0:10; inode=18859; rdev=0:0; path=socket:[18859]; access=rw)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
IPAddressDeny: ::/0
IPAddressDeny: 0.0.0.0/0
? Unit systemd-hybrid-sleep.service:
Description: System Hybrid Suspend+Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: sleep.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sleep.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep hybrid-sleep
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 653c4a593f0041a7bb08ee80e36a1675
Fragment Path: /usr/lib/systemd/system/avahi-daemon.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
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: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: avahi-daemon.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
References: -.mount (origin-file origin-path)
References: avahi-daemon.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: avahi-daemon.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-kexec.service:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-kexec.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-kexec.service
Success Action: kexec-force
Requires: umount.target (origin-file)
Requires: system.slice (origin-file)
Requires: final.target (origin-file)
Requires: shutdown.target (origin-file)
RequiredBy: kexec.target (destination-file)
Before: kexec.target (destination-file)
After: shutdown.target (origin-file)
After: plymouth-kexec.service (destination-file)
After: umount.target (origin-file)
After: system.slice (origin-file)
After: final.target (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: umount.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: final.target (origin-file)
References: systemd-journald.socket (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit local-fs.target:
Description: Local File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b38208b692f748b5816da4181edbe23a
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: boot-efi.mount (origin-file)
Requires: -.mount (origin-file)
Requires: boot.mount (origin-file)
Wants: systemd-fsck-root.service (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: systemd-journal-catalog-update.service (destination-file)
Before: systemd-userdb-load-credentials.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: console-setup.service (destination-file)
Before: systemd-sysext.socket (destination-file)
Before: sysinit.target (destination-file)
Before: ldconfig.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: plymouth-read-write.service (destination-file)
Before: networking.service (destination-file)
Before: apparmor.service (destination-file)
After: -.mount (destination-file)
After: tmp.mount (destination-file)
After: systemd-quotacheck-root.service (destination-file)
After: boot.mount (destination-file destination-mountinfo)
After: boot-efi.mount (destination-file destination-mountinfo)
After: local-fs-pre.target (origin-file)
After: systemd-remount-fs.service (destination-file)
After: systemd-fsck-root.service (destination-file)
After: run-user-1000.mount (destination-mountinfo)
OnFailure: emergency.target (origin-file)
References: boot-efi.mount (origin-file)
References: -.mount (origin-file)
References: systemd-fsck-root.service (origin-file)
References: emergency.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
References: boot.mount (origin-file)
References: tmp.mount (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: -.mount (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: boot.mount (destination-file destination-mountinfo)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file destination-mountinfo)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: active
? Unit sockets.target:
Description: Socket Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bd32bdd817784bb2a2767c61d0ab32db
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sockets.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Wants: docker.socket (origin-file)
Wants: avahi-daemon.socket (origin-file)
Wants: systemd-journald.socket (origin-file)
Wants: dbus.socket (origin-file)
Wants: systemd-userdbd.socket (origin-file)
Wants: systemd-factory-reset.socket (origin-file)
Wants: systemd-repart.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-creds.socket (origin-file)
Wants: polkit-agent-helper.socket (origin-file)
Wants: systemd-sysext.socket (origin-file)
Wants: systemd-mute-console.socket (origin-file)
Wants: systemd-pcrextend.socket (origin-file)
Wants: systemd-ask-password.socket (origin-file)
Wants: systemd-journald-dev-log.socket (origin-file)
Wants: systemd-logind-varlink.socket (origin-file)
Wants: systemd-journalctl.socket (origin-file)
Wants: systemd-udevd-varlink.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: cups.socket (origin-file)
Wants: systemd-pcrlock.socket (origin-file)
Wants: netavark-dhcp-proxy.socket (origin-file)
Wants: systemd-hostnamed.socket (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: systemd-udevd-varlink.socket (destination-file)
After: systemd-sysext.socket (destination-file)
After: systemd-mute-console.socket (destination-file)
After: systemd-journalctl.socket (destination-file)
After: systemd-userdbd.socket (destination-file)
After: systemd-journald-audit.socket (destination-file)
After: systemd-udevd-control.socket (destination-file)
After: systemd-logind-varlink.socket (origin-default destination-default)
After: dbus.socket (origin-default destination-default)
After: systemd-networkd-varlink.socket (destination-file)
After: systemd-ask-password.socket (destination-file)
After: systemd-networkd.socket (destination-file)
After: polkit-agent-helper.socket (origin-default destination-default)
After: cups.socket (origin-default destination-default)
After: systemd-networkd-varlink-metrics.socket (destination-file)
After: systemd-repart.socket (destination-file)
After: docker.socket (origin-default destination-default)
After: systemd-creds.socket (destination-file)
After: systemd-udevd-kernel.socket (destination-file)
After: syslog.socket (destination-file)
After: systemd-journald.socket (destination-file)
After: netavark-dhcp-proxy.socket (origin-default destination-default)
After: systemd-pcrlock.socket (destination-file)
After: systemd-hostnamed.socket (destination-file)
After: avahi-daemon.socket (origin-default destination-default)
After: systemd-journald-dev-log.socket (destination-file)
After: systemd-pcrextend.socket (destination-file)
After: systemd-factory-reset.socket (destination-file)
References: netavark-dhcp-proxy.socket (origin-file origin-default)
References: systemd-journald.socket (origin-file)
References: systemd-repart.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-hostnamed.socket (origin-file)
References: systemd-factory-reset.socket (origin-file)
References: cups.socket (origin-file origin-default)
References: systemd-userdbd.socket (origin-file)
References: systemd-pcrextend.socket (origin-file)
References: systemd-udevd-kernel.socket (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: dbus.socket (origin-file origin-default)
References: avahi-daemon.socket (origin-file origin-default)
References: systemd-creds.socket (origin-file)
References: systemd-mute-console.socket (origin-file)
References: systemd-sysext.socket (origin-file)
References: systemd-journald-dev-log.socket (origin-file)
References: systemd-pcrlock.socket (origin-file)
References: systemd-ask-password.socket (origin-file)
References: systemd-logind-varlink.socket (origin-file origin-default)
References: systemd-udevd-varlink.socket (origin-file)
References: polkit-agent-helper.socket (origin-file origin-default)
References: systemd-journalctl.socket (origin-file)
References: docker.socket (origin-file origin-default)
ReferencedBy: systemd-factory-reset.socket (destination-file)
ReferencedBy: systemd-journalctl.socket (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: systemd-udevd-varlink.socket (destination-file)
ReferencedBy: systemd-networkd-varlink.socket (destination-file)
ReferencedBy: systemd-userdbd.socket (destination-file)
ReferencedBy: systemd-journald-audit.socket (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: systemd-mute-console.socket (destination-file)
ReferencedBy: systemd-journald.socket (destination-file)
ReferencedBy: systemd-sysext.socket (destination-file)
ReferencedBy: systemd-repart.socket (destination-file)
ReferencedBy: systemd-ask-password.socket (destination-file)
ReferencedBy: systemd-creds.socket (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-file)
ReferencedBy: systemd-pcrlock.socket (destination-file)
ReferencedBy: netavark-dhcp-proxy.socket (destination-default)
ReferencedBy: systemd-networkd.socket (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: systemd-hostnamed.socket (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-file)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: systemd-journald-dev-log.socket (destination-file)
ReferencedBy: systemd-pcrextend.socket (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit suspend.target:
Description: Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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)
Wants: grub2-common.service (origin-file)
Before: grub2-common.service (destination-file)
After: systemd-suspend.service (origin-file)
References: systemd-suspend.service (origin-file)
References: grub-common.service (origin-file)
References: grub2-common.service (origin-file)
ReferencedBy: grub2-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: f52d8a3226574e789a79a0fcc58132b1
Documentation: man:e2scrub_all(8)
Fragment Path: /usr/lib/systemd/system/e2scrub_reap.service
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
Wants: -.mount (origin-file origin-path)
Wants: tmp.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: systemd-tmpfiles-setup.service (origin-file)
After: tmp.mount (origin-path)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tmp.mount (origin-path)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.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)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
AmbientCapabilities: cap_sys_rawio cap_sys_admin
User: root
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/e2scrub_all -A -r
PID: 1139
Start Timestamp: Sun 2026-06-07 10:29:14.996304 CEST
Handoff Timestamp: 10.508ms since start
Exit Timestamp: 12.270ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-journald-audit.socket:
Description: Journal Audit Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-journald.service (origin-implicit destination-file)
Before: apparmor.service (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-journald.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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-audit.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/avahi-daemon.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 1df8b102c3e245e5bc82bf898a1329eb
Fragment Path: /usr/lib/systemd/system/avahi-daemon.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: avahi-daemon.socket (origin-file)
WantedBy: cups-browsed.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: cups-browsed.service (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: avahi-daemon.socket (destination-implicit)
TriggeredBy: avahi-daemon.socket (destination-implicit)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: avahi-daemon.socket (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1134
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/avahi-daemon -s
PID: 1134
Start Timestamp: Sun 2026-06-07 10:29:14.991191 CEST
Handoff Timestamp: 3.875ms since start
? ExecReload:
Command Line: /usr/sbin/avahi-daemon -r
Status Text: avahi-daemon 0.8 starting up.
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit system-systemd\x2dpcrlogin.slice:
Description: Slice /system/systemd-pcrlogin
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
CGroup members mask: memory pids
Requires: system.slice (origin-implicit)
RequiredBy: systemd-pcrlogin at 1000.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-pcrlogin at 1000.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-pcrlogin at 1000.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-pcrlogin at 1000.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: dead
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit apparmor.service:
Description: Load AppArmor profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 75d0ceebc29c432ea480efdca162c909
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 succeeded
ConditionPathExists: !/rofs/etc/apparmor.d succeeded
ConditionSecurity: apparmor succeeded
AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: networking.service (destination-file)
Before: sysinit.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-journald-audit.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-journald-audit.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: networking.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/apparmor/apparmor.systemd reload
PID: 974
Start Timestamp: Sun 2026-06-07 10:29:14.889954 CEST
Handoff Timestamp: 16.958ms since start
Exit Timestamp: 35.172ms since handoff
Exit Code: exited
Exit Status: 0
? ExecReload:
Command Line: /lib/apparmor/apparmor.systemd reload
? ExecStop:
Command Line: /bin/true
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: aa2bd561d5094b48b1cfa33c7f799675
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.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-GBDriver_GX1_GX100000011A00001028
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit dev-mqueue.mount:
Description: POSIX Message Queue File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /dev-mqueue.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 4222ab3921584ffa8ce0300987f35e9f
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 succeeded
ConditionPathExists: /proc/sys/fs/mqueue succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit origin-path)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount mqueue /dev/mqueue -t mqueue -o nosuid,nodev,noexec
PID: 752
Start Timestamp: Sun 2026-06-07 10:29:12.802097 CEST
Handoff Timestamp: 8.625ms since start
Exit Timestamp: 6.110ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-rfkill.socket:
Description: Load/Save RF Kill Switch Status /dev/rfkill Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:20 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 74f0cd786f0e4bdd83488fa645a88983
Documentation: man:systemd-rfkill.socket(8)
Fragment Path: /usr/lib/systemd/system/systemd-rfkill.socket
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file)
Requires: system.slice (origin-file)
BindsTo: sys-devices-virtual-misc-rfkill.device (origin-file)
WantedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-rfkill.service (origin-implicit)
After: system.slice (origin-file)
After: systemd-remount-fs.service (origin-file)
After: sys-devices-virtual-misc-rfkill.device (origin-file)
After: -.mount (origin-file)
Triggers: systemd-rfkill.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: -.mount (origin-file)
References: systemd-rfkill.service (origin-implicit)
References: shutdown.target (origin-file)
References: sys-devices-virtual-misc-rfkill.device (origin-file)
ReferencedBy: sys-devices-virtual-misc-rfkill.device (destination-udev)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/rfkill (origin-file)
RequiresMountsFor: /var/lib/systemd/rfkill (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: yes
FileDescriptorName: systemd-rfkill.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenSpecial: /dev/rfkill
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit apt-daily.timer:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8db7b32c254148539c15958cbe352f70
Fragment Path: /usr/lib/systemd/system/apt-daily.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: apt-daily.service (origin-implicit)
Before: apt-daily-upgrade.timer (destination-file)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: apt-daily.service (origin-implicit)
References: timers.target (origin-default)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: time-set.target (origin-default)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: apt-daily.service (origin-implicit)
ReferencedBy: timers.target (destination-file)
ReferencedBy: apt-daily-upgrade.timer (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/plymouth-quit.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
ConflictedBy: lightdm.service (destination-file)
Before: multi-user.target (destination-default)
Before: lightdm.service (destination-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: rc-local.service (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: plymouth-start.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: system.slice (origin-file)
OnFailureOf: lightdm.service (destination-file)
References: rc-local.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: plymouth-start.service (origin-file)
References: basic.target (origin-default)
References: systemd-user-sessions.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth quit
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /proc-sys-fs-binfmt_misc.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: c81ce8c364a84dd9bb76a2b3cfa9fc7d
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: Sun 2026-06-07 10:29:13 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:13 CEST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
Before: systemd-binfmt.service (destination-file)
After: -.slice (origin-file)
After: -.mount (origin-implicit origin-path)
After: proc-sys-fs-binfmt_misc.automount (destination-implicit)
After: systemd-journald.socket (origin-file)
TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit origin-path)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount binfmt_misc /proc/sys/fs/binfmt_misc -t binfmt_misc -o nosuid,nodev,noexec
PID: 818
Start Timestamp: Sun 2026-06-07 10:29:13.816869 CEST
Handoff Timestamp: 30.018ms since start
Exit Timestamp: 9.239ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-hwdb-update.service:
Description: Rebuild Hardware Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 failed
ConditionPathExists: |/etc/udev/hwdb.bin failed
ConditionPathExists: |!/usr/lib/udev/hwdb.bin failed
ConditionNeedsUpdate: /etc failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-udevd.service (destination-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: sysinit.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
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-hwdb update
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/cups-browsed.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 3dfbfbb29b3f45e5a92a9204931aa857
Fragment Path: /usr/lib/systemd/system/cups-browsed.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: cups.service (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
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: network-online.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: cups.service (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
After: avahi-daemon.service (origin-file)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: avahi-daemon.service (origin-file)
References: cups.service (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: no
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1282
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cups-browsed
PID: 1282
Start Timestamp: Sun 2026-06-07 10:29:15.136546 CEST
Handoff Timestamp: 4.342ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 98d05cf76c404bc893c7ee042b88b0b9
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\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:02:00.0-nvme-1-part/by-partlabel/debian
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit initrd-udevadm-cleanup-db.service:
Description: Cleanup udev Database
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
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-udevd.service (origin-file)
Conflicts: systemd-udev-settle.service (origin-file)
Before: initrd-switch-root.target (origin-file destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-udev-settle.service (origin-file)
After: systemd-udevd.service (origin-file)
After: system.slice (origin-file)
After: systemd-udev-trigger.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-udev-settle.service (origin-file)
References: initrd-switch-root.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
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm info --cleanup-db
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit nss-lookup.target:
Description: Host and Network Name Lookups
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/nss-lookup.target
Conflicts: shutdown.target (origin-default)
Before: docker.service (destination-file)
Before: shutdown.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: docker.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\x2dpartlabel-debian.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: cfc6571918f141c695a15570dc15d8db
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.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-partlabel/debian
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-disk-by\x2ddiskseq-1\x2dpart3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1fbfb8be821c4190aff06eaff073f338
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\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-diskseq/1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-ttyS0.device:
Description: /dev/ttyS0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8f50fe866fc642c599c0872ab8138a34
Following: sys-devices-platform-serial8250-serial8250:0-serial8250:0.0-tty-ttyS0.device
Following Set Member: sys-devices-platform-serial8250-serial8250:0-serial8250: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/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0
Found: found-udev
? Unit systemd-pcrproduct.service:
Description: TPM NvPCR Product ID Measurement
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrproduct.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrproduct.service
ConditionSecurity: measured-os failed
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: tpm2.target (origin-file)
After: systemd-pcrnvdone.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
References: tpm2.target (origin-file)
References: systemd-pcrnvdone.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: sysinit.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/nvpcr (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --product-id
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 0455252f07c44c5d84eaa373f1592b9d
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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: systemd-repart.service (destination-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: local-fs-pre.target (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-sysusers.service (destination-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-udevd.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: local-fs-pre.target (origin-file)
References: sysinit.target (origin-file)
ReferencedBy: systemd-repart.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --prefix=/dev --create --boot
PID: 781
Start Timestamp: Sun 2026-06-07 10:29:12.840815 CEST
Handoff Timestamp: 2.902ms since start
Exit Timestamp: 3.826ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 16ff3fe52cb54204905cdf6d56eeed8c
Fragment Path: /usr/lib/systemd/system/console-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Before: lightdm.service (origin-file)
After: console-screen.service (origin-file)
After: local-fs.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: kbd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: lightdm.service (origin-file)
References: kbd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: -.mount (origin-file origin-path)
References: console-screen.service (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/console-setup.sh
PID: 975
Start Timestamp: Sun 2026-06-07 10:29:14.890519 CEST
Handoff Timestamp: 16.078ms since start
Exit Timestamp: 3.705ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:34:11 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 155d03151d9a4cd0af4ca6642a770154
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (origin-implicit)
Before: timers.target (origin-default)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: apt-daily.timer (origin-file)
After: -.mount (origin-file origin-path)
Triggers: apt-daily-upgrade.service (origin-implicit)
References: time-set.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: apt-daily-upgrade.service (origin-implicit)
References: apt-daily.timer (origin-file)
References: time-sync.target (origin-default)
References: sysinit.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: 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 lm-sensors.service:
Description: Initialize hardware monitoring sensors
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-devices
Invocation ID: 55a029de96ba4d1c98785c7ee8084b24
Documentation: man:sensors(1)
Documentation: man:sensors.conf(5)
Fragment Path: /usr/lib/systemd/system/lm-sensors.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
Wants: tmp.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-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: tmp.mount (origin-path)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: sysinit.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: tmp.mount (origin-path)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/sensors -s
PID: 1141
Start Timestamp: Sun 2026-06-07 10:29:14.999587 CEST
Handoff Timestamp: 13.511ms since start
Exit Timestamp: 7.038ms since handoff
Exit Code: exited
Exit Status: 0
Command Line: /usr/bin/sensors
PID: 1172
Start Timestamp: Sun 2026-06-07 10:29:15.020394 CEST
Handoff Timestamp: 14.105ms since start
Exit Timestamp: 45.520ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-snd-controlC1.device:
Description: /dev/snd/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5bc6461d5aba4d30a899461029df72ff
Following: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:c1:00.6.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:08.1/0000:c1:00.6/sound/card1/controlC1
Found: found-udev
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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)
RequiredBy: suspend-then-hibernate.target (destination-file)
Before: suspend-then-hibernate.target (destination-file)
After: sleep.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sleep.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: suspend-then-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep suspend-then-hibernate
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit remote-fs.target:
Description: Remote File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f235ea1d4f78492fa81abe8c01226b6e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/remote-fs.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: cron.service (destination-file)
After: remote-fs-pre.target (origin-file)
References: shutdown.target (origin-file)
References: remote-fs-pre.target (origin-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: cron.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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 anacron.timer:
Description: Trigger anacron every hour
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:34:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: fd5ab2d654f245e391bad5fc4c01cfce
Fragment Path: /usr/lib/systemd/system/anacron.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: anacron.service (origin-implicit)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: anacron.service (origin-implicit)
References: time-set.target (origin-default)
References: sysinit.target (origin-default)
References: anacron.service (origin-implicit)
References: shutdown.target (origin-default)
References: time-sync.target (origin-default)
References: -.mount (origin-file 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 sys-devices-virtual-dmi-id.device:
Description: Laptop 16 _AMD Ryzen 7040 Series_
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a2ac60a6e087482dac3f867ae478ed8a
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/devices/virtual/dmi/id
Sysfs Path: /sys/devices/virtual/dmi/id
Found: found-udev
? Unit -.slice:
Description: Root Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: n/a
CGroup:
CGroup realized 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 cpuset io memory pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
RequiredBy: sys-kernel-debug.mount (destination-file)
RequiredBy: system.slice (destination-implicit)
RequiredBy: sys-fs-fuse-connections.mount (destination-file)
RequiredBy: dev-hugepages.mount (destination-file)
RequiredBy: dev-mqueue.mount (destination-file)
RequiredBy: init.scope (destination-file)
RequiredBy: -.mount (destination-file)
RequiredBy: user.slice (destination-implicit)
RequiredBy: sys-kernel-tracing.mount (destination-file)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file)
RequiredBy: sys-kernel-config.mount (destination-file)
WantedBy: slices.target (destination-file)
Before: slices.target (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: -.mount (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: system.slice (destination-implicit)
Before: user.slice (destination-implicit)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: init.scope (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: dev-mqueue.mount (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file destination-slice-property)
ReferencedBy: user.slice (destination-implicit)
ReferencedBy: sys-kernel-tracing.mount (destination-file destination-slice-property)
ReferencedBy: sys-kernel-debug.mount (destination-file destination-slice-property)
ReferencedBy: -.mount (destination-file destination-slice-property)
ReferencedBy: init.scope (destination-file destination-slice-property)
ReferencedBy: dev-mqueue.mount (destination-file destination-slice-property)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file destination-slice-property)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file destination-slice-property)
ReferencedBy: system.slice (destination-implicit)
SliceOf: sys-kernel-tracing.mount (destination-slice-property)
SliceOf: init.scope (destination-slice-property)
SliceOf: dev-mqueue.mount (destination-slice-property)
SliceOf: dev-hugepages.mount (destination-slice-property)
SliceOf: -.mount (destination-slice-property)
SliceOf: proc-sys-fs-binfmt_misc.mount (destination-slice-property)
SliceOf: sys-kernel-config.mount (destination-slice-property)
SliceOf: sys-kernel-debug.mount (destination-slice-property)
SliceOf: sys-fs-fuse-connections.mount (destination-slice-property)
SliceOf: system.slice (destination-implicit)
SliceOf: user.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615
MemoryMax: 18446744073709551615
StartupMemoryMax: 18446744073709551615
MemorySwapMax: 18446744073709551615
StartupMemorySwapMax: 18446744073709551615
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615
MemoryZSwapWriteback: yes
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit keyboard-setup.service:
Description: Set the console keyboard layout
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: d3f41b08f5ee4536a826418697d457c3
Fragment Path: /usr/lib/systemd/system/keyboard-setup.service
ConditionPathExists: /bin/setupcon succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: sysinit.target (destination-file)
Before: local-fs-pre.target (origin-file)
Before: plymouth-start.service (destination-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: local-fs-pre.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: plymouth-start.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /lib/console-setup/keyboard-setup.sh
PID: 756
Start Timestamp: Sun 2026-06-07 10:29:12.805680 CEST
Handoff Timestamp: 4.995ms since start
Exit Timestamp: 6.502ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit bluetooth.target:
Description: Bluetooth Support
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 2884a694c5604dbba9885b60d6375004
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/bluetooth.target
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Wants: bluetooth.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.3-usb1-1\x2d5-1\x2d5:1.0-bluetooth-hci0.device (destination-udev)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: bluetooth.service (origin-default)
References: shutdown.target (origin-default)
References: bluetooth.service (origin-file origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.3-usb1-1\x2d5-1\x2d5:1.0-bluetooth-hci0.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit plymouth-start.service:
Description: Show Plymouth Boot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 166bfcc6ba634ef198f638c875531ebc
Fragment Path: /usr/lib/systemd/system/plymouth-start.service
ConditionVirtualization: !container succeeded
ConditionKernelCommandLine: !nosplash succeeded
ConditionKernelCommandLine: !plymouth.enable=0 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:13 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:13 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-ask-password-plymouth.path (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: rescue.service (destination-file)
Before: systemd-ask-password-plymouth.path (destination-file)
Before: systemd-ask-password-plymouth.service (origin-file destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-ask-password-console.path (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-halt.service (destination-file)
After: system.slice (origin-file)
After: keyboard-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: systemd-udevd.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-ask-password-plymouth.path (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-ask-password-plymouth.service (origin-file)
References: keyboard-setup.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: systemd-udevd.service (origin-file)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: plymouth-reboot.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
PID: 828
Start Timestamp: Sun 2026-06-07 10:29:13.903016 CEST
Handoff Timestamp: 3.225ms since start
Exit Timestamp: 5.463ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
PID: 831
Start Timestamp: Sun 2026-06-07 10:29:13.912062 CEST
Handoff Timestamp: 4.100ms since start
Exit Timestamp: 11.257ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sleep.target:
Description: Sleep
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sleep.target
RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
RequiredBy: systemd-hibernate.service (destination-file)
RequiredBy: systemd-suspend.service (destination-file)
RequiredBy: systemd-hybrid-sleep.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: systemd-hibernate.service (destination-file)
Before: systemd-suspend.service (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
ReferencedBy: systemd-hibernate.service (destination-file)
ReferencedBy: systemd-suspend.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 dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 20be5c372dd24020bc71c4f8e8ee5ece
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.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:02:00.0-nvme-1-part/by-uuid/be8bcc71-5d3c-4064-8f6f-003dd42087f7
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit init.scope:
Description: System and Service Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: yes
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /init.scope
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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: bc4535c6dce247fd87ed7d34c3c5b6d6
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.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-GBDriver_GX1_GX100000011A00001028-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:02.2-0000:01:00.0-net-wlp1s0.device:
Description: MT7922 802.11ax PCI Express Wireless Network Adapter
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b1af7f4156be4cea824b27fd627a8436
Following Set Member: sys-subsystem-net-devices-wlp1s0.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:02.2/0000:01:00.0/net/wlp1s0
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.2/0000:01:00.0/net/wlp1s0
Found: found-udev
? Unit dev-disk-by\x2ddesignator-esp.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c304747dda074082893fa6b28973982f
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-nvme0n1p1.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-designator/esp
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/bluetooth.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9643935afdbc470cb45bfbcc5f36b30d
Documentation: man:bluetoothd(8)
Fragment Path: /usr/lib/systemd/system/bluetooth.service
ConditionPathIsDirectory: /sys/class/bluetooth succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: -.mount (origin-file)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
WantedBy: bluetooth.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: bluetooth.target (destination-default)
After: -.mount (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: basic.target (origin-default)
After: systemd-tmpfiles-setup.service (origin-file)
References: -.mount (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: dbus.socket (origin-file)
References: tmp.mount (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: bluetooth.target (destination-file destination-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: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1135
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
MemoryTHP: inherit
PrivateBPF: no
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
PID: 1135
Start Timestamp: Sun 2026-06-07 10:29:14.992300 CEST
Handoff Timestamp: 15.168ms since start
Status Text: Running
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit containerd.service:
Description: containerd container runtime
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/containerd.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuset io memory pids
CGroup delegate mask: cpu cpuset io memory pids
Invocation ID: b9e2c4f2e1b740edb4b3c47d076d035e
Documentation: https://containerd.io
Fragment Path: /usr/lib/systemd/system/containerd.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: docker.service (destination-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: docker.service (destination-file)
After: sysinit.target (origin-default)
After: dbus.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: network.target (origin-file)
After: system.slice (origin-file)
References: basic.target (origin-default)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
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: ready
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 1274
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /sbin/modprobe overlay
PID: 1259
Start Timestamp: Sun 2026-06-07 10:29:15.114811 CEST
Handoff Timestamp: 3.308ms since start
Exit Timestamp: 12.223ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStart:
Command Line: /usr/bin/containerd
PID: 1274
Start Timestamp: Sun 2026-06-07 10:29:15.130678 CEST
Handoff Timestamp: 4.174ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-confext.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-confext.service
ConditionKernelCommandLine: !systemd.confext=0 untested
ConditionPathExists: !/etc/initrd-release 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)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: shutdown.target (origin-file)
Before: ldconfig.service (destination-file)
Before: sysinit.target (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: sysinit.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-confext refresh
? ExecReload:
Command Line: systemd-confext refresh
? ExecStop:
Command Line: systemd-confext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-hibernate.service:
Description: System Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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)
RequiredBy: hibernate.target (destination-file)
Before: hibernate.target (destination-file)
After: systemd-journald.socket (origin-file)
After: sleep.target (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sleep.target (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep hibernate
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-pcrosseparator.service:
Description: TPM PCR OS Separator
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrosseparator.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrosseparator.service
Failure Action: reboot-force
ConditionSecurity: measured-os failed
ConditionPathExists: /etc/initrd-release untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: cryptsetup.target (origin-file)
After: tpm2.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: initrd-switch-root.target (origin-file)
References: systemd-journald.socket (origin-file)
References: tpm2.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: sysinit.target (origin-file)
References: cryptsetup.target (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-tpm2-setup-early.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --pcr=0 --pcr=1 --pcr=2 --pcr=3 --pcr=4 --pcr=5 --pcr=6 --pcr=7 --pcr=9 --pcr=12 --pcr=13 --pcr=14 --event-type=os-separator os-separator
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-user-sessions.service:
Description: Permit User Sessions
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 3cc0d51135dd4bf18653827c28b1fc85
Documentation: man:systemd-user-sessions.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-user-sessions.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-ask-password-wall.service (destination-file)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: plymouth-quit-wait.service (destination-file)
Before: getty at tty1.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: user at 1000.service (destination-file)
Before: lightdm.service (destination-file)
Before: session-2.scope (destination-file)
After: home.mount (origin-file)
After: network.target (origin-file)
After: basic.target (origin-default)
After: remote-fs.target (origin-file)
After: systemd-pcrphase.service (destination-file)
After: nss-user-lookup.target (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-userdb-load-credentials.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: home.mount (origin-file)
References: remote-fs.target (origin-file)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: systemd-ask-password-wall.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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-sessions start
PID: 1261
Start Timestamp: Sun 2026-06-07 10:29:15.116661 CEST
Handoff Timestamp: 4.338ms since start
Exit Timestamp: 2.284ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-sessions stop
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-suspend.service:
Description: System Suspend
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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)
RequiredBy: suspend.target (destination-file)
Before: suspend.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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sleep suspend
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-nvme0n1p1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d9fab159b30643b6bd1558f27a7c158c
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev,found-mount
? Unit dev-rfkill.device:
Description: /dev/rfkill
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1ded6f37f5334a6c9dad3aad4bc93a03
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-networkd.socket:
Description: Network Management Netlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: sockets.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: shutdown.target (origin-file)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: yes
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: rtnl
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 0ebcb313b10543598867198c6cfa8bea
Fragment Path: /usr/lib/systemd/system/plymouth-read-write.service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --read-write
PID: 976
Start Timestamp: Sun 2026-06-07 10:29:14.891062 CEST
Handoff Timestamp: 15.882ms since start
Exit Timestamp: 11.753ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device:
Description: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d029130d9bb1448ba0cd43c5f449814c
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:c1:00.1.device
Following Set Member: dev-snd-controlC0.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:08.1/0000:c1:00.1/sound/card0/controlC0
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/controlC0
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit systemd-tmpfiles-clean.service:
Description: Cleanup of Temporary Directories
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-clean.service
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: time-set.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-clean.timer (destination-implicit)
After: local-fs.target (origin-file)
TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit)
References: local-fs.target (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: time-set.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --clean
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3690c1f176b64ae086cb887c8a58f783
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\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:02:00.0-nvme-1-part/by-partlabel/boot
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit sysinit.target:
Description: System Initialization
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 79dd25dec8154a76b47bde42c4de8744
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sysinit.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Wants: imports.target (origin-file)
Wants: systemd-journal-flush.service (origin-file)
Wants: plymouth-start.service (origin-file)
Wants: systemd-sysctl.service (origin-file)
Wants: systemd-repart.service (origin-file)
Wants: systemd-tmpfiles-setup.service (origin-file)
Wants: proc-sys-fs-binfmt_misc.automount (origin-file)
Wants: systemd-journald.service (origin-file)
Wants: systemd-update-done.service (origin-file)
Wants: dev-mqueue.mount (origin-file)
Wants: systemd-pstore.service (origin-file)
Wants: systemd-tmpfiles-setup-dev-early.service (origin-file)
Wants: systemd-udevd.service (origin-file)
Wants: systemd-tpm2-setup-early.service (origin-file)
Wants: systemd-tmpfiles-setup-dev.service (origin-file)
Wants: systemd-pcrmachine.service (origin-file)
Wants: systemd-binfmt.service (origin-file)
Wants: systemd-ask-password-console.path (origin-file)
Wants: systemd-timesyncd.service (origin-file)
Wants: systemd-firstboot.service (origin-file)
Wants: sys-kernel-debug.mount (origin-file)
Wants: systemd-tpm2-setup.service (origin-file)
Wants: systemd-pcrproduct.service (origin-file)
Wants: sys-kernel-config.mount (origin-file)
Wants: systemd-modules-load.service (origin-file)
Wants: swap.target (origin-file)
Wants: systemd-random-seed.service (origin-file)
Wants: sys-kernel-tracing.mount (origin-file)
Wants: plymouth-read-write.service (origin-file)
Wants: systemd-journal-catalog-update.service (origin-file)
Wants: systemd-pcrphase.service (origin-file)
Wants: systemd-pcrphase-sysinit.service (origin-file)
Wants: dev-hugepages.mount (origin-file)
Wants: systemd-machine-id-commit.service (origin-file)
Wants: ldconfig.service (origin-file)
Wants: keyboard-setup.service (origin-file)
Wants: local-fs.target (origin-file)
Wants: kmod-static-nodes.service (origin-file)
Wants: sys-fs-fuse-connections.mount (origin-file)
Wants: systemd-sysusers.service (origin-file)
Wants: apparmor.service (origin-file)
Wants: systemd-pcrnvdone.service (origin-file)
Wants: systemd-udev-trigger.service (origin-file)
Wants: systemd-pcrosseparator.service (origin-file)
Wants: systemd-hibernate-clear.service (origin-file)
Wants: systemd-hwdb-update.service (origin-file)
RequiredBy: systemd-ask-password-wall.service (destination-default)
RequiredBy: man-db.service (destination-default)
RequiredBy: e2scrub_all.service (destination-default)
RequiredBy: cups-browsed.service (destination-default)
RequiredBy: grub2-common.service (destination-default)
RequiredBy: systemd-logind.service (destination-default)
RequiredBy: cups.service (destination-default)
RequiredBy: alsa-restore.service (destination-default)
RequiredBy: udisks2.service (destination-default)
RequiredBy: lm-sensors.service (destination-default)
RequiredBy: dbus.socket (destination-default)
RequiredBy: alsa-state.service (destination-default)
RequiredBy: cron.service (destination-default)
RequiredBy: fstrim.timer (destination-default)
RequiredBy: systemd-tmpfiles-clean.timer (destination-default)
RequiredBy: dpkg-db-backup.service (destination-default)
RequiredBy: e2scrub_all.timer (destination-default)
RequiredBy: logrotate.service (destination-default)
RequiredBy: plymouth-quit-wait.service (destination-default)
RequiredBy: avahi-daemon.socket (destination-default)
RequiredBy: NetworkManager.service (destination-default)
RequiredBy: anacron.service (destination-default)
RequiredBy: cups.path (destination-default)
RequiredBy: avahi-daemon.service (destination-default)
RequiredBy: getty-static.service (destination-default)
RequiredBy: tpm-udev.service (destination-default)
RequiredBy: user-runtime-dir at 1000.service (destination-default)
RequiredBy: apt-daily.timer (destination-default)
RequiredBy: docker.socket (destination-default)
RequiredBy: tpm-udev.path (destination-default)
RequiredBy: dbus.service (destination-default)
RequiredBy: man-db.timer (destination-default)
RequiredBy: netavark-dhcp-proxy.service (destination-default)
RequiredBy: systemd-logind-varlink.socket (destination-default)
RequiredBy: e2scrub_reap.service (destination-default)
RequiredBy: accounts-daemon.service (destination-default)
RequiredBy: docker.service (destination-default)
RequiredBy: lightdm.service (destination-default)
RequiredBy: user at 1000.service (destination-default)
RequiredBy: apt-daily-upgrade.service (destination-default)
RequiredBy: wpa_supplicant.service (destination-default)
RequiredBy: upower.service (destination-default)
RequiredBy: polkit.service (destination-default)
RequiredBy: basic.target (destination-file)
RequiredBy: fstrim.service (destination-default)
RequiredBy: apt-daily-upgrade.timer (destination-default)
RequiredBy: containerd.service (destination-default)
RequiredBy: NetworkManager-wait-online.service (destination-default)
RequiredBy: netavark-dhcp-proxy.socket (destination-default)
RequiredBy: apt-daily.service (destination-default)
RequiredBy: rtkit-daemon.service (destination-default)
RequiredBy: boot-complete.target (destination-file)
RequiredBy: systemd-pcrphase.service (destination-default)
RequiredBy: anacron.timer (destination-default)
RequiredBy: logrotate.timer (destination-default)
RequiredBy: rescue.target (destination-file)
RequiredBy: cups.socket (destination-default)
RequiredBy: bluetooth.service (destination-default)
RequiredBy: getty at tty1.service (destination-default)
RequiredBy: dpkg-db-backup.timer (destination-default)
RequiredBy: systemd-user-sessions.service (destination-default)
RequiredBy: polkit-agent-helper.socket (destination-default)
RequiredBy: plymouth-quit.service (destination-default)
RequiredBy: ModemManager.service (destination-default)
RequiredBy: colord.service (destination-default)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-default)
Conflicts: emergency.target (origin-file)
Before: fstrim.timer (destination-default)
Before: tpm-udev.service (destination-default)
Before: upower.service (destination-default)
Before: logrotate.service (destination-default)
Before: netavark-dhcp-proxy.service (destination-default)
Before: dbus.socket (destination-default)
Before: grub2-common.service (destination-default)
Before: dpkg-db-backup.timer (destination-default)
Before: plymouth-quit.service (destination-default)
Before: avahi-daemon.socket (destination-default)
Before: apt-daily.service (destination-default)
Before: rescue.service (destination-file)
Before: anacron.timer (destination-default)
Before: rescue.target (destination-file destination-default)
Before: cups.path (destination-default)
Before: systemd-logind.service (destination-default)
Before: shutdown.target (origin-default)
Before: NetworkManager-wait-online.service (destination-default)
Before: docker.service (destination-default)
Before: man-db.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: containerd.service (destination-default)
Before: anacron.service (destination-default)
Before: tpm-udev.path (destination-default)
Before: cups.socket (destination-default)
Before: docker.socket (destination-default)
Before: lightdm.service (destination-default)
Before: fstrim.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: cups.service (destination-default)
Before: emergency.target (origin-file)
Before: plymouth-quit-wait.service (destination-default)
Before: udisks2.service (destination-default)
Before: emergency.service (origin-file)
Before: e2scrub_all.service (destination-default)
Before: polkit-agent-helper.socket (destination-default)
Before: rtkit-daemon.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: ModemManager.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: colord.service (destination-default)
Before: accounts-daemon.service (destination-default)
Before: boot-complete.target (destination-file destination-default)
Before: bluetooth.service (destination-default)
Before: cups-browsed.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: polkit.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: getty-static.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: dbus.service (destination-default)
Before: cron.service (destination-default)
Before: apt-daily-upgrade.timer (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: alsa-state.service (destination-default)
Before: systemd-tmpfiles-clean.timer (destination-default)
Before: basic.target (destination-file destination-default)
Before: logrotate.timer (destination-default)
Before: systemd-logind-varlink.socket (destination-default)
Before: user at 1000.service (destination-default)
Before: netavark-dhcp-proxy.socket (destination-default)
Before: man-db.service (destination-default)
Before: alsa-restore.service (destination-default)
After: systemd-update-done.service (destination-file)
After: sys-kernel-tracing.mount (destination-file)
After: modprobe at fuse.service (destination-file)
After: systemd-confext.service (destination-file)
After: systemd-hibernate-clear.service (destination-file)
After: systemd-sysext.service (destination-file)
After: local-fs.target (origin-file)
After: sys-kernel-config.mount (destination-file)
After: systemd-tpm2-setup.service (destination-file)
After: systemd-tpm2-setup-early.service (destination-file)
After: systemd-firstboot.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-pstore.service (destination-file)
After: swap.target (origin-file origin-default)
After: systemd-userdbd.service (destination-file)
After: kmod-static-nodes.service (destination-file)
After: sys-kernel-debug.mount (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-sysusers.service (destination-file)
After: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-timesyncd.service (destination-file)
After: modprobe at loop.service (destination-file)
After: modprobe at drm.service (destination-file)
After: systemd-modules-load.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: dev-hugepages.mount (destination-file)
After: modprobe at efi_pstore.service (destination-file)
After: systemd-udev-settle.service (destination-file)
After: systemd-pcrmachine.service (destination-file)
After: plymouth-read-write.service (destination-file)
After: proc-sys-fs-binfmt_misc.automount (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-pcrosseparator.service (destination-file)
After: systemd-pcrproduct.service (destination-file)
After: imports.target (origin-default)
After: systemd-udev-trigger.service (destination-file)
After: systemd-journald.service (destination-file)
After: dev-mqueue.mount (destination-file)
After: apparmor.service (destination-file)
After: systemd-sysctl.service (destination-file)
After: systemd-journal-catalog-update.service (destination-file)
After: systemd-binfmt.service (destination-file)
After: modprobe at configfs.service (destination-file)
After: systemd-tmpfiles-setup.service (destination-file)
After: ldconfig.service (destination-file)
After: modprobe at dm_mod.service (destination-file)
After: systemd-pcrnvdone.service (destination-file)
After: sys-fs-fuse-connections.mount (destination-file)
References: systemd-hibernate-clear.service (origin-file)
References: systemd-repart.service (origin-file)
References: systemd-random-seed.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.service (origin-file)
References: plymouth-start.service (origin-file)
References: emergency.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: systemd-pcrphase.service (origin-file)
References: plymouth-read-write.service (origin-file)
References: dev-hugepages.mount (origin-file)
References: imports.target (origin-file origin-default)
References: dev-mqueue.mount (origin-file)
References: systemd-pcrosseparator.service (origin-file)
References: systemd-sysctl.service (origin-file)
References: systemd-modules-load.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-journal-catalog-update.service (origin-file)
References: kmod-static-nodes.service (origin-file)
References: apparmor.service (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: systemd-ask-password-console.path (origin-file)
References: systemd-pcrmachine.service (origin-file)
References: systemd-hwdb-update.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: sys-kernel-config.mount (origin-file)
References: systemd-tpm2-setup.service (origin-file)
References: systemd-udevd.service (origin-file)
References: proc-sys-fs-binfmt_misc.automount (origin-file)
References: systemd-machine-id-commit.service (origin-file)
References: systemd-timesyncd.service (origin-file)
References: systemd-binfmt.service (origin-file)
References: systemd-pcrproduct.service (origin-file)
References: swap.target (origin-file origin-default)
References: sys-fs-fuse-connections.mount (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: systemd-pcrnvdone.service (origin-file)
References: systemd-firstboot.service (origin-file)
References: systemd-journal-flush.service (origin-file)
References: ldconfig.service (origin-file)
References: sys-kernel-tracing.mount (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: emergency.service (origin-file)
References: sys-kernel-debug.mount (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-pcrphase-sysinit.service (origin-file)
References: keyboard-setup.service (origin-file)
References: systemd-pstore.service (origin-file)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: systemd-logind-varlink.socket (destination-default)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: netavark-dhcp-proxy.service (destination-default)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: upower.service (destination-default)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: dbus.socket (destination-default)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: rescue.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: polkit-agent-helper.socket (destination-default)
ReferencedBy: systemd-userdbd.service (destination-file)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: netavark-dhcp-proxy.socket (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: boot-complete.target (destination-file destination-default)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: cups.socket (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: tpm-udev.path (destination-default)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: rescue.target (destination-file destination-default)
ReferencedBy: alsa-restore.service (destination-default)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: systemd-tmpfiles-clean.timer (destination-default)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: avahi-daemon.socket (destination-default)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: modprobe at dm_mod.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: modprobe at loop.service (destination-file)
ReferencedBy: cups.path (destination-default)
ReferencedBy: grub2-common.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: apt-daily.timer (destination-default)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: docker.socket (destination-default)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: tpm-udev.service (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: a59eba514d9f4d25b67fae5cf8569740
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2ddiskseq-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:02:00.0-nvme-1-part/by-partnum/1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit console-screen.service:
Description: console-screen.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: console-setup.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
? Unit sys-kernel-tracing.mount:
Description: Kernel Trace File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /sys-kernel-tracing.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 56162d9157f74682baadbb7b6bcd889c
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 succeeded
ConditionPathExists: /sys/kernel/tracing succeeded
ConditionVirtualization: !lxc succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit origin-path)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount tracefs /sys/kernel/tracing -t tracefs -o nosuid,nodev,noexec
PID: 754
Start Timestamp: Sun 2026-06-07 10:29:12.803291 CEST
Handoff Timestamp: 7.427ms since start
Exit Timestamp: 6.287ms since handoff
Exit Code: exited
Exit Status: 0
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
? Unit reboot.target:
Alias: ctrl-alt-del.target
Description: System Reboot
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
After: systemd-reboot.service (origin-file)
References: systemd-reboot.service (origin-file)
References: plymouth-reboot.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit cron.service:
Description: Regular background program processing daemon
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/cron.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 9f6832f3e8b747d4b6a2521fcf99a82e
Documentation: man:cron(8)
Fragment Path: /usr/lib/systemd/system/cron.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: remote-fs.target (origin-file)
After: nss-user-lookup.target (origin-file)
References: nss-user-lookup.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: remote-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
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: on-failure
NotifyAccess: none
NotifyState: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1136
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cron -f "\$EXTRA_OPTS"
PID: 1136
Start Timestamp: Sun 2026-06-07 10:29:14.993706 CEST
Handoff Timestamp: 4.276ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e531742c0a4d4e41b2d73768fce13f04
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.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-GBDriver_GX1_GX100000011A00001028_1-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit rescue.target:
Description: Rescue Mode
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
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: sysinit.target (origin-file)
Requires: rescue.service (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: graphical.target (destination-file)
Before: multi-user.target (destination-file)
After: sysinit.target (origin-file origin-default)
After: rescue.service (origin-file)
References: sysinit.target (origin-file origin-default)
References: rescue.service (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: graphical.target (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit paths.target:
Description: Path Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: eba2ac53dc2a4b3782e2a4ae76578ef9
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/paths.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Wants: tpm-udev.path (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: cups.path (destination-default)
After: tpm-udev.path (origin-default destination-default)
After: systemd-ask-password-console.path (destination-file)
After: systemd-ask-password-wall.path (destination-file)
References: tpm-udev.path (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: tpm-udev.path (destination-default)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: cups.path (destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 49a4a19011834f6fa3ba783b85e12fa5
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 anacron.service:
Description: Run anacron jobs
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-06-07 10:34:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: Sun 2026-06-07 10:34:15 CEST
Inactive Enter Timestamp: Sun 2026-06-07 10:34:15 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: d224c5f9d3304694a49faf7c0d8b05f3
Documentation: man:anacron
Documentation: man:anacrontab
Fragment Path: /usr/lib/systemd/system/anacron.service
ConditionACPower: true succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
After: anacron.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: time-sync.target (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: anacron.timer (destination-implicit)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: time-sync.target (origin-file)
References: sysinit.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/anacron -d -q "\$ANACRON_ARGS"
PID: 1132
Start Timestamp: Sun 2026-06-07 10:29:14.990390 CEST
Handoff Timestamp: 4.682ms since start
Exit Timestamp: 5min 24.220ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0238162993c842898cfa002e60501670
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.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:02:00.0-nvme-1-part/by-partlabel/esp
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit final.target:
Description: Late Shutdown Services
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/final.target
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: systemd-halt.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-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-soft-reboot.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: systemd-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 wtmpdb-update-boot.service:
Description: Write boot and shutdown times into wtmpdb
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c764ee2c124c428182810f8c0c2badaa
Documentation: man:wtmpdb(8)
Fragment Path: /usr/lib/systemd/system/wtmpdb-update-boot.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Wants: dbus.socket (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-remount-fs.service (origin-file)
After: dbus.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: dbus.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: graphical.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /var/log (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/wtmpdb boot
PID: 1103
Start Timestamp: Sun 2026-06-07 10:29:14.956053 CEST
Handoff Timestamp: 5.650ms since start
Exit Timestamp: 85.363ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/bin/wtmpdb shutdown
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit boot.mount:
Description: /boot
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/boot.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: e673743532744f11af9311faf29adb53
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-implicit origin-path)
Requires: dev-nvme0n1p2.device (origin-mountinfo)
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (origin-file)
RequiredBy: boot-efi.mount (destination-implicit destination-path)
RequiredBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-mountinfo)
Before: boot-efi.mount (destination-implicit destination-path)
Before: local-fs.target (origin-file origin-mountinfo)
Before: umount.target (origin-mountinfo)
After: system.slice (origin-file)
After: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target (origin-file)
After: dev-nvme0n1p2.device (origin-mountinfo)
After: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (origin-file)
After: -.mount (origin-file origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
StopPropagatedFrom: dev-nvme0n1p2.device (origin-mountinfo)
References: -.mount (origin-file origin-implicit origin-path)
References: local-fs-pre.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: dev-nvme0n1p2.device (origin-mountinfo)
References: blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: blockdev at dev-nvme0n1p2.target (origin-mountinfo)
References: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (origin-file)
References: local-fs.target (origin-file origin-mountinfo)
ReferencedBy: boot-efi.mount (destination-implicit destination-path)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /dev/disk/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895 (origin-file)
RequiresMountsFor: / (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
What: /dev/nvme0n1p2
File System Type: ext4
Options: rw,nodiratime,relatime,discard
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount /dev/disk/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895 /boot -t ext4 -o discard,noatime,nodiratime,relatime
PID: 945
Start Timestamp: Sun 2026-06-07 10:29:14.311253 CEST
Handoff Timestamp: 4.410ms since start
Exit Timestamp: 37.162ms since handoff
Exit Code: exited
Exit Status: 0
? Unit dev-nvme0n1p3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 054a075ca24b4ae2b4f1034b026870c7
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device:
Description: /dev/disk/by-id/dm-uuid-CRYPT-LUKS2-be8bcc715d3c40648f6f003dd42087f7-nvme0n1p3_crypt
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1a2812bcdda64f5b83d7890685accdb7
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.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-uuid-CRYPT-LUKS2-be8bcc715d3c40648f6f003dd42087f7-nvme0n1p3_crypt
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit dev-ttyS1.device:
Description: /dev/ttyS1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d6d18350087a4e5bad65d4b04eb750f5
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 systemd-quotacheck-root.service:
Description: Root File System Quota Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-quotacheck at .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: local-fs.target (origin-file)
Before: systemd-journal-flush.service (destination-file)
Before: shutdown.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-remount-fs.service (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-quotacheck /
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit getty-pre.target:
Description: Preparation for Logins
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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 netavark-dhcp-proxy.socket:
Description: Netavark DHCP proxy socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:45 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: a40519233f4841d4a225b53da665220f
Fragment Path: /usr/lib/systemd/system/netavark-dhcp-proxy.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
RequiredBy: netavark-dhcp-proxy.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: netavark-dhcp-proxy.service (origin-implicit destination-file)
Before: sockets.target (origin-default destination-default)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
Triggers: netavark-dhcp-proxy.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: netavark-dhcp-proxy.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
ReferencedBy: netavark-dhcp-proxy.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/podman/nv-proxy.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: 0660
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: netavark-dhcp-proxy.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/podman/nv-proxy.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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-kernel-config.mount:
Description: Kernel Configuration File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /sys-kernel-config.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 4ea11d39b8d1423db38fd471c0a5f4e5
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 succeeded
ConditionPathExists: /sys/kernel/config succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: modprobe at configfs.service (origin-file)
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
WantedBy: sys-module-configfs.device (destination-udev)
Before: sysinit.target (origin-file)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: modprobe at configfs.service (origin-file)
After: -.mount (origin-implicit origin-path)
References: modprobe at configfs.service (origin-file)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: sys-module-configfs.device (destination-udev)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount configfs /sys/kernel/config -t configfs -o nosuid,nodev,noexec
PID: 772
Start Timestamp: Sun 2026-06-07 10:29:12.818373 CEST
Handoff Timestamp: 3.306ms since start
Exit Timestamp: 1.483ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-udevd.service:
Description: Rule-based Manager for Device Events and Files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-udevd.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-firewall
Invocation ID: d4824127cd124667b3b5e73ac65b1d92
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 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd-varlink.socket (origin-file)
Wants: systemd-udevd-kernel.socket (origin-file)
Wants: systemd-udevd-control.socket (origin-file)
Wants: systemd-udev-load-credentials.service (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: ifupdown-pre.service (destination-file)
WantedBy: systemd-udev-settle.service (destination-file)
WantedBy: systemd-udev-trigger.service (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Conflicts: soft-reboot.target (origin-file)
Conflicts: initrd-switch-root.service (origin-file)
ConflictedBy: initrd-udevadm-cleanup-db.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: plymouth-start.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: soft-reboot.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-soft-reboot.service (origin-file)
Before: initrd-switch-root.service (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-udevd-kernel.socket (origin-file destination-implicit)
After: systemd-udevd-varlink.socket (origin-file destination-implicit)
After: systemd-hwdb-update.service (origin-file)
After: system.slice (origin-file)
After: systemd-udev-load-credentials.service (destination-file)
After: systemd-sysusers.service (origin-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-udevd-control.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-varlink.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit)
TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit)
References: systemd-udevd-kernel.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-soft-reboot.service (origin-file)
References: soft-reboot.target (origin-file)
References: initrd-switch-root.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-hwdb-update.service (origin-file)
References: systemd-udev-load-credentials.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd-control.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd-varlink.socket (origin-file)
References: systemd-sysusers.service (origin-file)
ReferencedBy: systemd-udevd-varlink.socket (destination-implicit)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: systemd-udevd-control.socket (destination-implicit)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd-kernel.socket (destination-implicit)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.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: ready
OOMPolicy: continue
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: 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
MemoryTHP: inherit
PrivateBPF: no
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: mlock2 vfork timerfd_settime64 timerfd_gettime64 getrusage statmount close_range sigprocmask shmctl getuid sysinfo epoll_wait copy_file_range poll clock_getres_time64 getegid32 fallocate unlink fchmod mlock mremap pause mprotect setgid32 io_uring_register get_thread_area ftruncate set_thread_area getgid migrate_pages ppoll truncate sched_rr_get_interval io_getevents stat64 getresgid lstat64 capget statfs64 inotify_rm_watch fadvise64 init_module timer_getoverrun oldlstat rmdir restart_syscall io_setup setpriority getresgid32 waitid getpgrp fchown setgroups landlock_restrict_self rt_sigqueueinfo eventfd timer_settime getpgid nanosleep fstat chown32 sched_setscheduler msgrcv syncfs getcwd pidfd_send_signal pciconfig_write close open_tree oldfstat clock_gettime getxattr sched_yield utimensat_time64 getgid32 getresuid32 chdir recv getsockname setregid32 sched_setattr listxattr oldstat setsid dup getgroups32 sched_getattr epoll_ctl_old ioprio_get lstat mmap2 io_pgetevents execve setxattrat futimesat process_vm_readv pread64 chmod fstatat64 mq_timedreceive sendmsg s390_pci_mmio_write sendfile io_pgetevents_time64 sync setfsuid statfs stat setpgid faccessat2 readlinkat brk semctl pidfd_open getsid inotify_init msgget newfstatat set_robust_list personality lsm_get_self_attr getdents mq_timedsend_time64 futex_time64 memfd_create clone3 olduname fremovexattr epoll_ctl ipc msgsnd lchown32 riscv_flush_icache alarm chown open fork munmap umask pciconfig_iobase setregid userfaultfd times rt_sigreturn sync_file_range2 arch_prctl keyctl timerfd_settime timer_gettime get_mempolicy rt_sigpending listen unshare accept4 futex_waitv msync fchmodat2 recvmmsg_time64 listxattrat fcntl64 sendto geteuid32 nice inotify_add_watch execveat sigaction getuid32 mq_open read utimes lsetxattr getitimer tkill epoll_create1 seccomp timer_settime64 sched_setparam fstatfs clock_getres signalfd4 timer_create sched_get_priority_min dup2 mq_timedsend io_uring_enter listmount kill riscv_hwprobe oldolduname getxattrat sigpending fgetxattr rt_sigtimedwait_time64 openat getcpu waitpid readahead write rt_tgsigqueueinfo rseq getppid epoll_pwait semtimedop_time64 setuid process_madvise getpid prlimit64 remap_file_pages rename msgctl cacheflush recvfrom geteuid request_key getrlimit fadvise64_64 signal semtimedop removexattr eventfd2 iopl mq_unlink rt_sigsuspend sigreturn bpf socket timer_gettime64 pciconfig_read get_robust_list sched_rr_get_interval_time64 semget writev fstat64 clock_nanosleep_time64 epoll_wait_old shmget _newselect connect pipe2 setreuid getgroups sendfile64 pipe setresgid32 clock_gettime64 mseal getsockopt unlinkat shmdt io_submit landlock_create_ruleset mlockall setitimer pselect6_time64 signalfd rt_sigprocmask tee renameat2 readdir mknodat setns fchmodat name_to_handle_at mq_getsetattr truncate64 shmat sched_getparam accept flistxattr llistxattr setgid renameat send lseek kcmp fsetxattr ppoll_time64 readv socketcall rt_sigaction setfsgid semop ugetrlimit sync_file_range clone symlinkat sched_get_priority_max uretprobe socketpair io_uring_setup wait4 fcntl sigsuspend munlock inotify_init1 set_mempolicy madvise setfsgid32 setresuid32 setresgid recvmsg tgkill s390_pci_mmio_read fchownat statx select landlock_add_rule mkdirat access lsm_list_modules openat2 fstatfs64 time futex lchown utimensat setuid32 mq_timedreceive_time64 swapcontext flock epoll_pwait2 ioctl timerfd_create arm_fadvise64_64 fsync utime munlockall io_cancel creat ioperm dup3 move_pages fchown32 link ftruncate64 membarrier finit_module pselect6 bind fchdir getresuid mbind delete_module _llseek gettid sched_setaffinity linkat prctl mkdir add_key readlink lremovexattr epoll_create set_mempolicy_home_node exit fdatasync capset symlink getpriority getpeername vmsplice setrlimit pwritev2 timerfd_gettime set_tls setresuid getdents64 recvmmsg sched_getaffinity uname mknod exit_group setreuid32 preadv setgroups32 pwrite64 setsockopt rt_sigtimedwait gettimeofday pwritev mq_notify clock_nanosleep mmap getrandom shutdown timer_delete setxattr removexattrat process_vm_writev getegid set_tid_address faccessat ioprio_set lgetxattr sendmmsg sigaltstack splice sched_getscheduler preadv2 setfsuid32 io_destroy
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-udevd
PID: 784
Start Timestamp: Sun 2026-06-07 10:29:12.848341 CEST
Handoff Timestamp: 18.703ms since start
Status Text: Processing requests...
File Descriptor Store Max: 512
File Descriptor Store Pin: yes
File Descriptor Store Current: 1
File Descriptor Store Entry: 'inotify' (type=n/a; dev=0:17; inode=48; rdev=0:0; path=anon_inode:inotify; access=ro)
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: (none)
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
DelegateSubgroup: udev
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
IPAddressDeny: ::/0
IPAddressDeny: 0.0.0.0/0
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0044ccdcc0994c3ba1c1be088b8cf2e1
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 udisks2.service:
Description: Disk Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/udisks2.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: a097e414e4c94faaa368c59ee0f7559b
Documentation: man:udisks(8)
Fragment Path: /usr/lib/systemd/system/udisks2.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: dbus.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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1146
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/udisks2/udisksd
PID: 1146
Start Timestamp: Sun 2026-06-07 10:29:15.005938 CEST
Handoff Timestamp: 4.715ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 48332f9d5c6148ff8f5338c34f94b88a
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\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:02:00.0-nvme-1-part/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-journald-dev-log.socket:
Description: Journal Socket (/dev/log)
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c16c8b4b266e41f1975625d8b786cc13
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald-dev-log.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (origin-implicit destination-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-journald.service (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
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald-dev-log.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Timestamping: us
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-nvme0n1p2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0db14cd5b8e6445a9bd433cd41eb3369
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2ddiskseq-1\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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev,found-mount
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 895f6890480d4eeda567f1d92d1a1f1a
Documentation: man:systemd-sysctl.service(8)
Documentation: man:sysctl.d(5)
Fragment Path: /usr/lib/systemd/system/systemd-sysctl.service
ConditionPathIsReadWrite: /proc/sys/net succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-networkd.service (destination-file)
Before: shutdown.target (origin-file)
Before: networking.service (destination-file)
After: systemd-modules-load.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-modules-load.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: sysinit.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysctl
PID: 776
Start Timestamp: Sun 2026-06-07 10:29:12.829361 CEST
Handoff Timestamp: 3.388ms since start
Exit Timestamp: 2.671ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd-ask-password-console.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-console.path
ConditionPathExists: !/run/plymouth/pid failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: -.mount (origin-file origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-ask-password-console.service (origin-implicit)
Before: emergency.service (origin-file)
Before: cryptsetup.target (origin-file)
Before: shutdown.target (origin-file)
Before: paths.target (origin-file)
After: -.mount (origin-file origin-path)
After: plymouth-start.service (origin-file)
Triggers: systemd-ask-password-console.service (origin-implicit)
References: shutdown.target (origin-file)
References: emergency.service (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-ask-password-console.service (origin-implicit)
References: cryptsetup.target (origin-file)
References: paths.target (origin-file)
References: plymouth-start.service (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 systemd-halt.service:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-halt.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-halt.service
Success Action: halt-force
Requires: system.slice (origin-file)
Requires: final.target (origin-file)
Requires: shutdown.target (origin-file)
Requires: umount.target (origin-file)
RequiredBy: halt.target (destination-file)
Before: halt.target (destination-file)
After: system.slice (origin-file)
After: final.target (origin-file)
After: plymouth-halt.service (destination-file)
After: systemd-journald.socket (origin-file)
After: shutdown.target (origin-file)
After: umount.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: final.target (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: umount.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-networkd-resolve-hook.socket:
Description: Network Management Resolve Hook Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-resolve-hook.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: network-pre.target (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: network-pre.target (origin-file)
References: systemd-networkd.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/resolve.hook/io.systemd.Network (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: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: resolve-hook
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/resolve.hook/io.systemd.Network
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-repart.service:
Description: Repartition Root Disk
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-repart.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-repart.service
ConditionDirectoryNotEmpty: |/sysusr/usr/local/lib/repart.d failed
ConditionDirectoryNotEmpty: |/sysusr/usr/lib/repart.d failed
ConditionDirectoryNotEmpty: |/run/repart.d failed
ConditionDirectoryNotEmpty: |/etc/repart.d failed
ConditionDirectoryNotEmpty: |/usr/local/lib/repart.d failed
ConditionDirectoryNotEmpty: |/usr/lib/repart.d failed
ConditionVirtualization: !container succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: initrd-root-fs.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: initrd-root-fs.target (origin-file)
Before: factory-reset-now.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-tpm2-setup-early.service (origin-file)
After: system.slice (origin-file)
After: initrd-usr-fs.target (origin-file)
After: systemd-tmpfiles-setup-dev.service (origin-file)
References: initrd-usr-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: initrd-root-fs.target (origin-file)
References: factory-reset-now.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: systemd-tpm2-setup-early.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: initrd-root-fs.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-repart --dry-run=no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit network-online.target:
Description: Network is Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 15e9a5fe37c0404b9403b7cfed5ae174
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network-online.target
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Wants: NetworkManager-wait-online.service (origin-file)
Wants: networking.service (origin-file)
WantedBy: docker.service (destination-file)
WantedBy: cups-browsed.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
Before: cups-browsed.service (destination-file)
Before: docker.service (destination-file)
Before: apt-daily.service (destination-file)
Before: shutdown.target (origin-default)
After: network.target (origin-file)
After: networking.service (destination-file)
After: NetworkManager-wait-online.service (origin-default destination-file)
References: network.target (origin-file)
References: networking.service (origin-file)
References: shutdown.target (origin-default)
References: NetworkManager-wait-online.service (origin-file origin-default)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: docker.service (destination-file)
ReferencedBy: cups-browsed.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: poweroff.target (destination-file)
WantedBy: kexec.target (destination-file)
WantedBy: halt.target (destination-file)
WantedBy: reboot.target (destination-file)
Conflicts: dracut-shutdown.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: dracut-shutdown.service (origin-file)
After: plymouth-poweroff.service (origin-file)
After: plymouth-halt.service (origin-file)
After: plymouth-kexec.service (origin-file)
After: plymouth-reboot.service (origin-file)
After: mkinitcpio-generate-shutdown-ramfs.service (origin-file)
References: plymouth-poweroff.service (origin-file)
References: systemd-journald.socket (origin-file)
References: mkinitcpio-generate-shutdown-ramfs.service (origin-file)
References: plymouth-reboot.service (origin-file)
References: dracut-shutdown.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: plymouth-halt.service (origin-file)
References: plymouth-kexec.service (origin-file)
ReferencedBy: poweroff.target (destination-file)
ReferencedBy: kexec.target (destination-file)
ReferencedBy: halt.target (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: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --new-root-dir=/run/initramfs
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartlabel-boot.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5a51dc44a16443d5816b26205b956a98
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.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-partlabel/boot
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 452d235a02664e528bd89f78a7b0e7b4
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/local-fs-pre.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
WantedBy: systemd-remount-fs.service (destination-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
WantedBy: systemd-tmpfiles-setup-dev.service (destination-file)
WantedBy: keyboard-setup.service (destination-file)
WantedBy: systemd-hibernate-resume.service (destination-file)
WantedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
WantedBy: systemd-confext-initrd.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: boot-efi.mount (destination-mountinfo)
Before: boot.mount (destination-mountinfo)
Before: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Before: run-user-1000.mount (destination-mountinfo)
Before: local-fs.target (destination-file)
After: systemd-hibernate-resume.service (destination-file)
After: keyboard-setup.service (destination-file)
After: systemd-tmpfiles-setup-dev-early.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-tmpfiles-setup-dev.service (destination-file)
After: systemd-remount-fs.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: boot-efi.mount (destination-mountinfo)
ReferencedBy: boot.mount (destination-mountinfo)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-mountinfo)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
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 dev-tpm0.device:
Description: /dev/tpm0
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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: dead
Device Path: n/a
Sysfs Path: n/a
Found: n/a
? Unit syslog.socket:
Description: Syslog Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/SYSLOG
Fragment Path: /usr/lib/systemd/system/syslog.socket
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Conflicts: emergency.service (origin-file)
Before: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-journald.service (destination-file)
Before: emergency.service (origin-file)
Before: syslog.service (origin-implicit)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: syslog.service (origin-implicit)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: emergency.service (origin-file)
References: syslog.service (origin-implicit)
References: -.mount (origin-file origin-path)
ReferencedBy: systemd-journald.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: 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
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: no
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: syslog.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-sysusers.service:
Description: Create System Users
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 failed
ConditionNeedsUpdate: |/etc failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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-journalctl.socket (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-update-done.service (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (destination-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-update-done.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup-dev.service (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-remount-fs.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: systemd-journalctl.socket (destination-file)
ReferencedBy: systemd-firstboot.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysusers
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-snd-by\x2dpath-pci\x2d0000:c1:00.1.device:
Description: /dev/snd/by-path/pci-0000:c1:00.1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e4f951d3c3934e92b82485b8ffe8af12
Following: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device
Following Set Member: dev-snd-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:c1:00.1
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.1/sound/card0/controlC0
Found: found-udev
? Unit emergency.service:
Description: Emergency Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sulogin(8)
Fragment Path: /usr/lib/systemd/system/emergency.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
RequiredBy: emergency.target (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: rescue.service (origin-file)
ConflictedBy: systemd-ask-password-console.service (destination-file)
ConflictedBy: sysinit.target (destination-file)
ConflictedBy: syslog.socket (destination-file)
ConflictedBy: systemd-ask-password-wall.path (destination-file)
ConflictedBy: systemd-ask-password-console.path (destination-file)
Before: emergency.target (destination-file)
Before: rescue.service (origin-file)
Before: initrd-switch-root.target (destination-file)
Before: shutdown.target (origin-file)
After: systemd-ask-password-console.service (destination-file)
After: syslog.socket (destination-file)
After: system.slice (origin-file)
After: systemd-ask-password-wall.path (destination-file)
After: sysinit.target (destination-file)
After: systemd-ask-password-console.path (destination-file)
After: -.mount (origin-file origin-path)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
References: rescue.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: syslog.socket (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-ask-password-wall.path (destination-file)
ReferencedBy: systemd-ask-password-console.path (destination-file)
ReferencedBy: emergency.target (destination-file)
ReferencedBy: sysinit.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sulogin-shell emergency
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit syslog.service:
Description: syslog.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
After: syslog.socket (destination-implicit)
TriggeredBy: syslog.socket (destination-implicit)
ReferencedBy: syslog.socket (destination-implicit)
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 2f9164b2656f4ebf8aede9e2716f1113
Documentation: man:kmod(8)
Fragment Path: /usr/lib/systemd/system/kmod-static-nodes.service
ConditionPathExists: /usr/bin/kmod succeeded
ConditionFileNotEmpty: /lib/modules/7.0.10+deb14-amd64/modules.devname succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-tmpfiles-setup-dev-early.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-tmpfiles-setup-dev-early.service (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/static-nodes.conf
PID: 757
Start Timestamp: Sun 2026-06-07 10:29:12.806441 CEST
Handoff Timestamp: 4.138ms since start
Exit Timestamp: 4.393ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-dm\x2d0.device:
Description: /dev/dm-0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 86233d3604014f4dadb44de7c7b50157
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.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/dm-0
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit systemd-oomd.service:
Description: systemd-oomd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: user at 1000.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
? Unit systemd-creds.socket:
Description: Credential Encryption/Decryption
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 8239fd96b81b47fead2d0e6a612d73bd
Documentation: man:systemd-creds(1)
Fragment Path: /usr/lib/systemd/system/systemd-creds.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
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
Symlinks: /run/varlink/registry/io.systemd.Credentials
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:agetty(8)
Documentation: man:systemd-getty-generator(8)
Fragment Path: /usr/lib/systemd/system/getty-static.service
ConditionPathExists: !/usr/bin/dbus-broker succeeded
ConditionPathExists: !/usr/bin/dbus-daemon failed
ConditionPathExists: /dev/tty0 untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: getty.target (destination-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: sysinit.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit docker.service:
Description: Docker Application Container Engine
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/docker.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: cpu cpuset io memory pids
CGroup delegate mask: cpu cpuset io memory pids
Invocation ID: 1fda385b6e9b4e8ead00b87027b07dcc
Documentation: https://docs.docker.com
Fragment Path: /usr/lib/systemd/system/docker.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: docker.socket (origin-file)
Requires: sysinit.target (origin-default)
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: docker.socket (origin-file destination-implicit)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: nss-lookup.target (origin-file)
After: network-online.target (origin-file)
After: firewalld.service (origin-file)
After: systemd-journald.socket (origin-file)
After: time-set.target (origin-file)
After: containerd.service (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: docker.socket (destination-implicit)
References: nss-lookup.target (origin-file)
References: shutdown.target (origin-default)
References: time-set.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: docker.socket (origin-file)
References: firewalld.service (origin-file)
References: sysinit.target (origin-default)
References: containerd.service (origin-file)
References: network-online.target (origin-file)
References: systemd-journald.socket (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: ready
OOMPolicy: continue
ReloadSignal: HUP
Main PID: 1326
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
MemoryTHP: inherit
PrivateBPF: no
EnvironmentFile: -/etc/default/docker
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock "\$DOCKER_OPTS"
PID: 1326
Start Timestamp: Sun 2026-06-07 10:29:15.319088 CEST
Handoff Timestamp: 27.160ms since start
? ExecReload:
Command Line: /bin/kill -s HUP "\$MAINPID"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu cpuset io memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e8208b5b0a384f6d8769887342184553
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02: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:02:00.0-nvme-1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit boot-efi.mount:
Description: /boot/efi
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/boot-efi.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 595234579a334ee6be5a63580828ed01
Documentation: man:fstab(5)
Documentation: man:systemd-fstab-generator(8)
Fragment Path: /run/systemd/generator/boot-efi.mount
Source Path: /etc/fstab
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (origin-file)
Requires: boot.mount (origin-implicit origin-path)
Requires: dev-nvme0n1p1.device (origin-mountinfo)
Requires: -.mount (origin-file origin-implicit origin-path)
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: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: boot.mount (origin-implicit origin-path)
After: dev-nvme0n1p1.device (origin-mountinfo)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-implicit origin-path)
After: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (origin-file)
After: blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target (origin-file)
StopPropagatedFrom: dev-nvme0n1p1.device (origin-mountinfo)
References: local-fs.target (origin-file origin-mountinfo)
References: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (origin-file)
References: blockdev at dev-nvme0n1p1.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-mountinfo)
References: blockdev at dev-disk-by\x2duuid-3F0E\x2d9DBA.target (origin-file)
References: boot.mount (origin-implicit origin-path)
References: -.mount (origin-file origin-implicit origin-path)
References: dev-nvme0n1p1.device (origin-mountinfo)
ReferencedBy: local-fs.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /boot (origin-implicit)
RequiresMountsFor: /dev/disk/by-uuid/3F0E-9DBA (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/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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount /dev/disk/by-uuid/3F0E-9DBA /boot/efi -t vfat -o umask=0077
PID: 969
Start Timestamp: Sun 2026-06-07 10:29:14.816754 CEST
Handoff Timestamp: 45.725ms since start
Exit Timestamp: 25.902ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-udevd-varlink.socket:
Description: udev Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 7db84423cdd245cf971690ae74795a6c
Documentation: man:systemd-udevd-varlink.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-varlink.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: -.mount (origin-file origin-path)
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)
References: -.mount (origin-file origin-path)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/udev/io.systemd.Udev (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: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
ListenStream: /run/udev/io.systemd.Udev
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Udev
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit firewalld.service:
Description: firewalld.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: docker.service (destination-file)
ReferencedBy: docker.service (destination-file)
? Unit sys-subsystem-bluetooth-devices-hci0.device:
Description: /sys/subsystem/bluetooth/devices/hci0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c30ef1425c8847ac940ce0c358b26018
Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.3-usb1-1\x2d5-1\x2d5:1.0-bluetooth-hci0.device
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Device State: plugged
Device Path: /sys/subsystem/bluetooth/devices/hci0
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.3/usb1/1-5/1-5:1.0/bluetooth/hci0
Found: found-udev
? Unit systemd-udevd-control.socket:
Description: udev Control Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c8053f3f73844d94bf5f1cde4c299128
Documentation: man:systemd-udevd-control.socket(8)
Documentation: man:udev(7)
Fragment Path: /usr/lib/systemd/system/systemd-udevd-control.socket
ConditionPathIsReadWrite: /sys succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-udevd.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-udevd.service (origin-implicit destination-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-udevd.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-udevd.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sockets.target (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: systemd-udevd-control.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit docker.socket:
Description: Docker Socket for the API
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/docker.socket
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 853d02b6460240a6b07f9cc64e228e4a
Fragment Path: /usr/lib/systemd/system/docker.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
RequiredBy: docker.service (destination-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
Before: shutdown.target (origin-default)
Before: docker.service (origin-implicit destination-file)
After: system.slice (origin-file)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: docker.service (origin-implicit)
References: sockets.target (origin-default)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: docker.service (origin-implicit)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: docker.service (destination-file)
ReferencedBy: sockets.target (destination-file destination-default)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: docker.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-ttyS3.device:
Description: /dev/ttyS3
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5c706226c08547e6a960072b3b6ba693
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 hybrid-sleep.target:
Description: Hybrid Suspend+Hibernate
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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)
Wants: grub2-common.service (origin-file)
Before: grub2-common.service (destination-file)
After: systemd-hybrid-sleep.service (origin-file)
References: grub2-common.service (origin-file)
References: grub-common.service (origin-file)
References: systemd-hybrid-sleep.service (origin-file)
ReferencedBy: grub2-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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 systemd-pstore.service:
Description: Platform Persistent Storage Archival
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pstore(8)
Fragment Path: /usr/lib/systemd/system/systemd-pstore.service
ConditionVirtualization: !container succeeded
ConditionDirectoryNotEmpty: /sys/fs/pstore failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: -.mount (origin-file 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: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: modprobe at efi_pstore.service (origin-file)
After: systemd-remount-fs.service (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: systemd-remount-fs.service (origin-file)
References: modprobe at efi_pstore.service (origin-file)
References: shutdown.target (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pstore
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-hostnamed.socket:
Description: Hostname Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:45 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: e403dc4e83d749f3ad2523956d566012
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: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-hostnamed.service (origin-implicit)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-hostnamed.service (origin-implicit)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-hostnamed.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.Hostname (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/io.systemd.Hostname
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.Hostname
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit rescue.service:
Description: Rescue Shell
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:sulogin(8)
Fragment Path: /usr/lib/systemd/system/rescue.service
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
RequiredBy: rescue.target (destination-file)
Conflicts: shutdown.target (origin-file)
ConflictedBy: emergency.service (destination-file)
ConflictedBy: multi-user.target (destination-file)
ConflictedBy: graphical.target (destination-file)
ConflictedBy: getty at tty1.service (destination-file)
Before: multi-user.target (destination-file)
Before: rescue.target (destination-file)
Before: shutdown.target (origin-file)
Before: graphical.target (destination-file)
Before: initrd.target (destination-file)
After: system.slice (origin-file)
After: getty at tty1.service (destination-file)
After: emergency.service (destination-file)
After: sysinit.target (origin-file)
After: plymouth-start.service (origin-file)
After: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: plymouth-start.service (origin-file)
ReferencedBy: rescue.target (destination-file)
ReferencedBy: getty at tty1.service (destination-file)
ReferencedBy: emergency.service (destination-file)
ReferencedBy: graphical.target (destination-file)
ReferencedBy: multi-user.target (destination-file)
ReferencedBy: initrd.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: plymouth --wait quit
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sulogin-shell rescue
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0d0e845e033944509de5f110aaf72ed2
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 systemd-confext-initrd.service:
Description: Merge System Configuration Images into /etc/ of the initrd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-confext-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-confext-initrd.service
ConditionKernelCommandLine: !rd.systemd.confext=0 untested
ConditionPathExists: /etc/initrd-release untested
ConditionDirectoryNotEmpty: |/.extra/global_confext untested
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)
Wants: modprobe at loop.service (origin-file)
Wants: cryptsetup-pre.target (origin-file)
Wants: local-fs-pre.target (origin-file)
Wants: modprobe at dm_mod.service (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
After: systemd-journald.socket (origin-file)
After: modprobe at loop.service (origin-file)
After: modprobe at dm_mod.service (origin-file)
After: system.slice (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
References: modprobe at loop.service (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: modprobe at dm_mod.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: cryptsetup-pre.target (origin-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-confext refresh
? ExecReload:
Command Line: systemd-confext refresh
? ExecStop:
Command Line: systemd-confext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit modprobe at drm.service:
Description: Load Kernel Module drm
Instance: drm
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !drm failed
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: no
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-logind.service (destination-file)
Before: sysinit.target (origin-file)
Before: systemd-logind.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system-modprobe.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq drm
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e5cc9b7f9255481cb29a03ee7279d321
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.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:02:00.0-nvme-1-part/by-uuid/3F0E-9DBA
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? 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: Sun 2026-06-07 10:29:45 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: Sun 2026-06-07 10:29:45 CEST
Inactive Enter Timestamp: Sun 2026-06-07 10:29:45 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids bpf-firewall bpf-devices
Invocation ID: 6f83f4a3a741407190adfbd3e6ea3d35
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: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
After: systemd-hostnamed.socket (destination-implicit)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-hostnamed.socket (destination-implicit)
References: -.mount (origin-file origin-path)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-hostnamed.socket (destination-implicit)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (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: (null)
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: disconnected
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
MemoryTHP: inherit
PrivateBPF: no
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: signalfd4 tgkill waitid setfsgid exit_group rt_sigprocmask futimesat sched_rr_get_interval copy_file_range ipc creat uretprobe lgetxattr setresuid32 getcpu restart_syscall setrlimit io_pgetevents_time64 open_tree get_thread_area setitimer _newselect swapcontext sigaltstack io_uring_enter setsid shmget epoll_wait lsm_get_self_attr mlockall epoll_wait_old io_uring_register munlockall bind setsockopt sendfile64 sched_get_priority_min setreuid getpeername io_getevents execveat mkdir unshare cacheflush lstat64 ioprio_set signalfd inotify_init symlinkat epoll_ctl statmount msync truncate64 close vmsplice fcntl lremovexattr setuid semtimedop getrlimit time tkill setns oldolduname getrandom mq_timedreceive memfd_create getegid32 socketcall utimensat preadv2 timer_delete sendmsg fchdir getuid oldlstat inotify_init1 mq_timedreceive_time64 userfaultfd getresgid getpgid accept4 geteuid32 faccessat2 personality getsockname timer_gettime64 pause linkat kcmp set_tid_address pread64 utimensat_time64 execve rt_sigtimedwait_time64 shmat mknodat landlock_add_rule set_tls setxattr setpriority mq_unlink fchmodat2 oldfstat setresgid io_submit fadvise64_64 sendto getpid chown sendmmsg select mq_timedsend_time64 chown32 fremovexattr tee sendfile add_key mlock2 lstat timerfd_gettime fstat64 mlock getpriority fstatfs recvmmsg_time64 sched_get_priority_max setfsuid32 sysinfo ugetrlimit landlock_create_ruleset unlinkat fgetxattr mmap process_madvise getdents lsetxattr send move_pages pwritev2 removexattr chmod read get_robust_list clone mq_notify setpgid socketpair futex_time64 llistxattr flock shutdown fsync capset rmdir keyctl getpgrp nice geteuid setresgid32 gettid lseek sched_setscheduler io_pgetevents oldstat migrate_pages sigprocmask inotify_add_watch alarm pipe timerfd_gettime64 writev pselect6 setxattrat capget setgid clock_nanosleep clock_getres lsm_list_modules clock_gettime munlock setuid32 semget sched_getaffinity dup2 getrusage symlink openat2 mknod getppid timer_settime64 dup3 setfsuid clock_nanosleep_time64 newfstatat vfork setgroups setregid32 getxattrat set_thread_area getcwd sched_setparam rt_sigaction mq_getsetattr sethostname fchown32 fchownat exit timerfd_settime io_destroy setregid pselect6_time64 kill truncate riscv_hwprobe clock_getres_time64 lchown utimes recv arch_prctl lchown32 set_robust_list rename epoll_pwait readlink unlink splice fstat fadvise64 timer_gettime sched_getscheduler sched_getparam io_uring_setup sigreturn ppoll_time64 readdir msgget renameat socket semctl _llseek ftruncate64 sigaction brk shmctl removexattrat wait4 mremap uname dup setgid32 recvmsg process_vm_writev rt_sigqueueinfo statx munmap landlock_restrict_self msgctl set_mempolicy_home_node prctl access epoll_pwait2 preadv listmount pwritev mkdirat arm_fadvise64_64 stat64 remap_file_pages sync_file_range pidfd_send_signal prlimit64 poll statfs stat listxattrat ioctl fdatasync getgid32 fstatfs64 get_mempolicy clock_gettime64 readlinkat clone3 mseal ftruncate getgid membarrier rt_sigpending epoll_create getgroups setgroups32 getdents64 gettimeofday timer_getoverrun fchown openat statfs64 renameat2 setfsgid32 madvise getresuid timerfd_settime64 sync_file_range2 inotify_rm_watch readv rt_tgsigqueueinfo mq_timedsend request_key close_range getxattr accept flistxattr eventfd pwrite64 getresgid32 signal timerfd_create fchmodat mprotect getuid32 getsid sched_yield name_to_handle_at process_vm_readv fcntl64 semop riscv_flush_icache futex_waitv open getegid ioprio_get listen pidfd_open timer_settime fork eventfd2 rt_sigtimedwait mbind seccomp sched_getattr epoll_ctl_old epoll_create1 getgroups32 readahead io_setup shmdt sched_setattr ppoll semtimedop_time64 getitimer timer_create io_cancel recvfrom waitpid sigsuspend rt_sigreturn rt_sigsuspend write fchmod mq_open listxattr futex utime olduname nanosleep getresuid32 fsetxattr sync link rseq setreuid32 connect recvmmsg mmap2 sched_rr_get_interval_time64 chdir fallocate getsockopt times faccessat set_mempolicy umask sched_setaffinity sigpending setresuid syncfs msgsnd msgrcv fstatat64 pipe2
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hostnamed
PID: 1221
Start Timestamp: Sun 2026-06-07 10:29:15.044638 CEST
Handoff Timestamp: 25.600ms since start
Exit Timestamp: 30.052313s since handoff
Exit Code: exited
Exit Status: 0
Status Text: Shutting down...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: /dev/vsock r
IPAddressDeny: ::/0
IPAddressDeny: 0.0.0.0/0
? Unit initrd-root-device.target:
Description: Initrd Root Device
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-device.target
AssertPathExists: /etc/initrd-release untested
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)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit man-db.timer:
Description: Daily man-db regeneration
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 37033975e066443db602b6a8e7160d87
Documentation: man:mandb(8)
Fragment Path: /usr/lib/systemd/system/man-db.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: man-db.service (origin-implicit)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: man-db.service (origin-implicit)
References: time-sync.target (origin-default)
References: -.mount (origin-file origin-path)
References: man-db.service (origin-implicit)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
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: man-db.service
Persistent: yes
WakeSystem: no
Accuracy: 1min
RemainAfterElapse: yes
FixedRandomDelay: no
OnClockChange: no
OnTimeZoneChange: no
DeferReactivation: no
OnCalendar: *-*-* 00:00:00
? Unit systemd-pcrphase-sysinit.service:
Description: TPM PCR Barrier (Initialization)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase-sysinit.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase-sysinit.service
Failure Action: reboot-force
ConditionSecurity: measured-os failed
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: basic.target (origin-file)
After: systemd-journald.socket (origin-file)
After: tpm2.target (origin-file)
After: system.slice (origin-file)
After: sysinit.target (origin-file)
References: basic.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-file)
References: tpm2.target (origin-file)
References: systemd-journald.socket (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful sysinit
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful final
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-pcrextend.socket:
Description: TPM PCR Measurements
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrextend(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrextend.socket
ConditionSecurity: measured-os failed
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: no
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: -.mount (origin-file origin-path)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: tpm2.target (origin-file)
References: -.mount (origin-file 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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
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
Symlinks: /run/varlink/registry/io.systemd.PCRExtend
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-hibernate-resume.service:
Description: Resume from hibernation
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: system.slice (origin-file)
After: systemd-battery-check.service (destination-file)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs-pre.target (origin-file)
References: systemd-journald.socket (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-hibernate-resume
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-userdb-load-credentials.service:
Description: Load JSON user/group Records from Credentials
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c070e77738bc4b93ba54e06ecc94d390
Documentation: man:systemd-userdb(8)
Documentation: man:systemd.system-credentials(7)
Fragment Path: /usr/lib/systemd/system/systemd-userdb-load-credentials.service
ConditionPathExists: !/etc/initrd-release succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: systemd-userdbd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: nss-user-lookup.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-user-sessions.service (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: nss-user-lookup.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: systemd-userdbd.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: userdbctl load-credentials
PID: 979
Start Timestamp: Sun 2026-06-07 10:29:14.905562 CEST
Handoff Timestamp: 4.342ms since start
Exit Timestamp: 1.916ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 116bfae703c44d4fbbc05f1f7c5664f1
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-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-partuuid/b50757cf-90d6-4c31-ab5e-3dfedde90247
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit network-pre.target:
Description: Preparation for Network
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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: NetworkManager.service (destination-file)
Before: network.target (destination-file)
Before: systemd-networkd.service (destination-file)
Before: systemd-networkd-resolve-hook.socket (destination-file)
Before: networking.service (destination-file)
References: shutdown.target (origin-default)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: network.target (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit initrd-fs.target:
Description: Initrd File Systems
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-fs.target
AssertPathExists: /etc/initrd-release untested
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: initrd-cleanup.service (destination-file)
After: initrd-parse-etc.service (origin-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: initrd-parse-etc.service (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f1f48ca6c00b40bd99cc2f00b232098c
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-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/nvme-GBDriver_GX1_GX100000011A00001028_1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-ask-password-wall.path:
Description: Forward Password Requests to Wall Directory Watch
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ab3170a463344c4a9c2a2a346c587679
Documentation: man:systemd-ask-password-wall.path(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.path
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
WantedBy: multi-user.target (destination-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: paths.target (origin-file)
Before: systemd-ask-password-wall.service (origin-implicit)
Before: shutdown.target (origin-file)
Before: cryptsetup.target (origin-file)
Before: emergency.service (origin-file)
After: -.mount (origin-file origin-path)
Triggers: systemd-ask-password-wall.service (origin-implicit)
References: paths.target (origin-file)
References: systemd-ask-password-wall.service (origin-implicit)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
References: -.mount (origin-file origin-path)
References: emergency.service (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 rc-local.service:
Description: rc-local.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: plymouth-quit.service (destination-file)
Before: plymouth-quit-wait.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
? Unit systemd-userdbd.socket:
Description: User Database Manager Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 1e5a44910b8e4772b8baf4672453b927
Documentation: man:systemd-userdbd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-userdbd.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
RequiredBy: systemd-userdbd.service (destination-file)
WantedBy: sockets.target (destination-file)
Before: systemd-userdbd.service (origin-implicit)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-userdbd.service (origin-implicit)
References: systemd-userdbd.service (origin-implicit)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-userdbd.service (destination-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/userdb/io.systemd.Multiplexer (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: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/userdb/io.systemd.Multiplexer
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 20
PollLimitIntervalSec: 2s
PollLimitBurst: 15
SocketProtocol: ip
Symlinks: /run/systemd/userdb/io.systemd.NameServiceSwitch /run/systemd/userdb/io.systemd.DropIn /run/varlink/registry/io.systemd.UserDatabase
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1\x2dpart1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 28037dc5b00d48c7bac1f7dbe13f0db3
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2ddesignator-esp.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit plymouth-switch-root.service:
Description: Plymouth switch root service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.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: yes
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/plymouth update-root-fs --new-root-dir=/sysroot
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.0-drm-card0-card0\x2deDP\x2d1-amdgpu_bl0.device:
Description: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.0/drm/card0/card0-eDP-1/amdgpu_bl0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 5d07087bfeca4b3d933ef36aafd7bc6a
Wants: systemd-backlight at backlight:amdgpu_bl0.service (origin-udev)
References: systemd-backlight at backlight:amdgpu_bl0.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:08.1/0000:c1:00.0/drm/card0/card0-eDP-1/amdgpu_bl0
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.0/drm/card0/card0-eDP-1/amdgpu_bl0
Found: found-udev
udev SYSTEMD_WANTS: systemd-backlight at backlight:amdgpu_bl0.service
? Unit systemd-journald.socket:
Description: Journal Sockets
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: cdf4d380bf1848a4b0cb0d3045532e11
Documentation: man:systemd-journald.service(8)
Documentation: man:journald.conf(5)
Fragment Path: /usr/lib/systemd/system/systemd-journald.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
RequiredBy: systemd-journald.service (destination-file)
WantedBy: sockets.target (destination-file)
WantedBy: systemd-journald.service (destination-file)
Before: apparmor.service (destination-file)
Before: modprobe at fuse.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: systemd-pcrlogin at 1000.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: upower.service (destination-file)
Before: docker.service (destination-file)
Before: systemd-journald.service (origin-implicit destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: getty-static.service (destination-file)
Before: systemd-factory-reset-complete.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: polkit.service (destination-file)
Before: fstrim.service (destination-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: bluetooth.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: man-db.service (destination-file)
Before: udisks2.service (destination-file)
Before: systemd-logind.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: dev-hugepages.mount (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: alsa-state.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: systemd-userdbd.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: grub2-common.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: sockets.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: modprobe at drm.service (destination-file)
Before: containerd.service (destination-file)
Before: systemd-ask-password-plymouth.service (destination-file)
Before: sys-kernel-debug.mount (destination-file)
Before: systemd-kexec.service (destination-file)
Before: systemd-repart.service (destination-file)
Before: proc-sys-fs-binfmt_misc.mount (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: lightdm.service (destination-file)
Before: tpm-udev.service (destination-file)
Before: dbus.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: modprobe at loop.service (destination-file)
Before: cups.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
Before: boot.mount (destination-file)
Before: wtmpdb-update-boot.service (destination-file)
Before: ModemManager.service (destination-file)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-halt.service (destination-file)
Before: cups-browsed.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: anacron.service (destination-file)
Before: netavark-dhcp-proxy.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Before: tmp.mount (destination-file)
Before: systemd-suspend.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-bsod.service (destination-file)
Before: run-user-1000.mount (destination-file)
Before: sys-fs-fuse-connections.mount (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: dev-mqueue.mount (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: networking.service (destination-file)
Before: NetworkManager.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: apt-daily.service (destination-file)
Before: console-setup.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
Before: sys-kernel-tracing.mount (destination-file)
Before: modprobe at configfs.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: sys-kernel-config.mount (destination-file)
Before: modprobe at dm_mod.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: boot-efi.mount (destination-file)
Before: user at 1000.service (destination-file)
Before: systemd-pcrosseparator.service (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: e2scrub_all.service (destination-file)
Before: plymouth-start.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: modprobe at efi_pstore.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: systemd-userdb-load-credentials.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: systemd-sysext-initrd.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: systemd-hibernate.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: ldconfig.service (destination-file)
Before: plymouth-read-write.service (destination-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-journald.service (origin-implicit destination-file)
References: system.slice (origin-file origin-slice-property)
References: -.mount (origin-file origin-path)
References: systemd-journald.service (origin-implicit)
References: sockets.target (origin-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: dev-mqueue.mount (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: initrd-switch-root.service (destination-file)
ReferencedBy: plymouth-quit.service (destination-file)
ReferencedBy: sys-fs-fuse-connections.mount (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: NetworkManager-wait-online.service (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: apparmor.service (destination-file)
ReferencedBy: systemd-halt.service (destination-file)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: netavark-dhcp-proxy.service (destination-file)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: systemd-modules-load.service (destination-file)
ReferencedBy: getty-static.service (destination-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: plymouth-start.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: modprobe at efi_pstore.service (destination-file)
ReferencedBy: systemd-hibernate-clear.service (destination-file)
ReferencedBy: alsa-restore.service (destination-file)
ReferencedBy: systemd-update-done.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: dbus.service (destination-file)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file)
ReferencedBy: systemd-udev-load-credentials.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-udev-trigger.service (destination-file)
ReferencedBy: systemd-repart.service (destination-file)
ReferencedBy: modprobe at configfs.service (destination-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: containerd.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: systemd-poweroff.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: cron.service (destination-file)
ReferencedBy: systemd-reboot.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: fstrim.service (destination-file)
ReferencedBy: systemd-suspend.service (destination-file)
ReferencedBy: run-user-1000.mount (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: keyboard-setup.service (destination-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: tpm-udev.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: boot-efi.mount (destination-file)
ReferencedBy: systemd-fsck-root.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-soft-reboot.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: modprobe at dm_mod.service (destination-file)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: docker.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file)
ReferencedBy: alsa-state.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: boot.mount (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: systemd-hybrid-sleep.service (destination-file)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: systemd-journald.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: avahi-daemon.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: grub2-common.service (destination-file)
ReferencedBy: e2scrub_all.service (destination-file)
ReferencedBy: modprobe at fuse.service (destination-file)
ReferencedBy: systemd-pcrlogin at 1000.service (destination-file)
ReferencedBy: systemd-quotacheck-root.service (destination-file)
ReferencedBy: systemd-udevd.service (destination-file)
ReferencedBy: sys-kernel-tracing.mount (destination-file)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file)
ReferencedBy: modprobe at drm.service (destination-file)
ReferencedBy: rtkit-daemon.service (destination-file)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
ReferencedBy: dev-hugepages.mount (destination-file)
ReferencedBy: systemd-hibernate.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: modprobe at loop.service (destination-file)
ReferencedBy: plymouth-quit-wait.service (destination-file)
ReferencedBy: dpkg-db-backup.service (destination-file)
ReferencedBy: systemd-hibernate-resume.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: lightdm.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-battery-check.service (destination-file)
ReferencedBy: systemd-bsod.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file)
ReferencedBy: plymouth-read-write.service (destination-file)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-pcrmachine.service (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-ask-password-wall.service (destination-file)
ReferencedBy: systemd-kexec.service (destination-file)
ReferencedBy: sys-kernel-debug.mount (destination-file)
ReferencedBy: lm-sensors.service (destination-file)
ReferencedBy: systemd-pcrphase.service (destination-file)
ReferencedBy: systemd-factory-reset-complete.service (destination-file)
ReferencedBy: plymouth-reboot.service (destination-file)
ReferencedBy: systemd-udev-settle.service (destination-file)
ReferencedBy: tmp.mount (destination-file)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: sys-kernel-config.mount (destination-file)
ReferencedBy: systemd-sysctl.service (destination-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: udisks2.service (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-remount-fs.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: systemd-userdbd.service (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
PassPIDFD: no
PassSecurity: yes
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: systemd-journald.socket
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Timestamping: us
FlushPending: no
DeferTrigger: yes
DeferTriggerMaxSec: infinity
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-mute-console.socket:
Description: Console Output Muting Service Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: f538e908c9e642ad81e08fb2d4fd1438
Documentation: man:systemd-mute-console(8)
Fragment Path: /usr/lib/systemd/system/systemd-mute-console.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sockets.target (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: shutdown.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.MuteConsole (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.MuteConsole
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.MuteConsole
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2ddiskseq-1\x2dpart2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f9fb961ae7d24fef97fe0d1abdd8bd15
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit polkit-agent-helper.socket:
Description: Authorization Manager Agent Helper
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: ab52528615794e5e87fb5b3fd967c413
Documentation: man:polkit(8)
Fragment Path: /usr/lib/systemd/system/polkit-agent-helper.socket
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: -.mount (origin-file origin-path)
Requires: sysinit.target (origin-default)
WantedBy: sockets.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: sockets.target (origin-default destination-default)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: sockets.target (origin-default)
ReferencedBy: sockets.target (destination-file destination-default)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/polkit/agent-helper.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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: yes
Writable: no
FileDescriptorName: connection
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 0
ListenStream: /run/polkit/agent-helper.socket
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:53 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d59dbe97f07c42bd89e94e2f0c954389
Fragment Path: /usr/lib/systemd/system/e2scrub_all.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: e2scrub_all.service (origin-implicit)
Before: shutdown.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: e2scrub_all.service (origin-implicit)
References: time-sync.target (origin-default)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: -.mount (origin-file origin-path)
References: time-set.target (origin-default)
References: sysinit.target (origin-default)
References: e2scrub_all.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: 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 systemd-pcrmachine.service:
Description: TPM PCR Machine ID Measurement
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrmachine.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrmachine.service
Failure Action: reboot-force
ConditionSecurity: measured-os failed
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: tpm2.target (origin-file)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: tpm2.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --machine-id
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit system-modprobe.slice:
Description: Slice /system/modprobe
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-modprobe.slice
CGroup realized 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: 00598312e8e045a1b7a354db221e14ca
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: modprobe at fuse.service (destination-file)
RequiredBy: modprobe at efi_pstore.service (destination-file)
RequiredBy: modprobe at drm.service (destination-file)
RequiredBy: modprobe at loop.service (destination-file)
RequiredBy: modprobe at dm_mod.service (destination-file)
RequiredBy: modprobe at configfs.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: modprobe at drm.service (destination-file)
Before: modprobe at loop.service (destination-file)
Before: shutdown.target (origin-default)
Before: modprobe at fuse.service (destination-file)
Before: modprobe at dm_mod.service (destination-file)
Before: modprobe at efi_pstore.service (destination-file)
Before: modprobe at configfs.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: modprobe at efi_pstore.service (destination-file destination-slice-property)
ReferencedBy: modprobe at dm_mod.service (destination-file destination-slice-property)
ReferencedBy: modprobe at loop.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)
ReferencedBy: modprobe at fuse.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: modprobe at efi_pstore.service (destination-slice-property)
SliceOf: modprobe at dm_mod.service (destination-slice-property)
SliceOf: modprobe at loop.service (destination-slice-property)
SliceOf: modprobe at drm.service (destination-slice-property)
SliceOf: modprobe at configfs.service (destination-slice-property)
SliceOf: modprobe at fuse.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit plymouth-halt.service:
Description: Show Plymouth Halt Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-halt.service (origin-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
After: getty at tty1.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: plymouth-start.service (origin-file)
After: lightdm.service (origin-file)
References: systemd-halt.service (origin-file)
References: getty at tty1.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: plymouth-start.service (origin-file)
References: lightdm.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-pcrnvdone.service:
Description: TPM PCR NvPCR Initialization Separator
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrnvdone.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrnvdone.service
Failure Action: reboot-force
ConditionPathExists: /etc/initrd-release failed
ConditionSecurity: measured-os untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-pcrproduct.service (destination-file)
Before: cryptsetup.target (origin-file)
Before: systemd-pcrlogin at 1000.service (destination-file)
Before: cryptsetup-pre.target (origin-file)
Before: sysinit.target (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: sysinit.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tpm2-setup-early.service (origin-file)
References: systemd-journald.socket (origin-file)
References: tpm2.target (origin-file)
References: initrd-switch-root.target (origin-file)
References: shutdown.target (origin-file)
References: cryptsetup.target (origin-file)
ReferencedBy: systemd-pcrproduct.service (destination-file)
ReferencedBy: systemd-pcrlogin at 1000.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --pcr=kernel-initrd --event-type=nvpcr-separator nvpcr-separator
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 71a4c4f9c15e48dda4888aba32cf46f0
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.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/be8bcc71-5d3c-4064-8f6f-003dd42087f7
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: first-boot-complete.target (origin-file)
After: system.slice (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
References: first-boot-complete.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: shutdown.target (origin-file)
References: local-fs.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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-machine-id-setup --commit
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-pcrlock.socket:
Description: Make TPM PCR Policy
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrlock(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrlock.socket
ConditionSecurity: measured-uki failed
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: no
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: system.slice (origin-file)
After: tpm2.target (origin-file)
After: -.mount (origin-file origin-path)
References: tpm2.target (origin-file)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.PCRLock
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.PCRLock
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b0e777998b224e65a99570f57bca6aec
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\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 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
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: systemd-journald.socket (origin-file)
After: initrd-root-fs.target (origin-file)
OnSuccess: initrd-cleanup.service (origin-file)
OnFailure: emergency.target (origin-file)
References: initrd-cleanup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: emergency.target (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-root-fs.target (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-fs.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-sysroot-fstab-check
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-factory-reset.socket:
Description: Factory Reset Management
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: f47e854da2e240528ac1ae8c5487989e
Documentation: man:systemd-factory-reset.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-factory-reset.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
References: -.mount (origin-file origin-path)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.FactoryReset (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.FactoryReset
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.FactoryReset
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit rtkit-daemon.service:
Description: RealtimeKit Scheduling Policy Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/rtkit-daemon.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: ddc8151857794681a833561663836988
Fragment Path: /usr/lib/systemd/system/rtkit-daemon.service
Condition Timestamp: Sun 2026-06-07 10:29:16 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:16 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: basic.target (origin-default)
References: dbus.socket (origin-file)
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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1465
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
MemoryTHP: inherit
PrivateBPF: no
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
PID: 1465
Start Timestamp: Sun 2026-06-07 10:29:16.173203 CEST
Handoff Timestamp: 11.018ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dlabel-d.device:
Description: /dev/disk/by-label/d
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 59d14c0ce71641d2bccd69b2b802d8c3
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-mapper-nvme0n1p3_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-label/d
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? Unit poweroff.target:
Description: System Power Off
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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-poweroff.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
After: systemd-poweroff.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
References: plymouth-poweroff.service (origin-file)
References: systemd-poweroff.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-timesyncd.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: d6908e8d580c479e930fb86df15c7f4b
Documentation: man:systemd-timesyncd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-timesyncd.service
ConditionVirtualization: !container succeeded
ConditionCapability: CAP_SYS_TIME succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
Wants: time-set.target (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: time-set.target (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-remount-fs.service (origin-file)
After: system.slice (origin-file)
After: systemd-sysusers.service (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: time-set.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-remount-fs.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: shutdown.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: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 780
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
MemoryTHP: inherit
PrivateBPF: no
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: sched_rr_get_interval futimesat setgroups mlock2 io_uring_setup rt_sigtimedwait getdents64 shutdown semtimedop_time64 brk set_mempolicy move_pages close riscv_hwprobe setresgid nanosleep set_tid_address ioprio_set capget socket fchmodat2 faccessat2 mq_timedreceive_time64 cacheflush syncfs fadvise64 rt_sigqueueinfo sched_getparam riscv_flush_icache futex_time64 keyctl recvmsg read writev io_pgetevents_time64 _llseek clock_nanosleep_time64 mremap ioctl clock_settime mlockall getcwd _newselect send setxattrat clock_adjtime64 lchown mseal ftruncate64 sigreturn getegid32 signalfd llistxattr setsid copy_file_range clock_nanosleep listxattrat memfd_create kill timerfd_create linkat statx lsetxattr pselect6_time64 listen openat mq_getsetattr geteuid getitimer getpgid arm_fadvise64_64 removexattrat swapcontext vfork msgsnd dup3 ppoll fstatfs64 sched_setscheduler msgrcv io_getevents pipe2 io_destroy statmount lchown32 waitid mknod preadv2 getgroups32 select io_pgetevents epoll_ctl_old stat64 mq_notify statfs64 lgetxattr setns readdir getpriority fallocate chdir clock_getres mmap2 fcntl64 timer_gettime64 mbind statfs epoll_wait readahead semctl sendfile userfaultfd pidfd_send_signal timer_settime64 ppoll_time64 semget utimes accept setpgid sigaction process_vm_writev getpgrp readlinkat utime epoll_create renameat recvfrom creat lremovexattr fchownat rmdir listxattr mkdirat futex msync adjtimex setfsgid bind getrusage oldfstat sendmsg sched_setparam pipe pause unshare msgget membarrier settimeofday symlinkat setregid ftruncate eventfd2 mprotect sched_getscheduler mq_open rt_tgsigqueueinfo pwritev fremovexattr sigpending munmap mkdir setfsgid32 fchmodat process_madvise epoll_ctl restart_syscall setreuid32 sync stat fstatat64 setgid timer_settime get_mempolicy getrandom alarm add_key socketcall clock_gettime getegid capset sendto open_tree recvmmsg_time64 symlink rename accept4 lstat64 geteuid32 eventfd setpriority timer_create inotify_rm_watch madvise fchown fsetxattr link shmdt gettimeofday fstat64 fcntl munlockall setresuid tgkill lsm_get_self_attr timerfd_gettime futex_waitv io_uring_register getsockname unlink getresgid uname shmat waitpid inotify_init personality epoll_pwait truncate64 sched_get_priority_max access unlinkat setgroups32 getgroups getppid mq_timedsend_time64 readv timerfd_settime mq_timedsend pread64 mmap preadv sched_getaffinity inotify_add_watch openat2 recv utimensat_time64 landlock_create_ruleset pidfd_open getdents readlink prctl sync_file_range2 mq_unlink sigprocmask fsync getxattrat signalfd4 olduname getgid32 getuid splice umask landlock_add_rule fgetxattr getpid faccessat execveat tee time oldlstat timer_gettime landlock_restrict_self sched_get_priority_min fchmod rseq uretprobe io_setup set_robust_list times msgctl setxattr rt_sigprocmask listmount semtimedop connect truncate rt_sigpending vmsplice removexattr ugetrlimit sigaltstack setfsuid32 open prlimit64 chown io_cancel pwritev2 sendmmsg rt_sigreturn sigsuspend getsid chmod semop flistxattr seccomp clone socketpair getpeername chown32 rt_sigaction setfsuid flock fchdir timer_getoverrun request_key newfstatat name_to_handle_at exit_group getuid32 fchown32 gettid shmctl remap_file_pages sched_setattr set_thread_area sched_setaffinity epoll_pwait2 getsockopt fadvise64_64 arch_prctl sched_rr_get_interval_time64 clock_adjtime close_range setuid32 renameat2 write munlock get_robust_list dup2 timerfd_settime64 setresgid32 lseek exit kcmp setreuid signal poll oldstat setresuid32 set_tls get_thread_area pwrite64 mlock utimensat sysinfo getcpu rt_sigsuspend shmget clock_getres_time64 getresuid setgid32 io_uring_enter lsm_list_modules oldolduname setregid32 migrate_pages getrlimit epoll_wait_old tkill timer_delete setsockopt fstat dup sched_getattr setitimer mknodat getresgid32 sched_yield pselect6 io_submit sendfile64 getresuid32 ioprio_get process_vm_readv setuid mq_timedreceive epoll_create1 timerfd_gettime64 sync_file_range setrlimit execve clock_gettime64 wait4 rt_sigtimedwait_time64 lstat fork fstatfs clone3 set_mempolicy_home_node getxattr nice clock_settime64 ipc getgid recvmmsg fdatasync inotify_init1
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: EPERM
? ExecStart:
Command Line: /usr/lib/systemd/systemd-timesyncd
PID: 780
Start Timestamp: Sun 2026-06-07 10:29:12.840195 CEST
Handoff Timestamp: 1.072106s since start
Status Text: Contacted time server 5.250.184.159:123 (2.debian.pool.ntp.org).
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit user at 1000.service:
Description: User Manager for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:22 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: /user.slice/user-1000.slice/user at 1000.service
CGroup realized mask: cpu memory pids
CGroup own mask: cpu memory pids
CGroup delegate mask: cpu memory pids
Invocation ID: cc48330611394ee788ceb4910c252440
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: Sun 2026-06-07 10:29:22 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:22 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: user-1000.slice (origin-file)
BindsTo: user-runtime-dir at 1000.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: sysinit.target (origin-default)
After: systemd-oomd.service (origin-file)
After: systemd-user-sessions.service (origin-file)
After: user-runtime-dir at 1000.service (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-pcrlogin at 1000.service (origin-file)
After: basic.target (origin-default)
After: user-1000.slice (origin-file)
After: systemd-logind.service (origin-file)
After: dbus.service (origin-file)
References: basic.target (origin-default)
References: systemd-oomd.service (origin-file)
References: systemd-logind.service (origin-file)
References: shutdown.target (origin-default)
References: dbus.service (origin-file)
References: systemd-journald.socket (origin-file)
References: user-runtime-dir at 1000.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-pcrlogin at 1000.service (origin-file)
ReferencedBy: session-2.scope (destination-file)
InSlice: user-1000.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: ready
OOMPolicy: continue
ReloadSignal: RTMIN+25
Main PID: 1945
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
User: 1000
DynamicUser: no
PAMName: systemd-user
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd --user
PID: 1945
Start Timestamp: Sun 2026-06-07 10:29:22.232588 CEST
Handoff Timestamp: 10.258ms since start
Status Text: Ready.
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: cpu memory pids
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: skip
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
DelegateSubgroup: init.scope
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit soft-reboot.target:
Description: Reboot System Userspace
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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-udevd.service (destination-file)
ConflictedBy: systemd-journald.service (destination-file)
ConflictedBy: systemd-journal-flush.service (destination-file)
After: systemd-soft-reboot.service (origin-file)
After: systemd-journald.service (destination-file)
After: systemd-udevd.service (destination-file)
After: systemd-journal-flush.service (destination-file)
References: systemd-soft-reboot.service (origin-file)
ReferencedBy: systemd-udevd.service (destination-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 user-runtime-dir at 1000.service:
Description: User Runtime Directory /run/user/1000
Instance: 1000
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:22 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user-1000.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 309f8a59e2b04ceb885474aa8f55ce76
Documentation: man:user at .service(5)
Fragment Path: /usr/lib/systemd/system/user-runtime-dir at .service
Condition Timestamp: Sun 2026-06-07 10:29:22 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:22 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: user-1000.slice (origin-file)
RequiredBy: session-2.scope (destination-file)
BoundBy: user at 1000.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: user at 1000.service (destination-file)
Before: session-2.scope (destination-file)
Before: shutdown.target (origin-default)
After: systemd-logind.service (origin-file)
After: user-1000.slice (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: systemd-pcrlogin at 1000.service (origin-file)
References: systemd-logind.service (origin-file)
References: systemd-journald.socket (origin-file)
References: user-1000.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: systemd-pcrlogin at 1000.service (origin-file)
References: dbus.service (origin-file)
References: shutdown.target (origin-default)
References: basic.target (origin-default)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: user at 1000.service (destination-file)
InSlice: user-1000.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir start 1000
PID: 1925
Start Timestamp: Sun 2026-06-07 10:29:22.198944 CEST
Handoff Timestamp: 27.613ms since start
Exit Timestamp: 5.047ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStop:
Command Line: /usr/lib/systemd/systemd-user-runtime-dir stop 1000
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: cb7705f2e1ac4d4d9939f9d6e528635d
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 succeeded
ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-binfmt.service (destination-file)
Before: shutdown.target (origin-file)
Before: proc-sys-fs-binfmt_misc.mount (origin-implicit)
After: -.mount (origin-implicit origin-path)
Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
References: shutdown.target (origin-file)
References: proc-sys-fs-binfmt_misc.mount (origin-implicit)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-binfmt.service (destination-file)
RequiresMountsFor: /proc/sys/fs (origin-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
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 system-systemd\x2dfsck.slice:
Description: Slice /system/systemd-fsck
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dfsck.slice
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: fadb3b4acb2a4cfb812c0480fb5613a3
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
RequiredBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file destination-slice-property)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-slice-property)
SliceOf: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3b7758185a4d41e998d07ba67618c5f2
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
BoundBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.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/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit initrd-root-fs.target:
Description: Initrd Root File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/initrd-root-fs.target
AssertPathExists: /etc/initrd-release untested
Wants: systemd-repart.service (origin-file)
RequiredBy: initrd-parse-etc.service (destination-file)
WantedBy: initrd-switch-root.target (destination-file)
WantedBy: initrd.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: initrd.target (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: initrd-switch-root.target (destination-file)
Before: initrd-cleanup.service (destination-file)
After: systemd-repart.service (destination-file)
OnFailure: emergency.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-repart.service (origin-file)
References: emergency.target (origin-file)
ReferencedBy: initrd-parse-etc.service (destination-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: systemd-repart.service (destination-file)
ReferencedBy: initrd-cleanup.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: d76b4551320549d182f6fb156e8d6cb3
Fragment Path: /usr/lib/systemd/system/ifupdown-pre.service
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: systemd-udevd.service (origin-file)
WantedBy: networking.service (destination-file)
Before: networking.service (destination-file)
Before: network.target (origin-file)
After: systemd-udev-trigger.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /bin/sh -c "if [ \"\$CONFIGURE_INTERFACES\" != \"no\" ] && [ -n \"\$(ifquery --read-environment --list --exclude=lo)\" ] && [ -x /bin/udevadm ]; then udevadm settle; fi"
PID: 813
Start Timestamp: Sun 2026-06-07 10:29:12.972715 CEST
Handoff Timestamp: 29.556ms since start
Exit Timestamp: 3.209ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: cf12302585e44360ad2bab677d515c68
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.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:02:00.0-nvme-1-part/by-partuuid/b50757cf-90d6-4c31-ab5e-3dfedde90247
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: ca1940ea77bb4b12b7a680b86475d587
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: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: local-fs.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: local-fs.target (origin-file)
Before: systemd-logind.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-hwdb-update.service (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-rfkill.socket (destination-file)
Before: accounts-daemon.service (destination-file)
Before: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
Before: wtmpdb-update-boot.service (destination-file)
Before: systemd-pstore.service (destination-file)
Before: colord.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: upower.service (destination-file)
After: systemd-fsck-root.service (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: local-fs-pre.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file)
ReferencedBy: systemd-pstore.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: systemd-tpm2-setup.service (destination-file)
ReferencedBy: systemd-random-seed.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-timesyncd.service (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-quotacheck-root.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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-remount-fs
PID: 763
Start Timestamp: Sun 2026-06-07 10:29:12.811472 CEST
Handoff Timestamp: 4.099ms since start
Exit Timestamp: 21.603ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-poweroff.service (origin-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
After: lightdm.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)
References: lightdm.service (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-poweroff.service (origin-file)
References: getty at tty1.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: poweroff.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 203c55e39f41455187e132409a3755cc
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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: initrd-switch-root.target (origin-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: local-fs-pre.target (origin-file)
Before: systemd-sysusers.service (destination-file)
Before: systemd-udevd.service (origin-file)
Before: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
After: systemd-journald.socket (origin-file)
After: kmod-static-nodes.service (destination-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: local-fs-pre.target (origin-file)
ReferencedBy: kmod-static-nodes.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: systemd-tmpfiles-setup-dev.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --prefix=/dev --create --boot --graceful
PID: 773
Start Timestamp: Sun 2026-06-07 10:29:12.818970 CEST
Handoff Timestamp: 2.968ms since start
Exit Timestamp: 9.594ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-nvme0n1.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: dfd8e48af60f49a28a4f54147eda95a9
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1.device:
Description: GBDriver GX1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 7ece8c6298904fc3b07362413c5b4060
Following Set Member: dev-disk-by\x2ddiskseq-1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 0b6b2b93ba3e4cd1a8e3af67550d010a
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.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:02:00.0-nvme-1-part/by-partnum/3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 31025afda66c48358a50f0c9183412da
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.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:02:00.0-nvme-1-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-quotacheck.service:
Description: systemd-quotacheck.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
After: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
After: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
? Unit dev-snd-controlC0.device:
Description: /dev/snd/controlC0
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 49d8041db92644da98eb19d4cd69bf59
Following: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:c1: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:08.1/0000:c1:00.1/sound/card0/controlC0
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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-kexec.service (origin-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
After: lightdm.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)
References: lightdm.service (origin-file)
References: plymouth-start.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-kexec.service (origin-file)
References: getty at tty1.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: kexec.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=shutdown --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-networkd-varlink-metrics.socket:
Description: Network Management Metrics Varlink Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-networkd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-networkd-varlink-metrics.socket
ConditionCapability: CAP_NET_ADMIN untested
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: systemd-networkd.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
Before: systemd-networkd.service (origin-implicit destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
Triggers: systemd-networkd.service (origin-implicit destination-file)
References: shutdown.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-networkd.service (origin-implicit)
References: sockets.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: systemd-networkd.service (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/report/io.systemd.Network (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: 0666
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink-metrics
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
FlushPending: no
DeferTrigger: no
DeferTriggerMaxSec: infinity
ListenStream: /run/systemd/report/io.systemd.Network
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2duuid-f9da12dd\x2d281f\x2d4806\x2da316\x2d3b5e69973710.device:
Description: /dev/disk/by-uuid/f9da12dd-281f-4806-a316-3b5e69973710
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e1ee150130ac4070b3c49bf535ce816f
Following: sys-devices-virtual-block-dm\x2d0.device
Following Set Member: dev-disk-by\x2dlabel-d.device
Following Set Member: dev-disk-by\x2did-dm\x2dname\x2dnvme0n1p3_crypt.device
Following Set Member: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dLUKS2\x2dbe8bcc715d3c40648f6f003dd42087f7\x2dnvme0n1p3_crypt.device
Following Set Member: dev-mapper-nvme0n1p3_crypt.device
Following Set Member: dev-dm\x2d0.device
Following Set Member: dev-disk-by\x2ddiskseq-2.device
Following Set Member: sys-devices-virtual-block-dm\x2d0.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/f9da12dd-281f-4806-a316-3b5e69973710
Sysfs Path: /sys/devices/virtual/block/dm-0
Found: found-udev
? 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 3944f789a274432ea49312c82fbb131c
Documentation: man:fstrim
Fragment Path: /usr/lib/systemd/system/fstrim.timer
ConditionPathExists: !/etc/initrd-release succeeded
ConditionVirtualization: !container succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: fstrim.service (origin-implicit)
Before: shutdown.target (origin-default)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
After: time-set.target (origin-default)
Triggers: fstrim.service (origin-implicit)
References: sysinit.target (origin-default)
References: -.mount (origin-file origin-path)
References: fstrim.service (origin-implicit)
References: shutdown.target (origin-default)
References: timers.target (origin-default)
References: time-set.target (origin-default)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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 time-sync.target:
Description: System Time Synchronized
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/time-sync.target
Wants: time-set.target (origin-file)
Conflicts: shutdown.target (origin-default)
Before: dpkg-db-backup.timer (destination-default)
Before: e2scrub_all.timer (destination-default)
Before: logrotate.timer (destination-default)
Before: apt-daily.timer (destination-default)
Before: man-db.timer (destination-default)
Before: anacron.timer (destination-default)
Before: fstrim.timer (destination-default)
Before: shutdown.target (origin-default)
Before: anacron.service (destination-file)
Before: apt-daily-upgrade.timer (destination-default)
After: time-set.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: time-set.target (origin-file origin-default)
ReferencedBy: logrotate.timer (destination-default)
ReferencedBy: anacron.service (destination-file)
ReferencedBy: man-db.timer (destination-default)
ReferencedBy: e2scrub_all.timer (destination-default)
ReferencedBy: dpkg-db-backup.timer (destination-default)
ReferencedBy: fstrim.timer (destination-default)
ReferencedBy: apt-daily-upgrade.timer (destination-default)
ReferencedBy: anacron.timer (destination-default)
ReferencedBy: apt-daily.timer (destination-default)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 4f0cf6f191e2482e9bb1599a2c4a2d3d
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\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:02:00.0-nvme-1-part/by-partuuid/4131718e-131f-4a96-a304-c9d880ad8f81
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit systemd-journalctl.socket:
Description: Journal Log Access Socket
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/systemd-journalctl.socket
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 564cbdc351e44de99088e78a993f8f7a
Documentation: man:journalctl(1)
Fragment Path: /usr/lib/systemd/system/systemd-journalctl.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: systemd-sysusers.service (origin-file)
After: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: systemd-sysusers.service (origin-file)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.JournalAccess (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: 0660
DirectoryMode: 0755
KeepAlive: no
NoDelay: no
FreeBind: no
Transparent: no
Broadcast: no
PassCredentials: no
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
SocketUser: n/a
SocketGroup: systemd-journal
ListenStream: /run/systemd/io.systemd.JournalAccess
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.JournalAccess
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 31d671c190d748b0946a67e38bcb9e62
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 failed
ConditionKernelCommandLine: |rd.modules-load failed
ConditionKernelCommandLine: |modules_load failed
ConditionKernelCommandLine: |modules-load failed
ConditionDirectoryNotEmpty: |/run/modules-load.d failed
ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded
ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed
ConditionDirectoryNotEmpty: |/lib/modules-load.d failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: networking.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: sysinit.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)
ReferencedBy: systemd-sysctl.service (destination-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-modules-load
PID: 762
Start Timestamp: Sun 2026-06-07 10:29:12.810736 CEST
Handoff Timestamp: 3.280ms since start
Exit Timestamp: 14.427ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit halt.target:
Description: System Halt
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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-halt.service (origin-file)
Wants: plymouth-switch-root-initramfs.service (origin-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
After: systemd-halt.service (origin-file)
References: plymouth-halt.service (origin-file)
References: systemd-halt.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.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-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 90c8b9a2aa3f48e3a65580579a1838f8
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service:
Description: File System Check on /dev/disk/by-uuid/3F0E-9DBA
Instance: dev-disk-by\x2duuid-3F0E\x2d9DBA
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: acb96c0c3e8143c99e62eb565f24ed7c
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-3F0E\x2d9DBA.device (origin-file)
RequiredBy: boot-efi.mount (destination-file)
Conflicts: halt.target (origin-file)
Conflicts: poweroff.target (origin-file)
Conflicts: kexec.target (origin-file)
Conflicts: reboot.target (origin-file)
Before: systemd-quotacheck.service (origin-file)
Before: boot-efi.mount (destination-file)
Before: shutdown.target (origin-file)
After: systemd-fsck-root.service (origin-file)
After: local-fs-pre.target (origin-file)
After: systemd-journald.socket (origin-file)
After: dev-disk-by\x2duuid-3F0E\x2d9DBA.device (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
References: halt.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: systemd-quotacheck.service (origin-file)
References: poweroff.target (origin-file)
References: shutdown.target (origin-file)
References: reboot.target (origin-file)
References: local-fs-pre.target (origin-file)
References: kexec.target (origin-file)
References: dev-disk-by\x2duuid-3F0E\x2d9DBA.device (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/3F0E-9DBA
PID: 919
Start Timestamp: Sun 2026-06-07 10:29:14.239911 CEST
Handoff Timestamp: 54.898ms since start
Exit Timestamp: 16.695ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-factory-reset-complete.service:
Description: Mark the Factory Reset as Completed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-factory-reset-complete.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-factory-reset-complete.service
Requires: system.slice (origin-file)
Requires: factory-reset-now.target (origin-file)
WantedBy: factory-reset-now.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: shutdown.target (origin-file)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: factory-reset-now.target (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: factory-reset-now.target (origin-file)
ReferencedBy: factory-reset-now.target (destination-file)
InSlice: system.slice (origin-slice-property)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: yes
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-factory-reset complete --retrigger
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: Sun 2026-06-07 10:29:53 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:53 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:29:53 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: fa26f0e4d1c84f5b861091a4fd60da2c
Documentation: man:e2scrub_all(8)
Fragment Path: /usr/lib/systemd/system/e2scrub_all.service
ConditionCapability: CAP_SYS_RAWIO succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionACPower: true succeeded
Condition Timestamp: Sun 2026-06-07 10:29:53 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:53 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: e2scrub_all.timer (destination-implicit)
After: sysinit.target (origin-default)
TriggeredBy: e2scrub_all.timer (destination-implicit)
References: systemd-journald.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: 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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /sbin/e2scrub_all
PID: 5131
Start Timestamp: Sun 2026-06-07 10:29:53.050707 CEST
Handoff Timestamp: 47.930ms since start
Exit Timestamp: 1.948ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit factory-reset-now.target:
Description: Factory Reset Execution
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/factory-reset-now.target
Wants: systemd-factory-reset-complete.service (origin-file)
RequiredBy: systemd-factory-reset-complete.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-factory-reset-complete.service (destination-file)
After: systemd-repart.service (destination-file)
References: shutdown.target (origin-default)
References: systemd-factory-reset-complete.service (origin-file)
ReferencedBy: systemd-factory-reset-complete.service (destination-file)
ReferencedBy: systemd-repart.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit NetworkManager.service:
Description: Network Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/NetworkManager.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: af84f9149d3f4da796d9b45088b34d71
Documentation: man:NetworkManager(8)
Fragment Path: /usr/lib/systemd/system/NetworkManager.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (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: multi-user.target (destination-default)
Before: apt-daily.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: network.target (origin-file)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: dbus.service (origin-file)
After: sysinit.target (origin-default)
After: dbus.socket (origin-file)
After: network-pre.target (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
References: shutdown.target (origin-default)
References: dbus.socket (origin-file)
References: dbus.service (origin-file)
References: network.target (origin-file)
References: network-pre.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: NetworkManager-wait-online.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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1210
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
MemoryTHP: inherit
PrivateBPF: no
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 cap_bpf
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/NetworkManager --no-daemon
PID: 1210
Start Timestamp: Sun 2026-06-07 10:29:15.037516 CEST
Handoff Timestamp: 6.924ms since start
? ExecReload:
Command Line: /usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit modprobe at configfs.service:
Description: Load Kernel Module configfs
Instance: configfs
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: aebcae5b95364ba19d9dbfa892da8e29
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !configfs succeeded
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
RequiredBy: sys-kernel-config.mount (destination-file)
Before: sysinit.target (origin-file)
Before: sys-kernel-config.mount (destination-file)
After: 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-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq configfs
PID: 758
Start Timestamp: Sun 2026-06-07 10:29:12.806923 CEST
Handoff Timestamp: 3.962ms since start
Exit Timestamp: 6.656ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1cf60094f51d43ef9a78c37b37de36cd
Documentation: http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-plymouth.path
ConditionVirtualization: !container succeeded
ConditionPathExists: /run/plymouth/pid succeeded
ConditionKernelCommandLine: !nosplash succeeded
ConditionKernelCommandLine: !plymouth.enable=0 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:13 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:13 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
WantedBy: plymouth-start.service (destination-file)
Conflicts: shutdown.target (origin-file)
Before: systemd-ask-password-plymouth.service (origin-implicit)
Before: shutdown.target (origin-file)
Before: basic.target (origin-file)
After: -.mount (origin-file origin-path)
After: plymouth-start.service (origin-file)
Triggers: systemd-ask-password-plymouth.service (origin-implicit)
References: systemd-ask-password-plymouth.service (origin-implicit)
References: shutdown.target (origin-file)
References: plymouth-start.service (origin-file)
References: basic.target (origin-file)
References: -.mount (origin-file 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 system-systemd\x2dbacklight.slice:
Description: Slice /system/systemd-backlight
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-systemd\x2dbacklight.slice
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: 823e1aaf3b7b4da384fc7fab34ba7f28
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system.slice (origin-implicit)
RequiredBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
After: system.slice (origin-implicit)
References: shutdown.target (origin-default)
References: system.slice (origin-implicit)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file destination-slice-property)
InSlice: system.slice (origin-implicit)
SliceOf: systemd-backlight at backlight:amdgpu_bl0.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-module-fuse.device:
Description: /sys/module/fuse
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9b29105f607f4d3eae2a26d6b49a9199
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 systemd-tpm2-setup-early.service:
Description: Early TPM SRK Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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 succeeded
ConditionSecurity: measured-os failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: systemd-repart.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-tpm2-setup.service (destination-file)
After: tpm2.target (origin-file)
After: systemd-pcrosseparator.service (origin-file)
After: systemd-pcrphase-initrd.service (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: tpm2.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-pcrosseparator.service (origin-file)
References: systemd-pcrphase-initrd.service (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-repart.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: systemd-tpm2-setup.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-tpm2-setup --early=yes --graceful
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit -.mount:
Description: Root Mount
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: n/a
CGroup 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: dpkg-db-backup.timer (destination-file destination-path)
RequiredBy: fstrim.timer (destination-file destination-path)
RequiredBy: systemd-creds.socket (destination-file destination-path)
RequiredBy: systemd-mute-console.socket (destination-file destination-path)
RequiredBy: systemd-random-seed.service (destination-file destination-path)
RequiredBy: dev-hugepages.mount (destination-implicit destination-path)
RequiredBy: docker.socket (destination-file destination-path)
RequiredBy: anacron.timer (destination-file destination-path)
RequiredBy: systemd-pstore.service (destination-file destination-path)
RequiredBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
RequiredBy: systemd-pcrextend.socket (destination-file destination-path)
RequiredBy: apt-daily.timer (destination-file destination-path)
RequiredBy: systemd-journalctl.socket (destination-file destination-path)
RequiredBy: polkit-agent-helper.socket (destination-file destination-path)
RequiredBy: systemd-tpm2-setup.service (destination-file destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
RequiredBy: systemd-ask-password-plymouth.path (destination-file destination-path)
RequiredBy: systemd-journald-dev-log.socket (destination-file destination-path)
RequiredBy: tmp.mount (destination-implicit destination-path)
RequiredBy: cups.path (destination-file destination-path)
RequiredBy: e2scrub_all.timer (destination-file destination-path)
RequiredBy: man-db.timer (destination-file destination-path)
RequiredBy: systemd-logind-varlink.socket (destination-file destination-path)
RequiredBy: systemd-ask-password-console.path (destination-file destination-path)
RequiredBy: avahi-daemon.socket (destination-file destination-path)
RequiredBy: apt-daily-upgrade.timer (destination-file destination-path)
RequiredBy: systemd-networkd.service (destination-file destination-path)
RequiredBy: systemd-pcrlock.socket (destination-file destination-path)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: sys-kernel-tracing.mount (destination-implicit destination-path)
RequiredBy: e2scrub_reap.service (destination-file destination-path)
RequiredBy: boot.mount (destination-file destination-implicit destination-path)
RequiredBy: apparmor.service (destination-file destination-path)
RequiredBy: wtmpdb-update-boot.service (destination-file destination-path)
RequiredBy: systemd-userdbd.socket (destination-file destination-path)
RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
RequiredBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
RequiredBy: systemd-networkd-persistent-storage.service (destination-file destination-path)
RequiredBy: session-2.scope (destination-file)
RequiredBy: console-setup.service (destination-file destination-path)
RequiredBy: basic.target (destination-file destination-path)
RequiredBy: tpm-udev.path (destination-file destination-path)
RequiredBy: local-fs.target (destination-file)
RequiredBy: systemd-journald.socket (destination-file destination-path)
RequiredBy: systemd-networkd-varlink-metrics.socket (destination-file destination-path)
RequiredBy: sys-kernel-debug.mount (destination-implicit destination-path)
RequiredBy: systemd-logind.service (destination-file destination-path)
RequiredBy: systemd-ask-password-wall.path (destination-file destination-path)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: systemd-hostnamed.socket (destination-file destination-path)
RequiredBy: cups.socket (destination-file destination-path)
RequiredBy: boot-efi.mount (destination-file destination-implicit destination-path)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: systemd-networkd-resolve-hook.socket (destination-file destination-path)
RequiredBy: logrotate.timer (destination-file destination-path)
RequiredBy: systemd-ask-password.socket (destination-file destination-path)
RequiredBy: systemd-timesyncd.service (destination-file destination-path)
RequiredBy: upower.service (destination-file)
RequiredBy: systemd-pcrlogin at 1000.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file destination-path)
RequiredBy: systemd-journald.service (destination-file destination-path)
RequiredBy: systemd-udevd-control.socket (destination-file destination-path)
RequiredBy: netavark-dhcp-proxy.socket (destination-file destination-path)
RequiredBy: dbus.socket (destination-file destination-path)
RequiredBy: sys-kernel-config.mount (destination-implicit destination-path)
RequiredBy: systemd-networkd-varlink.socket (destination-file destination-path)
RequiredBy: accounts-daemon.service (destination-file destination-path)
RequiredBy: systemd-repart.socket (destination-file destination-path)
RequiredBy: systemd-udevd-varlink.socket (destination-file destination-path)
RequiredBy: systemd-factory-reset.socket (destination-file destination-path)
RequiredBy: wpa_supplicant.service (destination-file destination-path)
RequiredBy: syslog.socket (destination-file destination-path)
RequiredBy: systemd-pcrproduct.service (destination-file destination-path)
RequiredBy: systemd-sysext.socket (destination-file destination-path)
RequiredBy: run-user-1000.mount (destination-implicit)
RequiredBy: logrotate.service (destination-file destination-path)
RequiredBy: colord.service (destination-file)
RequiredBy: dev-mqueue.mount (destination-implicit destination-path)
WantedBy: e2scrub_reap.service (destination-file destination-path)
WantedBy: logrotate.service (destination-file destination-path)
WantedBy: lm-sensors.service (destination-file destination-path)
WantedBy: polkit.service (destination-file destination-path)
WantedBy: bluetooth.service (destination-file)
WantedBy: man-db.service (destination-file destination-path)
WantedBy: emergency.service (destination-file destination-path)
WantedBy: systemd-logind.service (destination-file destination-path)
WantedBy: upower.service (destination-file)
WantedBy: ModemManager.service (destination-file destination-path)
WantedBy: colord.service (destination-file)
WantedBy: systemd-hostnamed.service (destination-file destination-path)
WantedBy: rescue.service (destination-file destination-path)
Before: colord.service (destination-file)
Before: ModemManager.service (destination-file destination-path)
Before: systemd-repart.socket (destination-file destination-path)
Before: systemd-pcrproduct.service (destination-file destination-path)
Before: boot.mount (destination-file destination-implicit destination-path)
Before: sys-fs-fuse-connections.mount (destination-implicit destination-path)
Before: polkit-agent-helper.socket (destination-file destination-path)
Before: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
Before: systemd-ask-password-wall.path (destination-file destination-path)
Before: systemd-userdbd.socket (destination-file destination-path)
Before: lm-sensors.service (destination-file destination-path)
Before: console-setup.service (destination-file destination-path)
Before: basic.target (destination-file destination-path)
Before: man-db.service (destination-file destination-path)
Before: cups.path (destination-file destination-path)
Before: systemd-pcrlogin at 1000.service (destination-file)
Before: systemd-logind.service (destination-file destination-path)
Before: tmp.mount (destination-implicit destination-path)
Before: sys-kernel-tracing.mount (destination-implicit destination-path)
Before: session-2.scope (destination-file)
Before: anacron.timer (destination-file destination-path)
Before: systemd-creds.socket (destination-file destination-path)
Before: avahi-daemon.socket (destination-file destination-path)
Before: rescue.service (destination-file destination-path)
Before: polkit.service (destination-file destination-path)
Before: sys-kernel-config.mount (destination-implicit destination-path)
Before: sys-kernel-debug.mount (destination-implicit destination-path)
Before: dpkg-db-backup.timer (destination-file destination-path)
Before: man-db.timer (destination-file destination-path)
Before: systemd-networkd-varlink.socket (destination-file destination-path)
Before: systemd-networkd.service (destination-file destination-path)
Before: systemd-pstore.service (destination-file destination-path)
Before: netavark-dhcp-proxy.socket (destination-file destination-path)
Before: wtmpdb-update-boot.service (destination-file destination-path)
Before: systemd-mute-console.socket (destination-file destination-path)
Before: apparmor.service (destination-file destination-path)
Before: upower.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: cups.socket (destination-file destination-path)
Before: dev-hugepages.mount (destination-implicit destination-path)
Before: systemd-logind-varlink.socket (destination-file destination-path)
Before: systemd-factory-reset.socket (destination-file destination-path)
Before: dev-mqueue.mount (destination-implicit destination-path)
Before: systemd-sysext.socket (destination-file destination-path)
Before: docker.socket (destination-file destination-path)
Before: systemd-udevd-varlink.socket (destination-file destination-path)
Before: systemd-random-seed.service (destination-file destination-path)
Before: systemd-ask-password.socket (destination-file destination-path)
Before: systemd-hostnamed.service (destination-file destination-path)
Before: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file destination-path)
Before: systemd-rfkill.socket (destination-file)
Before: e2scrub_reap.service (destination-file destination-path)
Before: run-user-1000.mount (destination-implicit)
Before: bluetooth.service (destination-file)
Before: e2scrub_all.timer (destination-file destination-path)
Before: accounts-daemon.service (destination-file destination-path)
Before: systemd-journald.service (destination-file destination-path)
Before: systemd-ask-password-plymouth.path (destination-file destination-path)
Before: logrotate.service (destination-file destination-path)
Before: systemd-timesyncd.service (destination-file destination-path)
Before: systemd-journald.socket (destination-file destination-path)
Before: emergency.service (destination-file destination-path)
Before: systemd-pcrextend.socket (destination-file destination-path)
Before: apt-daily.timer (destination-file destination-path)
Before: systemd-tpm2-setup.service (destination-file destination-path)
Before: local-fs.target (origin-file)
Before: tpm-udev.path (destination-file destination-path)
Before: apt-daily-upgrade.timer (destination-file destination-path)
Before: wpa_supplicant.service (destination-file destination-path)
Before: systemd-udevd-control.socket (destination-file destination-path)
Before: boot-efi.mount (destination-file destination-implicit destination-path)
Before: systemd-hostnamed.socket (destination-file destination-path)
Before: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
Before: systemd-journald-dev-log.socket (destination-file destination-path)
Before: systemd-pcrlock.socket (destination-file destination-path)
Before: systemd-networkd-resolve-hook.socket (destination-file destination-path)
Before: systemd-ask-password-console.path (destination-file destination-path)
Before: dbus.socket (destination-file destination-path)
Before: systemd-networkd-varlink-metrics.socket (destination-file destination-path)
Before: systemd-journal-flush.service (destination-file destination-path)
Before: syslog.socket (destination-file destination-path)
Before: systemd-journalctl.socket (destination-file destination-path)
Before: fstrim.timer (destination-file destination-path)
Before: logrotate.timer (destination-file destination-path)
After: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: blockdev at dev-mapper-nvme0n1p3_crypt.target (origin-file)
ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit destination-path)
ReferencedBy: rescue.service (destination-file destination-path)
ReferencedBy: ModemManager.service (destination-file destination-path)
ReferencedBy: anacron.timer (destination-file destination-path)
ReferencedBy: systemd-ask-password-wall.path (destination-file destination-path)
ReferencedBy: cups.socket (destination-file destination-path)
ReferencedBy: systemd-userdbd.socket (destination-file destination-path)
ReferencedBy: systemd-logind-varlink.socket (destination-file destination-path)
ReferencedBy: netavark-dhcp-proxy.socket (destination-file destination-path)
ReferencedBy: systemd-udevd-varlink.socket (destination-file destination-path)
ReferencedBy: basic.target (destination-file destination-path)
ReferencedBy: systemd-ask-password-console.path (destination-file destination-path)
ReferencedBy: man-db.timer (destination-file destination-path)
ReferencedBy: tpm-udev.path (destination-file destination-path)
ReferencedBy: systemd-timesyncd.service (destination-file destination-path)
ReferencedBy: polkit-agent-helper.socket (destination-file destination-path)
ReferencedBy: systemd-pstore.service (destination-file destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: dev-mqueue.mount (destination-implicit destination-path)
ReferencedBy: sys-kernel-config.mount (destination-implicit destination-path)
ReferencedBy: systemd-networkd-varlink.socket (destination-file destination-path)
ReferencedBy: lm-sensors.service (destination-file destination-path)
ReferencedBy: systemd-factory-reset.socket (destination-file destination-path)
ReferencedBy: dbus.socket (destination-file destination-path)
ReferencedBy: dpkg-db-backup.timer (destination-file destination-path)
ReferencedBy: systemd-networkd.service (destination-file destination-path)
ReferencedBy: avahi-daemon.socket (destination-file destination-path)
ReferencedBy: fstrim.timer (destination-file destination-path)
ReferencedBy: apt-daily.timer (destination-file destination-path)
ReferencedBy: systemd-ask-password.socket (destination-file destination-path)
ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-path)
ReferencedBy: boot-efi.mount (destination-file destination-implicit destination-path)
ReferencedBy: systemd-journald.service (destination-file destination-path)
ReferencedBy: systemd-journald.socket (destination-file destination-path)
ReferencedBy: run-user-1000.mount (destination-implicit)
ReferencedBy: apt-daily-upgrade.timer (destination-file destination-path)
ReferencedBy: systemd-hostnamed.service (destination-file destination-path)
ReferencedBy: session-2.scope (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: cups.path (destination-file destination-path)
ReferencedBy: sys-kernel-tracing.mount (destination-implicit destination-path)
ReferencedBy: systemd-tpm2-setup.service (destination-file destination-path)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: systemd-pcrproduct.service (destination-file destination-path)
ReferencedBy: systemd-pcrlock.socket (destination-file destination-path)
ReferencedBy: wpa_supplicant.service (destination-file destination-path)
ReferencedBy: colord.service (destination-file)
ReferencedBy: systemd-pcrextend.socket (destination-file destination-path)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file destination-path)
ReferencedBy: systemd-sysext.socket (destination-file destination-path)
ReferencedBy: tmp.mount (destination-implicit destination-path)
ReferencedBy: emergency.service (destination-file destination-path)
ReferencedBy: systemd-random-seed.service (destination-file destination-path)
ReferencedBy: logrotate.service (destination-file destination-path)
ReferencedBy: console-setup.service (destination-file destination-path)
ReferencedBy: docker.socket (destination-file destination-path)
ReferencedBy: systemd-repart.socket (destination-file destination-path)
ReferencedBy: systemd-pcrlogin at 1000.service (destination-file)
ReferencedBy: accounts-daemon.service (destination-file destination-path)
ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit destination-path)
ReferencedBy: systemd-logind.service (destination-file destination-path)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file destination-path)
ReferencedBy: boot.mount (destination-file destination-implicit destination-path)
ReferencedBy: sys-kernel-debug.mount (destination-implicit destination-path)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file destination-path)
ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit destination-path)
ReferencedBy: dev-hugepages.mount (destination-implicit destination-path)
ReferencedBy: systemd-mute-console.socket (destination-file destination-path)
ReferencedBy: e2scrub_all.timer (destination-file destination-path)
ReferencedBy: polkit.service (destination-file destination-path)
ReferencedBy: syslog.socket (destination-file destination-path)
ReferencedBy: systemd-journalctl.socket (destination-file destination-path)
ReferencedBy: systemd-rfkill.service (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file destination-path)
ReferencedBy: logrotate.timer (destination-file destination-path)
ReferencedBy: systemd-creds.socket (destination-file destination-path)
ReferencedBy: apparmor.service (destination-file destination-path)
ReferencedBy: systemd-hostnamed.socket (destination-file destination-path)
ReferencedBy: man-db.service (destination-file destination-path)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-path)
ReferencedBy: systemd-udevd-control.socket (destination-file destination-path)
ReferencedBy: e2scrub_reap.service (destination-file destination-path)
ReferencedBy: systemd-journal-flush.service (destination-file destination-path)
ReferencedBy: systemd-backlight at backlight:amdgpu_bl0.service (destination-file)
InSlice: -.slice (origin-slice-property)
RequiresMountsFor: /dev/mapper/nvme0n1p3_crypt (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/nvme0n1p3_crypt
File System Type: ext4
Options: rw,nodiratime,relatime,discard,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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/ModemManager.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5354547aa94a4efa806e4001f73cc581
Fragment Path: /usr/lib/systemd/system/ModemManager.service
ConditionVirtualization: !container succeeded
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: system.slice (origin-file)
Requires: polkit.service (origin-file)
Wants: -.mount (origin-file origin-path)
Wants: tmp.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-file origin-path)
After: systemd-tmpfiles-setup.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: polkit.service (origin-file)
After: systemd-journald.socket (origin-file)
After: tmp.mount (origin-path)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
References: -.mount (origin-file origin-path)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: tmp.mount (origin-path)
References: polkit.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: shutdown.target (origin-default)
References: dbus.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)
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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1233
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
MemoryTHP: inherit
PrivateBPF: no
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
PID: 1233
Start Timestamp: Sun 2026-06-07 10:29:15.052357 CEST
Handoff Timestamp: 9.247ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f3d02cb6d9804fb9b9a0c5b233ac2afa
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.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.008098011a000404-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 19c8a4d197d842bf8c325a8dd3c70348
Documentation: man:tmpfiles.d(5)
Documentation: man:systemd-tmpfiles(8)
Fragment Path: /usr/lib/systemd/system/systemd-tmpfiles-setup.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
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: e2scrub_reap.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: bluetooth.service (destination-file)
Before: shutdown.target (origin-file)
Before: systemd-firstboot.service (destination-file)
Before: wtmpdb-update-boot.service (destination-file)
Before: initrd-switch-root.target (origin-file)
Before: systemd-logind.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: sysinit.target (origin-file)
Before: colord.service (destination-file)
Before: man-db.service (destination-file)
Before: ModemManager.service (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: logrotate.service (destination-file)
Before: ldconfig.service (destination-file)
Before: upower.service (destination-file)
After: systemd-confext.service (destination-file)
After: systemd-journald.socket (origin-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-sysext.service (destination-file)
After: systemd-journal-flush.service (destination-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
After: systemd-sysusers.service (origin-file)
After: systemd-journald.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: local-fs.target (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: e2scrub_reap.service (destination-file)
ReferencedBy: systemd-journal-flush.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-sysext.service (destination-file)
ReferencedBy: systemd-hostnamed.service (destination-file)
ReferencedBy: polkit.service (destination-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: man-db.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: systemd-confext.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: upower.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
ReferencedBy: ModemManager.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.service (destination-file)
ReferencedBy: wtmpdb-update-boot.service (destination-file)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: logrotate.service (destination-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: lm-sensors.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
PID: 978
Start Timestamp: Sun 2026-06-07 10:29:14.893030 CEST
Handoff Timestamp: 15.824ms since start
Exit Timestamp: 15.426ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart3.device:
Description: GBDriver GX1 debian
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 980386f4e7104139849f75971ebcc404
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart3.device
Following Set Member: dev-disk-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-be8bcc71\x2d5d3c\x2d4064\x2d8f6f\x2d003dd42087f7.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart3.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart3.device
Following Set Member: dev-disk-by\x2dpartlabel-debian.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-3.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-4131718e\x2d131f\x2d4a96\x2da304\x2dc9d880ad8f81.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.008098011a000404-part3
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p3
Found: found-udev
? Unit cryptsetup-pre.target:
Description: cryptsetup-pre.target
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
WantedBy: systemd-confext-initrd.service (destination-file)
WantedBy: systemd-sysext-initrd.service (destination-file)
After: systemd-pcrphase-initrd.service (destination-file)
After: systemd-sysext-initrd.service (destination-file)
After: systemd-pcrnvdone.service (destination-file)
After: systemd-pcrosseparator.service (destination-file)
After: systemd-confext-initrd.service (destination-file)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file)
ReferencedBy: systemd-sysext-initrd.service (destination-file)
ReferencedBy: systemd-pcrnvdone.service (destination-file)
ReferencedBy: systemd-pcrosseparator.service (destination-file)
ReferencedBy: systemd-confext-initrd.service (destination-file)
? Unit connman.service:
Description: connman.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: apt-daily-upgrade.service (destination-file)
Before: apt-daily.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: apt-daily.service (destination-file)
? Unit cups.service:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-cups.slice
CGroup: /system.slice/system-cups.slice/cups.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: f6b178d82d3a4d05980b7dd1147ce9a1
Documentation: man:cupsd(8)
Fragment Path: /usr/lib/systemd/system/cups.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: cups.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system-cups.slice (origin-file)
RequiredBy: cups-browsed.service (destination-file)
WantedBy: multi-user.target (destination-file)
ConsistsOf: cups.path (destination-file)
ConsistsOf: cups.socket (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: cups-browsed.service (destination-file)
After: nslcd.service (origin-file)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: cups.socket (destination-implicit)
After: nss-user-lookup.target (origin-file)
After: system-cups.slice (origin-file)
After: network.target (origin-file)
After: cups.path (destination-implicit)
After: time-set.target (origin-file)
After: sysinit.target (origin-default)
TriggeredBy: cups.path (destination-implicit)
TriggeredBy: cups.socket (destination-implicit)
References: time-set.target (origin-file)
References: systemd-journald.socket (origin-file)
References: basic.target (origin-default)
References: cups.socket (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: network.target (origin-file)
References: system-cups.slice (origin-file origin-slice-property)
References: nss-user-lookup.target (origin-file)
References: nslcd.service (origin-file)
ReferencedBy: cups-browsed.service (destination-file)
ReferencedBy: cups.socket (destination-file destination-implicit)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: cups.path (destination-file destination-implicit)
InSlice: system-cups.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: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1260
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/cupsd -l
PID: 1260
Start Timestamp: Sun 2026-06-07 10:29:15.115687 CEST
Handoff Timestamp: 3.786ms since start
Status Text: Scheduler is running...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dbus.service:
Description: D-Bus System Message Bus
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/dbus.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: ac6c78d16848419381935a27c43ad8fa
Documentation: man:dbus-daemon(1)
Fragment Path: /usr/lib/systemd/system/dbus.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
WantedBy: multi-user.target (destination-file)
BoundBy: NetworkManager.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: NetworkManager.service (destination-file)
Before: shutdown.target (origin-default)
Before: containerd.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: user at 1000.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: multi-user.target (destination-default)
After: dbus.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: dbus.socket (destination-implicit)
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)
References: systemd-journald.socket (origin-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: dbus.socket (destination-implicit)
ReferencedBy: user at 1000.service (destination-file)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: NetworkManager.service (destination-file)
ReferencedBy: wpa_supplicant.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: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1138
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
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
PID: 1138
Start Timestamp: Sun 2026-06-07 10:29:14.994750 CEST
Handoff Timestamp: 18.037ms since start
? ExecReload:
Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-ask-password-console.service:
Description: Dispatch Password Requests to Console
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: initrd-switch-root.target (origin-file)
Conflicts: emergency.service (origin-file)
Conflicts: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: emergency.service (origin-file)
Before: shutdown.target (origin-file)
After: systemd-vconsole-setup.service (origin-file)
After: systemd-ask-password-console.path (destination-implicit)
After: plymouth-start.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
TriggeredBy: systemd-ask-password-console.path (destination-implicit)
References: systemd-journald.socket (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: emergency.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: plymouth-start.service (origin-file)
References: shutdown.target (origin-file)
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: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallArchitectures: native
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tty-ask-password-agent --watch --console
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 265cb180e7e547e3aeb18f0bb839baf4
Following Set Member: dev-rfkill.device
Wants: systemd-rfkill.socket (origin-udev)
BoundBy: systemd-rfkill.socket (destination-file)
BoundBy: systemd-rfkill.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-rfkill.service (destination-file)
References: systemd-rfkill.socket (origin-udev)
ReferencedBy: systemd-rfkill.socket (destination-file)
ReferencedBy: systemd-rfkill.service (destination-file)
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 systemd-sysext-initrd.service:
Description: Merge System Extension Images into /usr/ and /opt/ of the initrd
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-sysext-initrd.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-sysext-initrd.service
ConditionKernelCommandLine: !rd.systemd.sysext=0 untested
ConditionPathExists: /etc/initrd-release untested
ConditionDirectoryNotEmpty: |/.extra/global_sysext untested
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)
Wants: cryptsetup-pre.target (origin-file)
Wants: modprobe at loop.service (origin-file)
Wants: modprobe at dm_mod.service (origin-file)
Wants: local-fs-pre.target (origin-file)
WantedBy: initrd.target (destination-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: systemd-tmpfiles-setup.service (origin-file)
Before: cryptsetup-pre.target (origin-file)
Before: local-fs-pre.target (origin-file)
Before: initrd-switch-root.target (origin-file)
After: system.slice (origin-file)
After: modprobe at loop.service (origin-file)
After: modprobe at dm_mod.service (origin-file)
After: systemd-journald.socket (origin-file)
References: local-fs-pre.target (origin-file)
References: cryptsetup-pre.target (origin-file)
References: modprobe at loop.service (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-tmpfiles-setup.service (origin-file)
References: modprobe at dm_mod.service (origin-file)
References: initrd-switch-root.target (origin-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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-sysext refresh
? ExecReload:
Command Line: systemd-sysext refresh
? ExecStop:
Command Line: systemd-sysext unmerge
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 37c0818883d54fb7942fa6b27f5faec6
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.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:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit polkit.service:
Description: Authorization Manager
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/polkit.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: 01fbc7d039d74415a6f87419da7a2a72
Documentation: man:polkit(8)
Fragment Path: /usr/lib/systemd/system/polkit.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Wants: -.mount (origin-file origin-path)
Wants: tmp.mount (origin-path)
RequiredBy: ModemManager.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: ModemManager.service (destination-file)
Before: shutdown.target (origin-default)
After: -.mount (origin-file origin-path)
After: tmp.mount (origin-path)
After: systemd-journald.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
References: systemd-tmpfiles-setup.service (origin-file)
References: tmp.mount (origin-path)
References: shutdown.target (origin-default)
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: -.mount (origin-file origin-path)
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: on-failure
NotifyAccess: main
NotifyState: ready
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1143
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
MemoryTHP: inherit
PrivateBPF: no
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: accept getgid ioprio_set process_vm_readv lsm_list_modules io_uring_setup io_cancel lstat64 renameat inotify_init setfsuid truncate64 lchown32 set_thread_area getdents64 mq_open memfd_create rmdir sched_setparam syncfs getsid tkill link fstatfs64 oldfstat prlimit64 name_to_handle_at tgkill rseq riscv_hwprobe sched_getscheduler ugetrlimit chown setresuid32 rt_sigsuspend futex_time64 setreuid getrandom msgctl timer_create sched_get_priority_min prctl recvmsg uname set_tls clock_gettime fcntl fstatfs readlink setresuid sigreturn mmap2 fchmodat2 exit_group mknod execveat landlock_add_rule setgid timerfd_gettime statfs mq_timedsend_time64 set_robust_list readv lsetxattr mprotect mlockall timer_settime64 getitimer mq_unlink recvfrom exit lgetxattr flock futex_waitv sendmmsg fchownat fork pread64 fchmodat fstatat64 personality semctl epoll_pwait2 mq_timedsend accept4 timerfd_gettime64 recvmmsg timer_settime rt_sigpending readlinkat renameat2 kill add_key setxattr close_range fcntl64 setgroups eventfd ppoll io_uring_register clock_gettime64 stat oldstat pselect6 ioctl fremovexattr fchown32 setfsgid32 sendto setitimer shmctl sched_rr_get_interval msgget lsm_get_self_attr timer_gettime64 read setregid32 getresgid fgetxattr sched_rr_get_interval_time64 fstat64 getpeername shutdown utimensat getpriority clock_nanosleep timerfd_settime lseek readahead sched_setscheduler getgroups32 utimes sched_get_priority_max sigaltstack kcmp unshare listxattr mq_getsetattr getegid timerfd_create get_mempolicy io_uring_enter vmsplice getxattr munmap sync_file_range2 removexattr flistxattr io_pgetevents_time64 send setgid32 pipe2 sched_yield setresgid mremap tee setfsuid32 olduname timer_gettime fchmod readdir request_key pwrite64 chmod preadv signalfd4 landlock_create_ruleset setns setuid32 chdir lremovexattr sigprocmask pause mq_timedreceive chown32 getxattrat getresgid32 gettimeofday epoll_create futex rt_sigtimedwait_time64 umask mmap statfs64 ftruncate setregid waitid setfsgid creat epoll_ctl_old sendfile64 linkat timer_delete set_tid_address restart_syscall statmount fchdir pidfd_send_signal ppoll_time64 dup keyctl truncate msgrcv waitpid sched_setaffinity fdatasync shmget fsync getgroups brk writev utime statx clone utimensat_time64 setxattrat copy_file_range epoll_pwait pidfd_open get_robust_list dup3 clock_getres stat64 epoll_wait_old unlinkat socket _llseek seccomp getegid32 swapcontext clock_nanosleep_time64 semtimedop_time64 sched_getaffinity sendmsg getpid symlink rt_sigaction mkdirat signalfd mlock2 inotify_rm_watch geteuid mknodat getuid32 ipc fadvise64 time write move_pages membarrier faccessat setuid sched_getparam semop openat2 sendfile llistxattr munlockall setresgid32 rename recv pipe ioprio_get mbind unlink cacheflush pwritev2 epoll_ctl semtimedop fstat fallocate munlock connect capget timerfd_settime64 timer_getoverrun mseal landlock_restrict_self open poll wait4 setpgid rt_sigqueueinfo nice rt_sigtimedwait getresuid io_destroy mlock _newselect mq_timedreceive_time64 oldolduname mq_notify alarm process_vm_writev lchown shmat fsetxattr recvmmsg_time64 dup2 getresuid32 semget socketcall arch_prctl migrate_pages getpgid select io_submit times getppid sync rt_sigreturn capset setsid io_pgetevents getgid32 close arm_fadvise64_64 gettid listxattrat uretprobe sync_file_range fadvise64_64 getrlimit symlinkat futimesat msgsnd sysinfo inotify_add_watch openat listmount splice geteuid32 madvise riscv_flush_icache shmdt bind pselect6_time64 inotify_init1 setrlimit getsockopt set_mempolicy mkdir msync setreuid32 preadv2 access remap_file_pages clock_getres_time64 rt_sigprocmask removexattrat sigsuspend io_getevents signal clone3 vfork listen process_madvise io_setup setpriority set_mempolicy_home_node sched_setattr epoll_create1 sched_getattr socketpair getsockname eventfd2 faccessat2 newfstatat userfaultfd pwritev ftruncate64 setsockopt sigaction rt_tgsigqueueinfo getuid setgroups32 oldlstat getdents getpgrp epoll_wait getcwd open_tree getcpu nanosleep lstat sigpending getrusage execve fchown get_thread_area
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/polkit-1/polkitd --no-debug --log-level=notice
PID: 1143
Start Timestamp: Sun 2026-06-07 10:29:15.002317 CEST
Handoff Timestamp: 35.741ms since start
Status Text: Processing requests...
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
MemoryMin: 0
MemoryLow: 0
StartupMemoryLow: 0 (error getting kernel value: Invalid argument)
MemoryHigh: 18446744073709551615
StartupMemoryHigh: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryMax: 33554432
StartupMemoryMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemorySwapMax: 33554432
StartupMemorySwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapMax: 18446744073709551615
StartupMemoryZSwapMax: 18446744073709551615 (error getting kernel value: Invalid argument)
MemoryZSwapWriteback: yes
TasksMax: 74410
DevicePolicy: strict
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: /dev/null rw
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: c58c7e2636a246e39c91ab7202dac600
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-nvme0n1p1.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:02:00.0-nvme-1-part/by-partuuid/96e70787-66ae-4e26-bf94-e93a2c2394b2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit systemd-firstboot.service:
Description: Initial Setup
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-firstboot(1)
Fragment Path: /usr/lib/systemd/system/systemd-firstboot.service
ConditionFirstBoot: yes failed
ConditionPathIsReadWrite: /etc untested
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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-vconsole-setup.service (origin-file)
After: systemd-sysusers.service (origin-file)
After: systemd-mute-console.socket (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: system.slice (origin-file)
References: sysinit.target (origin-file)
References: systemd-vconsole-setup.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-mute-console.socket (origin-file)
References: first-boot-complete.target (origin-file)
References: shutdown.target (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-tmpfiles-setup.service (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-firstboot --prompt-locale --prompt-keymap-auto --prompt-timezone --prompt-root-password --mute-console=yes
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:dpkg(1)
Fragment Path: /usr/lib/systemd/system/dpkg-db-backup.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: dpkg-db-backup.timer (destination-implicit)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
TriggeredBy: dpkg-db-backup.timer (destination-implicit)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/dpkg/dpkg-db-backup
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:bootup(7)
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: initrd.target (origin-file)
After: system.slice (origin-file)
After: initrd-root-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: initrd-fs.target (origin-file)
OnSuccessOf: initrd-parse-etc.service (destination-file)
OnFailure: emergency.target (origin-file)
References: initrd.target (origin-file)
References: emergency.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-root-fs.target (origin-file)
References: systemd-journald.socket (origin-file)
References: initrd-fs.target (origin-file)
ReferencedBy: initrd-switch-root.target (destination-file)
ReferencedBy: initrd-parse-etc.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: no
GuessMainPID: yes
Type: oneshot
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemctl --no-block isolate initrd-switch-root.target
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-update-done.service:
Description: Update is Completed
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-update-done.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-update-done.service
ConditionNeedsUpdate: |/var failed
ConditionNeedsUpdate: |/etc failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-file)
Before: sysinit.target (origin-file)
Before: shutdown.target (origin-file)
After: systemd-sysusers.service (destination-file)
After: ldconfig.service (destination-file)
After: local-fs.target (origin-file)
After: system.slice (origin-file)
After: systemd-hwdb-update.service (destination-file)
After: systemd-journald.socket (origin-file)
After: systemd-journal-catalog-update.service (destination-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: sysinit.target (origin-file)
References: local-fs.target (origin-file)
ReferencedBy: systemd-sysusers.service (destination-file)
ReferencedBy: ldconfig.service (destination-file)
ReferencedBy: systemd-hwdb-update.service (destination-file)
ReferencedBy: systemd-journal-catalog-update.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-update-done
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit modprobe at fuse.service:
Description: Load Kernel Module fuse
Instance: fuse
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !fuse failed
ConditionCapability: CAP_SYS_MODULE untested
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: no
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: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: system-modprobe.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq fuse
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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)
Wants: grub2-common.service (origin-file)
Before: grub2-common.service (destination-file)
After: systemd-suspend-then-hibernate.service (origin-file)
References: grub2-common.service (origin-file)
References: grub-common.service (origin-file)
References: systemd-suspend-then-hibernate.service (origin-file)
ReferencedBy: grub2-common.service (destination-file)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit tpm-udev.service:
Description: Handle dynamically added tpm devices
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Fragment Path: /usr/lib/systemd/system/tpm-udev.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: tpm-udev.path (destination-implicit)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: system.slice (origin-file)
After: basic.target (origin-default)
TriggeredBy: tpm-udev.path (destination-implicit)
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)
ReferencedBy: tpm-udev.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: systemd-tmpfiles --create tpm-udev.conf
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit multi-user.target:
Description: Multi-User System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:16 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:16 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 21a8be61d384487aab2ece609e37626e
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/multi-user.target
Condition Timestamp: Sun 2026-06-07 10:29:16 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:16 CEST
Assert Result: yes
Requires: basic.target (origin-file)
Wants: remote-fs.target (origin-file)
Wants: dbus.service (origin-file)
Wants: cups.service (origin-file)
Wants: grub-common.service (origin-file)
Wants: systemd-user-sessions.service (origin-file)
Wants: avahi-daemon.service (origin-file)
Wants: anacron.service (origin-file)
Wants: cups-browsed.service (origin-file)
Wants: plymouth-quit.service (origin-file)
Wants: e2scrub_reap.service (origin-file)
Wants: docker.service (origin-file)
Wants: lm-sensors.service (origin-file)
Wants: getty.target (origin-file)
Wants: ModemManager.service (origin-file)
Wants: wpa_supplicant.service (origin-file)
Wants: cron.service (origin-file)
Wants: NetworkManager.service (origin-file)
Wants: containerd.service (origin-file)
Wants: systemd-ask-password-wall.path (origin-file)
Wants: grub2-common.service (origin-file)
Wants: plymouth-quit-wait.service (origin-file)
Wants: cups.path (origin-file)
Wants: networking.service (origin-file)
Wants: console-setup.service (origin-file)
Wants: systemd-logind.service (origin-file)
RequiredBy: graphical.target (destination-file)
Conflicts: rescue.target (origin-file)
Conflicts: rescue.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-file destination-default)
After: plymouth-quit-wait.service (origin-default)
After: containerd.service (origin-default)
After: cups-browsed.service (origin-default)
After: anacron.service (origin-default)
After: avahi-daemon.service (origin-default)
After: NetworkManager.service (origin-default)
After: systemd-networkd.service (destination-file)
After: systemd-user-sessions.service (origin-default)
After: basic.target (origin-file origin-default)
After: systemd-logind.service (origin-default)
After: dbus.service (origin-default)
After: cron.service (origin-default)
After: lm-sensors.service (origin-default)
After: wpa_supplicant.service (origin-default)
After: rescue.target (origin-file)
After: e2scrub_reap.service (origin-default)
After: grub2-common.service (origin-default)
After: cups.service (origin-default)
After: getty.target (origin-default)
After: plymouth-quit.service (origin-default)
After: cups.path (origin-default)
After: ModemManager.service (origin-default)
After: docker.service (origin-default)
After: rescue.service (origin-file)
References: avahi-daemon.service (origin-file origin-default)
References: cups.service (origin-file origin-default)
References: NetworkManager.service (origin-file origin-default)
References: wpa_supplicant.service (origin-file origin-default)
References: systemd-logind.service (origin-file origin-default)
References: grub2-common.service (origin-file origin-default)
References: cups-browsed.service (origin-file origin-default)
References: rescue.service (origin-file)
References: rescue.target (origin-file)
References: anacron.service (origin-file origin-default)
References: cron.service (origin-file origin-default)
References: remote-fs.target (origin-file)
References: grub-common.service (origin-file)
References: plymouth-quit-wait.service (origin-file origin-default)
References: console-setup.service (origin-file)
References: docker.service (origin-file origin-default)
References: systemd-ask-password-wall.path (origin-file)
References: plymouth-quit.service (origin-file origin-default)
References: systemd-user-sessions.service (origin-file origin-default)
References: containerd.service (origin-file origin-default)
References: e2scrub_reap.service (origin-file origin-default)
References: dbus.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: getty.target (origin-file origin-default)
References: ModemManager.service (origin-file origin-default)
References: basic.target (origin-file origin-default)
References: networking.service (origin-file)
References: cups.path (origin-file origin-default)
References: lm-sensors.service (origin-file origin-default)
ReferencedBy: graphical.target (destination-file destination-default)
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 NetworkManager-wait-online.service:
Description: Network Manager Wait Online
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: fdc1ad502c9c478fb4a52ec3aeb9e9e4
Documentation: man:NetworkManager-wait-online.service(8)
Fragment Path: /usr/lib/systemd/system/NetworkManager-wait-online.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
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: sysinit.target (origin-default)
After: system.slice (origin-file)
References: shutdown.target (origin-default)
References: systemd-journald.socket (origin-file)
References: network-online.target (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
References: NetworkManager.service (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/bin/nm-online -s -q
PID: 1258
Start Timestamp: Sun 2026-06-07 10:29:15.113655 CEST
Handoff Timestamp: 4.390ms since start
Exit Timestamp: 10.900ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit basic.target:
Description: Basic System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ec7243b1cf9c4a4fbbca737e2941d272
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/basic.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: tmp.mount (origin-file)
Wants: timers.target (origin-file)
Wants: sockets.target (origin-file)
Wants: slices.target (origin-file)
Wants: paths.target (origin-file)
RequiredBy: initrd.target (destination-file)
RequiredBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: rtkit-daemon.service (destination-default)
Before: accounts-daemon.service (destination-default)
Before: avahi-daemon.service (destination-default)
Before: apt-daily-upgrade.service (destination-default)
Before: man-db.service (destination-default)
Before: udisks2.service (destination-default)
Before: dbus.service (destination-default)
Before: NetworkManager-wait-online.service (destination-default)
Before: ModemManager.service (destination-default)
Before: docker.service (destination-default)
Before: cups.service (destination-default)
Before: initrd.target (destination-file destination-default)
Before: user-runtime-dir at 1000.service (destination-default)
Before: netavark-dhcp-proxy.service (destination-default)
Before: systemd-pcrphase.service (destination-default)
Before: wpa_supplicant.service (destination-default)
Before: bluetooth.service (destination-default)
Before: systemd-logind.service (destination-default)
Before: containerd.service (destination-default)
Before: lightdm.service (destination-default)
Before: alsa-state.service (destination-default)
Before: systemd-user-sessions.service (destination-default)
Before: dpkg-db-backup.service (destination-default)
Before: e2scrub_reap.service (destination-default)
Before: multi-user.target (destination-file destination-default)
Before: grub2-common.service (destination-default)
Before: e2scrub_all.service (destination-default)
Before: getty at tty1.service (destination-default)
Before: logrotate.service (destination-default)
Before: cups-browsed.service (destination-default)
Before: apt-daily.service (destination-default)
Before: lm-sensors.service (destination-default)
Before: shutdown.target (origin-default)
Before: plymouth-quit.service (destination-default)
Before: fstrim.service (destination-default)
Before: anacron.service (destination-default)
Before: NetworkManager.service (destination-default)
Before: plymouth-quit-wait.service (destination-default)
Before: polkit.service (destination-default)
Before: getty-static.service (destination-default)
Before: alsa-restore.service (destination-default)
Before: user at 1000.service (destination-default)
Before: tpm-udev.service (destination-default)
Before: cron.service (destination-default)
Before: systemd-ask-password-wall.service (destination-default)
Before: upower.service (destination-default)
Before: colord.service (destination-default)
After: slices.target (origin-file origin-default)
After: sysinit.target (origin-file origin-default)
After: tmp.mount (origin-file)
After: sockets.target (origin-file origin-default)
After: -.mount (origin-file origin-path)
After: paths.target (origin-file origin-default)
After: systemd-pcrphase-sysinit.service (destination-file)
After: systemd-ask-password-plymouth.path (destination-file)
References: sockets.target (origin-file origin-default)
References: -.mount (origin-file origin-path)
References: paths.target (origin-file origin-default)
References: slices.target (origin-file origin-default)
References: shutdown.target (origin-default)
References: timers.target (origin-file)
References: tmp.mount (origin-file)
References: sysinit.target (origin-file origin-default)
ReferencedBy: rtkit-daemon.service (destination-default)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file)
ReferencedBy: netavark-dhcp-proxy.service (destination-default)
ReferencedBy: e2scrub_reap.service (destination-default)
ReferencedBy: tpm-udev.service (destination-default)
ReferencedBy: plymouth-quit-wait.service (destination-default)
ReferencedBy: cups-browsed.service (destination-default)
ReferencedBy: logrotate.service (destination-default)
ReferencedBy: colord.service (destination-default)
ReferencedBy: systemd-ask-password-plymouth.path (destination-file)
ReferencedBy: grub2-common.service (destination-default)
ReferencedBy: dpkg-db-backup.service (destination-default)
ReferencedBy: ModemManager.service (destination-default)
ReferencedBy: alsa-state.service (destination-default)
ReferencedBy: polkit.service (destination-default)
ReferencedBy: cron.service (destination-default)
ReferencedBy: systemd-ask-password-wall.service (destination-default)
ReferencedBy: accounts-daemon.service (destination-default)
ReferencedBy: avahi-daemon.service (destination-default)
ReferencedBy: systemd-user-sessions.service (destination-default)
ReferencedBy: user at 1000.service (destination-default)
ReferencedBy: bluetooth.service (destination-default)
ReferencedBy: user-runtime-dir at 1000.service (destination-default)
ReferencedBy: dbus.service (destination-default)
ReferencedBy: udisks2.service (destination-default)
ReferencedBy: systemd-pcrphase.service (destination-default)
ReferencedBy: systemd-logind.service (destination-default)
ReferencedBy: anacron.service (destination-default)
ReferencedBy: containerd.service (destination-default)
ReferencedBy: apt-daily-upgrade.service (destination-default)
ReferencedBy: wpa_supplicant.service (destination-default)
ReferencedBy: lightdm.service (destination-default)
ReferencedBy: fstrim.service (destination-default)
ReferencedBy: getty-static.service (destination-default)
ReferencedBy: e2scrub_all.service (destination-default)
ReferencedBy: getty at tty1.service (destination-default)
ReferencedBy: plymouth-quit.service (destination-default)
ReferencedBy: initrd.target (destination-file destination-default)
ReferencedBy: NetworkManager.service (destination-default)
ReferencedBy: man-db.service (destination-default)
ReferencedBy: NetworkManager-wait-online.service (destination-default)
ReferencedBy: cups.service (destination-default)
ReferencedBy: upower.service (destination-default)
ReferencedBy: docker.service (destination-default)
ReferencedBy: apt-daily.service (destination-default)
ReferencedBy: multi-user.target (destination-file destination-default)
ReferencedBy: lm-sensors.service (destination-default)
ReferencedBy: alsa-restore.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 colord.service:
Description: Manage, Install and Generate Color Profiles
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:23 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:23 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:23 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/colord.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 0e07f32c2d3a4bf49020720ec67a80ed
Fragment Path: /usr/lib/systemd/system/colord.service
Condition Timestamp: Sun 2026-06-07 10:29:23 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:23 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Requires: dbus.socket (origin-file)
Requires: -.mount (origin-file)
Wants: -.mount (origin-file)
Wants: tmp.mount (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: system.slice (origin-file)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: sysinit.target (origin-default)
After: systemd-remount-fs.service (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: -.mount (origin-file)
After: tmp.mount (origin-file)
After: basic.target (origin-default)
References: tmp.mount (origin-file)
References: dbus.socket (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: basic.target (origin-default)
References: -.mount (origin-file)
References: systemd-remount-fs.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
InSlice: system.slice (origin-slice-property)
WantsMountsFor: /var/tmp (origin-file)
WantsMountsFor: /tmp (origin-file)
RequiresMountsFor: /var/lib/colord (origin-file)
RequiresMountsFor: /etc/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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 2276
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
MemoryTHP: inherit
PrivateBPF: no
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: time
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/colord
PID: 2276
Start Timestamp: Sun 2026-06-07 10:29:23.260041 CEST
Handoff Timestamp: 17.901ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2dpartlabel-esp.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 1d78fca236fe48a39975d8ffb438bbba
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02: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-partlabel/esp
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit initrd-usr-fs.target:
Description: Initrd /usr File System
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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)
Before: systemd-repart.service (destination-file)
OnFailure: emergency.target (origin-file)
References: emergency.target (origin-file)
References: shutdown.target (origin-file)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-repart.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace-irreversibly
IgnoreOnIsolate: no
Target State: dead
? 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/lightdm.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: f3ee8a9f5b8245658e4498d8803b5594
Documentation: man:lightdm(1)
Fragment Path: /usr/lib/systemd/system/lightdm.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: plymouth-quit.service (origin-file)
Conflicts: shutdown.target (origin-default)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: graphical.target (destination-file destination-default)
Before: shutdown.target (origin-default)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
After: sysinit.target (origin-default)
After: console-setup.service (destination-file)
After: dbus.socket (origin-file)
After: plymouth-quit.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
OnFailure: plymouth-quit.service (origin-file)
References: dbus.socket (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: plymouth-quit.service (origin-file)
References: systemd-user-sessions.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: console-setup.service (destination-file)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: graphical.target (destination-file destination-default)
ReferencedBy: plymouth-reboot.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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1271
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/lightdm
PID: 1271
Start Timestamp: Sun 2026-06-07 10:29:15.124357 CEST
Handoff Timestamp: 4.564ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/wpa_supplicant.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: f2f60b6307824a64a181116477e442d4
Fragment Path: /usr/lib/systemd/system/wpa_supplicant.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: system.slice (origin-file)
Requires: sysinit.target (origin-default)
Requires: dbus.socket (origin-file)
Requires: -.mount (origin-file origin-path)
Wants: network.target (origin-file)
WantedBy: multi-user.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: multi-user.target (destination-default)
Before: shutdown.target (origin-default)
Before: network.target (origin-file)
After: dbus.service (origin-file)
After: basic.target (origin-default)
After: dbus.socket (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
After: 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: basic.target (origin-default)
References: network.target (origin-file)
References: sysinit.target (origin-default)
References: dbus.service (origin-file)
References: -.mount (origin-file origin-path)
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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1216
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
Group: netdev
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/wpa_supplicant -u -s -O "DIR=/run/wpa_supplicant GROUP=netdev"
PID: 1216
Start Timestamp: Sun 2026-06-07 10:29:15.038435 CEST
Handoff Timestamp: 4.616ms since start
? ExecReload:
Command Line: /bin/kill -HUP "\$MAINPID"
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit nslcd.service:
Description: nslcd.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: cups.service (destination-file)
ReferencedBy: cups.service (destination-file)
? Unit slices.target:
Description: Slice Units
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: aaace928008f4391a1ec7e4527b4db13
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/slices.target
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Wants: -.slice (origin-file)
Wants: system.slice (origin-file)
WantedBy: basic.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: basic.target (destination-file destination-default)
After: user.slice (destination-file)
After: -.slice (origin-file)
After: system.slice (origin-file)
References: -.slice (origin-file)
References: system.slice (origin-file)
References: shutdown.target (origin-default)
ReferencedBy: user.slice (destination-file)
ReferencedBy: basic.target (destination-file destination-default)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-modprobe.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: bbcb8f51d30441368f62083a08079144
Documentation: man:modprobe(8)
Fragment Path: /usr/lib/systemd/system/modprobe at .service
ConditionKernelModuleLoaded: !efi_pstore failed
ConditionCapability: CAP_SYS_MODULE succeeded
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: system-modprobe.slice (origin-file)
WantedBy: systemd-pstore.service (destination-file)
Before: systemd-pstore.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: sysinit.target (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: modprobe -abq efi_pstore
PID: 759
Start Timestamp: Sun 2026-06-07 10:29:12.807569 CEST
Handoff Timestamp: 3.022ms since start
Exit Timestamp: 9.916ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit plymouth-reboot.service:
Description: Show Plymouth Reboot Screen
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-reboot.service (origin-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
After: getty at tty1.service (origin-file)
After: plymouth-start.service (origin-file)
After: systemd-journald.socket (origin-file)
After: lightdm.service (origin-file)
After: system.slice (origin-file)
References: getty at tty1.service (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-reboot.service (origin-file)
References: systemd-journald.socket (origin-file)
References: lightdm.service (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: reboot.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/plymouthd --mode=reboot --attach-to-session
? ExecStartPost:
Command Line: /usr/bin/plymouth show-splash
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit tpm-udev.path:
Description: Handle dynamically added tpm devices
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Fragment Path: /usr/lib/systemd/system/tpm-udev.path
ConditionVirtualization: container failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: paths.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: tpm-udev.service (origin-implicit)
Before: shutdown.target (origin-default)
Before: paths.target (origin-default destination-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: tpm-udev.service (origin-implicit)
References: sysinit.target (origin-default)
References: tpm-udev.service (origin-implicit)
References: paths.target (origin-default)
References: -.mount (origin-file origin-path)
References: shutdown.target (origin-default)
ReferencedBy: paths.target (destination-file destination-default)
RequiresMountsFor: /dev (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Path State: dead
Result: success
Unit: tpm-udev.service
MakeDirectory: no
DirectoryMode: 0755
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PathChanged: /dev
? Unit apt-daily.service:
Description: Daily apt download activities
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily.service
ConditionACPower: true untested
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: apt-daily-upgrade.service (destination-file)
After: sysinit.target (origin-default)
After: NetworkManager.service (origin-file)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: connman.service (origin-file)
After: apt-daily.timer (destination-implicit)
After: network-online.target (origin-file)
After: network.target (origin-file)
After: systemd-networkd.service (origin-file)
TriggeredBy: apt-daily.timer (destination-implicit)
References: NetworkManager.service (origin-file)
References: basic.target (origin-default)
References: connman.service (origin-file)
References: shutdown.target (origin-default)
References: sysinit.target (origin-default)
References: network-online.target (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
References: systemd-networkd.service (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily update
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit ldconfig.service:
Description: Rebuild Dynamic Linker Cache
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:ldconfig(8)
Fragment Path: /usr/lib/systemd/system/ldconfig.service
ConditionFileNotEmpty: |!/etc/ld.so.cache failed
ConditionNeedsUpdate: |/etc failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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: sysinit.target (origin-file)
Before: systemd-update-done.service (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
After: local-fs.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-tmpfiles-setup.service (origin-file)
After: systemd-confext.service (origin-file)
References: local-fs.target (origin-file)
References: systemd-tmpfiles-setup.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-confext.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-update-done.service (origin-file)
References: shutdown.target (origin-file)
References: initrd-switch-root.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: ldconfig -X
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.device:
Description: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/controlC1
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 04a63a3cd48c485f8069991f895e3606
Following Set Member: dev-snd-by\x2dpath-pci\x2d0000:c1:00.6.device
Following Set Member: dev-snd-controlC1.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:08.1/0000:c1:00.6/sound/card1/controlC1
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/controlC1
Found: found-udev
udev SYSTEMD_WANTS: sound.target
? Unit blockdev at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.target:
Description: Block Device Preparation for /dev/disk/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895
Instance: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: boot.mount (destination-file)
Before: umount.target (origin-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 netavark-dhcp-proxy.service:
Description: Netavark DHCP proxy service
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: Sun 2026-06-07 10:29:45 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: Sun 2026-06-07 10:29:45 CEST
Inactive Enter Timestamp: Sun 2026-06-07 10:29:45 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 282c03b842ae41af870826279b280104
Fragment Path: /usr/lib/systemd/system/netavark-dhcp-proxy.service
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: netavark-dhcp-proxy.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: graphical.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: graphical.target (destination-default)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: netavark-dhcp-proxy.socket (origin-file destination-implicit)
After: sysinit.target (origin-default)
After: basic.target (origin-default)
TriggeredBy: netavark-dhcp-proxy.socket (destination-implicit)
References: basic.target (origin-default)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-default)
References: netavark-dhcp-proxy.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: sysinit.target (origin-default)
ReferencedBy: netavark-dhcp-proxy.socket (destination-implicit)
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: dead
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/podman/netavark dhcp-proxy -a 30
PID: 1142
Start Timestamp: Sun 2026-06-07 10:29:15.001007 CEST
Handoff Timestamp: 3.707ms since start
Exit Timestamp: 30.024832s since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 9ce7afd4c30341d6a192e9f886c977d6
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 accounts-daemon.service:
Description: Accounts Service
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/accounts-daemon.service
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids bpf-devices
Invocation ID: a3731a125fca46fa994fd555bfb57a8d
Fragment Path: /usr/lib/systemd/system/accounts-daemon.service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: dbus.socket (origin-file)
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
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: basic.target (origin-default)
After: systemd-remount-fs.service (origin-file)
After: dbus.socket (origin-file)
After: system.slice (origin-file)
After: -.mount (origin-file origin-path)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: nss-user-lookup.target (origin-file)
References: basic.target (origin-default)
References: systemd-remount-fs.service (origin-file)
References: shutdown.target (origin-default)
References: nss-user-lookup.target (origin-file)
References: systemd-journald.socket (origin-file)
References: sysinit.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: dbus.socket (origin-file)
References: -.mount (origin-file origin-path)
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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1105
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
MemoryTHP: inherit
PrivateBPF: no
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: ~fsconfig umount2 chroot pivot_root mount_setattr mount umount fsmount fsopen fspick move_mount
SystemCallArchitectures: native
RestrictNamespaces:
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/libexec/accounts-daemon
PID: 1105
Start Timestamp: Sun 2026-06-07 10:29:14.963065 CEST
Handoff Timestamp: 18.516ms since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: closed
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit system-getty.slice:
Description: Slice /system/getty
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/system-getty.slice
CGroup realized 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: 2a67be76233f429c8d0346fb47101f70
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit network.target:
Description: Network
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 84edee225c98439e999c08192e229030
Documentation: man:systemd.special(7)
Documentation: https://systemd.io/NETWORK_ONLINE
Fragment Path: /usr/lib/systemd/system/network.target
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
WantedBy: systemd-networkd.service (destination-file)
WantedBy: networking.service (destination-file)
WantedBy: NetworkManager.service (destination-file)
WantedBy: wpa_supplicant.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: network-online.target (destination-file)
Before: cups.service (destination-file)
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: shutdown.target (origin-default)
Before: containerd.service (destination-file)
After: ifupdown-pre.service (destination-file)
After: network-pre.target (origin-file)
After: systemd-networkd.service (destination-file)
After: networking.service (destination-file)
After: NetworkManager.service (destination-file)
After: wpa_supplicant.service (destination-file)
References: shutdown.target (origin-default)
References: network-pre.target (origin-file)
ReferencedBy: containerd.service (destination-file)
ReferencedBy: systemd-networkd.service (destination-file)
ReferencedBy: ifupdown-pre.service (destination-file)
ReferencedBy: networking.service (destination-file)
ReferencedBy: cups.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: wpa_supplicant.service (destination-file)
ReferencedBy: network-online.target (destination-file)
ReferencedBy: apt-daily.service (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: active
? Unit sound.target:
Description: Sound Card
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 36cc45fa6fb7498eb90004f4af0f53e0
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/sound.target
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Wants: alsa-restore.service (origin-file)
Wants: alsa-state.service (origin-file)
WantedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device (destination-udev)
WantedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.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-state.service (origin-file origin-default)
References: shutdown.target (origin-default)
References: alsa-restore.service (origin-file origin-default)
ReferencedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.1-sound-card0-controlC0.device (destination-udev)
ReferencedBy: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.device (destination-udev)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 79c47817d4f44ab3bd5f94b2bf89f8f3
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: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
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: shutdown.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: systemd-udevd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: initrd-switch-root.target (origin-file)
References: systemd-udevd.service (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm control --load-credentials
PID: 764
Start Timestamp: Sun 2026-06-07 10:29:12.812165 CEST
Handoff Timestamp: 3.680ms since start
Exit Timestamp: 4.135ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-tpmrm0.device:
Description: /dev/tpmrm0
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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: dead
Device Path: n/a
Sysfs Path: n/a
Found: n/a
? 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: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /sys-fs-fuse-connections.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5eb7ab3a570b4c2f8319cbeb14ed3c18
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 succeeded
ConditionCapability: CAP_SYS_ADMIN succeeded
ConditionPathExists: /sys/fs/fuse/connections succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: -.slice (origin-file)
Requires: modprobe at fuse.service (origin-file)
WantedBy: sysinit.target (destination-file)
WantedBy: sys-module-fuse.device (destination-udev)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit origin-path)
After: systemd-journald.socket (origin-file)
After: modprobe at fuse.service (origin-file)
After: -.slice (origin-file)
References: -.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
References: -.mount (origin-implicit origin-path)
References: sysinit.target (origin-file)
References: modprobe at fuse.service (origin-file)
ReferencedBy: sysinit.target (destination-file)
ReferencedBy: sys-module-fuse.device (destination-udev)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount fusectl /sys/fs/fuse/connections -t fusectl -o nosuid,nodev,noexec
PID: 760
Start Timestamp: Sun 2026-06-07 10:29:12.808188 CEST
Handoff Timestamp: 3.164ms since start
Exit Timestamp: 6.112ms since handoff
Exit Code: exited
Exit Status: 0
? Unit dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: b9fd23c41b2f40d6843955890d6917a9
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\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:02:00.0-nvme-1-part/by-label/b
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit systemd-pcrphase.service:
Description: TPM PCR Barrier (User)
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrphase.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrphase.service
Failure Action: reboot-force
ConditionSecurity: measured-os failed
ConditionPathExists: !/etc/initrd-release untested
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: no
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
WantedBy: sysinit.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: systemd-user-sessions.service (origin-file)
Before: shutdown.target (origin-default)
After: basic.target (origin-default)
After: systemd-journald.socket (origin-file)
After: remote-fs.target (origin-file)
After: remote-cryptsetup.target (origin-file)
After: sysinit.target (origin-default)
After: tpm2.target (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: tpm2.target (origin-file)
References: remote-fs.target (origin-file)
References: shutdown.target (origin-default)
References: system.slice (origin-file origin-slice-property)
References: remote-cryptsetup.target (origin-file)
References: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
References: basic.target (origin-default)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful ready
? ExecStop:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful shutdown
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit system.slice:
Description: System Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: yes
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /system.slice
CGroup realized 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 cpuset io memory pids bpf-firewall bpf-devices
Documentation: man:systemd.special(7)
Requires: -.slice (origin-implicit)
RequiredBy: alsa-state.service (destination-file)
RequiredBy: systemd-pcrphase-sysinit.service (destination-file)
RequiredBy: boot.mount (destination-file)
RequiredBy: systemd-sysext.service (destination-file)
RequiredBy: systemd-confext-initrd.service (destination-file)
RequiredBy: man-db.service (destination-file)
RequiredBy: emergency.service (destination-file)
RequiredBy: systemd-bsod.service (destination-file)
RequiredBy: systemd-logind.service (destination-file)
RequiredBy: anacron.service (destination-file)
RequiredBy: udisks2.service (destination-file)
RequiredBy: cups-browsed.service (destination-file)
RequiredBy: systemd-rfkill.service (destination-file)
RequiredBy: plymouth-switch-root.service (destination-file)
RequiredBy: systemd-networkd-varlink.socket (destination-file)
RequiredBy: systemd-sysusers.service (destination-file)
RequiredBy: ldconfig.service (destination-file)
RequiredBy: systemd-networkd.service (destination-file)
RequiredBy: systemd-pcrmachine.service (destination-file)
RequiredBy: keyboard-setup.service (destination-file)
RequiredBy: systemd-hibernate.service (destination-file)
RequiredBy: systemd-repart.service (destination-file)
RequiredBy: systemd-journalctl.socket (destination-file)
RequiredBy: ifupdown-pre.service (destination-file)
RequiredBy: NetworkManager.service (destination-file)
RequiredBy: systemd-quotacheck-root.service (destination-file)
RequiredBy: tpm-udev.service (destination-file)
RequiredBy: docker.socket (destination-file)
RequiredBy: initrd-cleanup.service (destination-file)
RequiredBy: systemd-tpm2-setup-early.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file)
RequiredBy: e2scrub_reap.service (destination-file)
RequiredBy: systemd-udev-load-credentials.service (destination-file)
RequiredBy: systemd-hwdb-update.service (destination-file)
RequiredBy: systemd-binfmt.service (destination-file)
RequiredBy: systemd-hostnamed.service (destination-file)
RequiredBy: networking.service (destination-file)
RequiredBy: system-systemd\x2dpcrlogin.slice (destination-implicit)
RequiredBy: plymouth-halt.service (destination-file)
RequiredBy: systemd-modules-load.service (destination-file)
RequiredBy: fstrim.service (destination-file)
RequiredBy: grub2-common.service (destination-file)
RequiredBy: systemd-user-sessions.service (destination-file)
RequiredBy: systemd-logind-varlink.socket (destination-file)
RequiredBy: systemd-userdb-load-credentials.service (destination-file)
RequiredBy: systemd-suspend-then-hibernate.service (destination-file)
RequiredBy: systemd-hibernate-clear.service (destination-file)
RequiredBy: avahi-daemon.socket (destination-file)
RequiredBy: systemd-tmpfiles-clean.service (destination-file)
RequiredBy: systemd-tpm2-setup.service (destination-file)
RequiredBy: cron.service (destination-file)
RequiredBy: systemd-repart.socket (destination-file)
RequiredBy: systemd-pstore.service (destination-file)
RequiredBy: plymouth-reboot.service (destination-file)
RequiredBy: rescue.service (destination-file)
RequiredBy: syslog.socket (destination-file)
RequiredBy: systemd-fsck-root.service (destination-file)
RequiredBy: accounts-daemon.service (destination-file)
RequiredBy: systemd-networkd-resolve-hook.socket (destination-file)
RequiredBy: systemd-networkd-persistent-storage.service (destination-file)
RequiredBy: initrd-udevadm-cleanup-db.service (destination-file)
RequiredBy: boot-efi.mount (destination-file)
RequiredBy: systemd-ask-password.socket (destination-file)
RequiredBy: systemd-tmpfiles-setup.service (destination-file)
RequiredBy: systemd-poweroff.service (destination-file)
RequiredBy: bluetooth.service (destination-file)
RequiredBy: systemd-pcrextend.socket (destination-file)
RequiredBy: systemd-factory-reset.socket (destination-file)
RequiredBy: systemd-sysctl.service (destination-file)
RequiredBy: systemd-journald.service (destination-file)
RequiredBy: logrotate.service (destination-file)
RequiredBy: initrd-switch-root.service (destination-file)
RequiredBy: alsa-restore.service (destination-file)
RequiredBy: systemd-ask-password-wall.service (destination-file)
RequiredBy: NetworkManager-wait-online.service (destination-file)
RequiredBy: systemd-journald-dev-log.socket (destination-file)
RequiredBy: plymouth-start.service (destination-file)
RequiredBy: systemd-networkd-varlink-metrics.socket (destination-file)
RequiredBy: getty-static.service (destination-file)
RequiredBy: system-systemd\x2dfsck.slice (destination-implicit)
RequiredBy: run-user-1000.mount (destination-file)
RequiredBy: systemd-update-done.service (destination-file)
RequiredBy: systemd-battery-check.service (destination-file)
RequiredBy: systemd-pcrnvdone.service (destination-file)
RequiredBy: systemd-hostnamed.socket (destination-file)
RequiredBy: systemd-udevd-varlink.socket (destination-file)
RequiredBy: systemd-journald.socket (destination-file)
RequiredBy: tmp.mount (destination-file)
RequiredBy: plymouth-switch-root-initramfs.service (destination-file)
RequiredBy: systemd-machine-id-commit.service (destination-file)
RequiredBy: systemd-remount-fs.service (destination-file)
RequiredBy: systemd-journal-catalog-update.service (destination-file)
RequiredBy: systemd-rfkill.socket (destination-file)
RequiredBy: systemd-sysext.socket (destination-file)
RequiredBy: systemd-journald-audit.socket (destination-file)
RequiredBy: systemd-confext.service (destination-file)
RequiredBy: systemd-tmpfiles-setup-dev-early.service (destination-file)
RequiredBy: systemd-udev-trigger.service (destination-file)
RequiredBy: lightdm.service (destination-file)
RequiredBy: systemd-firstboot.service (destination-file)
RequiredBy: systemd-ask-password-plymouth.service (destination-file)
RequiredBy: systemd-pcrproduct.service (destination-file)
RequiredBy: dbus.service (destination-file)
RequiredBy: systemd-suspend.service (destination-file)
RequiredBy: systemd-mute-console.socket (destination-file)
RequiredBy: system-modprobe.slice (destination-implicit)
RequiredBy: systemd-udevd-control.socket (destination-file)
RequiredBy: apt-daily.service (destination-file)
RequiredBy: systemd-timesyncd.service (destination-file)
RequiredBy: docker.service (destination-file)
RequiredBy: systemd-creds.socket (destination-file)
RequiredBy: netavark-dhcp-proxy.socket (destination-file)
RequiredBy: systemd-halt.service (destination-file)
RequiredBy: systemd-hibernate-resume.service (destination-file)
RequiredBy: apparmor.service (destination-file)
RequiredBy: plymouth-kexec.service (destination-file)
RequiredBy: rtkit-daemon.service (destination-file)
RequiredBy: cups.socket (destination-file)
RequiredBy: plymouth-poweroff.service (destination-file)
RequiredBy: plymouth-read-write.service (destination-file)
RequiredBy: wpa_supplicant.service (destination-file)
RequiredBy: systemd-kexec.service (destination-file)
RequiredBy: dpkg-db-backup.service (destination-file)
RequiredBy: systemd-networkd.socket (destination-file)
RequiredBy: upower.service (destination-file)
RequiredBy: system-systemd\x2dbacklight.slice (destination-implicit)
RequiredBy: colord.service (destination-file)
RequiredBy: systemd-random-seed.service (destination-file)
RequiredBy: systemd-hybrid-sleep.service (destination-file)
RequiredBy: system-getty.slice (destination-implicit)
RequiredBy: systemd-userdbd.service (destination-file)
RequiredBy: netavark-dhcp-proxy.service (destination-file)
RequiredBy: avahi-daemon.service (destination-file)
RequiredBy: e2scrub_all.service (destination-file)
RequiredBy: apt-daily-upgrade.service (destination-file)
RequiredBy: systemd-journal-flush.service (destination-file)
RequiredBy: polkit-agent-helper.socket (destination-file)
RequiredBy: ModemManager.service (destination-file)
RequiredBy: system-cups.slice (destination-implicit)
RequiredBy: initrd-parse-etc.service (destination-file)
RequiredBy: systemd-userdbd.socket (destination-file)
RequiredBy: dbus.socket (destination-file)
RequiredBy: lm-sensors.service (destination-file)
RequiredBy: polkit.service (destination-file)
RequiredBy: systemd-udevd-kernel.socket (destination-file)
RequiredBy: systemd-soft-reboot.service (destination-file)
RequiredBy: systemd-pcrphase-initrd.service (destination-file)
RequiredBy: systemd-ask-password-console.service (destination-file)
RequiredBy: wtmpdb-update-boot.service (destination-file)
RequiredBy: systemd-pcrphase.service (destination-file)
RequiredBy: kmod-static-nodes.service (destination-file)
RequiredBy: plymouth-quit-wait.service (destination-file)
RequiredBy: console-setup.service (destination-file)
RequiredBy: systemd-factory-reset-complete.service (destination-file)
RequiredBy: systemd-pcrlock.socket (destination-file)
RequiredBy: systemd-udevd.service (destination-file)
RequiredBy: systemd-pcrosseparator.service (destination-file)
RequiredBy: systemd-udev-settle.service (destination-file)
RequiredBy: systemd-sysext-initrd.service (destination-file)
RequiredBy: containerd.service (destination-file)
RequiredBy: systemd-reboot.service (destination-file)
RequiredBy: plymouth-quit.service (destination-file)
WantedBy: slices.target (destination-file)
Before: systemd-confext-initrd.service (destination-file)
Before: lightdm.service (destination-file)
Before: emergency.service (destination-file)
Before: systemd-udev-load-credentials.service (destination-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
Before: systemd-journald-dev-log.socket (destination-file)
Before: systemd-hostnamed.service (destination-file)
Before: systemd-machine-id-commit.service (destination-file)
Before: apparmor.service (destination-file)
Before: rtkit-daemon.service (destination-file)
Before: cron.service (destination-file)
Before: systemd-fsck-root.service (destination-file)
Before: initrd-switch-root.service (destination-file)
Before: systemd-tmpfiles-setup-dev-early.service (destination-file)
Before: systemd-ask-password.socket (destination-file)
Before: systemd-journald.service (destination-file)
Before: systemd-hostnamed.socket (destination-file)
Before: systemd-pcrnvdone.service (destination-file)
Before: systemd-networkd-varlink.socket (destination-file)
Before: systemd-timesyncd.service (destination-file)
Before: systemd-hybrid-sleep.service (destination-file)
Before: avahi-daemon.service (destination-file)
Before: systemd-rfkill.service (destination-file)
Before: systemd-udevd-varlink.socket (destination-file)
Before: polkit-agent-helper.socket (destination-file)
Before: systemd-remount-fs.service (destination-file)
Before: systemd-tpm2-setup-early.service (destination-file)
Before: keyboard-setup.service (destination-file)
Before: systemd-rfkill.socket (destination-file)
Before: systemd-pcrlock.socket (destination-file)
Before: plymouth-start.service (destination-file)
Before: systemd-modules-load.service (destination-file)
Before: systemd-kexec.service (destination-file)
Before: slices.target (destination-file)
Before: systemd-halt.service (destination-file)
Before: avahi-daemon.socket (destination-file)
Before: e2scrub_all.service (destination-file)
Before: systemd-creds.socket (destination-file)
Before: systemd-factory-reset.socket (destination-file)
Before: boot-efi.mount (destination-file)
Before: systemd-pstore.service (destination-file)
Before: apt-daily.service (destination-file)
Before: systemd-userdbd.socket (destination-file)
Before: system-getty.slice (destination-implicit)
Before: systemd-hibernate.service (destination-file)
Before: wtmpdb-update-boot.service (destination-file)
Before: systemd-update-done.service (destination-file)
Before: systemd-networkd-varlink-metrics.socket (destination-file)
Before: tpm-udev.service (destination-file)
Before: containerd.service (destination-file)
Before: systemd-suspend-then-hibernate.service (destination-file)
Before: system-systemd\x2dfsck.slice (destination-implicit)
Before: networking.service (destination-file)
Before: anacron.service (destination-file)
Before: systemd-factory-reset-complete.service (destination-file)
Before: systemd-networkd-resolve-hook.socket (destination-file)
Before: systemd-pcrextend.socket (destination-file)
Before: systemd-repart.socket (destination-file)
Before: systemd-binfmt.service (destination-file)
Before: systemd-udevd.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-quit.service (destination-file)
Before: alsa-state.service (destination-file)
Before: systemd-tmpfiles-setup-dev.service (destination-file)
Before: cups.socket (destination-file)
Before: system-cups.slice (destination-implicit)
Before: system-systemd\x2dpcrlogin.slice (destination-implicit)
Before: cups-browsed.service (destination-file)
Before: systemd-pcrmachine.service (destination-file)
Before: systemd-journal-catalog-update.service (destination-file)
Before: systemd-soft-reboot.service (destination-file)
Before: rescue.service (destination-file)
Before: plymouth-quit-wait.service (destination-file)
Before: systemd-pcrproduct.service (destination-file)
Before: systemd-sysext.service (destination-file)
Before: systemd-poweroff.service (destination-file)
Before: dpkg-db-backup.service (destination-file)
Before: dbus.service (destination-file)
Before: systemd-user-sessions.service (destination-file)
Before: systemd-quotacheck-root.service (destination-file)
Before: initrd-cleanup.service (destination-file)
Before: lm-sensors.service (destination-file)
Before: systemd-networkd.socket (destination-file)
Before: systemd-ask-password-plymouth.service (destination-file)
Before: systemd-udev-trigger.service (destination-file)
Before: systemd-networkd.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: man-db.service (destination-file)
Before: systemd-firstboot.service (destination-file)
Before: syslog.socket (destination-file)
Before: systemd-sysusers.service (destination-file)
Before: plymouth-switch-root.service (destination-file)
Before: systemd-tmpfiles-setup.service (destination-file)
Before: systemd-udev-settle.service (destination-file)
Before: systemd-sysext-initrd.service (destination-file)
Before: plymouth-poweroff.service (destination-file)
Before: system-systemd\x2dbacklight.slice (destination-implicit)
Before: dbus.socket (destination-file)
Before: getty-static.service (destination-file)
Before: systemd-mute-console.socket (destination-file)
Before: boot.mount (destination-file)
Before: polkit.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
Before: systemd-ask-password-wall.service (destination-file)
Before: docker.socket (destination-file)
Before: bluetooth.service (destination-file)
Before: systemd-ask-password-console.service (destination-file)
Before: console-setup.service (destination-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: systemd-pcrosseparator.service (destination-file)
Before: systemd-sysctl.service (destination-file)
Before: plymouth-switch-root-initramfs.service (destination-file)
Before: systemd-logind-varlink.socket (destination-file)
Before: systemd-userdbd.service (destination-file)
Before: systemd-random-seed.service (destination-file)
Before: systemd-userdb-load-credentials.service (destination-file)
Before: systemd-journald.socket (destination-file)
Before: ifupdown-pre.service (destination-file)
Before: systemd-pcrphase.service (destination-file)
Before: systemd-bsod.service (destination-file)
Before: docker.service (destination-file)
Before: kmod-static-nodes.service (destination-file)
Before: upower.service (destination-file)
Before: systemd-udevd-kernel.socket (destination-file)
Before: systemd-hwdb-update.service (destination-file)
Before: fstrim.service (destination-file)
Before: accounts-daemon.service (destination-file)
Before: netavark-dhcp-proxy.service (destination-file)
Before: plymouth-read-write.service (destination-file)
Before: systemd-suspend.service (destination-file)
Before: initrd-parse-etc.service (destination-file)
Before: tmp.mount (destination-file)
Before: systemd-logind.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: alsa-restore.service (destination-file)
Before: colord.service (destination-file)
Before: ldconfig.service (destination-file)
Before: grub2-common.service (destination-file)
Before: systemd-journalctl.socket (destination-file)
Before: systemd-battery-check.service (destination-file)
Before: systemd-tpm2-setup.service (destination-file)
Before: systemd-tmpfiles-clean.service (destination-file)
Before: NetworkManager-wait-online.service (destination-file)
Before: systemd-journald-audit.socket (destination-file)
Before: systemd-repart.service (destination-file)
Before: systemd-hibernate-clear.service (destination-file)
Before: ModemManager.service (destination-file)
Before: netavark-dhcp-proxy.socket (destination-file)
Before: systemd-reboot.service (destination-file)
Before: systemd-confext.service (destination-file)
Before: system-modprobe.slice (destination-implicit)
Before: udisks2.service (destination-file)
Before: systemd-pcrphase-sysinit.service (destination-file)
Before: e2scrub_reap.service (destination-file)
Before: systemd-udevd-control.socket (destination-file)
Before: systemd-sysext.socket (destination-file)
Before: run-user-1000.mount (destination-file)
Before: NetworkManager.service (destination-file)
Before: wpa_supplicant.service (destination-file)
Before: logrotate.service (destination-file)
Before: systemd-journal-flush.service (destination-file)
Before: systemd-pcrphase-initrd.service (destination-file)
Before: systemd-hibernate-resume.service (destination-file)
After: -.slice (origin-implicit)
References: -.slice (origin-implicit)
ReferencedBy: tpm-udev.service (destination-file destination-slice-property)
ReferencedBy: emergency.service (destination-file destination-slice-property)
ReferencedBy: systemd-soft-reboot.service (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate.service (destination-file destination-slice-property)
ReferencedBy: grub2-common.service (destination-file destination-slice-property)
ReferencedBy: systemd-poweroff.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-clean.service (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-resume.service (destination-file destination-slice-property)
ReferencedBy: polkit.service (destination-file destination-slice-property)
ReferencedBy: systemd-timesyncd.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-file destination-slice-property)
ReferencedBy: systemd-quotacheck-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald-audit.socket (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.service (destination-file destination-slice-property)
ReferencedBy: bluetooth.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-control.socket (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-varlink.socket (destination-file destination-slice-property)
ReferencedBy: upower.service (destination-file destination-slice-property)
ReferencedBy: initrd-udevadm-cleanup-db.service (destination-file destination-slice-property)
ReferencedBy: system-modprobe.slice (destination-implicit)
ReferencedBy: plymouth-quit.service (destination-file destination-slice-property)
ReferencedBy: systemd-userdb-load-credentials.service (destination-file destination-slice-property)
ReferencedBy: syslog.socket (destination-file destination-slice-property)
ReferencedBy: systemd-journald.socket (destination-file destination-slice-property)
ReferencedBy: alsa-restore.service (destination-file destination-slice-property)
ReferencedBy: NetworkManager.service (destination-file destination-slice-property)
ReferencedBy: systemd-update-done.service (destination-file destination-slice-property)
ReferencedBy: plymouth-read-write.service (destination-file destination-slice-property)
ReferencedBy: alsa-state.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald-dev-log.socket (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-file destination-slice-property)
ReferencedBy: cups.socket (destination-file destination-slice-property)
ReferencedBy: systemd-userdbd.socket (destination-file destination-slice-property)
ReferencedBy: systemd-userdbd.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd-kernel.socket (destination-file destination-slice-property)
ReferencedBy: systemd-factory-reset.socket (destination-file destination-slice-property)
ReferencedBy: plymouth-reboot.service (destination-file destination-slice-property)
ReferencedBy: boot.mount (destination-file destination-slice-property)
ReferencedBy: plymouth-switch-root-initramfs.service (destination-file destination-slice-property)
ReferencedBy: NetworkManager-wait-online.service (destination-file destination-slice-property)
ReferencedBy: fstrim.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysusers.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-wall.service (destination-file destination-slice-property)
ReferencedBy: kmod-static-nodes.service (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup.service (destination-file destination-slice-property)
ReferencedBy: ldconfig.service (destination-file destination-slice-property)
ReferencedBy: systemd-rfkill.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrnvdone.service (destination-file destination-slice-property)
ReferencedBy: plymouth-switch-root.service (destination-file destination-slice-property)
ReferencedBy: colord.service (destination-file destination-slice-property)
ReferencedBy: avahi-daemon.service (destination-file destination-slice-property)
ReferencedBy: systemd-random-seed.service (destination-file destination-slice-property)
ReferencedBy: dbus.socket (destination-file destination-slice-property)
ReferencedBy: cups-browsed.service (destination-file destination-slice-property)
ReferencedBy: console-setup.service (destination-file destination-slice-property)
ReferencedBy: systemd-battery-check.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev-early.service (destination-file destination-slice-property)
ReferencedBy: systemd-firstboot.service (destination-file destination-slice-property)
ReferencedBy: systemd-suspend-then-hibernate.service (destination-file destination-slice-property)
ReferencedBy: plymouth-poweroff.service (destination-file destination-slice-property)
ReferencedBy: apt-daily-upgrade.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrextend.socket (destination-file destination-slice-property)
ReferencedBy: accounts-daemon.service (destination-file destination-slice-property)
ReferencedBy: systemd-udevd.service (destination-file destination-slice-property)
ReferencedBy: systemd-logind-varlink.socket (destination-file destination-slice-property)
ReferencedBy: networking.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrproduct.service (destination-file destination-slice-property)
ReferencedBy: apt-daily.service (destination-file destination-slice-property)
ReferencedBy: logrotate.service (destination-file destination-slice-property)
ReferencedBy: docker.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password.socket (destination-file destination-slice-property)
ReferencedBy: systemd-suspend.service (destination-file destination-slice-property)
ReferencedBy: plymouth-kexec.service (destination-file destination-slice-property)
ReferencedBy: systemd-repart.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext-initrd.service (destination-file destination-slice-property)
ReferencedBy: systemd-pstore.service (destination-file destination-slice-property)
ReferencedBy: udisks2.service (destination-file destination-slice-property)
ReferencedBy: run-user-1000.mount (destination-file destination-slice-property)
ReferencedBy: wpa_supplicant.service (destination-file destination-slice-property)
ReferencedBy: initrd-cleanup.service (destination-file destination-slice-property)
ReferencedBy: systemd-fsck-root.service (destination-file destination-slice-property)
ReferencedBy: lm-sensors.service (destination-file destination-slice-property)
ReferencedBy: system-cups.slice (destination-implicit)
ReferencedBy: systemd-udev-trigger.service (destination-file destination-slice-property)
ReferencedBy: cron.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd-varlink.socket (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup.service (destination-file destination-slice-property)
ReferencedBy: plymouth-halt.service (destination-file destination-slice-property)
ReferencedBy: tmp.mount (destination-file destination-slice-property)
ReferencedBy: systemd-hwdb-update.service (destination-file destination-slice-property)
ReferencedBy: systemd-halt.service (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.socket (destination-file destination-slice-property)
ReferencedBy: containerd.service (destination-file destination-slice-property)
ReferencedBy: ModemManager.service (destination-file destination-slice-property)
ReferencedBy: dpkg-db-backup.service (destination-file destination-slice-property)
ReferencedBy: lightdm.service (destination-file destination-slice-property)
ReferencedBy: apparmor.service (destination-file destination-slice-property)
ReferencedBy: systemd-repart.socket (destination-file destination-slice-property)
ReferencedBy: systemd-confext-initrd.service (destination-file destination-slice-property)
ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file destination-slice-property)
ReferencedBy: systemd-tpm2-setup-early.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-plymouth.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase-sysinit.service (destination-file destination-slice-property)
ReferencedBy: avahi-daemon.socket (destination-file destination-slice-property)
ReferencedBy: keyboard-setup.service (destination-file destination-slice-property)
ReferencedBy: system-getty.slice (destination-implicit)
ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit)
ReferencedBy: system-systemd\x2dpcrlogin.slice (destination-implicit)
ReferencedBy: systemd-logind.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrlock.socket (destination-file destination-slice-property)
ReferencedBy: e2scrub_all.service (destination-file destination-slice-property)
ReferencedBy: systemd-ask-password-console.service (destination-file destination-slice-property)
ReferencedBy: netavark-dhcp-proxy.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrosseparator.service (destination-file destination-slice-property)
ReferencedBy: systemd-bsod.service (destination-file destination-slice-property)
ReferencedBy: systemd-factory-reset-complete.service (destination-file destination-slice-property)
ReferencedBy: systemd-journal-flush.service (destination-file destination-slice-property)
ReferencedBy: plymouth-quit-wait.service (destination-file destination-slice-property)
ReferencedBy: wtmpdb-update-boot.service (destination-file destination-slice-property)
ReferencedBy: systemd-mute-console.socket (destination-file destination-slice-property)
ReferencedBy: docker.socket (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.service (destination-file destination-slice-property)
ReferencedBy: plymouth-start.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase.service (destination-file destination-slice-property)
ReferencedBy: initrd-switch-root.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-load-credentials.service (destination-file destination-slice-property)
ReferencedBy: systemd-udev-settle.service (destination-file destination-slice-property)
ReferencedBy: systemd-modules-load.service (destination-file destination-slice-property)
ReferencedBy: system-systemd\x2dbacklight.slice (destination-implicit)
ReferencedBy: systemd-hybrid-sleep.service (destination-file destination-slice-property)
ReferencedBy: systemd-binfmt.service (destination-file destination-slice-property)
ReferencedBy: systemd-remount-fs.service (destination-file destination-slice-property)
ReferencedBy: polkit-agent-helper.socket (destination-file destination-slice-property)
ReferencedBy: netavark-dhcp-proxy.socket (destination-file destination-slice-property)
ReferencedBy: systemd-hibernate-clear.service (destination-file destination-slice-property)
ReferencedBy: man-db.service (destination-file destination-slice-property)
ReferencedBy: systemd-journald.service (destination-file destination-slice-property)
ReferencedBy: systemd-journal-catalog-update.service (destination-file destination-slice-property)
ReferencedBy: e2scrub_reap.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrphase-initrd.service (destination-file destination-slice-property)
ReferencedBy: systemd-confext.service (destination-file destination-slice-property)
ReferencedBy: getty-static.service (destination-file destination-slice-property)
ReferencedBy: systemd-machine-id-commit.service (destination-file destination-slice-property)
ReferencedBy: systemd-rfkill.socket (destination-file destination-slice-property)
ReferencedBy: dbus.service (destination-file destination-slice-property)
ReferencedBy: anacron.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysext.socket (destination-file destination-slice-property)
ReferencedBy: initrd-parse-etc.service (destination-file destination-slice-property)
ReferencedBy: systemd-networkd.socket (destination-file destination-slice-property)
ReferencedBy: slices.target (destination-file)
ReferencedBy: systemd-reboot.service (destination-file destination-slice-property)
ReferencedBy: rescue.service (destination-file destination-slice-property)
ReferencedBy: ifupdown-pre.service (destination-file destination-slice-property)
ReferencedBy: systemd-user-sessions.service (destination-file destination-slice-property)
ReferencedBy: systemd-kexec.service (destination-file destination-slice-property)
ReferencedBy: systemd-creds.socket (destination-file destination-slice-property)
ReferencedBy: boot-efi.mount (destination-file destination-slice-property)
ReferencedBy: rtkit-daemon.service (destination-file destination-slice-property)
ReferencedBy: systemd-journalctl.socket (destination-file destination-slice-property)
ReferencedBy: systemd-hostnamed.service (destination-file destination-slice-property)
ReferencedBy: systemd-sysctl.service (destination-file destination-slice-property)
ReferencedBy: systemd-pcrmachine.service (destination-file destination-slice-property)
InSlice: -.slice (origin-implicit)
SliceOf: plymouth-start.service (destination-slice-property)
SliceOf: systemd-logind.service (destination-slice-property)
SliceOf: getty-static.service (destination-slice-property)
SliceOf: plymouth-halt.service (destination-slice-property)
SliceOf: systemd-suspend-then-hibernate.service (destination-slice-property)
SliceOf: plymouth-quit.service (destination-slice-property)
SliceOf: systemd-udevd-control.socket (destination-slice-property)
SliceOf: systemd-ask-password-plymouth.service (destination-slice-property)
SliceOf: polkit-agent-helper.socket (destination-slice-property)
SliceOf: grub2-common.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev-early.service (destination-slice-property)
SliceOf: systemd-sysusers.service (destination-slice-property)
SliceOf: systemd-rfkill.socket (destination-slice-property)
SliceOf: colord.service (destination-slice-property)
SliceOf: alsa-state.service (destination-slice-property)
SliceOf: system-modprobe.slice (destination-implicit)
SliceOf: emergency.service (destination-slice-property)
SliceOf: upower.service (destination-slice-property)
SliceOf: initrd-udevadm-cleanup-db.service (destination-slice-property)
SliceOf: systemd-tmpfiles-clean.service (destination-slice-property)
SliceOf: dbus.socket (destination-slice-property)
SliceOf: system-systemd\x2dfsck.slice (destination-implicit)
SliceOf: systemd-sysext.service (destination-slice-property)
SliceOf: systemd-networkd.socket (destination-slice-property)
SliceOf: systemd-userdbd.socket (destination-slice-property)
SliceOf: systemd-tmpfiles-setup-dev.service (destination-slice-property)
SliceOf: netavark-dhcp-proxy.service (destination-slice-property)
SliceOf: systemd-reboot.service (destination-slice-property)
SliceOf: syslog.socket (destination-slice-property)
SliceOf: wpa_supplicant.service (destination-slice-property)
SliceOf: systemd-pcrextend.socket (destination-slice-property)
SliceOf: lm-sensors.service (destination-slice-property)
SliceOf: apparmor.service (destination-slice-property)
SliceOf: ModemManager.service (destination-slice-property)
SliceOf: system-getty.slice (destination-implicit)
SliceOf: initrd-parse-etc.service (destination-slice-property)
SliceOf: systemd-ask-password-console.service (destination-slice-property)
SliceOf: systemd-sysext-initrd.service (destination-slice-property)
SliceOf: systemd-hwdb-update.service (destination-slice-property)
SliceOf: systemd-udev-settle.service (destination-slice-property)
SliceOf: apt-daily.service (destination-slice-property)
SliceOf: kmod-static-nodes.service (destination-slice-property)
SliceOf: systemd-factory-reset.socket (destination-slice-property)
SliceOf: systemd-pcrphase.service (destination-slice-property)
SliceOf: systemd-tmpfiles-setup.service (destination-slice-property)
SliceOf: cups.socket (destination-slice-property)
SliceOf: networking.service (destination-slice-property)
SliceOf: plymouth-switch-root-initramfs.service (destination-slice-property)
SliceOf: plymouth-reboot.service (destination-slice-property)
SliceOf: systemd-hostnamed.socket (destination-slice-property)
SliceOf: containerd.service (destination-slice-property)
SliceOf: rescue.service (destination-slice-property)
SliceOf: systemd-machine-id-commit.service (destination-slice-property)
SliceOf: NetworkManager.service (destination-slice-property)
SliceOf: systemd-update-done.service (destination-slice-property)
SliceOf: plymouth-switch-root.service (destination-slice-property)
SliceOf: systemd-bsod.service (destination-slice-property)
SliceOf: systemd-soft-reboot.service (destination-slice-property)
SliceOf: dbus.service (destination-slice-property)
SliceOf: ldconfig.service (destination-slice-property)
SliceOf: systemd-networkd.service (destination-slice-property)
SliceOf: systemd-suspend.service (destination-slice-property)
SliceOf: avahi-daemon.service (destination-slice-property)
SliceOf: systemd-userdb-load-credentials.service (destination-slice-property)
SliceOf: plymouth-quit-wait.service (destination-slice-property)
SliceOf: systemd-binfmt.service (destination-slice-property)
SliceOf: systemd-pcrlock.socket (destination-slice-property)
SliceOf: e2scrub_all.service (destination-slice-property)
SliceOf: systemd-confext.service (destination-slice-property)
SliceOf: systemd-journald.service (destination-slice-property)
SliceOf: systemd-journald.socket (destination-slice-property)
SliceOf: systemd-halt.service (destination-slice-property)
SliceOf: systemd-user-sessions.service (destination-slice-property)
SliceOf: systemd-timesyncd.service (destination-slice-property)
SliceOf: systemd-factory-reset-complete.service (destination-slice-property)
SliceOf: systemd-udev-trigger.service (destination-slice-property)
SliceOf: systemd-journal-flush.service (destination-slice-property)
SliceOf: systemd-sysctl.service (destination-slice-property)
SliceOf: systemd-journal-catalog-update.service (destination-slice-property)
SliceOf: plymouth-read-write.service (destination-slice-property)
SliceOf: systemd-userdbd.service (destination-slice-property)
SliceOf: dpkg-db-backup.service (destination-slice-property)
SliceOf: systemd-repart.socket (destination-slice-property)
SliceOf: systemd-tpm2-setup-early.service (destination-slice-property)
SliceOf: systemd-tpm2-setup.service (destination-slice-property)
SliceOf: systemd-pcrproduct.service (destination-slice-property)
SliceOf: systemd-pcrphase-sysinit.service (destination-slice-property)
SliceOf: systemd-networkd-varlink.socket (destination-slice-property)
SliceOf: tmp.mount (destination-slice-property)
SliceOf: systemd-hibernate-clear.service (destination-slice-property)
SliceOf: systemd-hybrid-sleep.service (destination-slice-property)
SliceOf: e2scrub_reap.service (destination-slice-property)
SliceOf: systemd-creds.socket (destination-slice-property)
SliceOf: systemd-pcrphase-initrd.service (destination-slice-property)
SliceOf: tpm-udev.service (destination-slice-property)
SliceOf: wtmpdb-update-boot.service (destination-slice-property)
SliceOf: netavark-dhcp-proxy.socket (destination-slice-property)
SliceOf: systemd-random-seed.service (destination-slice-property)
SliceOf: udisks2.service (destination-slice-property)
SliceOf: systemd-pstore.service (destination-slice-property)
SliceOf: systemd-networkd-persistent-storage.service (destination-slice-property)
SliceOf: cups-browsed.service (destination-slice-property)
SliceOf: systemd-fsck-root.service (destination-slice-property)
SliceOf: systemd-ask-password-wall.service (destination-slice-property)
SliceOf: docker.socket (destination-slice-property)
SliceOf: systemd-kexec.service (destination-slice-property)
SliceOf: boot-efi.mount (destination-slice-property)
SliceOf: systemd-modules-load.service (destination-slice-property)
SliceOf: system-systemd\x2dbacklight.slice (destination-implicit)
SliceOf: systemd-confext-initrd.service (destination-slice-property)
SliceOf: keyboard-setup.service (destination-slice-property)
SliceOf: systemd-hostnamed.service (destination-slice-property)
SliceOf: systemd-journald-audit.socket (destination-slice-property)
SliceOf: plymouth-kexec.service (destination-slice-property)
SliceOf: avahi-daemon.socket (destination-slice-property)
SliceOf: systemd-udev-load-credentials.service (destination-slice-property)
SliceOf: polkit.service (destination-slice-property)
SliceOf: system-systemd\x2dpcrlogin.slice (destination-implicit)
SliceOf: bluetooth.service (destination-slice-property)
SliceOf: systemd-udevd-varlink.socket (destination-slice-property)
SliceOf: NetworkManager-wait-online.service (destination-slice-property)
SliceOf: systemd-udevd.service (destination-slice-property)
SliceOf: systemd-hibernate-resume.service (destination-slice-property)
SliceOf: anacron.service (destination-slice-property)
SliceOf: system-cups.slice (destination-implicit)
SliceOf: systemd-pcrnvdone.service (destination-slice-property)
SliceOf: systemd-quotacheck-root.service (destination-slice-property)
SliceOf: rtkit-daemon.service (destination-slice-property)
SliceOf: systemd-hibernate.service (destination-slice-property)
SliceOf: man-db.service (destination-slice-property)
SliceOf: boot.mount (destination-slice-property)
SliceOf: systemd-udevd-kernel.socket (destination-slice-property)
SliceOf: systemd-ask-password.socket (destination-slice-property)
SliceOf: systemd-pcrmachine.service (destination-slice-property)
SliceOf: initrd-switch-root.service (destination-slice-property)
SliceOf: docker.service (destination-slice-property)
SliceOf: ifupdown-pre.service (destination-slice-property)
SliceOf: accounts-daemon.service (destination-slice-property)
SliceOf: systemd-pcrosseparator.service (destination-slice-property)
SliceOf: systemd-logind-varlink.socket (destination-slice-property)
SliceOf: alsa-restore.service (destination-slice-property)
SliceOf: initrd-cleanup.service (destination-slice-property)
SliceOf: lightdm.service (destination-slice-property)
SliceOf: systemd-journalctl.socket (destination-slice-property)
SliceOf: plymouth-poweroff.service (destination-slice-property)
SliceOf: systemd-remount-fs.service (destination-slice-property)
SliceOf: cron.service (destination-slice-property)
SliceOf: console-setup.service (destination-slice-property)
SliceOf: fstrim.service (destination-slice-property)
SliceOf: systemd-poweroff.service (destination-slice-property)
SliceOf: systemd-networkd-varlink-metrics.socket (destination-slice-property)
SliceOf: apt-daily-upgrade.service (destination-slice-property)
SliceOf: systemd-rfkill.service (destination-slice-property)
SliceOf: systemd-mute-console.socket (destination-slice-property)
SliceOf: systemd-sysext.socket (destination-slice-property)
SliceOf: systemd-journald-dev-log.socket (destination-slice-property)
SliceOf: systemd-networkd-resolve-hook.socket (destination-slice-property)
SliceOf: systemd-firstboot.service (destination-slice-property)
SliceOf: systemd-battery-check.service (destination-slice-property)
SliceOf: run-user-1000.mount (destination-slice-property)
SliceOf: systemd-repart.service (destination-slice-property)
SliceOf: logrotate.service (destination-slice-property)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service:
Description: File System Check on /dev/disk/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895
Instance: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dfsck.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 98914861c7994a5f84bf18362dbe4519
Documentation: man:systemd-fsck at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-fsck at .service
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: system-systemd\x2dfsck.slice (origin-file)
BindsTo: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device (origin-file)
RequiredBy: boot.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.mount (destination-file)
Before: systemd-quotacheck.service (origin-file)
Before: shutdown.target (origin-file)
After: systemd-journald.socket (origin-file)
After: system-systemd\x2dfsck.slice (origin-file)
After: systemd-fsck-root.service (origin-file)
After: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device (origin-file)
After: local-fs-pre.target (origin-file)
References: poweroff.target (origin-file)
References: reboot.target (origin-file)
References: systemd-fsck-root.service (origin-file)
References: systemd-journald.socket (origin-file)
References: shutdown.target (origin-file)
References: kexec.target (origin-file)
References: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device (origin-file)
References: local-fs-pre.target (origin-file)
References: system-systemd\x2dfsck.slice (origin-file origin-slice-property)
References: halt.target (origin-file)
References: systemd-quotacheck.service (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-fsck /dev/disk/by-uuid/b10be4ab-9f01-4ed8-8ccc-d2e3c5027895
PID: 920
Start Timestamp: Sun 2026-06-07 10:29:14.240716 CEST
Handoff Timestamp: 54.094ms since start
Exit Timestamp: 14.565ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit tmp.mount:
Description: Temporary Directory /tmp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: /system.slice/tmp.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: 5e9b270b638b4382bfbf3d020765cf08
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 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-implicit origin-path)
Requires: system.slice (origin-file)
WantedBy: colord.service (destination-file)
WantedBy: basic.target (destination-file)
WantedBy: lm-sensors.service (destination-path)
WantedBy: logrotate.service (destination-path)
WantedBy: ModemManager.service (destination-path)
WantedBy: bluetooth.service (destination-file)
WantedBy: systemd-logind.service (destination-path)
WantedBy: upower.service (destination-file)
WantedBy: man-db.service (destination-path)
WantedBy: e2scrub_reap.service (destination-path)
WantedBy: polkit.service (destination-path)
WantedBy: local-fs.target (destination-file)
Conflicts: umount.target (origin-file)
Before: e2scrub_reap.service (destination-path)
Before: lm-sensors.service (destination-path)
Before: polkit.service (destination-path)
Before: local-fs.target (origin-file)
Before: umount.target (origin-file)
Before: logrotate.service (destination-path)
Before: basic.target (destination-file)
Before: bluetooth.service (destination-file)
Before: upower.service (destination-file)
Before: ModemManager.service (destination-path)
Before: colord.service (destination-file)
Before: systemd-logind.service (destination-path)
Before: man-db.service (destination-path)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit origin-path)
After: swap.target (origin-file)
References: umount.target (origin-file)
References: -.mount (origin-implicit origin-path)
References: swap.target (origin-file)
References: local-fs.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-journald.socket (origin-file)
ReferencedBy: ModemManager.service (destination-path)
ReferencedBy: bluetooth.service (destination-file)
ReferencedBy: lm-sensors.service (destination-path)
ReferencedBy: polkit.service (destination-path)
ReferencedBy: e2scrub_reap.service (destination-path)
ReferencedBy: upower.service (destination-file)
ReferencedBy: colord.service (destination-file)
ReferencedBy: man-db.service (destination-path)
ReferencedBy: local-fs.target (destination-file)
ReferencedBy: logrotate.service (destination-path)
ReferencedBy: systemd-logind.service (destination-path)
ReferencedBy: basic.target (destination-file)
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=31791508k,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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime,nosuid,nodev,size=50%,nr_inodes=1m
PID: 755
Start Timestamp: Sun 2026-06-07 10:29:12.804250 CEST
Handoff Timestamp: 6.475ms since start
Exit Timestamp: 6.364ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-ask-password-wall.service:
Description: Forward Password Requests to Wall
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-ask-password-wall.service(8)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password-wall.service
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: systemd-journald.socket (origin-file)
After: basic.target (origin-default)
After: system.slice (origin-file)
After: systemd-user-sessions.service (origin-file)
After: sysinit.target (origin-default)
After: systemd-ask-password-wall.path (destination-implicit)
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: systemd-user-sessions.service (origin-file)
References: sysinit.target (origin-default)
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: notify
Restart: no
NotifyAccess: main
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallArchitectures: native
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: systemctl stop --no-block 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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-pcrlogin at 1000.service:
Description: TPM NvPCR Measurement of User Record for UID 1000
Instance: 1000
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-systemd\x2dpcrlogin.slice
CGroup: n/a
CGroup own mask: memory pids
Documentation: man:systemd-pcrlogin at .service(8)
Fragment Path: /usr/lib/systemd/system/systemd-pcrlogin at .service
ConditionSecurity: measured-os untested
ConditionPathExists: !/etc/initrd-release untested
Requires: -.mount (origin-file)
Requires: system-systemd\x2dpcrlogin.slice (origin-file)
Conflicts: shutdown.target (origin-file)
Before: user at 1000.service (destination-file)
Before: user-runtime-dir at 1000.service (destination-file)
Before: shutdown.target (origin-file)
After: system-systemd\x2dpcrlogin.slice (origin-file)
After: -.mount (origin-file)
After: tpm2.target (origin-file)
After: systemd-journald.socket (origin-file)
After: systemd-pcrnvdone.service (origin-file)
References: shutdown.target (origin-file)
References: system-systemd\x2dpcrlogin.slice (origin-file origin-slice-property)
References: -.mount (origin-file)
References: tpm2.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-pcrnvdone.service (origin-file)
ReferencedBy: user-runtime-dir at 1000.service (destination-file)
ReferencedBy: user at 1000.service (destination-file)
InSlice: system-systemd\x2dpcrlogin.slice (origin-slice-property)
RequiresMountsFor: /var/lib/systemd/nvpcr (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-pcrextend --graceful --login=1000
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-ask-password.socket:
Description: Query the User Interactively for a Password
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c1adab20308b4118ba4228b351bc9fb5
Documentation: man:systemd-ask-password(1)
Fragment Path: /usr/lib/systemd/system/systemd-ask-password.socket
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.mount (origin-file origin-path)
Requires: system.slice (origin-file)
WantedBy: sockets.target (destination-file)
Before: sockets.target (origin-file)
After: -.mount (origin-file origin-path)
After: system.slice (origin-file)
References: -.mount (origin-file origin-path)
References: system.slice (origin-file origin-slice-property)
References: sockets.target (origin-file)
ReferencedBy: sockets.target (destination-file)
InSlice: system.slice (origin-slice-property)
RequiresMountsFor: /run/systemd/io.systemd.AskPassword (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
PassPIDFD: no
PassSecurity: no
PassPacketInfo: no
AcceptFileDescriptors: yes
TCPCongestion: n/a
RemoveOnStop: no
Writable: no
FileDescriptorName: varlink
PassFileDescriptorsToExec: no
SELinuxContextFromNet: no
Accepted: 0
NConnections: 0
MaxConnections: 64
MaxConnectionsPerSource: 16
ListenStream: /run/systemd/io.systemd.AskPassword
TriggerLimitIntervalSec: 2s
TriggerLimitBurst: 200
PollLimitIntervalSec: 2s
PollLimitBurst: 150
SocketProtocol: ip
Symlinks: /run/varlink/registry/io.systemd.AskPassword
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit first-boot-complete.target:
Description: First Boot Complete
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/first-boot-complete.target
ConditionFirstBoot: yes failed
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
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-random-seed.service (destination-file)
ReferencedBy: systemd-machine-id-commit.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: yes
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit dev-snd-by\x2dpath-pci\x2d0000:c1:00.6.device:
Description: /dev/snd/by-path/pci-0000:c1:00.6
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e19cea27d1de43cab22ad35ec9c17c0f
Following: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-sound-card1-controlC1.device
Following Set Member: sys-devices-pci0000:00-0000:00:08.1-0000:c1:00.6-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:c1:00.6
Sysfs Path: /sys/devices/pci0000:00/0000:00:08.1/0000:c1:00.6/sound/card1/controlC1
Found: found-udev
? Unit run-user-1000.mount:
Description: /run/user/1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:22 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: 8e684c73527d415280e4b32e070c646f
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: swap.target (origin-mountinfo)
After: local-fs-pre.target (origin-mountinfo)
After: system.slice (origin-file)
After: systemd-journald.socket (origin-file)
After: -.mount (origin-implicit)
References: local-fs.target (origin-mountinfo)
References: local-fs-pre.target (origin-mountinfo)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: swap.target (origin-mountinfo)
References: umount.target (origin-mountinfo)
References: -.mount (origin-implicit)
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/1000
What: tmpfs
File System Type: tmpfs
Options: rw,nosuid,nodev,relatime,size=6358300k,nr_inodes=1589575,mode=700,uid=1000,gid=1000,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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-battery-check.service:
Description: Early Battery Level Check
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
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: systemd-hibernate-resume.service (origin-file)
Before: initrd-root-device.target (origin-file)
After: plymouth-start.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: plymouth-start.service (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-hibernate-resume.service (origin-file)
References: initrd-root-device.target (origin-file)
References: system.slice (origin-file origin-slice-property)
ReferencedBy: initrd.target (destination-file)
ReferencedBy: systemd-bsod.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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-battery-check
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit systemd-vconsole-setup.service:
Description: systemd-vconsole-setup.service
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: systemd-ask-password-console.service (destination-file)
Before: systemd-firstboot.service (destination-file)
ReferencedBy: systemd-ask-password-console.service (destination-file)
ReferencedBy: systemd-firstboot.service (destination-file)
? Unit getty at tty1.service:
Alias: autovt at tty1.service
Description: Getty on tty1
Instance: tty1
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:15 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:15 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system-getty.slice
CGroup: /system.slice/system-getty.slice/getty at tty1.service
CGroup realized mask: memory pids
CGroup own mask: memory pids
Invocation ID: 0a2befbb46d0499181804872aeed9dad
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 succeeded
Condition Timestamp: Sun 2026-06-07 10:29:15 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:15 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system-getty.slice (origin-file)
WantedBy: getty.target (destination-file)
Conflicts: shutdown.target (origin-default)
Conflicts: rescue.service (origin-file)
Before: shutdown.target (origin-default)
Before: rescue.service (origin-file)
Before: plymouth-poweroff.service (destination-file)
Before: plymouth-reboot.service (destination-file)
Before: plymouth-kexec.service (destination-file)
Before: plymouth-halt.service (destination-file)
Before: getty.target (origin-file destination-default)
After: system-getty.slice (origin-file)
After: plymouth-quit-wait.service (origin-file)
After: sysinit.target (origin-default)
After: getty-pre.target (origin-file)
After: systemd-user-sessions.service (origin-file)
After: basic.target (origin-default)
References: getty.target (origin-file)
References: plymouth-quit-wait.service (origin-file)
References: basic.target (origin-default)
References: sysinit.target (origin-default)
References: system-getty.slice (origin-file origin-slice-property)
References: getty-pre.target (origin-file)
References: rescue.service (origin-file)
References: shutdown.target (origin-default)
References: systemd-user-sessions.service (origin-file)
ReferencedBy: plymouth-kexec.service (destination-file)
ReferencedBy: plymouth-halt.service (destination-file)
ReferencedBy: getty.target (destination-file destination-default)
ReferencedBy: plymouth-poweroff.service (destination-file)
ReferencedBy: plymouth-reboot.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: (null)
OOMPolicy: stop
ReloadSignal: HUP
Main PID: 1293
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
UtmpIdentifier: tty1
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/sbin/agetty --noreset --noclear - "\${TERM}"
PID: 1293
Start Timestamp: Sun 2026-06-07 10:29:15.162786 CEST
Handoff Timestamp: 1.543670s since start
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart2.device:
Description: GBDriver GX1 b
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: ff4bb1125d3145b8b2acd737bd191b33
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dlabel-b.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-boot.device
Following Set Member: dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-2.device
Following Set Member: dev-disk-by\x2dpartuuid-b50757cf\x2d90d6\x2d4c31\x2dab5e\x2d3dfedde90247.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart2.device
Following Set Member: dev-nvme0n1p2.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart2.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart2.device
Following Set Member: dev-disk-by\x2dpartlabel-boot.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-GBDriver_GX1_GX100000011A00001028-part2
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p2
Found: found-udev
? Unit user-1000.slice:
Description: User Slice of UID 1000
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:22 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:22 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: user.slice
CGroup: /user.slice/user-1000.slice
CGroup realized mask: cpu memory pids
CGroup enabled mask: cpu memory pids
CGroup own mask: memory pids
CGroup members mask: cpu memory pids
Invocation ID: ba27d7fd7b874cd5a06d89b795430daf
Documentation: man:user at .service(5)
DropIn Path: /usr/lib/systemd/system/user-.slice.d/10-defaults.conf
Condition Timestamp: Sun 2026-06-07 10:29:22 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:22 CEST
Assert Result: yes
Requires: user.slice (origin-implicit)
RequiredBy: session-2.scope (destination-file)
RequiredBy: user at 1000.service (destination-file)
RequiredBy: user-runtime-dir at 1000.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: session-2.scope (destination-file)
Before: shutdown.target (origin-default)
Before: user-runtime-dir at 1000.service (destination-file)
Before: user at 1000.service (destination-file)
After: user.slice (origin-implicit)
References: shutdown.target (origin-default)
References: user.slice (origin-implicit)
ReferencedBy: user at 1000.service (destination-file destination-slice-property)
ReferencedBy: user-runtime-dir at 1000.service (destination-file destination-slice-property)
ReferencedBy: session-2.scope (destination-file destination-slice-property)
InSlice: user.slice (origin-implicit)
SliceOf: user at 1000.service (destination-slice-property)
SliceOf: user-runtime-dir at 1000.service (destination-slice-property)
SliceOf: session-2.scope (destination-slice-property)
StopWhenUnneeded: yes
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 163703
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: sysinit.target (origin-file)
Before: initrd-udevadm-cleanup-db.service (destination-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: systemd-udev-trigger.service (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: systemd-udevd.service (origin-file)
References: systemd-udev-trigger.service (origin-file)
References: system.slice (origin-file origin-slice-property)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: udevadm settle
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-ttyS2.device:
Description: /dev/ttyS2
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:13 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:13 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 63b51c3abf2e47b0822d5c5430ed9124
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 boot-complete.target:
Description: Boot Completion Check
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: d1c20dd600524caba2f21d43769bad07
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/boot-complete.target
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-file)
RequiredBy: grub2-common.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: grub2-common.service (destination-file)
After: sysinit.target (origin-file origin-default)
References: sysinit.target (origin-file origin-default)
References: shutdown.target (origin-default)
ReferencedBy: grub2-common.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: active
? Unit cups.path:
Description: CUPS Scheduler
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: 8b4f3f8fa6a043d983abe933bfa0fd19
Fragment Path: /usr/lib/systemd/system/cups.path
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
PartOf: cups.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)
Before: cups.service (origin-implicit)
Before: paths.target (origin-default)
After: sysinit.target (origin-default)
After: -.mount (origin-file origin-path)
Triggers: cups.service (origin-implicit)
References: shutdown.target (origin-default)
References: -.mount (origin-file origin-path)
References: cups.service (origin-file origin-implicit)
References: sysinit.target (origin-default)
References: paths.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 home.mount:
Description: home.mount
Instance: n/a
Unit Load State: not-found
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: n/a
CGroup: n/a
Before: systemd-user-sessions.service (destination-file)
ReferencedBy: systemd-user-sessions.service (destination-file)
? Unit dev-disk-by\x2duuid-3F0E\x2d9DBA.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: f0204078b6434c0384fb8c7b5d282067
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_1\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
BoundBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
Before: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.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/3F0E-9DBA
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? 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: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/blockdev at .target
Conflicts: umount.target (origin-file)
Before: -.mount (destination-file)
Before: umount.target (origin-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 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: Sun 2026-06-07 10:34:11 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:34:11 CEST
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: Sun 2026-06-07 10:34:11 CEST
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory pids
Invocation ID: c5ce52f71e574635ab3d7df3413965cb
Documentation: man:apt(8)
Fragment Path: /usr/lib/systemd/system/apt-daily-upgrade.service
ConditionACPower: true succeeded
Condition Timestamp: Sun 2026-06-07 10:34:11 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:34:11 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: system.slice (origin-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
After: network-online.target (origin-file)
After: network.target (origin-file)
After: sysinit.target (origin-default)
After: systemd-journald.socket (origin-file)
After: NetworkManager.service (origin-file)
After: apt-daily.service (origin-file)
After: apt-daily-upgrade.timer (destination-implicit)
After: connman.service (origin-file)
After: system.slice (origin-file)
After: basic.target (origin-default)
After: systemd-networkd.service (origin-file)
TriggeredBy: apt-daily-upgrade.timer (destination-implicit)
References: NetworkManager.service (origin-file)
References: system.slice (origin-file origin-slice-property)
References: network.target (origin-file)
References: systemd-journald.socket (origin-file)
References: connman.service (origin-file)
References: basic.target (origin-default)
References: shutdown.target (origin-default)
References: apt-daily.service (origin-file)
References: systemd-networkd.service (origin-file)
References: sysinit.target (origin-default)
References: network-online.target (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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStartPre:
Command Line: /usr/lib/apt/apt-helper wait-online
PID: 24462
Start Timestamp: Sun 2026-06-07 10:34:11.362986 CEST
Handoff Timestamp: 23.856ms since start
Exit Timestamp: 26.305ms since handoff
Exit Code: exited
Exit Status: 0
? ExecStart:
Command Line: /usr/lib/apt/apt.systemd.daily install
PID: 24472
Start Timestamp: Sun 2026-06-07 10:34:11.413401 CEST
Handoff Timestamp: 36.850ms since start
Exit Timestamp: 241.481ms since handoff
Exit Code: exited
Exit Status: 0
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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: systemd-battery-check.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
References: systemd-journald.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-battery-check.service (origin-file)
References: shutdown.target (origin-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: simple
Restart: no
NotifyAccess: none
NotifyState: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
? ExecStart:
Command Line: /usr/lib/systemd/systemd-bsod --continuous
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit kexec.target:
Description: Reboot via kexec
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
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-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ConflictedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
After: systemd-kexec.service (origin-file)
References: plymouth-kexec.service (origin-file)
References: systemd-kexec.service (origin-file)
References: plymouth-switch-root-initramfs.service (origin-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-3F0E\x2d9DBA.service (destination-file)
ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-b10be4ab\x2d9f01\x2d4ed8\x2d8ccc\x2dd2e3c5027895.service (destination-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: no
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: no
Target State: dead
? Unit sys-kernel-debug.mount:
Description: Kernel Debug File System
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /sys-kernel-debug.mount
CGroup realized mask: cpu cpuset io memory pids bpf-firewall bpf-devices
CGroup own mask: memory pids
Invocation ID: cf5602c301cf4e5584f92f8550c9ea96
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 succeeded
ConditionPathExists: /sys/kernel/debug succeeded
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.slice (origin-file)
Requires: -.mount (origin-implicit origin-path)
WantedBy: sysinit.target (destination-file)
Before: sysinit.target (origin-file)
After: -.mount (origin-implicit origin-path)
After: -.slice (origin-file)
After: systemd-journald.socket (origin-file)
References: sysinit.target (origin-file)
References: systemd-journald.socket (origin-file)
References: -.slice (origin-file origin-slice-property)
References: -.mount (origin-implicit 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/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
MemoryTHP: inherit
PrivateBPF: no
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_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_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
SystemCallErrorNumber: kill
KillMode: control-group
KillSignal: SIGTERM
RestartKillSignal: SIGTERM
FinalKillSignal: SIGKILL
SendSIGKILL: yes
SendSIGHUP: no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? ExecMount:
Command Line: /usr/bin/mount debugfs /sys/kernel/debug -t debugfs -o nosuid,nodev,noexec
PID: 753
Start Timestamp: Sun 2026-06-07 10:29:12.802703 CEST
Handoff Timestamp: 8.021ms since start
Exit Timestamp: 6.197ms since handoff
Exit Code: exited
Exit Status: 0
? Unit systemd-networkd.service:
Description: Network Management
Instance: n/a
Unit Load State: loaded
Unit Active State: inactive
State Change Timestamp: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup own mask: memory 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-file origin-path)
Requires: system.slice (origin-file)
Wants: systemd-networkd-varlink-metrics.socket (origin-file)
Wants: systemd-networkd-resolve-hook.socket (origin-file)
Wants: systemd-networkd-persistent-storage.service (origin-file)
Wants: network.target (origin-file)
Wants: systemd-networkd.socket (origin-file)
Wants: systemd-networkd-varlink.socket (origin-file)
BoundBy: systemd-networkd-persistent-storage.service (destination-file)
Conflicts: shutdown.target (origin-file)
Conflicts: initrd-switch-root.target (origin-file)
Before: shutdown.target (origin-file)
Before: multi-user.target (origin-file)
Before: systemd-networkd-persistent-storage.service (destination-file)
Before: network.target (origin-file)
Before: initrd-switch-root.target (origin-file)
Before: apt-daily.service (destination-file)
Before: apt-daily-upgrade.service (destination-file)
After: systemd-networkd-varlink.socket (origin-file destination-implicit)
After: systemd-sysusers.service (origin-file)
After: systemd-sysctl.service (origin-file)
After: systemd-networkd-varlink-metrics.socket (origin-file destination-implicit)
After: systemd-networkd-resolve-hook.socket (origin-file destination-implicit)
After: -.mount (origin-file origin-path)
After: systemd-networkd.socket (origin-file destination-implicit)
After: systemd-udevd.service (origin-file)
After: systemd-journald.socket (origin-file)
After: system.slice (origin-file)
After: network-pre.target (origin-file)
TriggeredBy: systemd-networkd-resolve-hook.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd-varlink-metrics.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd-varlink.socket (origin-file destination-implicit)
TriggeredBy: systemd-networkd.socket (origin-file destination-implicit)
References: systemd-networkd-persistent-storage.service (origin-file)
References: network-pre.target (origin-file)
References: systemd-sysusers.service (origin-file)
References: systemd-networkd-resolve-hook.socket (origin-file)
References: shutdown.target (origin-file)
References: systemd-udevd.service (origin-file)
References: multi-user.target (origin-file)
References: -.mount (origin-file origin-path)
References: systemd-networkd-varlink-metrics.socket (origin-file)
References: systemd-networkd.socket (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd-varlink.socket (origin-file)
References: network.target (origin-file)
References: systemd-sysctl.service (origin-file)
References: initrd-switch-root.target (origin-file)
References: systemd-journald.socket (origin-file)
ReferencedBy: systemd-networkd-varlink-metrics.socket (destination-implicit)
ReferencedBy: systemd-networkd.socket (destination-implicit)
ReferencedBy: apt-daily.service (destination-file)
ReferencedBy: systemd-networkd-varlink.socket (destination-implicit)
ReferencedBy: systemd-networkd-persistent-storage.service (destination-file)
ReferencedBy: apt-daily-upgrade.service (destination-file)
ReferencedBy: systemd-networkd-resolve-hook.socket (destination-implicit)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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: signalfd getgid32 uname vmsplice setpgid setxattrat msgctl setuid32 fchown rt_sigaction inotify_init process_vm_readv exit_group set_robust_list mlock sched_setattr semget pipe dup3 mmap2 nice rt_sigtimedwait_time64 mq_unlink sigaltstack lchown utimensat close_range set_tid_address bind personality recv nanosleep getxattrat tee removexattrat oldlstat io_uring_setup gettimeofday setns setfsgid riscv_hwprobe setgroups32 timerfd_gettime epoll_pwait exit sync_file_range msync truncate fchown32 timer_delete bpf process_madvise sched_getattr recvmsg landlock_restrict_self listxattrat pwritev2 ppoll_time64 flistxattr timerfd_gettime64 epoll_create get_mempolicy ftruncate64 futex sigaction fcntl rt_sigpending pipe2 getgid mkdirat shmget llistxattr ppoll io_destroy listmount sync arm_fadvise64_64 setrlimit sched_getaffinity fsetxattr lsm_get_self_attr timer_settime64 landlock_create_ruleset _newselect getsockname add_key timerfd_create fdatasync socket accept4 fchmodat2 set_mempolicy sysinfo getresgid getegid stat64 mlockall epoll_wait_old getrandom sched_setscheduler statx inotify_add_watch lseek write io_uring_register kcmp setxattr rt_sigprocmask mseal munlock sched_yield mq_getsetattr lremovexattr accept removexattr times ioprio_get geteuid epoll_ctl_old cacheflush futex_waitv fstat alarm pselect6_time64 semtimedop epoll_wait getuid32 unlink getpeername munlockall chown getsockopt kill keyctl setuid setregid32 copy_file_range renameat2 geteuid32 setreuid getresuid32 sigsuspend swapcontext setreuid32 process_vm_writev truncate64 fsync fchmodat set_tls lsetxattr rseq _llseek mq_timedreceive mknod shmctl listxattr timer_gettime64 semtimedop_time64 getrusage utimes stat pidfd_open name_to_handle_at semctl mq_timedreceive_time64 socketcall munmap chown32 creat capget getpid clock_gettime64 renameat chmod prlimit64 ioctl setitimer poll mq_timedsend_time64 symlink getresgid32 waitid getitimer pwrite64 link ipc waitpid io_pgetevents_time64 oldstat setsid open_tree setfsuid rmdir getegid32 setsockopt utimensat_time64 rt_tgsigqueueinfo fadvise64_64 rt_sigreturn sched_get_priority_max clone io_cancel clock_nanosleep socketpair sched_getscheduler sched_rr_get_interval select msgrcv fremovexattr send splice fchdir setgroups vfork fork fstatfs fstat64 io_getevents clock_gettime timer_create unshare shutdown mremap io_uring_enter setgid timer_gettime sched_getparam mq_open lsm_list_modules setregid oldfstat sigreturn timerfd_settime64 getpgrp getcpu semop timerfd_settime oldolduname clone3 shmat inotify_rm_watch landlock_add_rule shmdt msgget rt_sigsuspend dup2 sendmsg pselect6 tgkill getresuid getcwd signalfd4 readlinkat connect fstatat64 lgetxattr sendto epoll_create1 rt_sigqueueinfo ioprio_set unlinkat get_robust_list membarrier getpriority setresuid32 flock close fchownat olduname clock_nanosleep_time64 getxattr fadvise64 mkdir epoll_ctl futimesat sendfile64 getrlimit sync_file_range2 getsid setgid32 fallocate execve futex_time64 epoll_pwait2 fstatfs64 getgroups32 wait4 io_setup writev getuid utime io_submit mlock2 mq_notify newfstatat lstat64 rename listen faccessat setfsuid32 set_mempolicy_home_node rt_sigtimedwait get_thread_area linkat sched_get_priority_min getdents mmap tkill set_thread_area fchmod mq_timedsend sched_setaffinity statfs64 memfd_create readlink sched_rr_get_interval_time64 mbind mknodat setresuid fgetxattr open getdents64 mprotect sendmmsg time inotify_init1 statfs getpgid statmount clock_getres_time64 userfaultfd sigprocmask setfsgid32 pread64 seccomp clock_getres eventfd2 recvmmsg_time64 pidfd_send_signal move_pages dup remap_file_pages setresgid32 faccessat2 syncfs openat fcntl64 signal lchown32 umask recvfrom read access request_key sendfile execveat capset timer_settime openat2 riscv_flush_icache readahead eventfd pause migrate_pages lstat setresgid madvise sched_setparam preadv2 readdir uretprobe setpriority brk recvmmsg pwritev readv preadv timer_getoverrun msgsnd ftruncate prctl chdir gettid symlinkat ugetrlimit sigpending getppid getgroups restart_syscall arch_prctl io_pgetevents
SystemCallArchitectures: native
RestrictNamespaces:
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
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
DeviceAllow: char-rtc r
DeviceAllow: char-* rw
? 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: n/a
Inactive Exit Timestamp: n/a
Active Enter Timestamp: n/a
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: yes
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: system.slice
CGroup: n/a
CGroup 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-file 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-file 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: -.mount (origin-file origin-path)
References: shutdown.target (origin-file)
References: system.slice (origin-file origin-slice-property)
References: systemd-networkd.service (origin-file)
References: systemd-remount-fs.service (origin-file)
References: systemd-journald.socket (origin-file)
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: (null)
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
MemoryTHP: inherit
PrivateBPF: no
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
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_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
User: systemd-network
DynamicUser: no
LockPersonality: no
SystemCallErrorNumber: kill
? ExecStart:
Command Line: networkctl persistent-storage yes
? ExecStop:
Command Line: networkctl persistent-storage no
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 74410
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
? Unit dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028\x2dpart1.device:
Description: GBDriver GX1 esp
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: fa0b7285c7d945079120758ba0b38625
Following: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2did-nvme\x2deui.008098011a000404\x2dpart1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device
Following Set Member: dev-nvme0n1p1.device
Following Set Member: dev-disk-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2ddesignator-esp.device
Following Set Member: dev-disk-by\x2dpartlabel-esp.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2duuid-3F0E\x2d9DBA.device
Following Set Member: dev-disk-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartuuid-96e70787\x2d66ae\x2d4e26\x2dbf94\x2de93a2c2394b2.device
Following Set Member: sys-devices-pci0000:00-0000:00:02.4-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device
Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart-by\x2dpartnum-1.device
Following Set Member: dev-disk-by\x2ddiskseq-1\x2dpart1.device
Following Set Member: dev-disk-by\x2did-nvme\x2dGBDriver_GX1_GX100000011A00001028_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-id/nvme-GBDriver_GX1_GX100000011A00001028-part1
Sysfs Path: /sys/devices/pci0000:00/0000:00:02.4/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1
Found: found-udev
? Unit logrotate.timer:
Description: Daily rotation of log files
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:14 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:14 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Invocation ID: e63c39f9c5ba44c694efcad62e578eb5
Documentation: man:logrotate(8)
Documentation: man:logrotate.conf(5)
Fragment Path: /usr/lib/systemd/system/logrotate.timer
Condition Timestamp: Sun 2026-06-07 10:29:14 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:14 CEST
Assert Result: yes
Requires: sysinit.target (origin-default)
Requires: -.mount (origin-file origin-path)
WantedBy: timers.target (destination-file)
Conflicts: shutdown.target (origin-default)
Before: timers.target (origin-default)
Before: shutdown.target (origin-default)
Before: logrotate.service (origin-implicit)
After: -.mount (origin-file origin-path)
After: time-set.target (origin-default)
After: sysinit.target (origin-default)
After: time-sync.target (origin-default)
Triggers: logrotate.service (origin-implicit)
References: timers.target (origin-default)
References: -.mount (origin-file origin-path)
References: sysinit.target (origin-default)
References: shutdown.target (origin-default)
References: time-set.target (origin-default)
References: logrotate.service (origin-implicit)
References: time-sync.target (origin-default)
ReferencedBy: timers.target (destination-file)
RequiresMountsFor: /var/lib/systemd/timers (origin-file)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
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 user.slice:
Description: User and Session Slice
Instance: n/a
Unit Load State: loaded
Unit Active State: active
State Change Timestamp: Sun 2026-06-07 10:29:12 CEST
Inactive Exit Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Enter Timestamp: Sun 2026-06-07 10:29:12 CEST
Active Exit Timestamp: n/a
Inactive Enter Timestamp: n/a
May GC: no
Need Daemon Reload: no
Transient: no
Perpetual: no
Garbage Collection Mode: inactive
Slice: -.slice
CGroup: /user.slice
CGroup realized 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 memory pids
Invocation ID: a934ea71d58746099342c81218d32231
Documentation: man:systemd.special(7)
Fragment Path: /usr/lib/systemd/system/user.slice
Condition Timestamp: Sun 2026-06-07 10:29:12 CEST
Condition Result: yes
Assert Timestamp: Sun 2026-06-07 10:29:12 CEST
Assert Result: yes
Requires: -.slice (origin-implicit)
RequiredBy: user-1000.slice (destination-implicit)
WantedBy: systemd-logind.service (destination-file)
Conflicts: shutdown.target (origin-default)
Before: shutdown.target (origin-default)
Before: systemd-logind.service (destination-file)
Before: user-1000.slice (destination-implicit)
Before: slices.target (origin-file)
After: -.slice (origin-implicit)
References: shutdown.target (origin-default)
References: -.slice (origin-implicit)
References: slices.target (origin-file)
ReferencedBy: systemd-logind.service (destination-file)
ReferencedBy: user-1000.slice (destination-implicit)
InSlice: -.slice (origin-implicit)
SliceOf: user-1000.slice (destination-implicit)
StopWhenUnneeded: no
RefuseManualStart: no
RefuseManualStop: no
DefaultDependencies: yes
SurviveFinalKillSignal: no
OnSuccessJobMode: fail
OnFailureJobMode: replace
IgnoreOnIsolate: yes
Slice State: active
IOAccounting: no
MemoryAccounting: yes
TasksAccounting: yes
IPAccounting: no
CPUWeight: 18446744073709551615
StartupCPUWeight: 18446744073709551615
CPUQuotaPerSecSec: infinity
CPUQuotaPeriodSec: infinity
AllowedCPUs:
StartupAllowedCPUs:
AllowedMemoryNodes:
StartupAllowedMemoryNodes:
CPUSetPartition: n/a
IOWeight: 18446744073709551615
StartupIOWeight: 18446744073709551615
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
TasksMax: 18446744073709551615
DevicePolicy: auto
DisableControllers:
Delegate: no
ManagedOOMSwap: auto
ManagedOOMMemoryPressure: auto
ManagedOOMMemoryPressureLimit: 0.00%
ManagedOOMPreference: none
MemoryPressureWatch: auto
CPUPressureWatch: auto
IOPressureWatch: auto
CoredumpReceive: no
MemoryPressureThresholdSec: 200ms
CPUPressureThresholdSec: 200ms
IOPressureThresholdSec: 200ms
-------------- next part --------------
s "unmerged-bin"
-------------- next part --------------
==> /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/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/systemd-userdbd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket
==> /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/systemd-userdb-load-credentials.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-userdb-load-credentials.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/paths.target.wants/tpm-udev.path <==
==> /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/docker.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/docker.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/anacron.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/anacron.timer
==> /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/containerd.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/containerd.service
==> /var/lib/systemd/deb-systemd-helper-enabled/podman.service.dsh-also <==
/etc/systemd/system/default.target.wants/podman.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/apparmor.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/keyboard-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/systemd-timesyncd.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/wtmpdb-update-boot.service.dsh-also <==
/etc/systemd/system/default.target.wants/wtmpdb-update-boot.service
==> /var/lib/systemd/deb-systemd-helper-enabled/firewalld.service.wants/netavark-firewalld-reload.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/podman-clean-transient.service.dsh-also <==
/etc/systemd/system/default.target.wants/podman-clean-transient.service
==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.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/suspend.target.wants/grub2-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend.target.wants/grub-common.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/suspend-then-hibernate.target.wants/grub2-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/suspend-then-hibernate.target.wants/grub-common.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/lm-sensors.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/lm-sensors.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.timesync1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cups-browsed.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups-browsed.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/rtkit-daemon.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rtkit-daemon.service
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/grub2-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hibernate.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/netavark-firewalld-reload.service.dsh-also <==
/etc/systemd/system/firewalld.service.wants/netavark-firewalld-reload.service
==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/rsync.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <==
==> /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/dbus-org.freedesktop.Avahi.service <==
==> /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/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/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/tpm-udev.path.dsh-also <==
/etc/systemd/system/paths.target.wants/tpm-udev.path
==> /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/NetworkManager-dispatcher.service.dsh-also <==
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
==> /var/lib/systemd/deb-systemd-helper-enabled/cni-dhcp.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/cni-dhcp.socket
==> /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/nftables.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/nftables.service
==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/netavark-dhcp-proxy.service.dsh-also <==
/etc/systemd/system/default.target.wants/netavark-dhcp-proxy.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/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/dbus-org.freedesktop.nm-dispatcher.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/console-setup.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/grub2-common.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/NetworkManager.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/grub-common.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/lm-sensors.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/cron.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/cups.path <==
==> /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-browsed.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/cups.service <==
==> /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/logrotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/logrotate.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/grub2-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/hybrid-sleep.target.wants/grub-common.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/podman-auto-update.service.dsh-also <==
/etc/systemd/system/default.target.wants/podman-auto-update.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/dbus-org.bluez.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/polkit-agent-helper.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/polkit-agent-helper.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-udev-load-credentials.service.dsh-also <==
/etc/systemd/system/sysinit.target.wants/systemd-udev-load-credentials.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/wtmpdb-rotate.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/wtmpdb-rotate.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/podman-restart.service.dsh-also <==
/etc/systemd/system/default.target.wants/podman-restart.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/docker.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/docker.service
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/wtmpdb-update-boot.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/default.target.wants/netavark-dhcp-proxy.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/upower.service
==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
==> /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/netavark-dhcp-proxy.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/netavark-dhcp-proxy.socket
==> /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/udisks2.service.dsh-also <==
/etc/systemd/system/graphical.target.wants/udisks2.service
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/netavark-dhcp-proxy.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/systemd-userdbd.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/docker.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/polkit-agent-helper.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <==
==> /var/lib/systemd/deb-systemd-helper-enabled/cni-dhcp.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cni-dhcp.service
==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <==
==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/podman-auto-update.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/podman-auto-update.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/apt-listchanges.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/fstrim.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/e2scrub_all.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/man-db.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/wtmpdb-rotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <==
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-userdbd.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <==
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
==> /var/lib/systemd/deb-systemd-helper-enabled/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/apt-listchanges.timer.dsh-also <==
/etc/systemd/system/timers.target.wants/apt-listchanges.timer
==> /var/lib/systemd/deb-systemd-helper-enabled/systemd-networkd.service.dsh-also <==
/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-varlink-metrics.socket
/etc/systemd/system/sockets.target.wants/systemd-networkd-resolve-hook.socket
/etc/systemd/system/dbus-org.freedesktop.network1.service
/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
/etc/systemd/system/multi-user.target.wants/systemd-networkd.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/grub2-common.service.dsh-also <==
/etc/systemd/system/multi-user.target.wants/grub2-common.service
/etc/systemd/system/suspend.target.wants/grub2-common.service
/etc/systemd/system/hibernate.target.wants/grub2-common.service
/etc/systemd/system/hybrid-sleep.target.wants/grub2-common.service
/etc/systemd/system/suspend-then-hibernate.target.wants/grub2-common.service
==> /var/lib/systemd/deb-systemd-helper-enabled/podman.socket.dsh-also <==
/etc/systemd/system/sockets.target.wants/podman.socket
==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <==
/etc/systemd/system/multi-user.target.wants/cups.path
-------------- 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/nvme0n1p3_crypt / ext4 discard,noatime,nodiratime,relatime,errors=remount-ro 0 1
# /boot was on /dev/nvme0n1p2 during installation
UUID=b10be4ab-9f01-4ed8-8ccc-d2e3c5027895 /boot ext4 discard,noatime,nodiratime,relatime 0 2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=3F0E-9DBA /boot/efi vfat umask=0077 0 1
# alx BEGIN
/dev/mapper/alx-bak-g /home/alx/keyring/bak/gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-s /home/alx/keyring/bak/ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-p /home/alx/keyring/bak/password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-m /home/alx/keyring/bak/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-bak-a /home/alx/keyring/bak/abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-g /home/alx/.gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-s /home/alx/.ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-p /home/alx/.password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-m /home/alx/keyring/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-usb-a /home/alx/.abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-g /home/alx/.gnupg ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-s /home/alx/.ssh ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-p /home/alx/.password-store ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-m /home/alx/keyring/master ext4 noauto,defaults,user=alx
/dev/mapper/alx-k-a /home/alx/.abook ext4 noauto,defaults,user=alx
/dev/mapper/alx-opt /opt ext4 noauto,defaults
/dev/mapper/alx-srv /srv ext4 noauto,defaults
# alx END
More information about the Pkg-systemd-maintainers
mailing list