Problems with C package states and energy saving.

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Nozle

Member
Jul 16, 2024
82
1
8
Then read ALL of the Troubleshooting and linked Resources. There can be A LOT of Reasons why it doesn't want to go into ASPM, from BIOS BUGs (e.g. FADT), non-compliant PCIe Device, PCIe Bridges, etc.
I already tried that, but nothing worked. As I mentioned above, on Ubuntu with x710 it reaches C8 without any problems, so I don't think it's a BIOS issue. On Proxmox it doesn't go past C2 at all, although if I install PowerTop 2.14 it seems to reach C3.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,473
455
83
I already tried that, but nothing worked. As I mentioned above, on Ubuntu with x710 it reaches C8 without any problems, so I don't think it's a BIOS issue. On Proxmox it doesn't go past C2 at all, although if I install PowerTop 2.14 it seems to reach C3.
Check your Kernel Command Line Parameters and compare dmesg Output.

There must be a difference somewhere.

EDIT 1: remember that Proxmox uses a (heavily patched) Ubuntu Kernel. So while there will probably be a Kernel Version Difference, I don't think that explains the lack of ASPM.

EDIT 2: did you check Power Consumption Measurements ? I found in some Cases that powertop / turbostat are not reporting correctly.
 
Last edited:

Nozle

Member
Jul 16, 2024
82
1
8
Check your Kernel Command Line Parameters and compare dmesg Output.

There must be a difference somewhere.

EDIT 1: remember that Proxmox uses a (heavily patched) Ubuntu Kernel. So while there will probably be a Kernel Version Difference, I don't think that explains the lack of ASPM.

EDIT 2: did you check Power Consumption Measurements ? I found in some Cases that powertop / turbostat are not reporting correctly.
Yes, the electricity consumption was checked and there were no differences. I also have the same problem with another different machine that has unraid and it doesn't go above C2 either.

dmesg

