Cmk-agent-ctl-daemon fail to start

CMK version: Checkmk Raw Edition 2.3.0
OS version: debian 12 Linux 6.8.4-3-pve

Error message:

root@pbs:/etc/systemd/system/multi-user.target.wants# systemctl status cmk-agent-ctl-daemon.service
× cmk-agent-ctl-daemon.service - Checkmk agent controller daemon
     Loaded: loaded (/lib/systemd/system/cmk-agent-ctl-daemon.service; enabled; preset: enabled)
     Active: failed (Result: exit-code) since Thu 2024-05-23 14:10:13 CEST; 2s ago
   Duration: 50ms
       Docs: https://docs.checkmk.com/latest/en/agent_linux.html
    Process: 122589 ExecStart=/usr/bin/cmk-agent-ctl -vv daemon (code=exited, status=203/EXEC)
   Main PID: 122589 (code=exited, status=203/EXEC)
        CPU: 49ms

May 23 14:10:13 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
May 23 14:10:13 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
May 23 14:10:13 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.

journalctl :

May 23 14:10:13 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
░░ Subject: A start job for unit cmk-agent-ctl-daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit cmk-agent-ctl-daemon.service has finished successfully.
░░
░░ The job identifier is 12847.
May 23 14:10:13 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ An ExecStart= process belonging to unit cmk-agent-ctl-daemon.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 203.
May 23 14:10:13 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit cmk-agent-ctl-daemon.service has entered the 'failed' state with result 'exit-code'.

Hello,

Following a reboot, i can’t restart cmk agent daemon service.

The manual command works well :

root@pbs:/etc/systemd/system/multi-user.target.wants# /usr/bin/cmk-agent-ctl -vv daemon
INFO [cmk_agent_ctl] starting
INFO [cmk_agent_ctl] Loaded config from '"/var/lib/cmk-agent/cmk-agent-ctl.toml"', connection registry from '"/var/lib/cmk-agent/registered_connections.json"'
INFO [cmk_agent_ctl::modes::daemon] Could not load pre-configured connections from "/var/lib/cmk-agent/pre_configured_connections.json": No such file or directory (os error 2)
DEBUG [cmk_agent_ctl::misc] Sleeping 44s to avoid DDOSing of sites
DEBUG [cmk_agent_ctl::misc] Sleeping 41s to avoid DDOSing of sites
INFO [cmk_agent_ctl::modes::pull] Start listening for incoming pull requests
INFO [cmk_agent_ctl::modes::pull] Listening on [::]:6556 for incoming pull connections (IPv6 & IPv4 if activated)

(i tried to launch in debug via -vv in the service)

I don’t understand what happen

root@pbs:/etc/systemd/system/multi-user.target.wants# ss -tulpan | grep 6556
root@pbs:/etc/systemd/system/multi-user.target.wants#

can you help me please ?

Hey,

in /lib/systemd/system/cmk-agent-ctl-daemon.service it says

[Unit]
Description=Checkmk agent controller daemon
After=network.target
Documentation=https://docs.checkmk.com/latest/en/agent_linux.html

[Service]
ExecStart=/usr/bin/cmk-agent-ctl daemon
Type=simple
Restart=on-failure

UMask=0077
User=cmk-agent

Have you tried running it as the cmk-agent user?

For example (as root)

sudo -u cmk-agent cmk-agent-ctl -vv daemon

Hello,

thanks for your replay, here the result :

root@pbs:~# sudo -u cmk-agent cmk-agent-ctl -vv daemon
INFO [cmk_agent_ctl] starting
INFO [cmk_agent_ctl] Loaded config from '"/var/lib/cmk-agent/cmk-agent-ctl.toml"', connection registry from '"/var/lib/cmk-agent/registered_connections.json"'
INFO [cmk_agent_ctl::modes::daemon] Could not load pre-configured connections from "/var/lib/cmk-agent/pre_configured_connections.json": No such file or directory (os error 2)
DEBUG [cmk_agent_ctl::misc] Sleeping 51s to avoid DDOSing of sites
DEBUG [cmk_agent_ctl::misc] Sleeping 31s to avoid DDOSing of sites
INFO [cmk_agent_ctl::modes::pull] Start listening for incoming pull requests
INFO [cmk_agent_ctl::modes::pull] Listening on [::]:6556 for incoming pull connections (IPv6 & IPv4 if activated)

no problem to lunch as cmk user apparently

my /lib/systemd/system/cmk-agent-ctl-daemon.service

root@pbs:~# more /lib/systemd/system/cmk-agent-ctl-daemon.service
[Unit]
Description=Checkmk agent controller daemon
After=network.target
Documentation=https://docs.checkmk.com/latest/en/agent_linux.html

[Service]
ExecStart=/usr/bin/cmk-agent-ctl -vv daemon
Type=simple
#Restart=on-failure

UMask=0077
User=cmk-agent


NoNewPrivileges=yes

# added v184
CapabilityBoundingSet=

# added v211
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX

# added v214
ProtectHome=yes
ProtectSystem=full

# added v231
RestrictRealtime=yes

# added v232
ProtectControlGroups=yes
ProtectKernelModules=yes
ProtectKernelTunables=yes
RemoveIPC=yes

# added v235
LockPersonality=yes

# added v242
RestrictSUIDSGID=yes

# added v244
ProtectKernelLogs=yes

# added v245
ProtectClock=yes

# added v239
PrivateMounts=yes

# added v242
ProtectHostname=yes

[Install]
WantedBy=multi-user.target


(END)

here is my apt history :

Start-Date: 2024-05-05  21:43:14
Commandline: apt-get upgrade -y
Upgrade: less:amd64 (590-2, 590-2.1~deb12u2), libc6:amd64 (2.36-9+deb12u6, 2.36-9+deb12u7), locales:amd64 (2.36-9+deb12u6, 2.36-9+deb12u7), libc-l10n:amd64 (2.36-9+deb12u6, 2.36-9+deb12u7), libc-b
in:amd64 (2.36-9+deb12u6, 2.36-9+deb12u7)
End-Date: 2024-05-05  21:43:47

Start-Date: 2024-05-06  11:49:22
Commandline: apt-get install -y /tmp/cmk_agent.deb
Upgrade: check-mk-agent:amd64 (2.2.0p17-1, 2.3.0-1)
End-Date: 2024-05-06  11:49:27

Start-Date: 2024-05-13  12:40:47
Commandline: apt-get upgrade -y
Upgrade: libglib2.0-data:amd64 (2.74.6-2, 2.74.6-2+deb12u2), libglib2.0-0:amd64 (2.74.6-2, 2.74.6-2+deb12u2)
End-Date: 2024-05-13  12:40:59

Start-Date: 2024-05-14  11:34:23
Commandline: apt-get full-upgrade
Install: proxmox-kernel-6.2.16-20-pve:amd64 (6.2.16-20, automatic), proxmox-kernel-6.8:amd64 (6.8.4-2, automatic), proxmox-kernel-6.8.4-2-pve-signed:amd64 (6.8.4-2, automatic), proxmox-termproxy:a
md64 (1.0.1, automatic)
Upgrade: proxmox-default-kernel:amd64 (1.0.0, 1.1.0), proxmox-kernel-6.2:amd64 (6.2.16-19, 6.2.16-20), pve-xtermjs:amd64 (4.16.0-3, 5.3.0-3)
End-Date: 2024-05-14  11:41:29

Start-Date: 2024-05-19  08:01:07
Commandline: apt-get upgrade -y
Upgrade: libproxmox-acme-plugins:amd64 (1.5.0, 1.5.1)
End-Date: 2024-05-19  08:01:14

Start-Date: 2024-05-21  15:15:30
Commandline: apt purge check-mk-agent
Purge: check-mk-agent:amd64 ()
End-Date: 2024-05-21  15:15:31

Start-Date: 2024-05-21  15:18:21
Commandline: apt-get install -y /tmp/cmk_agent.deb
Install: check-mk-agent:amd64 (2.3.0-1)
End-Date: 2024-05-21  15:18:25