Code:
[    0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) ()
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.17.2-1-pve root=ZFS=/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet pcie_aspm=force i40e.disable_lps=1
[    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] x86/tme: not enabled by BIOS
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000696fdfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000696fe000-0x0000000070706fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000070707000-0x000000007089dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007089e000-0x00000000709f3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000709f4000-0x00000000717fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000717ff000-0x00000000717fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000071800000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078800000-0x00000000789fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078e00000-0x00000000803fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.8 by American Megatrends
[    0.000000] efi: ACPI=0x7089d000 ACPI 2.0=0x7089d014 TPMFinalLog=0x7091e000 SMBIOS=0x7132f000 SMBIOS 3.0=0x7132e000 MEMATTR=0x6288f018 ESRT=0x656c4818 MOKvar=0x713ba000 INITRD=0x5f8efb98 RNG=0x7078d018 TPMEventLog=0x7077f018
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem90: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem91: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem92: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem93: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem95: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem96: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.6.0 present.
[    0.000000] DMI: LENOVO 12EJ/3330, BIOS M4WKT56A 06/03/2025
[    0.000000] DMI: Memory slots populated: 1/2
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000000] tsc: Detected 1612.800 MHz TSC
[    0.000480] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000484] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000490] last_pfn = 0x47fc00 max_arch_pfn = 0x400000000
[    0.000494] total RAM covered: 30656M
[    0.000560] Found optimal setting for mtrr clean up
[    0.000560]  gran_size: 64K  chunk_size: 128M        num_reg: 5      lose cover RAM: 0G
[    0.000563] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[    0.000564] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001104] e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
[    0.001107] last_pfn = 0x71800 max_arch_pfn = 0x400000000
[    0.005394] esrt: Reserving ESRT space from 0x00000000656c4818 to 0x00000000656c48c8.
[    0.005399] e820: update [mem 0x656c4000-0x656c4fff] usable ==> reserved
[    0.005411] Using GB pages for direct mapping
[    0.005569] secureboot: Secure boot enabled
[    0.005569] RAMDISK: [mem 0x4fc22000-0x54e5bfff]
[    0.005578] ACPI: Early table checksum verification disabled
[    0.005580] ACPI: RSDP 0x000000007089D014 000024 (v02 LENOVO)
[    0.005583] ACPI: XSDT 0x000000007089C728 00010C (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005587] ACPI: FACP 0x000000007088F000 000114 (v06 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005590] ACPI: DSDT 0x00000000707F9000 095AD7 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005593] ACPI: FACS 0x00000000709F1000 000040
[    0.005594] ACPI: SSDT 0x0000000070890000 00B4DF (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005596] ACPI: FIDT 0x00000000707F8000 00009C (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005598] ACPI: SSDT 0x00000000707F7000 00038C (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005600] ACPI: SSDT 0x00000000707F1000 005D34 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005602] ACPI: MSDM 0x00000000707F0000 000055 (v03 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005603] ACPI: SSDT 0x00000000707ED000 002AA5 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005605] ACPI: SSDT 0x00000000707E9000 00334F (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005607] ACPI: HPET 0x00000000707E8000 000038 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005608] ACPI: APIC 0x00000000707E7000 0001DC (v05 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005610] ACPI: MCFG 0x00000000707E6000 00003C (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005612] ACPI: SSDT 0x00000000707E4000 001ECF (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005614] ACPI: UEFI 0x0000000070900000 000048 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005615] ACPI: NHLT 0x00000000707E3000 00002D (v00 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005617] ACPI: LPIT 0x00000000707E2000 0000CC (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005619] ACPI: SSDT 0x00000000707DE000 002A83 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005621] ACPI: SSDT 0x00000000707D4000 0092F4 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005623] ACPI: DBGP 0x00000000707D3000 000034 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005626] ACPI: DBG2 0x00000000707D2000 000054 (v00 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005629] ACPI: SSDT 0x00000000707D0000 00190A (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005631] ACPI: DMAR 0x00000000707CF000 000088 (v02 LENOVO TC-M4W   00001560      01000013)
[    0.005633] ACPI: FPDT 0x00000000707CE000 000044 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005635] ACPI: SSDT 0x00000000707CA000 0039DA (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005636] ACPI: SSDT 0x00000000707C6000 0039DA (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005638] ACPI: LUFT 0x0000000070791000 034CC2 (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005640] ACPI: TPM2 0x0000000070790000 00004C (v04 LENOVO TC-M4W   00001560 AMI  00000000)
[    0.005642] ACPI: PHAT 0x000000007078E000 000A63 (v01 LENOVO TC-M4W   00001560 MSFT 0100000D)
[    0.005643] ACPI: ASF! 0x000000007078F000 000074 (v32 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005645] ACPI: WSMT 0x00000000707E1000 000028 (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005647] ACPI: Reserving FACP table memory at [mem 0x7088f000-0x7088f113]
[    0.005648] ACPI: Reserving DSDT table memory at [mem 0x707f9000-0x7088ead6]
[    0.005648] ACPI: Reserving FACS table memory at [mem 0x709f1000-0x709f103f]
[    0.005648] ACPI: Reserving SSDT table memory at [mem 0x70890000-0x7089b4de]
[    0.005649] ACPI: Reserving FIDT table memory at [mem 0x707f8000-0x707f809b]
[    0.005649] ACPI: Reserving SSDT table memory at [mem 0x707f7000-0x707f738b]
[    0.005650] ACPI: Reserving SSDT table memory at [mem 0x707f1000-0x707f6d33]
[    0.005650] ACPI: Reserving MSDM table memory at [mem 0x707f0000-0x707f0054]
[    0.005651] ACPI: Reserving SSDT table memory at [mem 0x707ed000-0x707efaa4]
[    0.005651] ACPI: Reserving SSDT table memory at [mem 0x707e9000-0x707ec34e]
[    0.005652] ACPI: Reserving HPET table memory at [mem 0x707e8000-0x707e8037]
[    0.005652] ACPI: Reserving APIC table memory at [mem 0x707e7000-0x707e71db]
[    0.005653] ACPI: Reserving MCFG table memory at [mem 0x707e6000-0x707e603b]
[    0.005653] ACPI: Reserving SSDT table memory at [mem 0x707e4000-0x707e5ece]
[    0.005653] ACPI: Reserving UEFI table memory at [mem 0x70900000-0x70900047]
[    0.005654] ACPI: Reserving NHLT table memory at [mem 0x707e3000-0x707e302c]
[    0.005654] ACPI: Reserving LPIT table memory at [mem 0x707e2000-0x707e20cb]
[    0.005655] ACPI: Reserving SSDT table memory at [mem 0x707de000-0x707e0a82]
[    0.005655] ACPI: Reserving SSDT table memory at [mem 0x707d4000-0x707dd2f3]
[    0.005656] ACPI: Reserving DBGP table memory at [mem 0x707d3000-0x707d3033]
[    0.005656] ACPI: Reserving DBG2 table memory at [mem 0x707d2000-0x707d2053]
[    0.005656] ACPI: Reserving SSDT table memory at [mem 0x707d0000-0x707d1909]
[    0.005657] ACPI: Reserving DMAR table memory at [mem 0x707cf000-0x707cf087]
[    0.005657] ACPI: Reserving FPDT table memory at [mem 0x707ce000-0x707ce043]
[    0.005658] ACPI: Reserving SSDT table memory at [mem 0x707ca000-0x707cd9d9]
[    0.005658] ACPI: Reserving SSDT table memory at [mem 0x707c6000-0x707c99d9]
[    0.005659] ACPI: Reserving LUFT table memory at [mem 0x70791000-0x707c5cc1]
[    0.005659] ACPI: Reserving TPM2 table memory at [mem 0x70790000-0x7079004b]
[    0.005660] ACPI: Reserving PHAT table memory at [mem 0x7078e000-0x7078ea62]
[    0.005660] ACPI: Reserving ASF! table memory at [mem 0x7078f000-0x7078f073]
[    0.005660] ACPI: Reserving WSMT table memory at [mem 0x707e1000-0x707e1027]
[    0.005887] No NUMA configuration found
[    0.005887] Faking a node at [mem 0x0000000000000000-0x000000047fbfffff]
[    0.005891] NODE_DATA(0) allocated [mem 0x47fbd52c0-0x47fbfffff]
[    0.006017] Zone ranges:
[    0.006017]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006019]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006019]   Normal   [mem 0x0000000100000000-0x000000047fbfffff]
[    0.006020]   Device   empty
[    0.006021] Movable zone start for each node
[    0.006022] Early memory node ranges
[    0.006022]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.006023]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.006023]   node   0: [mem 0x0000000000100000-0x00000000696fdfff]
[    0.006024]   node   0: [mem 0x00000000717ff000-0x00000000717fffff]
[    0.006024]   node   0: [mem 0x0000000100000000-0x000000047fbfffff]
[    0.006025] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fbfffff]
[    0.006028] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006029] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006047] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.008218] On node 0, zone DMA32: 33025 pages in unavailable ranges
[    0.025728] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.025734] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.025833] Reserving Intel graphics memory at [mem 0x7c800000-0x803fffff]
[    0.026491] ACPI: PM-Timer IO Port: 0x1808
[    0.026498] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026499] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026499] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.026544] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.026546] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026547] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026550] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026551] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026553] TSC deadline timer available
[    0.026555] CPU topo: Max. logical packages:   1
[    0.026555] CPU topo: Max. logical dies:       1
[    0.026556] CPU topo: Max. dies per package:   1
[    0.026557] CPU topo: Max. threads per core:   2
[    0.026558] CPU topo: Num. cores per package:    14
[    0.026558] CPU topo: Num. threads per package:  20
[    0.026559] CPU topo: Allowing 20 present CPUs plus 0 hotplug CPUs
[    0.026570] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026571] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.026572] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026573] PM: hibernation: Registered nosave memory: [mem 0x656c4000-0x656c4fff]
[    0.026574] PM: hibernation: Registered nosave memory: [mem 0x696fe000-0x717fefff]
[    0.026575] PM: hibernation: Registered nosave memory: [mem 0x71800000-0xffffffff]
[    0.026576] [mem 0x80400000-0xfdffffff] available for PCI devices
[    0.026577] Booting paravirtualized kernel on bare hardware
[    0.026579] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.026584] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
[    0.027531] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[    0.027535] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[    0.027536] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[    0.027539] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[    0.027541] pcpu-alloc: [0] 16 17 18 19
[    0.027553] Kernel command line: BOOT_IMAGE=/vmlinuz-6.17.2-1-pve root=ZFS=/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet pcie_aspm=force i40e.disable_lps=1
[    0.027594] PCIe ASPM is forcibly enabled
[    0.027607] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.17.2-1-pve boot=zfs", will be passed to user space.
[    0.027617] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.028765] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.029397] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029545] software IO TLB: area num 32.
[    0.039729] Fallback order for Node 0: 0
[    0.039732] Built 1 zonelists, mobility grouping on.  Total pages: 4100765
[    0.039733] Policy zone: Normal
[    0.039737] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.063075] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.068716] ftrace: allocating 58381 entries in 230 pages
[    0.068717] ftrace: allocated 230 pages with 5 groups
[    0.069300] Dynamic Preempt: voluntary
[    0.069370] rcu: Preemptible hierarchical RCU implementation.
[    0.069370] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.069371]  Trampoline variant of Tasks RCU enabled.
[    0.069372]  Rude variant of Tasks RCU enabled.
[    0.069372]  Tracing variant of Tasks RCU enabled.
[    0.069372] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.069373] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.069383] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.069385] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.069386] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.072202] NR_IRQS: 524544, nr_irqs: 2216, preallocated irqs: 16
[    0.072508] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.072746] Console: colour dummy device 80x25
[    0.072748] printk: legacy console [tty0] enabled
[    0.072781] ACPI: Core revision 20250404
[    0.073076] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.073135] APIC: Switch to symmetric I/O mode setup
[    0.073136] DMAR: Host address width 39
[    0.073137] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.073143] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.073145] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.073148] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.073149] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[    0.073151] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.073152] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.073153] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.074720] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.074722] x2apic enabled
[    0.074772] APIC: Switched APIC routing to: cluster x2apic
[    0.079179] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x173f60982a0, max_idle_ns: 440795236440 ns
[    0.079186] Calibrating delay loop (skipped), value calculated using timer frequency.. 3225.60 BogoMIPS (lpj=1612800)
[    0.079234] CPU0: Thermal monitoring enabled (TM1)
[    0.079236] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.079343] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.079344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.079346] process: using mwait in idle threads
[    0.079348] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.079352] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.079353] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.079354] Register File Data Sampling: Mitigation: Clear Register File
[    0.079355] VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.079355] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.079356] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.079357] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.079367] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.079368] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.079369] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.079370] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.079370] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.079371] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.079372] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.079373] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.079374] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.079374] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.079375] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.080183] Freeing SMP alternatives memory: 52K
[    0.080183] pid_max: default: 32768 minimum: 301
[    0.080183] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    0.080183] Yama: becoming mindful.
[    0.080183] AppArmor: AppArmor initialized
[    0.080183] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080183] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080183] smpboot: CPU0: 13th Gen Intel(R) Core(TM) i5-13500T (family: 0x6, model: 0xbf, stepping: 0x2)
[    0.080183] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.080183] core: cpu_core PMU driver:
[    0.080183] ... version:                5
[    0.080183] ... bit width:              48
[    0.080183] ... generic registers:      8
[    0.080183] ... value mask:             0000ffffffffffff
[    0.080183] ... max period:             00007fffffffffff
[    0.080183] ... fixed-purpose events:   4
[    0.080183] ... event mask:             0001000f000000ff
[    0.080183] signal: max sigframe size: 3632
[    0.080183] Estimated ratio of average max frequency by base frequency (times 1024): 2752
[    0.080183] rcu: Hierarchical SRCU implementation.
[    0.080183] rcu:     Max phase no-delay instances is 400.
[    0.080183] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.080183] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080183] smp: Bringing up secondary CPUs ...
[    0.080189] smpboot: x86: Booting SMP configuration:
[    0.080189] .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #13 #14 #15 #16 #17 #18 #19
[    0.007495] core: cpu_atom PMU driver:
[    0.007495] ... version:                5
[    0.007495] ... bit width:              48
[    0.007495] ... generic registers:      6
[    0.007495] ... value mask:             0000ffffffffffff
[    0.007495] ... max period:             00007fffffffffff
[    0.007495] ... fixed-purpose events:   3
[    0.007495] ... event mask:             000000070000003f
[    0.085267]   #1  #3  #5  #7  #9 #11
[    0.089208] smp: Brought up 1 node, 20 CPUs
[    0.089211] smpboot: Total of 20 processors activated (64512.00 BogoMIPS)
[    0.090316] Memory: 15875192K/16403060K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 496660K reserved, 0K cma-reserved)
[    0.090653] devtmpfs: initialized
[    0.090653] x86/mm: Memory block size: 128MB
[    0.091803] ACPI: PM: Registering ACPI NVS region [mem 0x7089e000-0x709f3fff] (1400832 bytes)
[    0.091803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.091803] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.091803] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[    0.091803] pinctrl core: initialized pinctrl subsystem
[    0.092184] PM: RTC time: 16:45:20, date: 2025-11-22
[    0.092517] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.092734] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.092865] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.092985] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.092990] audit: initializing netlink subsys (disabled)
[    0.092993] audit: type=2000 audit(1763829920.013:1): state=initialized audit_enabled=0 res=1
[    0.092993] thermal_sys: Registered thermal governor 'fair_share'
[    0.092993] thermal_sys: Registered thermal governor 'bang_bang'
[    0.092993] thermal_sys: Registered thermal governor 'step_wise'
[    0.092993] thermal_sys: Registered thermal governor 'user_space'
[    0.092993] thermal_sys: Registered thermal governor 'power_allocator'
[    0.092993] cpuidle: using governor ladder
[    0.092993] cpuidle: using governor menu
[    0.093203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.093285] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.093294] PCI: Using configuration type 1 for base access
[    0.093362] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.093367] HugeTLB: allocation took 0ms with hugepage_allocation_threads=5
[    0.093367] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.093367] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.093367] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.093367] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.094298] ACPI: Added _OSI(Module Device)
[    0.094300] ACPI: Added _OSI(Processor Device)
[    0.094301] ACPI: Added _OSI(Processor Aggregator Device)
[    0.171089] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.182115] ACPI: Dynamic OEM Table Load:
[    0.182122] ACPI: SSDT 0xFFFF89A4C2206000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.183013] ACPI: Dynamic OEM Table Load:
[    0.183018] ACPI: SSDT 0xFFFF89A4C2207800 000371 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.184356] ACPI: Dynamic OEM Table Load:
[    0.184364] ACPI: SSDT 0xFFFF89A4C21BC400 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.185771] ACPI: Dynamic OEM Table Load:
[    0.185777] ACPI: SSDT 0xFFFF89A4C1A35000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.187670] ACPI: Dynamic OEM Table Load:
[    0.187682] ACPI: SSDT 0xFFFF89A4C2C84000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.189908] ACPI: Dynamic OEM Table Load:
[    0.189915] ACPI: SSDT 0xFFFF89A4C2C80000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.191889] ACPI: Dynamic OEM Table Load:
[    0.191896] ACPI: SSDT 0xFFFF89A4C2C86000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.193954] ACPI: Dynamic OEM Table Load:
[    0.193961] ACPI: SSDT 0xFFFF89A4C2C90000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.206408] ACPI: Interpreter enabled
[    0.206473] ACPI: PM: (supports S0 S3 S4 S5)
[    0.206474] ACPI: Using IOAPIC for interrupt routing
[    0.208208] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.208210] PCI: Ignoring E820 reservations for host bridge windows
[    0.210316] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.251617] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.267146] ACPI: \_TZ_.FN00: New power resource
[    0.267215] ACPI: \_TZ_.FN01: New power resource
[    0.267284] ACPI: \_TZ_.FN02: New power resource
[    0.267350] ACPI: \_TZ_.FN03: New power resource
[    0.267413] ACPI: \_TZ_.FN04: New power resource
[    0.268030] ACPI: \PIN_: New power resource
[    0.268525] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.268532] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.273343] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.275076] PCI host bridge to bus 0000:00
[    0.275079] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.275082] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.275083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.275085] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
[    0.275086] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[    0.275087] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.275089] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.275130] pci 0000:00:00.0: [8086:4640] type 00 class 0x060000 conventional PCI endpoint
[    0.275265] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400 PCIe Root Port
[    0.275279] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.275283] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.275289] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x60010fffff 64bit pref]
[    0.275335] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.275363] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.276087] pci 0000:00:02.0: [8086:4680] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.276105] pci 0000:00:02.0: BAR 0 [mem 0x6002000000-0x6002ffffff 64bit]
[    0.276107] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.276108] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    0.276119] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.276122] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.276152] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.276154] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.276156] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.276157] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.276334] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000 conventional PCI endpoint
[    0.276364] pci 0000:00:04.0: BAR 0 [mem 0x6003000000-0x600301ffff 64bit]
[    0.276698] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.276714] pci 0000:00:0a.0: BAR 0 [mem 0x6003030000-0x6003037fff 64bit]
[    0.276720] pci 0000:00:0a.0: enabling Extended Tags
[    0.276836] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
[    0.276877] pci 0000:00:14.0: BAR 0 [mem 0x6003020000-0x600302ffff 64bit]
[    0.276925] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.277757] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
[    0.277807] pci 0000:00:14.2: BAR 0 [mem 0x6003040000-0x6003043fff 64bit]
[    0.277811] pci 0000:00:14.2: BAR 2 [mem 0x6003046000-0x6003046fff 64bit]
[    0.277938] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
[    0.277989] pci 0000:00:16.0: BAR 0 [mem 0x6003045000-0x6003045fff 64bit]
[    0.278043] pci 0000:00:16.0: PME# supported from D3hot
[    0.278722] pci 0000:00:16.3: [8086:7aeb] type 00 class 0x070002 conventional PCI endpoint
[    0.278763] pci 0000:00:16.3: BAR 0 [io  0x3060-0x3067]
[    0.278765] pci 0000:00:16.3: BAR 1 [mem 0x80720000-0x80720fff]
[    0.278968] pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400 PCIe Root Port
[    0.279054] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.279061] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.279190] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.279244] pci 0000:00:1a.0: PTM enabled (root), 4ns granularity
[    0.280115] pci 0000:00:1b.0: [8086:7ac4] type 01 class 0x060400 PCIe Root Port
[    0.280200] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.280266] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.280419] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.280534] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.281346] pci 0000:00:1f.0: [8086:7a83] type 00 class 0x060100 conventional PCI endpoint
[    0.281757] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.281810] pci 0000:00:1f.4: BAR 0 [mem 0x6003044000-0x60030440ff 64bit]
[    0.281817] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.282121] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.282177] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.282276] pci 0000:00:1f.6: [8086:1a1c] type 00 class 0x020000 conventional PCI endpoint
[    0.282359] pci 0000:00:1f.6: BAR 0 [mem 0x80700000-0x8071ffff]
[    0.282438] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.282832] pci 0000:01:00.0: [8086:1572] type 00 class 0x020000 PCIe Endpoint
[    0.282864] pci 0000:01:00.0: BAR 0 [mem 0x6000800000-0x6000ffffff 64bit pref]
[    0.282868] pci 0000:01:00.0: BAR 3 [mem 0x6001008000-0x600100ffff 64bit pref]
[    0.282871] pci 0000:01:00.0: ROM [mem 0x80680000-0x806fffff pref]
[    0.282939] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.282976] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit pref]
[    0.282977] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x003fffff 64bit pref]: contains BAR 0 for 64 VFs
[    0.282981] pci 0000:01:00.0: VF BAR 3 [mem 0x00000000-0x00003fff 64bit pref]
[    0.282982] pci 0000:01:00.0: VF BAR 3 [mem 0x00000000-0x000fffff 64bit pref]: contains BAR 3 for 64 VFs
[    0.283311] pci 0000:01:00.1: [8086:1572] type 00 class 0x020000 PCIe Endpoint
[    0.283345] pci 0000:01:00.1: BAR 0 [mem 0x6000000000-0x60007fffff 64bit pref]
[    0.283349] pci 0000:01:00.1: BAR 3 [mem 0x6001000000-0x6001007fff 64bit pref]
[    0.283351] pci 0000:01:00.1: ROM [mem 0x80600000-0x8067ffff pref]
[    0.283417] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.283449] pci 0000:01:00.1: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit pref]
[    0.283451] pci 0000:01:00.1: VF BAR 0 [mem 0x00000000-0x003fffff 64bit pref]: contains BAR 0 for 64 VFs
[    0.283454] pci 0000:01:00.1: VF BAR 3 [mem 0x00000000-0x00003fff 64bit pref]
[    0.283455] pci 0000:01:00.1: VF BAR 3 [mem 0x00000000-0x000fffff 64bit pref]: contains BAR 3 for 64 VFs
[    0.283756] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.284105] pci 0000:02:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[    0.284154] pci 0000:02:00.0: BAR 0 [mem 0x80500000-0x80503fff 64bit]
[    0.284487] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.284834] pci 0000:03:00.0: [1c5c:1959] type 00 class 0x010802 PCIe Endpoint
[    0.284883] pci 0000:03:00.0: BAR 0 [mem 0x80400000-0x80403fff 64bit]
[    0.285212] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.287714] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.287838] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.287960] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.288082] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.288203] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.288325] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.288449] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.288570] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.776951] Low-power S0 idle used by default for system suspend
[    0.785213] iommu: Default domain type: Translated
[    0.785213] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.785334] SCSI subsystem initialized
[    0.786202] libata version 3.00 loaded.
[    0.786212] ACPI: bus type USB registered
[    0.786225] usbcore: registered new interface driver usbfs
[    0.786231] usbcore: registered new interface driver hub
[    0.786239] usbcore: registered new device driver usb
[    0.786257] pps_core: LinuxPPS API ver. 1 registered
[    0.786258] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.786262] PTP clock support registered
[    0.786278] EDAC MC: Ver: 3.0.0
[    0.786399] efivars: Registered efivars operations
[    0.787458] NetLabel: Initializing
[    0.787460] NetLabel:  domain hash size = 128
[    0.787461] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.787479] NetLabel:  unlabeled traffic allowed by default
[    0.787493] mctp: management component transport protocol core
[    0.787493] NET: Registered PF_MCTP protocol family
[    0.787493] PCI: Using ACPI for IRQ routing
[    0.809825] PCI: pci_cache_line_size set to 64 bytes
[    0.810390] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.810481] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.810483] e820: reserve RAM buffer [mem 0x656c4000-0x67ffffff]
[    0.810484] e820: reserve RAM buffer [mem 0x696fe000-0x6bffffff]
[    0.810485] e820: reserve RAM buffer [mem 0x71800000-0x73ffffff]
[    0.810485] e820: reserve RAM buffer [mem 0x47fc00000-0x47fffffff]
[    0.810520] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.810520] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.810520] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.810520] vgaarb: loaded
[    0.811184] Monitor-Mwait will be used to enter C-1 state
[    0.811187] Monitor-Mwait will be used to enter C-2 state
[    0.811187] Monitor-Mwait will be used to enter C-3 state
[    0.812184] clocksource: Switched to clocksource tsc-early
[    0.812195] VFS: Disk quotas dquot_6.6.0
[    0.812195] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.812851] AppArmor: AppArmor Filesystem Enabled
[    0.812883] pnp: PnP ACPI init
[    0.813462] system 00:00: [io  0x0b00-0x0b1f] has been reserved
[    0.813464] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.813466] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.813467] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.813468] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.813469] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    0.813471] system 00:00: [io  0x0a70-0x0a7f] has been reserved
[    0.813472] system 00:00: [io  0x0a80-0x0a8f] has been reserved
[    0.813473] system 00:00: [io  0x0a90-0x0a9f] has been reserved
[    0.813752] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.813754] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.813892] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.815773] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.815796] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.815798] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.815799] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.815800] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.815802] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.815803] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.815804] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.816728] system 00:04: [io  0x2000-0x20fe] has been reserved
[    0.817675] pnp: PnP ACPI: found 6 devices
[    0.823328] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.823383] NET: Registered PF_INET protocol family
[    0.823575] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.838392] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.838416] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.838469] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.838660] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.838745] TCP: Hash tables configured (established 131072 bind 65536)
[    0.838866] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.838931] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.839011] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.839083] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.839093] NET: Registered PF_XDP protocol family
[    0.839105] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    0.839115] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.839120] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[    0.839123] pci 0000:00:1f.5: BAR 0 [mem 0x80721000-0x80721fff]: assigned
[    0.839141] pci 0000:01:00.0: VF BAR 0 [mem size 0x00400000 64bit pref]: can't assign; no space
[    0.839143] pci 0000:01:00.0: VF BAR 0 [mem size 0x00400000 64bit pref]: failed to assign
[    0.839145] pci 0000:01:00.1: VF BAR 0 [mem size 0x00400000 64bit pref]: can't assign; no space
[    0.839146] pci 0000:01:00.1: VF BAR 0 [mem size 0x00400000 64bit pref]: failed to assign
[    0.839148] pci 0000:01:00.0: VF BAR 3 [mem size 0x00100000 64bit pref]: can't assign; no space
[    0.839149] pci 0000:01:00.0: VF BAR 3 [mem size 0x00100000 64bit pref]: failed to assign
[    0.839151] pci 0000:01:00.1: VF BAR 3 [mem size 0x00100000 64bit pref]: can't assign; no space
[    0.839152] pci 0000:01:00.1: VF BAR 3 [mem size 0x00100000 64bit pref]: failed to assign
[    0.839154] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839159] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.839161] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x60010fffff 64bit pref]
[    0.839165] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.839234] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.839241] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.839303] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.839310] PCI: No. 2 try to assign unassigned res
[    0.839312] release child resource [mem 0x6000000000-0x60007fffff 64bit pref]
[    0.839313] release child resource [mem 0x6000800000-0x6000ffffff 64bit pref]
[    0.839313] release child resource [mem 0x6001000000-0x6001007fff 64bit pref]
[    0.839314] release child resource [mem 0x6001008000-0x600100ffff 64bit pref]
[    0.839315] pci 0000:00:01.0: resource 15 [mem 0x6000000000-0x60010fffff 64bit pref] released
[    0.839317] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839323] pci 0000:00:01.0: bridge window [mem 0x00400000-0x017fffff 64bit pref] to [bus 01] add_size 800000 add_align 400000
[    0.839329] pci 0000:00:01.0: bridge window [mem 0x4017000000-0x4018bfffff 64bit pref]: assigned
[    0.839332] pci 0000:01:00.0: BAR 0 [mem 0x4017000000-0x40177fffff 64bit pref]: assigned
[    0.839390] pci 0000:01:00.1: BAR 0 [mem 0x4017800000-0x4017ffffff 64bit pref]: assigned
[    0.839396] pci 0000:01:00.0: VF BAR 0 [mem 0x4018000000-0x40183fffff 64bit pref]: assigned
[    0.839400] pci 0000:01:00.1: VF BAR 0 [mem 0x4018400000-0x40187fffff 64bit pref]: assigned
[    0.839403] pci 0000:01:00.0: BAR 3 [mem 0x4018800000-0x4018807fff 64bit pref]: assigned
[    0.839410] pci 0000:01:00.1: BAR 3 [mem 0x4018808000-0x401880ffff 64bit pref]: assigned
[    0.839417] pci 0000:01:00.0: VF BAR 3 [mem 0x4018810000-0x401890ffff 64bit pref]: assigned
[    0.839420] pci 0000:01:00.1: VF BAR 3 [mem 0x4018910000-0x4018a0ffff 64bit pref]: assigned
[    0.839423] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839426] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.839428] pci 0000:00:01.0:   bridge window [mem 0x4017000000-0x4018bfffff 64bit pref]
[    0.839431] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.839562] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.839570] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.839631] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.839639] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.839640] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.839642] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.839643] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
[    0.839644] pci_bus 0000:00: resource 8 [mem 0x80400000-0xbfffffff window]
[    0.839645] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.839647] pci_bus 0000:01: resource 1 [mem 0x80600000-0x806fffff]
[    0.839648] pci_bus 0000:01: resource 2 [mem 0x4017000000-0x4018bfffff 64bit pref]
[    0.839649] pci_bus 0000:02: resource 1 [mem 0x80500000-0x805fffff]
[    0.839650] pci_bus 0000:03: resource 1 [mem 0x80400000-0x804fffff]
[    0.840739] PCI: CLS 64 bytes, default 64
[    0.840777] DMAR: No ATSR found
[    0.840778] DMAR: No SATC found
[    0.840779] DMAR: dmar0: Using Queued invalidation
[    0.840782] DMAR: dmar1: Using Queued invalidation
[    0.840805] Trying to unpack rootfs image as initramfs...
[    0.841543] pci 0000:00:02.0: Adding to iommu group 0
[    0.841992] pci 0000:00:00.0: Adding to iommu group 1
[    0.842008] pci 0000:00:01.0: Adding to iommu group 2
[    0.842016] pci 0000:00:04.0: Adding to iommu group 3
[    0.842024] pci 0000:00:0a.0: Adding to iommu group 4
[    0.842038] pci 0000:00:14.0: Adding to iommu group 5
[    0.842045] pci 0000:00:14.2: Adding to iommu group 5
[    0.842059] pci 0000:00:16.0: Adding to iommu group 6
[    0.842066] pci 0000:00:16.3: Adding to iommu group 6
[    0.842084] pci 0000:00:1a.0: Adding to iommu group 7
[    0.842096] pci 0000:00:1b.0: Adding to iommu group 8
[    0.842115] pci 0000:00:1f.0: Adding to iommu group 9
[    0.842123] pci 0000:00:1f.4: Adding to iommu group 9
[    0.842131] pci 0000:00:1f.5: Adding to iommu group 9
[    0.842139] pci 0000:00:1f.6: Adding to iommu group 9
[    0.842207] pci 0000:01:00.0: Adding to iommu group 10
[    0.842276] pci 0000:01:00.1: Adding to iommu group 11
[    0.842295] pci 0000:02:00.0: Adding to iommu group 12
[    0.842306] pci 0000:03:00.0: Adding to iommu group 13
[    0.844177] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.844179] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.844180] software IO TLB: mapped [mem 0x0000000058696000-0x000000005c696000] (64MB)
[    0.845723] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x173f60982a0, max_idle_ns: 440795236440 ns
[    0.845851] clocksource: Switched to clocksource tsc
[    0.845884] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.866073] Initialise system trusted keyrings
[    0.866083] Key type blacklist registered
[    0.866330] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.866642] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.867004] fuse: init (API version 7.44)
[    0.868069] integrity: Platform Keyring initialized
[    0.868074] integrity: Machine keyring initialized
[    0.877617] Key type asymmetric registered
[    0.877623] Asymmetric key parser 'x509' registered
[    0.877651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.877872] io scheduler mq-deadline registered
[    0.879422] ledtrig-cpu: registered to indicate activity on CPUs
[    0.879744] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.879983] pcieport 0000:00:01.0: AER: enabled with IRQ 122
[    0.880544] pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
[    0.880927] pcieport 0000:00:1a.0: AER: enabled with IRQ 123
[    0.881733] pcieport 0000:00:1b.0: PME: Signaling with IRQ 124
[    0.881974] pcieport 0000:00:1b.0: AER: enabled with IRQ 124
[    0.882433] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.882458] ACPI: button: Sleep Button [SLPB]
[    0.882486] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.882505] ACPI: button: Power Button [PWRB]
[    0.882532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.882588] ACPI: button: Power Button [PWRF]
[    0.890417] thermal LNXTHERM:00: registered as thermal_zone0
[    0.890420] ACPI: thermal: Thermal Zone [TZ00] (41 C)
[    0.890672] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.892661] serial 0000:00:16.3: enabling device (0001 -> 0003)
[    0.914038] 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
[    0.914291] hpet_acpi_add: no address or irqs in _CRS
[    0.914325] Linux agpgart interface v0.103
[    0.916358] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1D, rev-id 54)
[    0.932279] loop: module loaded
[    0.932772] ACPI: bus type drm_connector registered
[    0.934766] tun: Universal TUN/TAP device driver, 1.6
[    0.934797] PPP generic driver version 2.4.2
[    0.934845] i8042: PNP: No PS/2 controller found.
[    0.934878] mousedev: PS/2 mouse device common for all mice
[    0.934969] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.935908] rtc_cmos rtc_cmos: registered as rtc0
[    0.936092] rtc_cmos rtc_cmos: setting system clock to 2025-11-22T16:45:21 UTC (1763829921)
[    0.936123] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.936129] i2c_dev: i2c /dev entries driver
[    0.937171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.937182] device-mapper: uevent: version 1.0.3
[    0.937222] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.937227] intel_pstate: Intel P-state driver initializing
[    0.939547] intel_pstate: HWP enabled
[    0.939610] drop_monitor: Initializing network drop monitor service
[    0.939699] NET: Registered PF_INET6 protocol family
[    0.940013] Segment Routing with IPv6
[    0.940021] In-situ OAM (IOAM) with IPv6
[    0.940037] NET: Registered PF_PACKET protocol family
[    0.940050] Bridge firewalling registered
[    0.940074] Key type dns_resolver registered
[    0.941618] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.941851] microcode: Current revision: 0x0000003a
[    0.942076] IPI shorthand broadcast: enabled
[    0.943307] sched_clock: Marking stable (936033129, 6495893)->(997457113, -54928091)
[    0.943459] registered taskstats version 1
[    0.947861] Loading compiled-in X.509 certificates
[    0.948194] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[    0.950395] Demotion targets for Node 0: null
[    0.950453] Key type .fscrypt registered
[    0.950454] Key type fscrypt-provisioning registered
[    0.950489] Key type big_key registered
[    0.950493] Key type trusted registered
[    1.141518] Freeing initrd memory: 84200K
[    1.155388] Key type encrypted registered
[    1.155394] AppArmor: AppArmor sha256 policy hashing enabled
[    1.155934] integrity: Loading X.509 certificate: UEFI:db
[    1.155955] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[    1.155956] integrity: Loading X.509 certificate: UEFI:db
[    1.156243] integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
[    1.156244] integrity: Loading X.509 certificate: UEFI:db
[    1.156255] integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
[    1.156255] integrity: Loading X.509 certificate: UEFI:db
[    1.156261] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    1.156262] integrity: Loading X.509 certificate: UEFI:db
[    1.156269] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    1.156269] integrity: Loading X.509 certificate: UEFI:db
[    1.156275] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.156276] integrity: Loading X.509 certificate: UEFI:db
[    1.156281] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.157003] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    1.157229] integrity: Loaded X.509 cert 'Proxmox Server Solutions GmbH: Secure Boot CA: b5f1b11e482db5869329cb975aa35205f872cd7a'
[    1.157233] Loading compiled-in module X.509 certificates
[    1.157461] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[    1.157462] ima: Allocated hash algorithm: sha256
[    1.189714] evm: Initialising EVM extended attributes:
[    1.189717] evm: security.selinux
[    1.189720] evm: security.SMACK64
[    1.189722] evm: security.SMACK64EXEC
[    1.189725] evm: security.SMACK64TRANSMUTE
[    1.189727] evm: security.SMACK64MMAP
[    1.189729] evm: security.apparmor
[    1.189731] evm: security.ima
[    1.189733] evm: security.capability
[    1.189735] evm: HMAC attrs: 0x1
[    1.189939] audit: type=1807 audit(1763829921.753:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    1.189952] audit: type=1807 audit(1763829921.753:3): action=measure func=MODULE_CHECK res=1
[    1.190010] PM:   Magic number: 1:618:793
[    1.190964] RAS: Correctable Errors collector initialized.
[    1.193809] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    1.193835] clk: Disabling unused clocks
[    1.193836] PM: genpd: Disabling unused power domains
[    1.199568] Freeing unused decrypted memory: 2028K
[    1.200239] Freeing unused kernel image (initmem) memory: 4948K
[    1.200252] Write protecting the kernel read-only data: 38912k
[    1.201049] Freeing unused kernel image (text/rodata gap) memory: 1140K
[    1.201417] Freeing unused kernel image (rodata/data gap) memory: 1444K
[    1.208597] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.208602] Run /init as init process
[    1.208603]   with arguments:
[    1.208604]     /init
[    1.208605]   with environment:
[    1.208605]     HOME=/
[    1.208606]     TERM=linux
[    1.208607]     BOOT_IMAGE=/vmlinuz-6.17.2-1-pve
[    1.208607]     boot=zfs
[    1.314197] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD5 data block query control method not found
[    1.314201] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD6 data block query control method not found
[    1.314202] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD7 data block query control method not found
[    1.350900] e1000e: Intel(R) PRO/1000 Network Driver
[    1.350903] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.351115] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.351997] Key type psk registered
[    1.355645] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.355650] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.356772] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.357042] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.357044] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.357046] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.357123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    1.357126] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.357127] usb usb1: Product: xHCI Host Controller
[    1.357128] usb usb1: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[    1.357129] usb usb1: SerialNumber: 0000:00:14.0
[    1.357263] hub 1-0:1.0: USB hub found
[    1.357289] hub 1-0:1.0: 16 ports detected
[    1.358881] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.358902] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.359803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    1.359804] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.359805] usb usb2: Product: xHCI Host Controller
[    1.359806] usb usb2: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[    1.359807] usb usb2: SerialNumber: 0000:00:14.0
[    1.359883] hub 2-0:1.0: USB hub found
[    1.359904] hub 2-0:1.0: 10 ports detected
[    1.362569] usb: port power management may be unreliable
[    1.367409] i40e: unknown parameter 'disable_lps' ignored
[    1.367444] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[    1.367445] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[    1.372427] nvme 0000:03:00.0: platform quirk: setting simple suspend
[    1.372427] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    1.372474] nvme nvme0: pci function 0000:03:00.0
[    1.372503] nvme nvme1: pci function 0000:02:00.0
[    1.382174] i40e 0000:01:00.0: fw 9.155.78849 api 1.15 nvm 9.55 0x8000fe1b 1.3862.0 [8086:1572] [8086:000e]
[    1.396441] nvme nvme0: 20/0/0 default/read/poll queues
[    1.400049]  nvme0n1: p1 p9
[    1.409936] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.413208] nvme nvme1: 20/0/0 default/read/poll queues
[    1.417504]  nvme1n1: p1 p2 p3
[    1.527835] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.590066] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) fc:5c:ee:68:18:d4
[    1.590068] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.590185] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    1.591663] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    1.599606] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.725548] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    1.725551] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.725551] usb 1-2: Product: USB Receiver
[    1.725552] usb 1-2: Manufacturer: Logitech
[    1.734733] hid: raw HID events driver (C) Jiri Kosina
[    1.743439] usbcore: registered new interface driver usbhid
[    1.743441] usbhid: USB HID core driver
[    1.747499] usbcore: registered new interface driver usbmouse
[    1.751115] usbcore: registered new interface driver usbkbd
[    1.756574] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input3
[    1.807937] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[    1.808045] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input4
[    1.808091] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input5
[    1.858772] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input6
[    1.859136] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[    1.859210] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    1.939768] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    2.557014] input: Logitech Wireless Device PID:4024 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input8
[    2.557199] input: Logitech Wireless Device PID:4024 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input9
[    2.557489] hid-generic 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4024] on usb-0000:00:14.0-2/input2:1
[    2.558351] i40e 0000:01:00.0: MAC address: 68:05:ca:8c:af:78
[    2.558746] i40e 0000:01:00.0: FW LLDP is enabled
[    2.565891] i40e 0000:01:00.0 eth0: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[    2.566431] i40e 0000:01:00.0: PCI-Express: Speed 8.0GT/s Width x8
[    2.567009] i40e 0000:01:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 20 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    2.582327] i40e 0000:01:00.1: fw 9.155.78849 api 1.15 nvm 9.55 0x8000fe1b 1.3862.0 [8086:1572] [8086:000e]
[    2.617502] input: Logitech K400 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input13
[    2.617658] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:14.0-2/input2:1
[    3.765402] i40e 0000:01:00.1: MAC address: 68:05:ca:8c:af:79
[    3.765791] i40e 0000:01:00.1: FW LLDP is enabled
[    3.771792] i40e 0000:01:00.1: PCI-Express: Speed 8.0GT/s Width x8
[    3.772353] i40e 0000:01:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 20 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    3.773388] i40e 0000:01:00.0 enp1s0f0np0: renamed from eth0
[    3.774387] i40e 0000:01:00.1 enp1s0f1np1: renamed from eth1
[    3.880498] raid6: avx2x4   gen() 40845 MB/s
[    3.897497] raid6: avx2x2   gen() 46171 MB/s
[    3.914498] raid6: avx2x1   gen() 45713 MB/s
[    3.914498] raid6: using algorithm avx2x2 gen() 46171 MB/s
[    3.931497] raid6: .... xor() 31902 MB/s, rmw enabled
[    3.931498] raid6: using avx2x2 recovery algorithm
[    3.936463] xor: automatically using best checksumming function   avx
[    3.993878] Btrfs loaded, zoned=yes, fsverity=yes
[    4.032267] spl: loading out-of-tree module taints kernel.
[    4.064397] zfs: module license 'CDDL' taints kernel.
[    4.064400] Disabling lock debugging due to kernel taint
[    4.064412] zfs: module license taints kernel.
[    4.476093] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5
[    4.761110] systemd[1]: Inserted module 'autofs4'
[    4.874664] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    4.874678] systemd[1]: Detected architecture x86-64.
[    4.876070] systemd[1]: Hostname set to <pve3>.
[    4.913056] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    4.998559] systemd[1]: Queued start job for default target graphical.target.
[    5.028171] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    5.028432] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    5.028730] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice.
[    5.028997] systemd[1]: Created slice system-zfs\x2dimport.slice - Slice /system/zfs-import.
[    5.029138] systemd[1]: Created slice user.slice - User and Session Slice.
[    5.029177] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    5.029194] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    5.029290] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    5.029298] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[    5.029304] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once.
[    5.029323] systemd[1]: Reached target paths.target - Path Units.
[    5.029340] systemd[1]: Reached target slices.target - Slice Units.
[    5.029352] systemd[1]: Reached target swap.target - Swaps.
[    5.029424] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    5.029466] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    5.032036] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    5.033055] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    5.033134] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    5.033215] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.033293] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    5.033356] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.033375] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.033448] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.033507] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.034722] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    5.035218] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    5.035249] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[    5.035693] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    5.036218] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    5.036741] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    5.037335] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[    5.037382] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    5.038212] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    5.039375] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.040007] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.040610] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    5.041221] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    5.041679] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    5.042109] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    5.042266] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    5.043264] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.043900] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.043910] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.044384] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    5.044416] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.044879] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    5.045324] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    5.046211] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    5.046254] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    5.046283] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    5.046313] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    5.046345] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    5.046373] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[    5.046549] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    5.046799] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.046898] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.046964] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    5.047072] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.047138] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    5.047230] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.047293] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    5.047927] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    5.048377] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    5.048981] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    5.050921] pstore: Using crash dump compression: deflate
[    5.051676] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    5.052292] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    5.052943] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    5.053580] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    5.053593] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.054127] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    5.054383] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    5.056272] systemd-journald[623]: Collecting audit messages is disabled.
[    5.060450] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    5.060599] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    5.061276] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.064845] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    5.068326] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    5.069098] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    5.083796] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.098601] pstore: Registered efi_pstore as persistent store backend
[    5.120400] systemd-journald[623]: Received client request to flush runtime journal.
[    5.181348] input: Intel HID events as /devices/platform/INTC1078:00/input/input14
[    5.184218] EDAC ie31200: No ECC support
[    5.184248] EDAC ie31200: No ECC support
[    5.244644] input: PC Speaker as /devices/platform/pcspkr/input/input15
[    5.257101] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    5.257103] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.257104] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.257105] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.266485] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.269345] spi-nor spi0.0: supply vcc not found, using dummy regulator
[    5.293767] Creating 1 MTD partitions on "0000:00:1f.5":
[    5.293770] 0x000000000000-0x000002000000 : "BIOS"
[    5.299888] intel_rapl_common: Found RAPL domain package
[    5.299890] intel_rapl_common: Found RAPL domain core
[    5.299891] intel_rapl_common: Found RAPL domain uncore
[    5.309645] intel_pmc_core INT33A1:00:  initialized
[    5.412182] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[    5.412911] intel_rapl_common: Found RAPL domain package
[    5.653061] i915 0000:00:02.0: [drm] Found alderlake_s (device ID 4680) integrated display version 12.00 stepping C0
[    5.654192] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    5.654197] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.654265] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    5.654989] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.657995] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    5.662319] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.49.4
[    5.662323] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    5.675518] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    5.675532] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
[    5.675537] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
[    5.676350] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    5.676452] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    5.676455] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    5.677133] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[    5.677134] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    5.678256] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.678720] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    5.681363] intel_tcc_cooling: TCC Offset locked
[    5.748505] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    5.783533] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    6.029149] fbcon: Taking over console
[    6.207865] audit: type=1400 audit(1763829926.771:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=1113 comm="apparmor_parser"
[    6.207873] audit: type=1400 audit(1763829926.771:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="evolution" pid=1126 comm="apparmor_parser"
[    6.207886] audit: type=1400 audit(1763829926.771:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=1107 comm="apparmor_parser"
[    6.207912] audit: type=1400 audit(1763829926.771:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=1121 comm="apparmor_parser"
[    6.207938] audit: type=1400 audit(1763829926.771:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=1110 comm="apparmor_parser"
[    6.207963] audit: type=1400 audit(1763829926.771:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=1112 comm="apparmor_parser"
[    6.207987] audit: type=1400 audit(1763829926.771:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chrome" pid=1119 comm="apparmor_parser"
[    6.208009] audit: type=1400 audit(1763829926.771:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=1109 comm="apparmor_parser"
[    6.208041] audit: type=1400 audit(1763829926.771:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=1116 comm="apparmor_parser"
[    6.208070] audit: type=1400 audit(1763829926.771:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=1108 comm="apparmor_parser"
[    6.659051] vmbr0: port 1(enp1s0f0np0) entered blocking state
[    6.659057] vmbr0: port 1(enp1s0f0np0) entered disabled state
[    6.659073] i40e 0000:01:00.0 enp1s0f0np0: entered allmulticast mode
[    6.659117] i40e 0000:01:00.0 enp1s0f0np0: entered promiscuous mode
[    6.660650] i40e 0000:01:00.0: entering allmulti mode.
[    7.098410] RPC: Registered named UNIX socket transport module.
[    7.098412] RPC: Registered udp transport module.
[    7.098413] RPC: Registered tcp transport module.
[    7.098413] RPC: Registered tcp-with-tls transport module.
[    7.098414] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.109013] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[    7.109019] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    7.119930] nvme nvme0: using unchecked data buffer
[    7.662763] vmbr0: port 1(enp1s0f0np0) entered blocking state
[    7.662782] vmbr0: port 1(enp1s0f0np0) entered forwarding state
[    8.223254] sctp: Hash tables configured (bind 256/256)
[   15.923035] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030
[   15.997004] Bluetooth: Core ver 2.22
[   15.997023] NET: Registered PF_BLUETOOTH protocol family
[   15.997024] Bluetooth: HCI device and connection manager initialized
[   15.997026] Bluetooth: HCI socket layer initialized
[   15.997027] Bluetooth: L2CAP socket layer initialized
[   15.997029] Bluetooth: SCO socket layer initialized
[139604.545105] usb 1-2: USB disconnect, device number 2
 

luckylinux

Well-Known Member
Mar 18, 2012
1,473
455
83
Yes, the electricity consumption was checked and there were no differences. I also have the same problem with another different machine that has unraid and it doesn't go above C2 either.

dmesg

Code:
[    0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) ()
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.17.2-1-pve root=ZFS=/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet pcie_aspm=force i40e.disable_lps=1
[    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] x86/tme: not enabled by BIOS
[    0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000696fdfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000696fe000-0x0000000070706fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000070707000-0x000000007089dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007089e000-0x00000000709f3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000709f4000-0x00000000717fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000717ff000-0x00000000717fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000071800000-0x0000000077ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078800000-0x00000000789fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000078e00000-0x00000000803fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047fbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.8 by American Megatrends
[    0.000000] efi: ACPI=0x7089d000 ACPI 2.0=0x7089d014 TPMFinalLog=0x7091e000 SMBIOS=0x7132f000 SMBIOS 3.0=0x7132e000 MEMATTR=0x6288f018 ESRT=0x656c4818 MOKvar=0x713ba000 INITRD=0x5f8efb98 RNG=0x7078d018 TPMEventLog=0x7077f018
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem90: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xc0000000-0xcfffffff] reserved
[    0.000000] efi: Not removing mem91: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem92: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem93: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem95: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem96: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.6.0 present.
[    0.000000] DMI: LENOVO 12EJ/3330, BIOS M4WKT56A 06/03/2025
[    0.000000] DMI: Memory slots populated: 1/2
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000000] tsc: Detected 1612.800 MHz TSC
[    0.000480] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000484] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000490] last_pfn = 0x47fc00 max_arch_pfn = 0x400000000
[    0.000494] total RAM covered: 30656M
[    0.000560] Found optimal setting for mtrr clean up
[    0.000560]  gran_size: 64K  chunk_size: 128M        num_reg: 5      lose cover RAM: 0G
[    0.000563] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[    0.000564] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001104] e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
[    0.001107] last_pfn = 0x71800 max_arch_pfn = 0x400000000
[    0.005394] esrt: Reserving ESRT space from 0x00000000656c4818 to 0x00000000656c48c8.
[    0.005399] e820: update [mem 0x656c4000-0x656c4fff] usable ==> reserved
[    0.005411] Using GB pages for direct mapping
[    0.005569] secureboot: Secure boot enabled
[    0.005569] RAMDISK: [mem 0x4fc22000-0x54e5bfff]
[    0.005578] ACPI: Early table checksum verification disabled
[    0.005580] ACPI: RSDP 0x000000007089D014 000024 (v02 LENOVO)
[    0.005583] ACPI: XSDT 0x000000007089C728 00010C (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005587] ACPI: FACP 0x000000007088F000 000114 (v06 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005590] ACPI: DSDT 0x00000000707F9000 095AD7 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005593] ACPI: FACS 0x00000000709F1000 000040
[    0.005594] ACPI: SSDT 0x0000000070890000 00B4DF (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005596] ACPI: FIDT 0x00000000707F8000 00009C (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005598] ACPI: SSDT 0x00000000707F7000 00038C (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005600] ACPI: SSDT 0x00000000707F1000 005D34 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005602] ACPI: MSDM 0x00000000707F0000 000055 (v03 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005603] ACPI: SSDT 0x00000000707ED000 002AA5 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005605] ACPI: SSDT 0x00000000707E9000 00334F (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005607] ACPI: HPET 0x00000000707E8000 000038 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005608] ACPI: APIC 0x00000000707E7000 0001DC (v05 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005610] ACPI: MCFG 0x00000000707E6000 00003C (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005612] ACPI: SSDT 0x00000000707E4000 001ECF (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005614] ACPI: UEFI 0x0000000070900000 000048 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005615] ACPI: NHLT 0x00000000707E3000 00002D (v00 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005617] ACPI: LPIT 0x00000000707E2000 0000CC (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005619] ACPI: SSDT 0x00000000707DE000 002A83 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005621] ACPI: SSDT 0x00000000707D4000 0092F4 (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005623] ACPI: DBGP 0x00000000707D3000 000034 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005626] ACPI: DBG2 0x00000000707D2000 000054 (v00 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005629] ACPI: SSDT 0x00000000707D0000 00190A (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005631] ACPI: DMAR 0x00000000707CF000 000088 (v02 LENOVO TC-M4W   00001560      01000013)
[    0.005633] ACPI: FPDT 0x00000000707CE000 000044 (v01 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005635] ACPI: SSDT 0x00000000707CA000 0039DA (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005636] ACPI: SSDT 0x00000000707C6000 0039DA (v02 LENOVO TC-M4W   00001560 INTL 20200717)
[    0.005638] ACPI: LUFT 0x0000000070791000 034CC2 (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005640] ACPI: TPM2 0x0000000070790000 00004C (v04 LENOVO TC-M4W   00001560 AMI  00000000)
[    0.005642] ACPI: PHAT 0x000000007078E000 000A63 (v01 LENOVO TC-M4W   00001560 MSFT 0100000D)
[    0.005643] ACPI: ASF! 0x000000007078F000 000074 (v32 LENOVO TC-M4W   00001560 AMI  01000013)
[    0.005645] ACPI: WSMT 0x00000000707E1000 000028 (v01 LENOVO TC-M4W   00001560 AMI  00010013)
[    0.005647] ACPI: Reserving FACP table memory at [mem 0x7088f000-0x7088f113]
[    0.005648] ACPI: Reserving DSDT table memory at [mem 0x707f9000-0x7088ead6]
[    0.005648] ACPI: Reserving FACS table memory at [mem 0x709f1000-0x709f103f]
[    0.005648] ACPI: Reserving SSDT table memory at [mem 0x70890000-0x7089b4de]
[    0.005649] ACPI: Reserving FIDT table memory at [mem 0x707f8000-0x707f809b]
[    0.005649] ACPI: Reserving SSDT table memory at [mem 0x707f7000-0x707f738b]
[    0.005650] ACPI: Reserving SSDT table memory at [mem 0x707f1000-0x707f6d33]
[    0.005650] ACPI: Reserving MSDM table memory at [mem 0x707f0000-0x707f0054]
[    0.005651] ACPI: Reserving SSDT table memory at [mem 0x707ed000-0x707efaa4]
[    0.005651] ACPI: Reserving SSDT table memory at [mem 0x707e9000-0x707ec34e]
[    0.005652] ACPI: Reserving HPET table memory at [mem 0x707e8000-0x707e8037]
[    0.005652] ACPI: Reserving APIC table memory at [mem 0x707e7000-0x707e71db]
[    0.005653] ACPI: Reserving MCFG table memory at [mem 0x707e6000-0x707e603b]
[    0.005653] ACPI: Reserving SSDT table memory at [mem 0x707e4000-0x707e5ece]
[    0.005653] ACPI: Reserving UEFI table memory at [mem 0x70900000-0x70900047]
[    0.005654] ACPI: Reserving NHLT table memory at [mem 0x707e3000-0x707e302c]
[    0.005654] ACPI: Reserving LPIT table memory at [mem 0x707e2000-0x707e20cb]
[    0.005655] ACPI: Reserving SSDT table memory at [mem 0x707de000-0x707e0a82]
[    0.005655] ACPI: Reserving SSDT table memory at [mem 0x707d4000-0x707dd2f3]
[    0.005656] ACPI: Reserving DBGP table memory at [mem 0x707d3000-0x707d3033]
[    0.005656] ACPI: Reserving DBG2 table memory at [mem 0x707d2000-0x707d2053]
[    0.005656] ACPI: Reserving SSDT table memory at [mem 0x707d0000-0x707d1909]
[    0.005657] ACPI: Reserving DMAR table memory at [mem 0x707cf000-0x707cf087]
[    0.005657] ACPI: Reserving FPDT table memory at [mem 0x707ce000-0x707ce043]
[    0.005658] ACPI: Reserving SSDT table memory at [mem 0x707ca000-0x707cd9d9]
[    0.005658] ACPI: Reserving SSDT table memory at [mem 0x707c6000-0x707c99d9]
[    0.005659] ACPI: Reserving LUFT table memory at [mem 0x70791000-0x707c5cc1]
[    0.005659] ACPI: Reserving TPM2 table memory at [mem 0x70790000-0x7079004b]
[    0.005660] ACPI: Reserving PHAT table memory at [mem 0x7078e000-0x7078ea62]
[    0.005660] ACPI: Reserving ASF! table memory at [mem 0x7078f000-0x7078f073]
[    0.005660] ACPI: Reserving WSMT table memory at [mem 0x707e1000-0x707e1027]
[    0.005887] No NUMA configuration found
[    0.005887] Faking a node at [mem 0x0000000000000000-0x000000047fbfffff]
[    0.005891] NODE_DATA(0) allocated [mem 0x47fbd52c0-0x47fbfffff]
[    0.006017] Zone ranges:
[    0.006017]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006019]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006019]   Normal   [mem 0x0000000100000000-0x000000047fbfffff]
[    0.006020]   Device   empty
[    0.006021] Movable zone start for each node
[    0.006022] Early memory node ranges
[    0.006022]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.006023]   node   0: [mem 0x000000000009f000-0x000000000009ffff]
[    0.006023]   node   0: [mem 0x0000000000100000-0x00000000696fdfff]
[    0.006024]   node   0: [mem 0x00000000717ff000-0x00000000717fffff]
[    0.006024]   node   0: [mem 0x0000000100000000-0x000000047fbfffff]
[    0.006025] Initmem setup node 0 [mem 0x0000000000001000-0x000000047fbfffff]
[    0.006028] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006029] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006047] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.008218] On node 0, zone DMA32: 33025 pages in unavailable ranges
[    0.025728] On node 0, zone Normal: 26624 pages in unavailable ranges
[    0.025734] On node 0, zone Normal: 1024 pages in unavailable ranges
[    0.025833] Reserving Intel graphics memory at [mem 0x7c800000-0x803fffff]
[    0.026491] ACPI: PM-Timer IO Port: 0x1808
[    0.026498] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026499] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026499] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.026500] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.026501] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.026502] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.026503] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.026504] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.026505] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.026506] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.026544] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.026546] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026547] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026550] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026551] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026553] TSC deadline timer available
[    0.026555] CPU topo: Max. logical packages:   1
[    0.026555] CPU topo: Max. logical dies:       1
[    0.026556] CPU topo: Max. dies per package:   1
[    0.026557] CPU topo: Max. threads per core:   2
[    0.026558] CPU topo: Num. cores per package:    14
[    0.026558] CPU topo: Num. threads per package:  20
[    0.026559] CPU topo: Allowing 20 present CPUs plus 0 hotplug CPUs
[    0.026570] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026571] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.026572] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026573] PM: hibernation: Registered nosave memory: [mem 0x656c4000-0x656c4fff]
[    0.026574] PM: hibernation: Registered nosave memory: [mem 0x696fe000-0x717fefff]
[    0.026575] PM: hibernation: Registered nosave memory: [mem 0x71800000-0xffffffff]
[    0.026576] [mem 0x80400000-0xfdffffff] available for PCI devices
[    0.026577] Booting paravirtualized kernel on bare hardware
[    0.026579] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.026584] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
[    0.027531] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[    0.027535] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[    0.027536] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[    0.027539] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[    0.027541] pcpu-alloc: [0] 16 17 18 19
[    0.027553] Kernel command line: BOOT_IMAGE=/vmlinuz-6.17.2-1-pve root=ZFS=/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet pcie_aspm=force i40e.disable_lps=1
[    0.027594] PCIe ASPM is forcibly enabled
[    0.027607] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.17.2-1-pve boot=zfs", will be passed to user space.
[    0.027617] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.028765] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.029397] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029545] software IO TLB: area num 32.
[    0.039729] Fallback order for Node 0: 0
[    0.039732] Built 1 zonelists, mobility grouping on.  Total pages: 4100765
[    0.039733] Policy zone: Normal
[    0.039737] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.063075] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.068716] ftrace: allocating 58381 entries in 230 pages
[    0.068717] ftrace: allocated 230 pages with 5 groups
[    0.069300] Dynamic Preempt: voluntary
[    0.069370] rcu: Preemptible hierarchical RCU implementation.
[    0.069370] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.069371]  Trampoline variant of Tasks RCU enabled.
[    0.069372]  Rude variant of Tasks RCU enabled.
[    0.069372]  Tracing variant of Tasks RCU enabled.
[    0.069372] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.069373] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.069383] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.069385] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.069386] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=20.
[    0.072202] NR_IRQS: 524544, nr_irqs: 2216, preallocated irqs: 16
[    0.072508] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.072746] Console: colour dummy device 80x25
[    0.072748] printk: legacy console [tty0] enabled
[    0.072781] ACPI: Core revision 20250404
[    0.073076] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.073135] APIC: Switch to symmetric I/O mode setup
[    0.073136] DMAR: Host address width 39
[    0.073137] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.073143] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.073145] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.073148] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.073149] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[    0.073151] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.073152] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.073153] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.074720] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.074722] x2apic enabled
[    0.074772] APIC: Switched APIC routing to: cluster x2apic
[    0.079179] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x173f60982a0, max_idle_ns: 440795236440 ns
[    0.079186] Calibrating delay loop (skipped), value calculated using timer frequency.. 3225.60 BogoMIPS (lpj=1612800)
[    0.079234] CPU0: Thermal monitoring enabled (TM1)
[    0.079236] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.079343] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.079344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.079346] process: using mwait in idle threads
[    0.079348] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.079352] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.079353] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.079354] Register File Data Sampling: Mitigation: Clear Register File
[    0.079355] VMSCAPE: Mitigation: IBPB before exit to userspace
[    0.079355] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.079356] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.079357] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.079367] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.079368] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.079369] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.079370] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.079370] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.079371] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.079372] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.079373] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.079374] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.079374] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.079375] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.080183] Freeing SMP alternatives memory: 52K
[    0.080183] pid_max: default: 32768 minimum: 301
[    0.080183] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[    0.080183] Yama: becoming mindful.
[    0.080183] AppArmor: AppArmor initialized
[    0.080183] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080183] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.080183] smpboot: CPU0: 13th Gen Intel(R) Core(TM) i5-13500T (family: 0x6, model: 0xbf, stepping: 0x2)
[    0.080183] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.080183] core: cpu_core PMU driver:
[    0.080183] ... version:                5
[    0.080183] ... bit width:              48
[    0.080183] ... generic registers:      8
[    0.080183] ... value mask:             0000ffffffffffff
[    0.080183] ... max period:             00007fffffffffff
[    0.080183] ... fixed-purpose events:   4
[    0.080183] ... event mask:             0001000f000000ff
[    0.080183] signal: max sigframe size: 3632
[    0.080183] Estimated ratio of average max frequency by base frequency (times 1024): 2752
[    0.080183] rcu: Hierarchical SRCU implementation.
[    0.080183] rcu:     Max phase no-delay instances is 400.
[    0.080183] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.080183] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.080183] smp: Bringing up secondary CPUs ...
[    0.080189] smpboot: x86: Booting SMP configuration:
[    0.080189] .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #13 #14 #15 #16 #17 #18 #19
[    0.007495] core: cpu_atom PMU driver:
[    0.007495] ... version:                5
[    0.007495] ... bit width:              48
[    0.007495] ... generic registers:      6
[    0.007495] ... value mask:             0000ffffffffffff
[    0.007495] ... max period:             00007fffffffffff
[    0.007495] ... fixed-purpose events:   3
[    0.007495] ... event mask:             000000070000003f
[    0.085267]   #1  #3  #5  #7  #9 #11
[    0.089208] smp: Brought up 1 node, 20 CPUs
[    0.089211] smpboot: Total of 20 processors activated (64512.00 BogoMIPS)
[    0.090316] Memory: 15875192K/16403060K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 496660K reserved, 0K cma-reserved)
[    0.090653] devtmpfs: initialized
[    0.090653] x86/mm: Memory block size: 128MB
[    0.091803] ACPI: PM: Registering ACPI NVS region [mem 0x7089e000-0x709f3fff] (1400832 bytes)
[    0.091803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.091803] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.091803] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[    0.091803] pinctrl core: initialized pinctrl subsystem
[    0.092184] PM: RTC time: 16:45:20, date: 2025-11-22
[    0.092517] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.092734] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.092865] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.092985] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.092990] audit: initializing netlink subsys (disabled)
[    0.092993] audit: type=2000 audit(1763829920.013:1): state=initialized audit_enabled=0 res=1
[    0.092993] thermal_sys: Registered thermal governor 'fair_share'
[    0.092993] thermal_sys: Registered thermal governor 'bang_bang'
[    0.092993] thermal_sys: Registered thermal governor 'step_wise'
[    0.092993] thermal_sys: Registered thermal governor 'user_space'
[    0.092993] thermal_sys: Registered thermal governor 'power_allocator'
[    0.092993] cpuidle: using governor ladder
[    0.092993] cpuidle: using governor menu
[    0.093203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.093285] PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
[    0.093294] PCI: Using configuration type 1 for base access
[    0.093362] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.093367] HugeTLB: allocation took 0ms with hugepage_allocation_threads=5
[    0.093367] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.093367] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.093367] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.093367] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.094298] ACPI: Added _OSI(Module Device)
[    0.094300] ACPI: Added _OSI(Processor Device)
[    0.094301] ACPI: Added _OSI(Processor Aggregator Device)
[    0.171089] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.182115] ACPI: Dynamic OEM Table Load:
[    0.182122] ACPI: SSDT 0xFFFF89A4C2206000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.183013] ACPI: Dynamic OEM Table Load:
[    0.183018] ACPI: SSDT 0xFFFF89A4C2207800 000371 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.184356] ACPI: Dynamic OEM Table Load:
[    0.184364] ACPI: SSDT 0xFFFF89A4C21BC400 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.185771] ACPI: Dynamic OEM Table Load:
[    0.185777] ACPI: SSDT 0xFFFF89A4C1A35000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.187670] ACPI: Dynamic OEM Table Load:
[    0.187682] ACPI: SSDT 0xFFFF89A4C2C84000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.189908] ACPI: Dynamic OEM Table Load:
[    0.189915] ACPI: SSDT 0xFFFF89A4C2C80000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.191889] ACPI: Dynamic OEM Table Load:
[    0.191896] ACPI: SSDT 0xFFFF89A4C2C86000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.193954] ACPI: Dynamic OEM Table Load:
[    0.193961] ACPI: SSDT 0xFFFF89A4C2C90000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.206408] ACPI: Interpreter enabled
[    0.206473] ACPI: PM: (supports S0 S3 S4 S5)
[    0.206474] ACPI: Using IOAPIC for interrupt routing
[    0.208208] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.208210] PCI: Ignoring E820 reservations for host bridge windows
[    0.210316] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.251617] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    0.267146] ACPI: \_TZ_.FN00: New power resource
[    0.267215] ACPI: \_TZ_.FN01: New power resource
[    0.267284] ACPI: \_TZ_.FN02: New power resource
[    0.267350] ACPI: \_TZ_.FN03: New power resource
[    0.267413] ACPI: \_TZ_.FN04: New power resource
[    0.268030] ACPI: \PIN_: New power resource
[    0.268525] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.268532] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.273343] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.275076] PCI host bridge to bus 0000:00
[    0.275079] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.275082] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.275083] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.275085] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
[    0.275086] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[    0.275087] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.275089] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.275130] pci 0000:00:00.0: [8086:4640] type 00 class 0x060000 conventional PCI endpoint
[    0.275265] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400 PCIe Root Port
[    0.275279] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.275283] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.275289] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x60010fffff 64bit pref]
[    0.275335] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.275363] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.276087] pci 0000:00:02.0: [8086:4680] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.276105] pci 0000:00:02.0: BAR 0 [mem 0x6002000000-0x6002ffffff 64bit]
[    0.276107] pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.276108] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    0.276119] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.276122] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.276152] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
[    0.276154] pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
[    0.276156] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
[    0.276157] pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
[    0.276334] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000 conventional PCI endpoint
[    0.276364] pci 0000:00:04.0: BAR 0 [mem 0x6003000000-0x600301ffff 64bit]
[    0.276698] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
[    0.276714] pci 0000:00:0a.0: BAR 0 [mem 0x6003030000-0x6003037fff 64bit]
[    0.276720] pci 0000:00:0a.0: enabling Extended Tags
[    0.276836] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
[    0.276877] pci 0000:00:14.0: BAR 0 [mem 0x6003020000-0x600302ffff 64bit]
[    0.276925] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.277757] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
[    0.277807] pci 0000:00:14.2: BAR 0 [mem 0x6003040000-0x6003043fff 64bit]
[    0.277811] pci 0000:00:14.2: BAR 2 [mem 0x6003046000-0x6003046fff 64bit]
[    0.277938] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
[    0.277989] pci 0000:00:16.0: BAR 0 [mem 0x6003045000-0x6003045fff 64bit]
[    0.278043] pci 0000:00:16.0: PME# supported from D3hot
[    0.278722] pci 0000:00:16.3: [8086:7aeb] type 00 class 0x070002 conventional PCI endpoint
[    0.278763] pci 0000:00:16.3: BAR 0 [io  0x3060-0x3067]
[    0.278765] pci 0000:00:16.3: BAR 1 [mem 0x80720000-0x80720fff]
[    0.278968] pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400 PCIe Root Port
[    0.279054] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.279061] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.279190] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.279244] pci 0000:00:1a.0: PTM enabled (root), 4ns granularity
[    0.280115] pci 0000:00:1b.0: [8086:7ac4] type 01 class 0x060400 PCIe Root Port
[    0.280200] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.280266] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.280419] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.280534] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.281346] pci 0000:00:1f.0: [8086:7a83] type 00 class 0x060100 conventional PCI endpoint
[    0.281757] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
[    0.281810] pci 0000:00:1f.4: BAR 0 [mem 0x6003044000-0x60030440ff 64bit]
[    0.281817] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.282121] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
[    0.282177] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.282276] pci 0000:00:1f.6: [8086:1a1c] type 00 class 0x020000 conventional PCI endpoint
[    0.282359] pci 0000:00:1f.6: BAR 0 [mem 0x80700000-0x8071ffff]
[    0.282438] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.282832] pci 0000:01:00.0: [8086:1572] type 00 class 0x020000 PCIe Endpoint
[    0.282864] pci 0000:01:00.0: BAR 0 [mem 0x6000800000-0x6000ffffff 64bit pref]
[    0.282868] pci 0000:01:00.0: BAR 3 [mem 0x6001008000-0x600100ffff 64bit pref]
[    0.282871] pci 0000:01:00.0: ROM [mem 0x80680000-0x806fffff pref]
[    0.282939] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.282976] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit pref]
[    0.282977] pci 0000:01:00.0: VF BAR 0 [mem 0x00000000-0x003fffff 64bit pref]: contains BAR 0 for 64 VFs
[    0.282981] pci 0000:01:00.0: VF BAR 3 [mem 0x00000000-0x00003fff 64bit pref]
[    0.282982] pci 0000:01:00.0: VF BAR 3 [mem 0x00000000-0x000fffff 64bit pref]: contains BAR 3 for 64 VFs
[    0.283311] pci 0000:01:00.1: [8086:1572] type 00 class 0x020000 PCIe Endpoint
[    0.283345] pci 0000:01:00.1: BAR 0 [mem 0x6000000000-0x60007fffff 64bit pref]
[    0.283349] pci 0000:01:00.1: BAR 3 [mem 0x6001000000-0x6001007fff 64bit pref]
[    0.283351] pci 0000:01:00.1: ROM [mem 0x80600000-0x8067ffff pref]
[    0.283417] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.283449] pci 0000:01:00.1: VF BAR 0 [mem 0x00000000-0x0000ffff 64bit pref]
[    0.283451] pci 0000:01:00.1: VF BAR 0 [mem 0x00000000-0x003fffff 64bit pref]: contains BAR 0 for 64 VFs
[    0.283454] pci 0000:01:00.1: VF BAR 3 [mem 0x00000000-0x00003fff 64bit pref]
[    0.283455] pci 0000:01:00.1: VF BAR 3 [mem 0x00000000-0x000fffff 64bit pref]: contains BAR 3 for 64 VFs
[    0.283756] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.284105] pci 0000:02:00.0: [15b7:5017] type 00 class 0x010802 PCIe Endpoint
[    0.284154] pci 0000:02:00.0: BAR 0 [mem 0x80500000-0x80503fff 64bit]
[    0.284487] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.284834] pci 0000:03:00.0: [1c5c:1959] type 00 class 0x010802 PCIe Endpoint
[    0.284883] pci 0000:03:00.0: BAR 0 [mem 0x80400000-0x80403fff 64bit]
[    0.285212] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.287714] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.287838] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.287960] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.288082] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.288203] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.288325] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.288449] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.288570] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.776951] Low-power S0 idle used by default for system suspend
[    0.785213] iommu: Default domain type: Translated
[    0.785213] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.785334] SCSI subsystem initialized
[    0.786202] libata version 3.00 loaded.
[    0.786212] ACPI: bus type USB registered
[    0.786225] usbcore: registered new interface driver usbfs
[    0.786231] usbcore: registered new interface driver hub
[    0.786239] usbcore: registered new device driver usb
[    0.786257] pps_core: LinuxPPS API ver. 1 registered
[    0.786258] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.786262] PTP clock support registered
[    0.786278] EDAC MC: Ver: 3.0.0
[    0.786399] efivars: Registered efivars operations
[    0.787458] NetLabel: Initializing
[    0.787460] NetLabel:  domain hash size = 128
[    0.787461] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.787479] NetLabel:  unlabeled traffic allowed by default
[    0.787493] mctp: management component transport protocol core
[    0.787493] NET: Registered PF_MCTP protocol family
[    0.787493] PCI: Using ACPI for IRQ routing
[    0.809825] PCI: pci_cache_line_size set to 64 bytes
[    0.810390] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
[    0.810481] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.810483] e820: reserve RAM buffer [mem 0x656c4000-0x67ffffff]
[    0.810484] e820: reserve RAM buffer [mem 0x696fe000-0x6bffffff]
[    0.810485] e820: reserve RAM buffer [mem 0x71800000-0x73ffffff]
[    0.810485] e820: reserve RAM buffer [mem 0x47fc00000-0x47fffffff]
[    0.810520] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.810520] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.810520] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.810520] vgaarb: loaded
[    0.811184] Monitor-Mwait will be used to enter C-1 state
[    0.811187] Monitor-Mwait will be used to enter C-2 state
[    0.811187] Monitor-Mwait will be used to enter C-3 state
[    0.812184] clocksource: Switched to clocksource tsc-early
[    0.812195] VFS: Disk quotas dquot_6.6.0
[    0.812195] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.812851] AppArmor: AppArmor Filesystem Enabled
[    0.812883] pnp: PnP ACPI init
[    0.813462] system 00:00: [io  0x0b00-0x0b1f] has been reserved
[    0.813464] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.813466] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.813467] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.813468] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.813469] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    0.813471] system 00:00: [io  0x0a70-0x0a7f] has been reserved
[    0.813472] system 00:00: [io  0x0a80-0x0a8f] has been reserved
[    0.813473] system 00:00: [io  0x0a90-0x0a9f] has been reserved
[    0.813752] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.813754] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.813892] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.815773] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.815796] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.815798] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.815799] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.815800] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.815802] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.815803] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.815804] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.816728] system 00:04: [io  0x2000-0x20fe] has been reserved
[    0.817675] pnp: PnP ACPI: found 6 devices
[    0.823328] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.823383] NET: Registered PF_INET protocol family
[    0.823575] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.838392] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.838416] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.838469] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.838660] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.838745] TCP: Hash tables configured (established 131072 bind 65536)
[    0.838866] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.838931] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.839011] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.839083] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.839093] NET: Registered PF_XDP protocol family
[    0.839105] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    0.839115] pci 0000:00:02.0: VF BAR 2 [mem 0x4020000000-0x40ffffffff 64bit pref]: assigned
[    0.839120] pci 0000:00:02.0: VF BAR 0 [mem 0x4010000000-0x4016ffffff 64bit]: assigned
[    0.839123] pci 0000:00:1f.5: BAR 0 [mem 0x80721000-0x80721fff]: assigned
[    0.839141] pci 0000:01:00.0: VF BAR 0 [mem size 0x00400000 64bit pref]: can't assign; no space
[    0.839143] pci 0000:01:00.0: VF BAR 0 [mem size 0x00400000 64bit pref]: failed to assign
[    0.839145] pci 0000:01:00.1: VF BAR 0 [mem size 0x00400000 64bit pref]: can't assign; no space
[    0.839146] pci 0000:01:00.1: VF BAR 0 [mem size 0x00400000 64bit pref]: failed to assign
[    0.839148] pci 0000:01:00.0: VF BAR 3 [mem size 0x00100000 64bit pref]: can't assign; no space
[    0.839149] pci 0000:01:00.0: VF BAR 3 [mem size 0x00100000 64bit pref]: failed to assign
[    0.839151] pci 0000:01:00.1: VF BAR 3 [mem size 0x00100000 64bit pref]: can't assign; no space
[    0.839152] pci 0000:01:00.1: VF BAR 3 [mem size 0x00100000 64bit pref]: failed to assign
[    0.839154] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839159] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.839161] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x60010fffff 64bit pref]
[    0.839165] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.839234] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.839241] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.839303] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.839310] PCI: No. 2 try to assign unassigned res
[    0.839312] release child resource [mem 0x6000000000-0x60007fffff 64bit pref]
[    0.839313] release child resource [mem 0x6000800000-0x6000ffffff 64bit pref]
[    0.839313] release child resource [mem 0x6001000000-0x6001007fff 64bit pref]
[    0.839314] release child resource [mem 0x6001008000-0x600100ffff 64bit pref]
[    0.839315] pci 0000:00:01.0: resource 15 [mem 0x6000000000-0x60010fffff 64bit pref] released
[    0.839317] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839323] pci 0000:00:01.0: bridge window [mem 0x00400000-0x017fffff 64bit pref] to [bus 01] add_size 800000 add_align 400000
[    0.839329] pci 0000:00:01.0: bridge window [mem 0x4017000000-0x4018bfffff 64bit pref]: assigned
[    0.839332] pci 0000:01:00.0: BAR 0 [mem 0x4017000000-0x40177fffff 64bit pref]: assigned
[    0.839390] pci 0000:01:00.1: BAR 0 [mem 0x4017800000-0x4017ffffff 64bit pref]: assigned
[    0.839396] pci 0000:01:00.0: VF BAR 0 [mem 0x4018000000-0x40183fffff 64bit pref]: assigned
[    0.839400] pci 0000:01:00.1: VF BAR 0 [mem 0x4018400000-0x40187fffff 64bit pref]: assigned
[    0.839403] pci 0000:01:00.0: BAR 3 [mem 0x4018800000-0x4018807fff 64bit pref]: assigned
[    0.839410] pci 0000:01:00.1: BAR 3 [mem 0x4018808000-0x401880ffff 64bit pref]: assigned
[    0.839417] pci 0000:01:00.0: VF BAR 3 [mem 0x4018810000-0x401890ffff 64bit pref]: assigned
[    0.839420] pci 0000:01:00.1: VF BAR 3 [mem 0x4018910000-0x4018a0ffff 64bit pref]: assigned
[    0.839423] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.839426] pci 0000:00:01.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.839428] pci 0000:00:01.0:   bridge window [mem 0x4017000000-0x4018bfffff 64bit pref]
[    0.839431] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.839562] pci 0000:00:1a.0:   bridge window [mem 0x80500000-0x805fffff]
[    0.839570] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    0.839631] pci 0000:00:1b.0:   bridge window [mem 0x80400000-0x804fffff]
[    0.839639] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.839640] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.839642] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.839643] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
[    0.839644] pci_bus 0000:00: resource 8 [mem 0x80400000-0xbfffffff window]
[    0.839645] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.839647] pci_bus 0000:01: resource 1 [mem 0x80600000-0x806fffff]
[    0.839648] pci_bus 0000:01: resource 2 [mem 0x4017000000-0x4018bfffff 64bit pref]
[    0.839649] pci_bus 0000:02: resource 1 [mem 0x80500000-0x805fffff]
[    0.839650] pci_bus 0000:03: resource 1 [mem 0x80400000-0x804fffff]
[    0.840739] PCI: CLS 64 bytes, default 64
[    0.840777] DMAR: No ATSR found
[    0.840778] DMAR: No SATC found
[    0.840779] DMAR: dmar0: Using Queued invalidation
[    0.840782] DMAR: dmar1: Using Queued invalidation
[    0.840805] Trying to unpack rootfs image as initramfs...
[    0.841543] pci 0000:00:02.0: Adding to iommu group 0
[    0.841992] pci 0000:00:00.0: Adding to iommu group 1
[    0.842008] pci 0000:00:01.0: Adding to iommu group 2
[    0.842016] pci 0000:00:04.0: Adding to iommu group 3
[    0.842024] pci 0000:00:0a.0: Adding to iommu group 4
[    0.842038] pci 0000:00:14.0: Adding to iommu group 5
[    0.842045] pci 0000:00:14.2: Adding to iommu group 5
[    0.842059] pci 0000:00:16.0: Adding to iommu group 6
[    0.842066] pci 0000:00:16.3: Adding to iommu group 6
[    0.842084] pci 0000:00:1a.0: Adding to iommu group 7
[    0.842096] pci 0000:00:1b.0: Adding to iommu group 8
[    0.842115] pci 0000:00:1f.0: Adding to iommu group 9
[    0.842123] pci 0000:00:1f.4: Adding to iommu group 9
[    0.842131] pci 0000:00:1f.5: Adding to iommu group 9
[    0.842139] pci 0000:00:1f.6: Adding to iommu group 9
[    0.842207] pci 0000:01:00.0: Adding to iommu group 10
[    0.842276] pci 0000:01:00.1: Adding to iommu group 11
[    0.842295] pci 0000:02:00.0: Adding to iommu group 12
[    0.842306] pci 0000:03:00.0: Adding to iommu group 13
[    0.844177] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.844179] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.844180] software IO TLB: mapped [mem 0x0000000058696000-0x000000005c696000] (64MB)
[    0.845723] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x173f60982a0, max_idle_ns: 440795236440 ns
[    0.845851] clocksource: Switched to clocksource tsc
[    0.845884] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.866073] Initialise system trusted keyrings
[    0.866083] Key type blacklist registered
[    0.866330] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.866642] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.867004] fuse: init (API version 7.44)
[    0.868069] integrity: Platform Keyring initialized
[    0.868074] integrity: Machine keyring initialized
[    0.877617] Key type asymmetric registered
[    0.877623] Asymmetric key parser 'x509' registered
[    0.877651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.877872] io scheduler mq-deadline registered
[    0.879422] ledtrig-cpu: registered to indicate activity on CPUs
[    0.879744] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    0.879983] pcieport 0000:00:01.0: AER: enabled with IRQ 122
[    0.880544] pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
[    0.880927] pcieport 0000:00:1a.0: AER: enabled with IRQ 123
[    0.881733] pcieport 0000:00:1b.0: PME: Signaling with IRQ 124
[    0.881974] pcieport 0000:00:1b.0: AER: enabled with IRQ 124
[    0.882433] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.882458] ACPI: button: Sleep Button [SLPB]
[    0.882486] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.882505] ACPI: button: Power Button [PWRB]
[    0.882532] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.882588] ACPI: button: Power Button [PWRF]
[    0.890417] thermal LNXTHERM:00: registered as thermal_zone0
[    0.890420] ACPI: thermal: Thermal Zone [TZ00] (41 C)
[    0.890672] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.892661] serial 0000:00:16.3: enabling device (0001 -> 0003)
[    0.914038] 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
[    0.914291] hpet_acpi_add: no address or irqs in _CRS
[    0.914325] Linux agpgart interface v0.103
[    0.916358] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1D, rev-id 54)
[    0.932279] loop: module loaded
[    0.932772] ACPI: bus type drm_connector registered
[    0.934766] tun: Universal TUN/TAP device driver, 1.6
[    0.934797] PPP generic driver version 2.4.2
[    0.934845] i8042: PNP: No PS/2 controller found.
[    0.934878] mousedev: PS/2 mouse device common for all mice
[    0.934969] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.935908] rtc_cmos rtc_cmos: registered as rtc0
[    0.936092] rtc_cmos rtc_cmos: setting system clock to 2025-11-22T16:45:21 UTC (1763829921)
[    0.936123] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.936129] i2c_dev: i2c /dev entries driver
[    0.937171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.937182] device-mapper: uevent: version 1.0.3
[    0.937222] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    0.937227] intel_pstate: Intel P-state driver initializing
[    0.939547] intel_pstate: HWP enabled
[    0.939610] drop_monitor: Initializing network drop monitor service
[    0.939699] NET: Registered PF_INET6 protocol family
[    0.940013] Segment Routing with IPv6
[    0.940021] In-situ OAM (IOAM) with IPv6
[    0.940037] NET: Registered PF_PACKET protocol family
[    0.940050] Bridge firewalling registered
[    0.940074] Key type dns_resolver registered
[    0.941618] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.941851] microcode: Current revision: 0x0000003a
[    0.942076] IPI shorthand broadcast: enabled
[    0.943307] sched_clock: Marking stable (936033129, 6495893)->(997457113, -54928091)
[    0.943459] registered taskstats version 1
[    0.947861] Loading compiled-in X.509 certificates
[    0.948194] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[    0.950395] Demotion targets for Node 0: null
[    0.950453] Key type .fscrypt registered
[    0.950454] Key type fscrypt-provisioning registered
[    0.950489] Key type big_key registered
[    0.950493] Key type trusted registered
[    1.141518] Freeing initrd memory: 84200K
[    1.155388] Key type encrypted registered
[    1.155394] AppArmor: AppArmor sha256 policy hashing enabled
[    1.155934] integrity: Loading X.509 certificate: UEFI:db
[    1.155955] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[    1.155956] integrity: Loading X.509 certificate: UEFI:db
[    1.156243] integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
[    1.156244] integrity: Loading X.509 certificate: UEFI:db
[    1.156255] integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
[    1.156255] integrity: Loading X.509 certificate: UEFI:db
[    1.156261] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    1.156262] integrity: Loading X.509 certificate: UEFI:db
[    1.156269] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    1.156269] integrity: Loading X.509 certificate: UEFI:db
[    1.156275] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.156276] integrity: Loading X.509 certificate: UEFI:db
[    1.156281] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.157003] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    1.157229] integrity: Loaded X.509 cert 'Proxmox Server Solutions GmbH: Secure Boot CA: b5f1b11e482db5869329cb975aa35205f872cd7a'
[    1.157233] Loading compiled-in module X.509 certificates
[    1.157461] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[    1.157462] ima: Allocated hash algorithm: sha256
[    1.189714] evm: Initialising EVM extended attributes:
[    1.189717] evm: security.selinux
[    1.189720] evm: security.SMACK64
[    1.189722] evm: security.SMACK64EXEC
[    1.189725] evm: security.SMACK64TRANSMUTE
[    1.189727] evm: security.SMACK64MMAP
[    1.189729] evm: security.apparmor
[    1.189731] evm: security.ima
[    1.189733] evm: security.capability
[    1.189735] evm: HMAC attrs: 0x1
[    1.189939] audit: type=1807 audit(1763829921.753:2): action=measure func=KEXEC_KERNEL_CHECK res=1
[    1.189952] audit: type=1807 audit(1763829921.753:3): action=measure func=MODULE_CHECK res=1
[    1.190010] PM:   Magic number: 1:618:793
[    1.190964] RAS: Correctable Errors collector initialized.
[    1.193809] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    1.193835] clk: Disabling unused clocks
[    1.193836] PM: genpd: Disabling unused power domains
[    1.199568] Freeing unused decrypted memory: 2028K
[    1.200239] Freeing unused kernel image (initmem) memory: 4948K
[    1.200252] Write protecting the kernel read-only data: 38912k
[    1.201049] Freeing unused kernel image (text/rodata gap) memory: 1140K
[    1.201417] Freeing unused kernel image (rodata/data gap) memory: 1444K
[    1.208597] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.208602] Run /init as init process
[    1.208603]   with arguments:
[    1.208604]     /init
[    1.208605]   with environment:
[    1.208605]     HOME=/
[    1.208606]     TERM=linux
[    1.208607]     BOOT_IMAGE=/vmlinuz-6.17.2-1-pve
[    1.208607]     boot=zfs
[    1.314197] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD5 data block query control method not found
[    1.314201] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD6 data block query control method not found
[    1.314202] wmi_bus wmi_bus-PNP0C14:02: [Firmware Bug]: WQD7 data block query control method not found
[    1.350900] e1000e: Intel(R) PRO/1000 Network Driver
[    1.350903] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.351115] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.351997] Key type psk registered
[    1.355645] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.355650] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.356772] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.357042] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.357044] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.357046] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.357123] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    1.357126] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.357127] usb usb1: Product: xHCI Host Controller
[    1.357128] usb usb1: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[    1.357129] usb usb1: SerialNumber: 0000:00:14.0
[    1.357263] hub 1-0:1.0: USB hub found
[    1.357289] hub 1-0:1.0: 16 ports detected
[    1.358881] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    1.358902] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    1.359803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    1.359804] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.359805] usb usb2: Product: xHCI Host Controller
[    1.359806] usb usb2: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[    1.359807] usb usb2: SerialNumber: 0000:00:14.0
[    1.359883] hub 2-0:1.0: USB hub found
[    1.359904] hub 2-0:1.0: 10 ports detected
[    1.362569] usb: port power management may be unreliable
[    1.367409] i40e: unknown parameter 'disable_lps' ignored
[    1.367444] i40e: Intel(R) Ethernet Connection XL710 Network Driver
[    1.367445] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
[    1.372427] nvme 0000:03:00.0: platform quirk: setting simple suspend
[    1.372427] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    1.372474] nvme nvme0: pci function 0000:03:00.0
[    1.372503] nvme nvme1: pci function 0000:02:00.0
[    1.382174] i40e 0000:01:00.0: fw 9.155.78849 api 1.15 nvm 9.55 0x8000fe1b 1.3862.0 [8086:1572] [8086:000e]
[    1.396441] nvme nvme0: 20/0/0 default/read/poll queues
[    1.400049]  nvme0n1: p1 p9
[    1.409936] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.413208] nvme nvme1: 20/0/0 default/read/poll queues
[    1.417504]  nvme1n1: p1 p2 p3
[    1.527835] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.590066] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) fc:5c:ee:68:18:d4
[    1.590068] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.590185] e1000e 0000:00:1f.6 eth0: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[    1.591663] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    1.599606] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.725548] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    1.725551] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.725551] usb 1-2: Product: USB Receiver
[    1.725552] usb 1-2: Manufacturer: Logitech
[    1.734733] hid: raw HID events driver (C) Jiri Kosina
[    1.743439] usbcore: registered new interface driver usbhid
[    1.743441] usbhid: USB HID core driver
[    1.747499] usbcore: registered new interface driver usbmouse
[    1.751115] usbcore: registered new interface driver usbkbd
[    1.756574] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input3
[    1.807937] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[    1.808045] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input4
[    1.808091] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input5
[    1.858772] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input6
[    1.859136] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[    1.859210] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    1.939768] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    2.557014] input: Logitech Wireless Device PID:4024 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input8
[    2.557199] input: Logitech Wireless Device PID:4024 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input9
[    2.557489] hid-generic 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4024] on usb-0000:00:14.0-2/input2:1
[    2.558351] i40e 0000:01:00.0: MAC address: 68:05:ca:8c:af:78
[    2.558746] i40e 0000:01:00.0: FW LLDP is enabled
[    2.565891] i40e 0000:01:00.0 eth0: NIC Link is Up, 10 Gbps Full Duplex, Flow Control: None
[    2.566431] i40e 0000:01:00.0: PCI-Express: Speed 8.0GT/s Width x8
[    2.567009] i40e 0000:01:00.0: Features: PF-id[0] VFs: 64 VSIs: 66 QP: 20 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    2.582327] i40e 0000:01:00.1: fw 9.155.78849 api 1.15 nvm 9.55 0x8000fe1b 1.3862.0 [8086:1572] [8086:000e]
[    2.617502] input: Logitech K400 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input13
[    2.617658] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:14.0-2/input2:1
[    3.765402] i40e 0000:01:00.1: MAC address: 68:05:ca:8c:af:79
[    3.765791] i40e 0000:01:00.1: FW LLDP is enabled
[    3.771792] i40e 0000:01:00.1: PCI-Express: Speed 8.0GT/s Width x8
[    3.772353] i40e 0000:01:00.1: Features: PF-id[1] VFs: 64 VSIs: 66 QP: 20 RSS FD_ATR FD_SB NTUPLE DCB VxLAN Geneve PTP VEPA
[    3.773388] i40e 0000:01:00.0 enp1s0f0np0: renamed from eth0
[    3.774387] i40e 0000:01:00.1 enp1s0f1np1: renamed from eth1
[    3.880498] raid6: avx2x4   gen() 40845 MB/s
[    3.897497] raid6: avx2x2   gen() 46171 MB/s
[    3.914498] raid6: avx2x1   gen() 45713 MB/s
[    3.914498] raid6: using algorithm avx2x2 gen() 46171 MB/s
[    3.931497] raid6: .... xor() 31902 MB/s, rmw enabled
[    3.931498] raid6: using avx2x2 recovery algorithm
[    3.936463] xor: automatically using best checksumming function   avx
[    3.993878] Btrfs loaded, zoned=yes, fsverity=yes
[    4.032267] spl: loading out-of-tree module taints kernel.
[    4.064397] zfs: module license 'CDDL' taints kernel.
[    4.064400] Disabling lock debugging due to kernel taint
[    4.064412] zfs: module license taints kernel.
[    4.476093] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5
[    4.761110] systemd[1]: Inserted module 'autofs4'
[    4.874664] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[    4.874678] systemd[1]: Detected architecture x86-64.
[    4.876070] systemd[1]: Hostname set to <pve3>.
[    4.913056] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[    4.998559] systemd[1]: Queued start job for default target graphical.target.
[    5.028171] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    5.028432] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    5.028730] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice.
[    5.028997] systemd[1]: Created slice system-zfs\x2dimport.slice - Slice /system/zfs-import.
[    5.029138] systemd[1]: Created slice user.slice - User and Session Slice.
[    5.029177] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    5.029194] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    5.029290] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    5.029298] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[    5.029304] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once.
[    5.029323] systemd[1]: Reached target paths.target - Path Units.
[    5.029340] systemd[1]: Reached target slices.target - Slice Units.
[    5.029352] systemd[1]: Reached target swap.target - Swaps.
[    5.029424] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    5.029466] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    5.032036] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    5.033055] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[    5.033134] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    5.033215] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.033293] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    5.033356] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.033375] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.033448] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.033507] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.034722] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    5.035218] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    5.035249] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[    5.035693] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[    5.036218] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    5.036741] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    5.037335] systemd[1]: Mounting tmp.mount - Temporary Directory /tmp...
[    5.037382] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    5.038212] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    5.039375] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.040007] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.040610] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    5.041221] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    5.041679] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    5.042109] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    5.042266] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    5.043264] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.043900] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.043910] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.044384] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    5.044416] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.044879] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[    5.045324] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    5.046211] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    5.046254] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    5.046283] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[    5.046313] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    5.046345] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    5.046373] systemd[1]: Mounted tmp.mount - Temporary Directory /tmp.
[    5.046549] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    5.046799] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.046898] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.046964] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    5.047072] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.047138] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    5.047230] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.047293] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    5.047927] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    5.048377] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    5.048981] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    5.050921] pstore: Using crash dump compression: deflate
[    5.051676] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    5.052292] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    5.052943] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    5.053580] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    5.053593] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.054127] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[    5.054383] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    5.056272] systemd-journald[623]: Collecting audit messages is disabled.
[    5.060450] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    5.060599] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    5.061276] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.064845] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    5.068326] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    5.069098] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    5.083796] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.098601] pstore: Registered efi_pstore as persistent store backend
[    5.120400] systemd-journald[623]: Received client request to flush runtime journal.
[    5.181348] input: Intel HID events as /devices/platform/INTC1078:00/input/input14
[    5.184218] EDAC ie31200: No ECC support
[    5.184248] EDAC ie31200: No ECC support
[    5.244644] input: PC Speaker as /devices/platform/pcspkr/input/input15
[    5.257101] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    5.257103] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.257104] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.257105] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.266485] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.269345] spi-nor spi0.0: supply vcc not found, using dummy regulator
[    5.293767] Creating 1 MTD partitions on "0000:00:1f.5":
[    5.293770] 0x000000000000-0x000002000000 : "BIOS"
[    5.299888] intel_rapl_common: Found RAPL domain package
[    5.299890] intel_rapl_common: Found RAPL domain core
[    5.299891] intel_rapl_common: Found RAPL domain uncore
[    5.309645] intel_pmc_core INT33A1:00:  initialized
[    5.412182] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002)
[    5.412911] intel_rapl_common: Found RAPL domain package
[    5.653061] i915 0000:00:02.0: [drm] Found alderlake_s (device ID 4680) integrated display version 12.00 stepping C0
[    5.654192] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    5.654197] i915 0000:00:02.0: vgaarb: deactivate vga console
[    5.654265] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    5.654989] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.657995] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    5.662319] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.49.4
[    5.662323] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    5.675518] i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
[    5.675532] i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
[    5.675537] i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
[    5.676350] mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
[    5.676452] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[    5.676455] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[    5.677133] i915 0000:00:02.0: [drm] Registered 4 planes with drm panic
[    5.677134] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[    5.678256] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.678720] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
[    5.681363] intel_tcc_cooling: TCC Offset locked
[    5.748505] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    5.783533] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    6.029149] fbcon: Taking over console
[    6.207865] audit: type=1400 audit(1763829926.771:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=1113 comm="apparmor_parser"
[    6.207873] audit: type=1400 audit(1763829926.771:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="evolution" pid=1126 comm="apparmor_parser"
[    6.207886] audit: type=1400 audit(1763829926.771:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=1107 comm="apparmor_parser"
[    6.207912] audit: type=1400 audit(1763829926.771:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="vscode" pid=1121 comm="apparmor_parser"
[    6.207938] audit: type=1400 audit(1763829926.771:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=1110 comm="apparmor_parser"
[    6.207963] audit: type=1400 audit(1763829926.771:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=1112 comm="apparmor_parser"
[    6.207987] audit: type=1400 audit(1763829926.771:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chrome" pid=1119 comm="apparmor_parser"
[    6.208009] audit: type=1400 audit(1763829926.771:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=1109 comm="apparmor_parser"
[    6.208041] audit: type=1400 audit(1763829926.771:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=1116 comm="apparmor_parser"
[    6.208070] audit: type=1400 audit(1763829926.771:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=1108 comm="apparmor_parser"
[    6.659051] vmbr0: port 1(enp1s0f0np0) entered blocking state
[    6.659057] vmbr0: port 1(enp1s0f0np0) entered disabled state
[    6.659073] i40e 0000:01:00.0 enp1s0f0np0: entered allmulticast mode
[    6.659117] i40e 0000:01:00.0 enp1s0f0np0: entered promiscuous mode
[    6.660650] i40e 0000:01:00.0: entering allmulti mode.
[    7.098410] RPC: Registered named UNIX socket transport module.
[    7.098412] RPC: Registered udp transport module.
[    7.098413] RPC: Registered tcp transport module.
[    7.098413] RPC: Registered tcp-with-tls transport module.
[    7.098414] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.109013] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[    7.109019] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    7.119930] nvme nvme0: using unchecked data buffer
[    7.662763] vmbr0: port 1(enp1s0f0np0) entered blocking state
[    7.662782] vmbr0: port 1(enp1s0f0np0) entered forwarding state
[    8.223254] sctp: Hash tables configured (bind 256/256)
[   15.923035] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030
[   15.997004] Bluetooth: Core ver 2.22
[   15.997023] NET: Registered PF_BLUETOOTH protocol family
[   15.997024] Bluetooth: HCI device and connection manager initialized
[   15.997026] Bluetooth: HCI socket layer initialized
[   15.997027] Bluetooth: L2CAP socket layer initialized
[   15.997029] Bluetooth: SCO socket layer initialized
[139604.545105] usb 1-2: USB disconnect, device number 2
And the other Output from Ubuntu ?

Check also if there are some misbehaving Devices:
Code:
lspci -vvv | grep -A60 -B60 --color -Ei "ASPM\sDisabled|L1 Unlimited|L0 Unlimited"
 

luckylinux

Well-Known Member
Mar 18, 2012
1,473
455
83
That being said, on both Intel X710/XXV710 and Mellanox ConnectX-4 LX, the first Thing I would check is that you have a recent Firmware running on the NIC. Very old Firmwares can give Issues.

Not sure that explains the difference between Proxmox and Ubuntu though (apart from different Kernel Versions possibly playing differently with NIC Firmware Version Bugs).
 

luckylinux

Well-Known Member
Mar 18, 2012
1,473
455
83
You have Firmware 9.155.78849 :oops: ! Latest should be 24.0.0 ...

EDIT 1: for reference this is what I have on my Dell-branded one.

I think it's actually misleading because the 23.x is mapped to a 9.y FW Version so yours is probably NOT *that* old.

Code:
i40e 0000:01:00.1: fw 9.851.77832 api 1.15 nvm 9.50 0x8000f255 23.0.8 [8086:1572] [8086:0006]
 

Nozle

Member
Jul 16, 2024
82
1
8
You have Firmware 9.155.78849 :oops: ! Latest should be 24.0.0 ...

EDIT 1: for reference this is what I have on my Dell-branded one.

I think it's actually misleading because the 23.x is mapped to a 9.y FW Version so yours is probably NOT *that* old.

Code:
i40e 0000:01:00.1: fw 9.851.77832 api 1.15 nvm 9.50 0x8000f255 23.0.8 [8086:1572] [8086:0006]
My firmware is official Intel, I think if it's not the latest, it's the latest from 2-3 months ago.
 

EffrafaxOfWug

Radioactive Member
Feb 12, 2015
1,432
544
113
Given the different kernels in play, have you checked whether a) ASPM's turned on at the sysfs level...
Code:
effrafax@wug:~$ cat /sys/module/pcie_aspm/parameters/policy
[default] performance powersave powersupersave
and b) what the kernel's default ASPM options are set to?
Code:
effrafax@wug:~$ grep -i aspm /boot/config-6.12.48+deb13-amd64
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
As per previous musings, this machine's just stock debian at the moment and I haven't bothered forcing ASPM on here because it seemingly makes zero difference to power draw. FWIW this AMD system doesn't seem to support anything lower (or higher, depending on your PoV) than C3 in any case, but this isn't uncommon;
Code:
effrafax@wug:~$ grep . /sys/devices/system/cpu/cpu0/cpuidle/state*/name
/sys/devices/system/cpu/cpu0/cpuidle/state0/name:POLL
/sys/devices/system/cpu/cpu0/cpuidle/state1/name:C1
/sys/devices/system/cpu/cpu0/cpuidle/state2/name:C2
/sys/devices/system/cpu/cpu0/cpuidle/state3/name:C3
 

Nozle

Member
Jul 16, 2024
82
1
8
I reinstalled an Ubuntu live USB and everything was clean, it reaches C2, once I remove the Intel x710 I can see up to C3 maximum.
 

Nozle

Member
Jul 16, 2024
82
1
8
Code:
root@pve3:~# cat /sys/module/pcie_aspm/parameters/policy
default performance powersave [powersupersave]
root@pve3:~# cat /sys/module/pcie_aspm/parameters/policy
default performance powersave [powersupersave]
root@pve3:~# grep -i aspm /boot/config-6.12.48+deb13-amd64
grep: /boot/config-6.12.48+deb13-amd64: No such file or directory
root@pve3:~# grep -i aspm /boot/config-6.1
config-6.12.57+deb13-amd64  config-6.14.11-4-pve        config-6.14.8-2-pve         config-6.17.2-1-pve
root@pve3:~# grep -i aspm /boot/config-6.1
config-6.12.57+deb13-amd64  config-6.14.11-4-pve        config-6.14.8-2-pve         config-6.17.2-1-pve
root@pve3:~# grep . /sys/devices/system/cpu/cpu0/cpuidle/state*/name
/sys/devices/system/cpu/cpu0/cpuidle/state0/name:POLL
/sys/devices/system/cpu/cpu0/cpuidle/state1/name:C1_ACPI
/sys/devices/system/cpu/cpu0/cpuidle/state2/name:C2_ACPI
/sys/devices/system/cpu/cpu0/cpuidle/state3/name:C3_ACPI
root@pve3:~#
Given the different kernels in play, have you checked whether a) ASPM's turned on at the sysfs level...
Code:
effrafax@wug:~$ cat /sys/module/pcie_aspm/parameters/policy
[default] performance powersave powersupersave
and b) what the kernel's default ASPM options are set to?
Code:
effrafax@wug:~$ grep -i aspm /boot/config-6.12.48+deb13-amd64
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
As per previous musings, this machine's just stock debian at the moment and I haven't bothered forcing ASPM on here because it seemingly makes zero difference to power draw. FWIW this AMD system doesn't seem to support anything lower (or higher, depending on your PoV) than C3 in any case, but this isn't uncommon;
Code:
effrafax@wug:~$ grep . /sys/devices/system/cpu/cpu0/cpuidle/state*/name
/sys/devices/system/cpu/cpu0/cpuidle/state0/name:POLL
/sys/devices/system/cpu/cpu0/cpuidle/state1/name:C1
/sys/devices/system/cpu/cpu0/cpuidle/state2/name:C2
/sys/devices/system/cpu/cpu0/cpuidle/state3/name:C3
 

Nozle

Member
Jul 16, 2024
82
1
8
So if I remove the Intel x710da2 I can reach c3, but if I install it, I only reach c2. Why is this and how can I prevent it? ASPM accepted/enabled.