Start-Date: 2024-05-23  09:45:37
Commandline: apt upgrade
Install: proxmox-kernel-6.8.4-3-pve-signed:amd64 (6.8.4-3, automatic)
Upgrade: proxmox-kernel-6.8:amd64 (6.8.4-2, 6.8.4-3)
End-Date: 2024-05-23  09:49:49

Start-Date: 2024-05-23  12:12:54
Commandline: apt-get purge -y --auto-remove check-mk-agent
Purge: proxmox-kernel-6.2.16-19-pve:amd64 (6.2.16-19), check-mk-agent:amd64 ()
End-Date: 2024-05-23  12:14:00

Start-Date: 2024-05-23  12:14:27
Commandline: apt-get install -y /tmp/cmk_agent.deb
Install: check-mk-agent:amd64 (2.3.0-1)
End-Date: 2024-05-23  12:14:31

hmm, have you looked around in the other logfiles in /var/log or in journalctl around the time of an service restart?
Maybe something else is logging anything useful to get to the root of the problem. Other than that i am currently at a loss too.

journalctl :

journalctl -xleu  cmk-agent-ctl-daemon.service  --since 2024-05-27

May 27 09:44:57 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
░░ Subject: A start job for unit cmk-agent-ctl-daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit cmk-agent-ctl-daemon.service has finished successfully.
░░
░░ The job identifier is 31285.
May 27 09:44:57 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ An ExecStart= process belonging to unit cmk-agent-ctl-daemon.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 203.
May 27 09:44:57 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit cmk-agent-ctl-daemon.service has entered the 'failed' state with result 'exit-code'.
May 27 09:45:38 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
░░ Subject: A start job for unit cmk-agent-ctl-daemon.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit cmk-agent-ctl-daemon.service has finished successfully.
░░
░░ The job identifier is 31352.
May 27 09:45:38 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ An ExecStart= process belonging to unit cmk-agent-ctl-daemon.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 203.
May 27 09:45:38 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit cmk-agent-ctl-daemon.service has entered the 'failed' state with result 'exit-code'.

nothing revelant in dmesg …

[    0.000000] Linux version 6.8.4-3-pve (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC PMX 6.8.4-3 (2024-05-02T11:55Z) ()
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.8.4-3-pve root=ZFS=/ROOT/pbs-1 ro root=ZFS=rpool/ROOT/pbs-1 boot=zfs quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdfaffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdfb0000-0x00000000bf3affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf3b0000-0x00000000bf5dafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf5db000-0x00000000bf5dcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf5dd000-0x00000000bf5eafff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf5eb000-0x00000000bf5eefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf5ef000-0x00000000bf5effff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf5f0000-0x00000000bf600fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf601000-0x00000000bf63efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf63f000-0x00000000bf6befff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf6bf000-0x00000000bf7befff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf7bf000-0x00000000bf7effff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf7f0000-0x00000000bf7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. PowerEdge T110 II/0PM2CW, BIOS 2.8.0 06/24/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3092.724 MHz processor
[    0.001511] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001514] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001525] last_pfn = 0x840000 max_arch_pfn = 0x400000000
[    0.001531] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[    0.001534] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001828] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.011099] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf]
[    0.012066] RAMDISK: [mem 0x2fa6f000-0x33d2efff]
[    0.012069] ACPI: Early table checksum verification disabled
[    0.012073] ACPI: RSDP 0x00000000000FE020 000024 (v02 DELL  )
[    0.012077] ACPI: XSDT 0x00000000BF7EF170 0000AC (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012084] ACPI: FACP 0x00000000BF7EB000 0000F4 (v04 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012090] ACPI: DSDT 0x00000000BF7E1000 0068FE (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.012094] ACPI: FACS 0x00000000BF7B8000 000040
[    0.012097] ACPI: FACS 0x00000000BF7B8000 000040
[    0.012099] ACPI: SPMI 0x00000000BF7EE000 000040 (v05 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012103] ACPI: DMAR 0x00000000BF7ED000 000078 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012106] ACPI: ASF! 0x00000000BF7EC000 0000A5 (v32 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012110] ACPI: HPET 0x00000000BF7EA000 000038 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012113] ACPI: APIC 0x00000000BF7E9000 000092 (v02 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012117] ACPI: MCFG 0x00000000BF7E8000 00003C (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012120] ACPI: BOOT 0x00000000BF7DE000 000028 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012123] ACPI: SSDT 0x00000000BF7DD000 0002F6 (v01 DELL   PE_SC3   00001000 DELL 00040000)
[    0.012127] ACPI: ASPT 0x00000000BF7D9000 000034 (v07 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012130] ACPI: SSDT 0x00000000BF7D8000 0009AA (v01 DELL   PE_SC3   00003000 DELL 00040000)
[    0.012134] ACPI: SSDT 0x00000000BF7D7000 000A92 (v01 DELL   PE_SC3   00003000 DELL 00040000)
[    0.012137] ACPI: SPCR 0x00000000BF7DA000 000050 (v01 DELL   PE_SC3   00000001 DELL 00040000)
[    0.012140] ACPI: HEST 0x00000000BF7D6000 0000A8 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.012144] ACPI: ERST 0x00000000BF7D5000 000230 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.012147] ACPI: BERT 0x00000000BF7D4000 000030 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.012150] ACPI: EINJ 0x00000000BF7D3000 000130 (v01 DELL   PE_SC3   00000000 DELL 00040000)
[    0.012153] ACPI: Reserving FACP table memory at [mem 0xbf7eb000-0xbf7eb0f3]
[    0.012155] ACPI: Reserving DSDT table memory at [mem 0xbf7e1000-0xbf7e78fd]
[    0.012156] ACPI: Reserving FACS table memory at [mem 0xbf7b8000-0xbf7b803f]
[    0.012157] ACPI: Reserving FACS table memory at [mem 0xbf7b8000-0xbf7b803f]
[    0.012158] ACPI: Reserving SPMI table memory at [mem 0xbf7ee000-0xbf7ee03f]
[    0.012159] ACPI: Reserving DMAR table memory at [mem 0xbf7ed000-0xbf7ed077]
[    0.012160] ACPI: Reserving ASF! table memory at [mem 0xbf7ec000-0xbf7ec0a4]
[    0.012160] ACPI: Reserving HPET table memory at [mem 0xbf7ea000-0xbf7ea037]
[    0.012161] ACPI: Reserving APIC table memory at [mem 0xbf7e9000-0xbf7e9091]
[    0.012162] ACPI: Reserving MCFG table memory at [mem 0xbf7e8000-0xbf7e803b]
[    0.012163] ACPI: Reserving BOOT table memory at [mem 0xbf7de000-0xbf7de027]
[    0.012164] ACPI: Reserving SSDT table memory at [mem 0xbf7dd000-0xbf7dd2f5]
[    0.012165] ACPI: Reserving ASPT table memory at [mem 0xbf7d9000-0xbf7d9033]
[    0.012166] ACPI: Reserving SSDT table memory at [mem 0xbf7d8000-0xbf7d89a9]
[    0.012167] ACPI: Reserving SSDT table memory at [mem 0xbf7d7000-0xbf7d7a91]
[    0.012168] ACPI: Reserving SPCR table memory at [mem 0xbf7da000-0xbf7da04f]
[    0.012169] ACPI: Reserving HEST table memory at [mem 0xbf7d6000-0xbf7d60a7]
[    0.012170] ACPI: Reserving ERST table memory at [mem 0xbf7d5000-0xbf7d522f]
[    0.012171] ACPI: Reserving BERT table memory at [mem 0xbf7d4000-0xbf7d402f]
[    0.012172] ACPI: Reserving EINJ table memory at [mem 0xbf7d3000-0xbf7d312f]
[    0.012237] No NUMA configuration found
[    0.012238] Faking a node at [mem 0x0000000000000000-0x000000083fffffff]
[    0.012246] NODE_DATA(0) allocated [mem 0x83ffb9000-0x83ffe3fff]
[    0.012475] Zone ranges:
[    0.012476]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.012478]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.012480]   Normal   [mem 0x0000000100000000-0x000000083fffffff]
[    0.012481]   Device   empty
[    0.012482] Movable zone start for each node
[    0.012485] Early memory node ranges
[    0.012486]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.012487]   node   0: [mem 0x0000000000100000-0x00000000bdfaffff]
[    0.012489]   node   0: [mem 0x00000000bf3b0000-0x00000000bf5dafff]
[    0.012490]   node   0: [mem 0x00000000bf5dd000-0x00000000bf5eafff]
[    0.012491]   node   0: [mem 0x00000000bf5ef000-0x00000000bf5effff]
[    0.012492]   node   0: [mem 0x00000000bf601000-0x00000000bf63efff]
[    0.012492]   node   0: [mem 0x00000000bf7f0000-0x00000000bf7fffff]
[    0.012493]   node   0: [mem 0x0000000100000000-0x000000083fffffff]
[    0.012498] Initmem setup node 0 [mem 0x0000000000001000-0x000000083fffffff]
[    0.012503] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.012530] On node 0, zone DMA: 100 pages in unavailable ranges
[    0.017502] On node 0, zone DMA32: 5120 pages in unavailable ranges
[    0.017507] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.017507] On node 0, zone DMA32: 4 pages in unavailable ranges
[    0.017509] On node 0, zone DMA32: 17 pages in unavailable ranges
[    0.017515] On node 0, zone DMA32: 433 pages in unavailable ranges
[    0.065747] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.065868] ACPI: PM-Timer IO Port: 0x408
[    0.065877] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.065888] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.065891] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.065893] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.065897] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.065899] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.065904] ACPI: SPCR: SPCR table version 1
[    0.065905] ACPI: SPCR: console: uart,io,0x2f8,115200
[    0.065907] TSC deadline timer available
[    0.065908] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.065930] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.065932] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
[    0.065933] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.065934] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.065935] PM: hibernation: Registered nosave memory: [mem 0xbdfb0000-0xbf3affff]
[    0.065937] PM: hibernation: Registered nosave memory: [mem 0xbf5db000-0xbf5dcfff]
[    0.065939] PM: hibernation: Registered nosave memory: [mem 0xbf5eb000-0xbf5eefff]
[    0.065941] PM: hibernation: Registered nosave memory: [mem 0xbf5f0000-0xbf600fff]
[    0.065943] PM: hibernation: Registered nosave memory: [mem 0xbf63f000-0xbf6befff]
[    0.065944] PM: hibernation: Registered nosave memory: [mem 0xbf6bf000-0xbf7befff]
[    0.065945] PM: hibernation: Registered nosave memory: [mem 0xbf7bf000-0xbf7effff]
[    0.065946] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
[    0.065947] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.065948] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.065949] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.065950] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.065951] PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.065951] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.065952] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.065953] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.065954] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.065955] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.065956] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.065957] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.065957] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[    0.065958] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.065960] [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.065961] Booting paravirtualized kernel on bare hardware
[    0.065964] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.065972] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.066574] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u524288
[    0.066581] pcpu-alloc: s229376 r8192 d114688 u524288 alloc=1*2097152
[    0.066584] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[    0.066611] Kernel command line: BOOT_IMAGE=/vmlinuz-6.8.4-3-pve root=ZFS=/ROOT/pbs-1 ro root=ZFS=rpool/ROOT/pbs-1 boot=zfs quiet
[    0.066685] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.8.4-3-pve boot=zfs", will be passed to user space.
[    0.066705] random: crng init done
[    0.070094] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.071816] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.071945] Fallback order for Node 0: 0
[    0.071949] Built 1 zonelists, mobility grouping on.  Total pages: 8249775
[    0.071951] Policy zone: Normal
[    0.071959] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.071968] software IO TLB: area num 8.
[    0.169426] Memory: 32762168K/33523532K available (20480K kernel code, 3638K rwdata, 13412K rodata, 4804K init, 5708K bss, 761104K reserved, 0K cma-reserved)
[    0.170422] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.170438] Kernel/User page tables isolation: enabled
[    0.170474] ftrace: allocating 55248 entries in 216 pages
[    0.179461] ftrace: allocated 216 pages with 4 groups
[    0.180262] Dynamic Preempt: voluntary
[    0.180333] rcu: Preemptible hierarchical RCU implementation.
[    0.180334] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.180336]  Trampoline variant of Tasks RCU enabled.
[    0.180336]  Rude variant of Tasks RCU enabled.
[    0.180337]  Tracing variant of Tasks RCU enabled.
[    0.180338] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.180339] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.183398] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.183607] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.188323] Console: colour VGA+ 80x25
[    0.188326] printk: legacy console [tty0] enabled
[    0.188375] ACPI: Core revision 20230628
[    0.188486] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.188503] APIC: Switch to symmetric I/O mode setup
[    0.188506] DMAR: Host address width 36
[    0.188507] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.188514] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da
[    0.188517] DMAR: RMRR base: 0x00000000000000 end: 0x00000000000fff
[    0.188521] DMAR-IR: IOAPIC id 0 under DRHD base  0xfed90000 IOMMU 0
[    0.188523] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.188524] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.188818] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.188821] x2apic enabled
[    0.188884] APIC: Switched APIC routing to: cluster x2apic
[    0.189339] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.193503] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c946df8306, max_idle_ns: 440795231736 ns
[    0.193510] Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.44 BogoMIPS (lpj=3092724)
[    0.193554] process: using mwait in idle threads
[    0.193557] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.193558] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.193562] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.193564] Spectre V2 : Mitigation: Retpolines
[    0.193565] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.193565] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.193566] Speculative Store Bypass: Vulnerable
[    0.193568] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.193569] MMIO Stale Data: Unknown: No mitigations
[    0.193570] SRBDS: Vulnerable: No microcode
[    0.193575] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.193576] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.193577] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.193578] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.193580] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.216313] Freeing SMP alternatives memory: 48K
[    0.216319] pid_max: default: 32768 minimum: 301
[    0.216382] LSM: initializing lsm=lockdown,capability,yama,apparmor,integrity
[    0.216406] Yama: becoming mindful.
[    0.216438] AppArmor: AppArmor initialized
[    0.216510] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.216541] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.217574] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.217755] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.217774] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.217792] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.217808] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.217826] ... version:                3
[    0.217827] ... bit width:              48
[    0.217827] ... generic registers:      8
[    0.217828] ... value mask:             0000ffffffffffff
[    0.217829] ... max period:             00007fffffffffff
[    0.217830] ... fixed-purpose events:   3
[    0.217831] ... event mask:             00000007000000ff
[    0.217970] signal: max sigframe size: 1776
[    0.217986] Estimated ratio of average max frequency by base frequency (times 1024): 1090
[    0.218020] rcu: Hierarchical SRCU implementation.
[    0.218022] rcu:     Max phase no-delay instances is 400.
[    0.218582] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.218668] smp: Bringing up secondary CPUs ...
[    0.218794] smpboot: x86: Booting SMP configuration:
[    0.218795] .... node  #0, CPUs:      #1 #2 #3
[    0.221550] smp: Brought up 1 node, 4 CPUs
[    0.221550] smpboot: Max logical packages: 2
[    0.221550] smpboot: Total of 4 processors activated (24741.79 BogoMIPS)
[    0.223524] devtmpfs: initialized
[    0.223561] x86/mm: Memory block size: 128MB
[    0.225535] ACPI: PM: Registering ACPI NVS region [mem 0xbf6bf000-0xbf7befff] (1048576 bytes)
[    0.225598] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.225609] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.225707] pinctrl core: initialized pinctrl subsystem
[    0.226509] PM: RTC time: 08:24:00, date: 2024-05-23
[    0.226961] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.227279] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.227498] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.227717] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.227727] audit: initializing netlink subsys (disabled)
[    0.227740] audit: type=2000 audit(1716452640.039:1): state=initialized audit_enabled=0 res=1
[    0.227740] thermal_sys: Registered thermal governor 'fair_share'
[    0.227740] thermal_sys: Registered thermal governor 'bang_bang'
[    0.227740] thermal_sys: Registered thermal governor 'step_wise'
[    0.227740] thermal_sys: Registered thermal governor 'user_space'
[    0.227740] thermal_sys: Registered thermal governor 'power_allocator'
[    0.227740] EISA bus registered
[    0.227740] cpuidle: using governor ladder
[    0.227740] cpuidle: using governor menu
[    0.227740] Simple Boot Flag at 0x44 set to 0x80
[    0.227740] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.227740] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.227740] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.227740] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
[    0.227740] PCI: Using configuration type 1 for base access
[    0.227761] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.227764] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.227765] mtrr: probably your BIOS does not setup all CPUs.
[    0.227765] mtrr: corrected configuration.
[    0.227840] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.227847] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.227847] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.228638] ACPI: Added _OSI(Module Device)
[    0.228640] ACPI: Added _OSI(Processor Device)
[    0.228641] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.228642] ACPI: Added _OSI(Processor Aggregator Device)
[    0.233026] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.258998] ACPI: Dynamic OEM Table Load:
[    0.259008] ACPI: SSDT 0xFFFF93900171A000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20080729)
[    0.259629] ACPI: Dynamic OEM Table Load:
[    0.259635] ACPI: SSDT 0xFFFF939000E57400 000303 (v01 PmRef  ApIst    00003000 INTL 20080729)
[    0.260097] ACPI: Dynamic OEM Table Load:
[    0.260103] ACPI: SSDT 0xFFFF939001664C00 000119 (v01 PmRef  ApCst    00003000 INTL 20080729)
[    0.260940] ACPI: _OSC evaluated successfully for all CPUs
[    0.261061] ACPI: Interpreter enabled
[    0.261079] ACPI: PM: (supports S0 S4 S5)
[    0.261081] ACPI: Using IOAPIC for interrupt routing
[    0.261570] HEST: Table parsing has been initialized.
[    0.261727] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    0.261731] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.261732] PCI: Using E820 reservations for host bridge windows
[    0.261903] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.268892] ACPI: \_TZ_.FN00: New power resource
[    0.268971] ACPI: \_TZ_.FN01: New power resource
[    0.269045] ACPI: \_TZ_.FN02: New power resource
[    0.269121] ACPI: \_TZ_.FN03: New power resource
[    0.269195] ACPI: \_TZ_.FN04: New power resource
[    0.269825] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.269832] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.270393] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.270395] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.271007] PCI host bridge to bus 0000:00
[    0.271009] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.271012] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.271013] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.271015] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff window]
[    0.271017] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.271032] pci 0000:00:00.0: [8086:0158] type 00 class 0x060000 conventional PCI endpoint
[    0.271131] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 conventional PCI endpoint
[    0.272646] pci 0000:00:1a.0: BAR 0 [mem 0xc1306000-0xc13063ff]
[    0.274217] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.274324] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 PCIe Root Port
[    0.274375] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.274499] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.274535] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.274538] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.274642] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 PCIe Root Port
[    0.274672] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.274679] pci 0000:00:1c.4:   bridge window [mem 0xc1200000-0xc12fffff]
[    0.274747] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.274770] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.274773] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.274857] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 PCIe Root Port
[    0.274887] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.274892] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.274896] pci 0000:00:1c.5:   bridge window [mem 0xc1100000-0xc11fffff]
[    0.274963] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.274985] pci 0000:00:1c.5: Enabling MPC IRBNCE
[    0.274988] pci 0000:00:1c.5: Intel PCH root port ACS workaround enabled
[    0.275074] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 conventional PCI endpoint
[    0.275508] pci 0000:00:1d.0: BAR 0 [mem 0xc1305000-0xc13053ff]
[    0.277078] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.277165] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
[    0.277190] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.277196] pci 0000:00:1e.0:   bridge window [mem 0xc0800000-0xc10fffff]
[    0.277206] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xc07fffff 64bit pref]
[    0.277300] pci 0000:00:1f.0: [8086:1c52] type 00 class 0x060100 conventional PCI endpoint
[    0.277489] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601 conventional PCI endpoint
[    0.277502] pci 0000:00:1f.2: BAR 0 [io  0x3048-0x304f]
[    0.277511] pci 0000:00:1f.2: BAR 1 [io  0x3054-0x3057]
[    0.277519] pci 0000:00:1f.2: BAR 2 [io  0x3040-0x3047]
[    0.277527] pci 0000:00:1f.2: BAR 3 [io  0x3050-0x3053]
[    0.277533] pci 0000:00:1f.2: BAR 4 [io  0x3020-0x303f]
[    0.277541] pci 0000:00:1f.2: BAR 5 [mem 0xc1304000-0xc13047ff]
[    0.277581] pci 0000:00:1f.2: PME# supported from D3hot
[    0.277651] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 conventional PCI endpoint
[    0.277668] pci 0000:00:1f.3: BAR 0 [mem 0xc1302000-0xc13020ff 64bit]
[    0.277688] pci 0000:00:1f.3: BAR 4 [io  0x3000-0x301f]
[    0.277829] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.277921] pci 0000:02:00.0: [14e4:165a] type 00 class 0x020000 PCIe Endpoint
[    0.277955] pci 0000:02:00.0: BAR 0 [mem 0xc1200000-0xc120ffff 64bit]
[    0.278030] pci 0000:02:00.0: enabling Extended Tags
[    0.278155] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.278366] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.278448] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601 PCIe Legacy Endpoint
[    0.278472] pci 0000:03:00.0: BAR 0 [io  0x2028-0x202f]
[    0.278485] pci 0000:03:00.0: BAR 1 [io  0x2034-0x2037]
[    0.278498] pci 0000:03:00.0: BAR 2 [io  0x2020-0x2027]
[    0.278512] pci 0000:03:00.0: BAR 3 [io  0x2030-0x2033]
[    0.278525] pci 0000:03:00.0: BAR 4 [io  0x2000-0x201f]
[    0.278538] pci 0000:03:00.0: BAR 5 [mem 0xc1100000-0xc11001ff]
[    0.278551] pci 0000:03:00.0: ROM [mem 0xffff0000-0xffffffff pref]
[    0.278734] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.278760] pci_bus 0000:04: extended config space not accessible
[    0.278784] pci 0000:04:03.0: [102b:0532] type 00 class 0x030000 conventional PCI endpoint
[    0.278800] pci 0000:04:03.0: BAR 0 [mem 0xc0000000-0xc07fffff pref]
[    0.278810] pci 0000:04:03.0: BAR 1 [mem 0xc1000000-0xc1003fff]
[    0.278819] pci 0000:04:03.0: BAR 2 [mem 0xc0800000-0xc0ffffff]
[    0.278850] pci 0000:04:03.0: ROM [mem 0xffff0000-0xffffffff pref]
[    0.278863] pci 0000:04:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.278948] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.278958] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.278960] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.278961] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.278963] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfeafffff window] (subtractive decode)
[    0.279789] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.279851] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[    0.279909] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.279910] ACPI: PCI: Interrupt link LNKC disabled
[    0.279967] ACPI: PCI: Interrupt link LNKD configured for IRQ 6
[    0.280025] ACPI: PCI: Interrupt link LNKE configured for IRQ 14
[    0.280083] ACPI: PCI: Interrupt link LNKF configured for IRQ 6
[    0.280141] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.280143] ACPI: PCI: Interrupt link LNKG disabled
[    0.280200] ACPI: PCI: Interrupt link LNKH configured for IRQ 15
[    0.280534] iommu: Default domain type: Translated
[    0.280534] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.280686] SCSI subsystem initialized
[    0.280695] libata version 3.00 loaded.
[    0.280695] ACPI: bus type USB registered
[    0.280695] usbcore: registered new interface driver usbfs
[    0.280695] usbcore: registered new interface driver hub
[    0.280695] usbcore: registered new device driver usb
[    0.280695] pps_core: LinuxPPS API ver. 1 registered
[    0.280695] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.280695] PTP clock support registered
[    0.280695] EDAC MC: Ver: 3.0.0
[    0.280715] NetLabel: Initializing
[    0.280717] NetLabel:  domain hash size = 128
[    0.280718] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.280736] NetLabel:  unlabeled traffic allowed by default
[    0.280752] mctp: management component transport protocol core
[    0.280752] NET: Registered PF_MCTP protocol family
[    0.280752] PCI: Using ACPI for IRQ routing
[    0.287427] PCI: pci_cache_line_size set to 64 bytes
[    0.287466] e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
[    0.287468] e820: reserve RAM buffer [mem 0xbdfb0000-0xbfffffff]
[    0.287470] e820: reserve RAM buffer [mem 0xbf5db000-0xbfffffff]
[    0.287472] e820: reserve RAM buffer [mem 0xbf5eb000-0xbfffffff]
[    0.287473] e820: reserve RAM buffer [mem 0xbf5f0000-0xbfffffff]
[    0.287475] e820: reserve RAM buffer [mem 0xbf63f000-0xbfffffff]
[    0.287476] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[    0.287491] pci 0000:04:03.0: vgaarb: setting as boot VGA device
[    0.287491] pci 0000:04:03.0: vgaarb: bridge control possible
[    0.287491] pci 0000:04:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.287508] vgaarb: loaded
[    0.287547] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.287555] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.289531] clocksource: Switched to clocksource tsc-early
[    0.290089] VFS: Disk quotas dquot_6.6.0
[    0.290102] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.290220] AppArmor: AppArmor Filesystem Enabled
[    0.290235] pnp: PnP ACPI init
[    0.290349] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.290353] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.290355] system 00:00: [io  0x1010-0x1013] has been reserved
[    0.290356] system 00:00: [io  0xffff] has been reserved
[    0.290358] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.290359] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.290361] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.290362] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.290430] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.290874] system 00:05: [mem 0xfed90000-0xfed91fff] could not be reserved
[    0.291051] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.291054] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.291056] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.291058] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.291059] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.291061] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.291062] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.291064] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
[    0.291066] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.291067] system 00:06: [mem 0xc1400000-0xc1400fff] has been reserved
[    0.291237] pnp: PnP ACPI: found 7 devices
[    0.297061] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.297126] NET: Registered PF_INET protocol family
[    0.297256] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.313788] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.313828] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.313930] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.314214] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.314454] TCP: Hash tables configured (established 262144 bind 65536)
[    0.314576] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.314667] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.314754] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.314850] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.314860] NET: Registered PF_XDP protocol family
[    0.314865] pci 0000:03:00.0: ROM [mem 0xffff0000-0xffffffff pref]: can't claim; no compatible bridge window
[    0.314876] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.314895] pci 0000:00:1c.4: PCI bridge to [bus 02]
[    0.314900] pci 0000:00:1c.4:   bridge window [mem 0xc1200000-0xc12fffff]
[    0.314911] pci 0000:03:00.0: ROM [mem 0xc1110000-0xc111ffff pref]: assigned
[    0.314913] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.314916] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.314921] pci 0000:00:1c.5:   bridge window [mem 0xc1100000-0xc11fffff]
[    0.314930] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.314935] pci 0000:00:1e.0:   bridge window [mem 0xc0800000-0xc10fffff]
[    0.314939] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xc07fffff 64bit pref]
[    0.314945] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.314947] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.314949] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.314950] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff window]
[    0.314952] pci_bus 0000:02: resource 1 [mem 0xc1200000-0xc12fffff]
[    0.314954] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.314955] pci_bus 0000:03: resource 1 [mem 0xc1100000-0xc11fffff]
[    0.314956] pci_bus 0000:04: resource 1 [mem 0xc0800000-0xc10fffff]
[    0.314958] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xc07fffff 64bit pref]
[    0.314959] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.314961] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.314962] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.314964] pci_bus 0000:04: resource 7 [mem 0xc0000000-0xfeafffff window]
[    0.326601] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x780 took 11295 usecs
[    0.338594] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x780 took 11689 usecs
[    0.338622] PCI: CLS 64 bytes, default 64
[    0.338636] DMAR: No ATSR found
[    0.338637] DMAR: No SATC found
[    0.338638] DMAR: dmar0: Using Queued invalidation
[    0.338677] Trying to unpack rootfs image as initramfs...
[    0.338691] pci 0000:00:00.0: Adding to iommu group 0
[    0.338701] pci 0000:00:1a.0: Adding to iommu group 1
[    0.338710] pci 0000:00:1c.0: Adding to iommu group 2
[    0.338719] pci 0000:00:1c.4: Adding to iommu group 3
[    0.338727] pci 0000:00:1c.5: Adding to iommu group 4
[    0.338734] pci 0000:00:1d.0: Adding to iommu group 5
[    0.338742] pci 0000:00:1e.0: Adding to iommu group 6
[    0.338758] pci 0000:00:1f.0: Adding to iommu group 7
[    0.338766] pci 0000:00:1f.2: Adding to iommu group 7
[    0.338773] pci 0000:00:1f.3: Adding to iommu group 7
[    0.338781] pci 0000:02:00.0: Adding to iommu group 8
[    0.338789] pci 0000:03:00.0: Adding to iommu group 9
[    0.338794] pci 0000:04:03.0: Adding to iommu group 6
[    0.339540] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.339542] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.339543] software IO TLB: mapped [mem 0x00000000b9fb0000-0x00000000bdfb0000] (64MB)
[    0.340137] Initialise system trusted keyrings
[    0.340147] Key type blacklist registered
[    0.340181] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.340193] zbud: loaded
[    0.340417] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.340497] fuse: init (API version 7.39)
[    0.340617] integrity: Platform Keyring initialized
[    0.340621] integrity: Machine keyring initialized
[    0.352902] Key type asymmetric registered
[    0.352904] Asymmetric key parser 'x509' registered
[    0.352918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.352956] io scheduler mq-deadline registered
[    0.355923] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[    0.356117] pcieport 0000:00:1c.4: PME: Signaling with IRQ 26
[    0.356286] pcieport 0000:00:1c.5: PME: Signaling with IRQ 27
[    0.356358] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.356725] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.356896] ACPI: button: Power Button [PWRF]
[    0.357701] thermal LNXTHERM:00: registered as thermal_zone0
[    0.357704] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[    0.357768] ERST: Error Record Serialization Table (ERST) support is initialized.
[    0.357794] pstore: Using crash dump compression: deflate
[    0.357796] pstore: Registered erst as persistent store backend
[    0.357939] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.378697] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.399870] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.402370] Linux agpgart interface v0.103
[    0.403867] loop: module loaded
[    0.404086] ACPI: bus type drm_connector registered
[    0.404319] tun: Universal TUN/TAP device driver, 1.6
[    0.404353] PPP generic driver version 2.4.2
[    0.404409] i8042: PNP: No PS/2 controller found.
[    0.404452] mousedev: PS/2 mouse device common for all mice
[    0.404521] rtc_cmos 00:01: RTC can wake from S4
[    0.404751] rtc_cmos 00:01: registered as rtc0
[    0.404783] rtc_cmos 00:01: setting system clock to 2024-05-23T08:24:00 UTC (1716452640)
[    0.404812] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.404822] i2c_dev: i2c /dev entries driver
[    0.404841] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.404851] device-mapper: uevent: version 1.0.3
[    0.404890] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.404908] platform eisa.0: Probing EISA bus 0
[    0.404910] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.404912] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.404913] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.404915] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.404916] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.404917] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.404918] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.404919] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.404921] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.404922] platform eisa.0: EISA: Detected 0 cards
[    0.404928] intel_pstate: Intel P-state driver initializing
[    0.405199] ledtrig-cpu: registered to indicate activity on CPUs
[    0.405250] drop_monitor: Initializing network drop monitor service
[    0.405338] NET: Registered PF_INET6 protocol family
[    1.129770] Freeing initrd memory: 68352K
[    1.136899] Segment Routing with IPv6
[    1.136917] In-situ OAM (IOAM) with IPv6
[    1.136947] NET: Registered PF_PACKET protocol family
[    1.136970] Bridge firewalling registered
[    1.137067] Key type dns_resolver registered
[    1.137394] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.137425] microcode: Current revision: 0x0000001b
[    1.137498] IPI shorthand broadcast: enabled
[    1.138955] sched_clock: Marking stable (1133639772, 4868261)->(1153935754, -15427721)
[    1.139156] registered taskstats version 1
[    1.139340] Loading compiled-in X.509 certificates
[    1.139954] Loaded X.509 cert 'Build time autogenerated kernel key: 262680cf1cda5f3a17783fd7d6c5f2d870f4880b'
[    1.143184] Key type .fscrypt registered
[    1.143185] Key type fscrypt-provisioning registered
[    1.158950] Key type encrypted registered
[    1.158955] AppArmor: AppArmor sha256 policy hashing enabled
[    1.158964] ima: No TPM chip found, activating TPM-bypass!
[    1.158968] Loading compiled-in module X.509 certificates
[    1.159520] Loaded X.509 cert 'Build time autogenerated kernel key: 262680cf1cda5f3a17783fd7d6c5f2d870f4880b'
[    1.159531] ima: Allocated hash algorithm: sha256
[    1.159554] ima: No architecture policies found
[    1.159566] evm: Initialising EVM extended attributes:
[    1.159567] evm: security.selinux
[    1.159567] evm: security.SMACK64
[    1.159568] evm: security.SMACK64EXEC
[    1.159569] evm: security.SMACK64TRANSMUTE
[    1.159569] evm: security.SMACK64MMAP
[    1.159570] evm: security.apparmor
[    1.159571] evm: security.ima
[    1.159571] evm: security.capability
[    1.159572] evm: HMAC attrs: 0x1
[    1.159913] PM:   Magic number: 8:942:422
[    1.163519] RAS: Correctable Errors collector initialized.
[    1.163588] clk: Disabling unused clocks
[    1.164634] Freeing unused decrypted memory: 2028K
[    1.165079] Freeing unused kernel image (initmem) memory: 4804K
[    1.165113] Write protecting the kernel read-only data: 34816k
[    1.165371] Freeing unused kernel image (rodata/data gap) memory: 924K
[    1.206246] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.206248] x86/mm: Checking user space page tables
[    1.244237] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.244241] Run /init as init process
[    1.244243]   with arguments:
[    1.244244]     /init
[    1.244245]   with environment:
[    1.244246]     HOME=/
[    1.244246]     TERM=linux
[    1.244247]     BOOT_IMAGE=/vmlinuz-6.8.4-3-pve
[    1.244248]     boot=zfs
[    1.371886] tsc: Refined TSC clocksource calibration: 3092.972 MHz
[    1.371904] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c955856658, max_idle_ns: 440795256416 ns
[    1.371932] clocksource: Switched to clocksource tsc
[    1.414492] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20230628/utaddress-204)
[    1.414501] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.414505] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
[    1.414508] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.414509] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
[    1.414512] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.414513] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
[    1.414516] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    1.414516] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    1.419238] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.419245] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.419257] ehci-pci 0000:00:1a.0: debug port 2
[    1.423388] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.423430] ehci-pci 0000:00:1a.0: irq 20, io mem 0xc1306000
[    1.424927] i2c i2c-0: 4/4 memory slots populated (from DMI)
[    1.425268] i2c i2c-0: Successfully instantiated SPD at 0x50
[    1.425578] i2c i2c-0: Successfully instantiated SPD at 0x51
[    1.425895] i2c i2c-0: Successfully instantiated SPD at 0x52
[    1.426216] i2c i2c-0: Successfully instantiated SPD at 0x53
[    1.426958] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95722) rev a200] (PCI Express) MAC address f8:db:88:fe:03:e8
[    1.426962] tg3 0000:02:00.0 eth0: attached PHY is 5722/5756 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.426964] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[    1.426966] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.429880] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.430329] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.430332] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430334] usb usb1: Product: EHCI Host Controller
[    1.430336] usb usb1: Manufacturer: Linux 6.8.4-3-pve ehci_hcd
[    1.430337] usb usb1: SerialNumber: 0000:00:1a.0
[    1.430459] hub 1-0:1.0: USB hub found
[    1.430466] hub 1-0:1.0: 2 ports detected
[    1.430662] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.430668] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.430680] ehci-pci 0000:00:1d.0: debug port 2
[    1.434637] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc1305000
[    1.440880] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.440948] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.08
[    1.440952] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.440953] usb usb2: Product: EHCI Host Controller
[    1.440955] usb usb2: Manufacturer: Linux 6.8.4-3-pve ehci_hcd
[    1.440956] usb usb2: SerialNumber: 0000:00:1d.0
[    1.441095] hub 2-0:1.0: USB hub found
[    1.441103] hub 2-0:1.0: 2 ports detected
[    1.442568] ahci 0000:00:1f.2: version 3.0
[    1.442812] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.449964] tg3 0000:02:00.0 eno1: renamed from eth0
[    1.452912] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.452918] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
[    1.472437] scsi host0: ahci
[    1.472638] scsi host1: ahci
[    1.472738] scsi host2: ahci
[    1.472848] scsi host3: ahci
[    1.472954] scsi host4: ahci
[    1.473058] scsi host5: ahci
[    1.473110] ata1: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304100 irq 28 lpm-pol 0
[    1.473114] ata2: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304180 irq 28 lpm-pol 0
[    1.473117] ata3: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304200 irq 28 lpm-pol 0
[    1.473119] ata4: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304280 irq 28 lpm-pol 0
[    1.473122] ata5: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304300 irq 28 lpm-pol 0
[    1.473124] ata6: SATA max UDMA/133 abar m2048@0xc1304000 port 0xc1304380 irq 28 lpm-pol 0
[    1.473276] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[    1.473316] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.473319] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
[    1.473549] scsi host6: ahci
[    1.473635] scsi host7: ahci
[    1.473670] ata7: SATA max UDMA/133 abar m512@0xc1100000 port 0xc1100100 irq 29 lpm-pol 0
[    1.473674] ata8: SATA max UDMA/133 abar m512@0xc1100000 port 0xc1100180 irq 29 lpm-pol 0
[    1.669912] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.677900] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.777587] ata7: SATA link down (SStatus 0 SControl 300)
[    1.777597] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.778107] ata1.00: ATA-9: WDC WD20EZRZ-00Z5HB0, 80.00A80, max UDMA/133
[    1.778425] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.779018] ata1.00: configured for UDMA/133
[    1.779187] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EZRZ-00Z 0A80 PQ: 0 ANSI: 5
[    1.779482] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.779505] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.779517] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.779526] sd 0:0:0:0: [sda] Write Protect is off
[    1.779536] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.779547] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.779572] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.798678] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.798682] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.799123] hub 1-1:1.0: USB hub found
[    1.799282] hub 1-1:1.0: 6 ports detected
[    1.807290] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    1.807294] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.807732] hub 2-1:1.0: USB hub found
[    1.807892] hub 2-1:1.0: 6 ports detected
[    2.089602] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.090256] ata2.00: ATA-9: WDC WD20EURX-14T0FY0, 80.00A80, max UDMA/133
[    2.090677] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    2.091556] ata2.00: configured for UDMA/133
[    2.091668] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EURX-14T 0A80 PQ: 0 ANSI: 5
[    2.091875] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.091958] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.091961] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.091968] sd 1:0:0:0: [sdb] Write Protect is off
[    2.091970] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.091989] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.092003] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    2.177641]  sdb: sdb1 sdb9
[    2.177853] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.372594]  sda: sda1 sda9
[    2.372793] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.401594] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.402199] ata3.00: ATA-9: WDC WD20EURX-63T0FY0, 80.00A80, max UDMA/133
[    2.402579] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    2.403347] ata3.00: configured for UDMA/133
[    2.403454] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EURX-63T 0A80 PQ: 0 ANSI: 5
[    2.403729] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.403766] sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.403770] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    2.403780] sd 2:0:0:0: [sdc] Write Protect is off
[    2.403783] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.403794] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.403825] sd 2:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[    2.492446]  sdc: sdc1 sdc9
[    2.492659] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.713614] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.714249] ata4.00: ATA-9: WDC WD20EZRX-22D8PB0, 80.00A80, max UDMA/133
[    2.714647] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    2.715483] ata4.00: configured for UDMA/133
[    2.715586] scsi 3:0:0:0: Direct-Access     ATA      WDC WD20EZRX-22D 0A80 PQ: 0 ANSI: 5
[    2.715806] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    2.715886] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    2.715889] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    2.715898] sd 3:0:0:0: [sdd] Write Protect is off
[    2.715899] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.715918] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.715933] sd 3:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
[    2.803060]  sdd: sdd1 sdd9
[    2.803286] sd 3:0:0:0: [sdd] Attached SCSI disk
[    3.025614] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.026841] ata5.00: ATA-7: Hitachi HTS541040G9SA00, MB2OC60R, max UDMA/100
[    3.027161] ata5.00: 78140160 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.028984] ata5.00: configured for UDMA/100
[    3.029089] scsi 4:0:0:0: Direct-Access     ATA      Hitachi HTS54104 C60R PQ: 0 ANSI: 5
[    3.029380] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    3.029399] sd 4:0:0:0: [sde] 78140160 512-byte logical blocks: (40.0 GB/37.3 GiB)
[    3.029417] sd 4:0:0:0: [sde] Write Protect is off
[    3.029419] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    3.029439] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.029480] sd 4:0:0:0: [sde] Preferred minimum I/O size 512 bytes
[    3.337618] ata6: SATA link down (SStatus 0 SControl 300)
[    3.404751]  sde: sde1 sde2 sde3
[    3.405056] sd 4:0:0:0: [sde] Attached SCSI disk
[    3.795936] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.796544] ata8.00: ATA-9: WDC WD30EZRZ-22Z5HB0, 80.00A80, max UDMA/133
[    3.796935] ata8.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.797765] ata8.00: configured for UDMA/133
[    3.797893] scsi 7:0:0:0: Direct-Access     ATA      WDC WD30EZRZ-22Z 0A80 PQ: 0 ANSI: 5
[    3.798171] sd 7:0:0:0: Attached scsi generic sg5 type 0
[    3.798191] sd 7:0:0:0: [sdf] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    3.798203] sd 7:0:0:0: [sdf] 4096-byte physical blocks
[    3.798210] sd 7:0:0:0: [sdf] Write Protect is off
[    3.798212] sd 7:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    3.798231] sd 7:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.798264] sd 7:0:0:0: [sdf] Preferred minimum I/O size 4096 bytes
[    4.418773]  sdf: sdf1 sdf9
[    4.419012] sd 7:0:0:0: [sdf] Attached SCSI disk
[    4.906871] raid6: sse2x4   gen() 16694 MB/s
[    4.923871] raid6: sse2x2   gen() 17362 MB/s
[    4.940871] raid6: sse2x1   gen() 14717 MB/s
[    4.940872] raid6: using algorithm sse2x2 gen() 17362 MB/s
[    4.957871] raid6: .... xor() 9300 MB/s, rmw enabled
[    4.957872] raid6: using ssse3x2 recovery algorithm
[    4.958812] xor: automatically using best checksumming function   avx
[    5.055298] Btrfs loaded, zoned=yes, fsverity=yes
[    5.256213] spl: loading out-of-tree module taints kernel.
[    5.286738] zfs: module license 'CDDL' taints kernel.
[    5.286743] Disabling lock debugging due to kernel taint
[    5.286764] zfs: module license taints kernel.
[    6.797803] ZFS: Loaded module v2.2.3-pve2, ZFS pool version 5000, ZFS filesystem version 5
[   13.362888] systemd[1]: Inserted module 'autofs4'
[   13.737710] systemd[1]: systemd 252.22-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   13.737732] systemd[1]: Detected architecture x86-64.
[   13.791239] systemd[1]: Hostname set to <pbs>.
[   19.398430] systemd[1]: Configuration file /lib/systemd/system/agent_4445.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[   19.460929] systemd[1]: Queued start job for default target graphical.target.
[   19.469745] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   19.470087] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   19.470345] systemd[1]: Created slice system-postfix.slice - Slice /system/postfix.
[   19.470555] systemd[1]: Created slice user.slice - User and Session Slice.
[   19.470618] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[   19.470668] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   19.470846] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   19.470887] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   19.470909] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   19.470951] systemd[1]: Reached target slices.target - Slice Units.
[   19.470969] systemd[1]: Reached target swap.target - Swaps.
[   19.470981] systemd[1]: Reached target time-set.target - System Time Set.
[   19.471017] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   19.471145] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   19.471281] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   19.474165] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[   19.474257] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   19.474543] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[   19.474668] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   19.474787] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[   19.474990] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   19.475086] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   19.475798] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   19.476505] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   19.477244] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   19.477951] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   19.478040] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   19.499147] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[   19.499949] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   19.500633] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   19.501437] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   19.502232] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[   19.503013] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   19.503849] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   19.504629] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   19.505399] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[   19.506903] systemd[1]: Starting systemd-journald.service - Journal Service...
[   19.635088] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   19.635941] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   19.636685] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   19.638065] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   19.638184] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   19.638269] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   19.638351] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   19.638587] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   19.638954] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   19.639088] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   19.639352] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   19.639474] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[   19.639719] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   19.639837] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   19.640090] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   19.640210] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   19.640442] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   19.640556] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   19.640793] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   19.640916] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[   19.641849] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   19.642530] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[   19.642632] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   19.643445] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   19.643993] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[   19.693787] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[   19.693975] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[   19.694016] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[   19.704057] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[   19.704873] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[   19.799321] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[   19.812496] systemd[1]: Started systemd-journald.service - Journal Service.
[   19.875279] systemd-journald[438]: Received client request to flush runtime journal.
[   24.990042] IPMI message handler: version 39.2
[   25.020855] ipmi device interface
[   25.156168] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[   25.156173] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   25.156174] RAPL PMU: hw unit of domain package 2^-16 Joules
[   25.194688] ipmi_si: IPMI System Interface driver
[   25.194708] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[   25.194711] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0
[   25.194713] ipmi_si: Adding SMBIOS-specified kcs state machine
[   25.194767] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[   25.194954] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca8] regsize 1 spacing 4 irq 0
[   25.195113] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[   25.195115] ipmi_si: Adding ACPI-specified kcs state machine
[   25.195176] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0
[   25.288555] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   25.340822] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   25.408422] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   25.563103] ipmi_ssif: IPMI SSIF Interface driver
[   25.581880] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[   25.655739] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[   25.714635] cryptd: max_cpu_qlen set to 1000
[   25.839519] mgag200 0000:04:03.0: vgaarb: deactivate vga console
[   25.840902] Console: switching to colour dummy device 80x25
[   25.843894] [drm] Initialized mgag200 1.0.0 20110418 for 0000:04:03.0 on minor 0
[   25.845439] fbcon: mgag200drmfb (fb0) is primary device
[   25.963737] at24 0-0050: supply vcc not found, using dummy regulator
[   25.965337] at24 0-0050: 256 byte spd EEPROM, read-only
[   25.965362] at24 0-0051: supply vcc not found, using dummy regulator
[   25.966937] at24 0-0051: 256 byte spd EEPROM, read-only
[   25.966960] at24 0-0052: supply vcc not found, using dummy regulator
[   25.968529] at24 0-0052: 256 byte spd EEPROM, read-only
[   25.968550] at24 0-0053: supply vcc not found, using dummy regulator
[   25.970101] at24 0-0053: 256 byte spd EEPROM, read-only
[   26.108913] AVX version of gcm_enc/dec engaged.
[   26.109148] AES CTR mode by8 optimization enabled
[   26.209309] Console: switching to colour frame buffer device 128x48
[   26.255743] mgag200 0000:04:03.0: [drm] fb0: mgag200drmfb frame buffer device
[   27.577569] intel_rapl_common: Found RAPL domain package
[   27.577574] intel_rapl_common: Found RAPL domain core
[   27.577580] intel_rapl_common: package-0:package:long_term locked by BIOS
[   27.577582] intel_rapl_common: package-0:package:short_term locked by BIOS
[   37.602789]  zd0: p1 p2 p3 p4
[   37.707613]  zd32: p1 p2 p3 p4
[   42.616313] RPC: Registered named UNIX socket transport module.
[   42.616318] RPC: Registered udp transport module.
[   42.616319] RPC: Registered tcp transport module.
[   42.616319] RPC: Registered tcp-with-tls transport module.
[   42.616320] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   56.222499] tg3 0000:02:00.0 eno1: Link is up at 1000 Mbps, full duplex
[   56.222507] tg3 0000:02:00.0 eno1: Flow control is off for TX and off for RX
[35870.880962] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[41556.808303] perf: interrupt took too long (3130 > 3126), lowering kernel.perf_event_max_sample_rate to 63000
[52837.312999] perf: interrupt took too long (3958 > 3912), lowering kernel.perf_event_max_sample_rate to 50000
[205299.941435]  zd0: p1 p2 p3 p4
[206381.695981]  zd32: p1 p2 p3 p4
[209833.865288]  zd0: p1 p2 p3 p4

in var log :
with debian 12, there isn’t any useful files for my problem :

root@pbs:/var/log# ll
total 167
drwxr-x---  2 root    adm                  2 May 24  2023 samba
-rw-r--r--  1 root    root                 0 Jun 27  2023 faillog
drwxr-xr-x  3 root    root                 3 Nov 23  2023 runit
lrwxrwxrwx  1 root    root                39 Nov 23  2023 README -> ../../usr/share/doc/systemd/README.logs
drwx------  2 root    root                 2 Nov 23  2023 private
drwxr-sr-x  3 root    systemd-journal      3 Nov 23  2023 journal
drwxr-x---  2 _chrony _chrony              2 Nov 23  2023 chrony
drwxr-xr-x  4 root    root                 4 Nov 23  2023 proxmox-backup
-rw-r--r--  1 root    root              1357 Nov 23  2023 fontconfig.log
-rw-r--r--  1 root    root              2013 Nov 23  2023 alternatives.log.4.gz
-rw-r--r--  1 root    root             29834 Nov 23  2023 dpkg.log.6.gz
-rw-r--r--  1 root    root              4701 Dec 31 00:21 dpkg.log.5.gz
-rw-r--r--  1 root    root               363 Jan 28 03:12 dpkg.log.4.gz
-rw-r--r--  1 root    root               134 Feb 11 01:26 alternatives.log.3.gz
-rw-r--r--  1 root    root              2325 Feb 18 02:04 dpkg.log.3.gz
-rw-r--r--  1 root    root              1286 Mar 24 03:40 dpkg.log.2.gz
-rw-rw----  1 root    utmp                 0 Apr  1 00:00 btmp.1
-rw-r--r--  1 root    root               135 Apr 14 21:02 alternatives.log.2.gz
-rw-r--r--  1 root    root             30633 Apr 28 01:22 dpkg.log.1
-rw-rw----  1 root    utmp                 0 May  1 00:00 btmp
-rw-r--r--  1 root    root               186 May  5 21:43 alternatives.log.1
-rw-r--r--  1 root    root                 0 May  6 00:00 alternatives.log
drwxr-xr-x  2 root    root                 3 May 10 22:37 js7
drwxr-xr-x 45 root    root                45 May 23 10:24 ifupdown2
drwxr-xr-x  2 root    root                17 May 23 12:14 apt
-rw-r--r--  1 root    root             15562 May 23 12:14 dpkg.log
drwxr-xr-x  2 root    adm                 20 May 27 00:00 nginx
-rw-rw-r--  1 root    utmp            162816 May 27 09:43 wtmp
-rw-rw-r--  1 root    utmp               292 May 27 09:43 lastlog

ah yeah, i still have them. I guess because i also use rsyslogd.

I meant looking throught journalctl without specifying the unit so restart the cmk-agent-ctl-daemon and immediatly after it fails run journalctl -f -n 100 for example to get last 100 entries for all units.

here the result after a few minutes of following :

May 27 13:24:17 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
May 27 13:24:17 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
May 27 13:24:17 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.
May 27 13:24:47 pbs smartd[1045]: Device: /dev/sda [SAT], SMART Usage Attribute: 7 Seek_Error_Rate changed from 200 to 100
May 27 13:24:48 pbs smartd[1045]: Device: /dev/sdd [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 115
May 27 13:26:01 pbs proxmox-backup-proxy[1655]: write rrd data back to disk
May 27 13:26:01 pbs proxmox-backup-proxy[1655]: starting rrd data sync
May 27 13:26:02 pbs proxmox-backup-proxy[1655]: rrd journal successfully committed (57 files in 0.199 seconds)
May 27 13:54:47 pbs smartd[1045]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 114
May 27 13:56:02 pbs proxmox-backup-proxy[1655]: write rrd data back to disk
May 27 13:56:02 pbs proxmox-backup-proxy[1655]: starting rrd data sync
May 27 13:56:02 pbs proxmox-backup-proxy[1655]: rrd journal successfully committed (57 files in 0.142 seconds)
May 27 13:59:56 pbs dhclient[1300]: DHCPREQUEST for 10.0.0.2 on eno1 to 10.0.0.254 port 67
May 27 13:59:56 pbs dhclient[1300]: DHCPACK of 10.0.0.2 from 10.0.0.254
May 27 13:59:56 pbs dhclient[1300]: bound to 10.0.0.2 -- renewal in 2893 seconds.
May 27 14:17:01 pbs CRON[874441]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
May 27 14:17:01 pbs CRON[874442]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
May 27 14:17:01 pbs CRON[874441]: pam_unix(cron:session): session closed for user root
May 27 14:24:47 pbs smartd[1045]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 116
May 27 14:24:47 pbs smartd[1045]: Device: /dev/sdc [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 114
May 27 14:26:02 pbs proxmox-backup-proxy[1655]: write rrd data back to disk
May 27 14:26:02 pbs proxmox-backup-proxy[1655]: starting rrd data sync
May 27 14:26:02 pbs proxmox-backup-proxy[1655]: rrd journal successfully committed (57 files in 0.161 seconds)

Well if anything pops up it would be either right before or after it. Sorry i am out of ideas right now what could cause this. Hope someone else has any idea.

lines before are :

May 27 13:00:08 pbs proxmox-backup-proxy[1655]: syncing filesystem
May 27 13:00:08 pbs proxmox-backup-proxy[1655]: successfully finished backup
May 27 13:00:08 pbs proxmox-backup-proxy[1655]: backup finished successfully
May 27 13:00:08 pbs proxmox-backup-proxy[1655]: TASK OK
May 27 13:02:52 pbs dhclient[1300]: DHCPREQUEST for 10.0.0.2 on eno1 to 10.0.0.254 port 67
May 27 13:02:52 pbs dhclient[1300]: DHCPACK of 10.0.0.2 from 10.0.0.254
May 27 13:02:53 pbs dhclient[1300]: bound to 10.0.0.2 -- renewal in 3424 seconds.
May 27 13:17:01 pbs CRON[841526]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
May 27 13:17:01 pbs CRON[841527]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
May 27 13:17:01 pbs CRON[841526]: pam_unix(cron:session): session closed for user root
May 27 13:24:17 pbs systemd[1]: Started cmk-agent-ctl-daemon.service - Checkmk agent controller daemon.
May 27 13:24:17 pbs systemd[1]: cmk-agent-ctl-daemon.service: Main process exited, code=exited, status=203/EXEC
May 27 13:24:17 pbs systemd[1]: cmk-agent-ctl-daemon.service: Failed with result 'exit-code'.

anyway thanks you

no other help ? :frowning: i can’t start my service anymore

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.