Skip to content

Instantly share code, notes, and snippets.

@kenci
Created November 2, 2022 18:51
Show Gist options
  • Save kenci/e8f92835105e183e569432dd7a08a04a to your computer and use it in GitHub Desktop.
Save kenci/e8f92835105e183e569432dd7a08a04a to your computer and use it in GitHub Desktop.
dmesg proxmox
[ 0.000000] Linux version 5.19.7-1-pve (build@proxmox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT_DYNAMIC PVE 5.19.7-1 (Tue, 06 Sep 2022 07:54:58 + ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.19.7-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 1520
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000071fa2fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000071fa3000-0x00000000744a2fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000744a3000-0x0000000074722fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000074723000-0x0000000074822fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000074823000-0x0000000074dfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000074dff000-0x0000000074efefff] type 20
[ 0.000000] BIOS-e820: [mem 0x0000000074eff000-0x0000000074efffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000074f00000-0x000000007fbfffff] 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-0x00000004803fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI=0x747cd000 ACPI 2.0=0x747cd014 TPMFinalLog=0x747d0000 SMBIOS=0x74c7b000 SMBIOS 3.0=0x74c7a000 MEMATTR=0x6dd3d018 ESRT=0x70d51a98
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: Default string Default string/Default string, BIOS JK4LV103 07/30/2022
[ 0.000000] tsc: Detected 2000.000 MHz processor
[ 0.000000] tsc: Detected 1996.800 MHz TSC
[ 0.000584] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000587] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000596] last_pfn = 0x480400 max_arch_pfn = 0x400000000
[ 0.000658] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000858] last_pfn = 0x74f00 max_arch_pfn = 0x400000000
[ 0.018330] esrt: Reserving ESRT space from 0x0000000070d51a98 to 0x0000000070d51ad0.
[ 0.018336] e820: update [mem 0x70d51000-0x70d51fff] usable ==> reserved
[ 0.019012] secureboot: Secure boot could not be determined (mode 0)
[ 0.019013] RAMDISK: [mem 0x30b97000-0x345c2fff]
[ 0.019016] ACPI: Early table checksum verification disabled
[ 0.019020] ACPI: RSDP 0x00000000747CD014 000024 (v02 ALASKA)
[ 0.019024] ACPI: XSDT 0x00000000747CC728 0000D4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019030] ACPI: FACP 0x000000007471F000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
[ 0.019037] ACPI: DSDT 0x00000000746D8000 046BDE (v02 ALASKA A M I 01072009 INTL 20191018)
[ 0.019040] ACPI: FACS 0x0000000074821000 000040
[ 0.019043] ACPI: MCFG 0x0000000074720000 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.019047] ACPI: FIDT 0x00000000746D7000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.019050] ACPI: SSDT 0x00000000746D4000 0025EE (v02 CpuRef CpuSsdt 00003000 INTL 20191018)
[ 0.019053] ACPI: SSDT 0x0000000074721000 001CCD (v02 SaSsdt SaSsdt 00003000 INTL 20191018)
[ 0.019057] ACPI: SSDT 0x00000000746D0000 0032CD (v02 INTEL IgfxSsdt 00003000 INTL 20191018)
[ 0.019060] ACPI: HPET 0x00000000746CF000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019063] ACPI: APIC 0x00000000746CE000 00012C (v05 ALASKA A M I 01072009 AMI 01000013)
[ 0.019066] ACPI: PRAM 0x00000000746CD000 000030 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019069] ACPI: SSDT 0x00000000746CC000 000EF4 (v02 ALASKA Ther_Rvp 00001000 INTL 20191018)
[ 0.019072] ACPI: SSDT 0x00000000746C9000 002FC0 (v02 INTEL xh_jslv2 00000000 INTL 20191018)
[ 0.019075] ACPI: NHLT 0x00000000746C7000 001771 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.019078] ACPI: LPIT 0x00000000746C6000 000094 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019081] ACPI: SSDT 0x00000000746C2000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20191018)
[ 0.019085] ACPI: SSDT 0x00000000746C1000 000122 (v02 ALASKA TbtTypeC 00000000 INTL 20191018)
[ 0.019088] ACPI: DBGP 0x00000000746C0000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019091] ACPI: DBG2 0x00000000746BF000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
[ 0.019094] ACPI: DMAR 0x00000000746BE000 000088 (v02 INTEL EDK2 00000002 01000013)
[ 0.019097] ACPI: SSDT 0x00000000746BD000 000144 (v02 Intel ADebTabl 00001000 INTL 20191018)
[ 0.019100] ACPI: TPM2 0x00000000746BC000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.019103] ACPI: WSMT 0x00000000746C5000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.019106] ACPI: FPDT 0x00000000746BB000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.019108] ACPI: Reserving FACP table memory at [mem 0x7471f000-0x7471f113]
[ 0.019110] ACPI: Reserving DSDT table memory at [mem 0x746d8000-0x7471ebdd]
[ 0.019111] ACPI: Reserving FACS table memory at [mem 0x74821000-0x7482103f]
[ 0.019112] ACPI: Reserving MCFG table memory at [mem 0x74720000-0x7472003b]
[ 0.019113] ACPI: Reserving FIDT table memory at [mem 0x746d7000-0x746d709b]
[ 0.019114] ACPI: Reserving SSDT table memory at [mem 0x746d4000-0x746d65ed]
[ 0.019115] ACPI: Reserving SSDT table memory at [mem 0x74721000-0x74722ccc]
[ 0.019115] ACPI: Reserving SSDT table memory at [mem 0x746d0000-0x746d32cc]
[ 0.019116] ACPI: Reserving HPET table memory at [mem 0x746cf000-0x746cf037]
[ 0.019117] ACPI: Reserving APIC table memory at [mem 0x746ce000-0x746ce12b]
[ 0.019118] ACPI: Reserving PRAM table memory at [mem 0x746cd000-0x746cd02f]
[ 0.019119] ACPI: Reserving SSDT table memory at [mem 0x746cc000-0x746ccef3]
[ 0.019120] ACPI: Reserving SSDT table memory at [mem 0x746c9000-0x746cbfbf]
[ 0.019120] ACPI: Reserving NHLT table memory at [mem 0x746c7000-0x746c8770]
[ 0.019121] ACPI: Reserving LPIT table memory at [mem 0x746c6000-0x746c6093]
[ 0.019122] ACPI: Reserving SSDT table memory at [mem 0x746c2000-0x746c471f]
[ 0.019123] ACPI: Reserving SSDT table memory at [mem 0x746c1000-0x746c1121]
[ 0.019124] ACPI: Reserving DBGP table memory at [mem 0x746c0000-0x746c0033]
[ 0.019125] ACPI: Reserving DBG2 table memory at [mem 0x746bf000-0x746bf053]
[ 0.019125] ACPI: Reserving DMAR table memory at [mem 0x746be000-0x746be087]
[ 0.019126] ACPI: Reserving SSDT table memory at [mem 0x746bd000-0x746bd143]
[ 0.019127] ACPI: Reserving TPM2 table memory at [mem 0x746bc000-0x746bc04b]
[ 0.019128] ACPI: Reserving WSMT table memory at [mem 0x746c5000-0x746c5027]
[ 0.019129] ACPI: Reserving FPDT table memory at [mem 0x746bb000-0x746bb043]
[ 0.019352] No NUMA configuration found
[ 0.019353] Faking a node at [mem 0x0000000000000000-0x00000004803fffff]
[ 0.019363] NODE_DATA(0) allocated [mem 0x4803c8000-0x4803f2fff]
[ 0.019677] Zone ranges:
[ 0.019677] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.019679] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.019681] Normal [mem 0x0000000100000000-0x00000004803fffff]
[ 0.019683] Device empty
[ 0.019684] Movable zone start for each node
[ 0.019687] Early memory node ranges
[ 0.019687] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.019689] node 0: [mem 0x0000000000100000-0x0000000071fa2fff]
[ 0.019690] node 0: [mem 0x0000000074eff000-0x0000000074efffff]
[ 0.019691] node 0: [mem 0x0000000100000000-0x00000004803fffff]
[ 0.019694] Initmem setup node 0 [mem 0x0000000000001000-0x00000004803fffff]
[ 0.019699] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.019728] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.023161] On node 0, zone DMA32: 12124 pages in unavailable ranges
[ 0.049676] On node 0, zone Normal: 12544 pages in unavailable ranges
[ 0.050004] On node 0, zone Normal: 31744 pages in unavailable ranges
[ 0.050024] Reserving Intel graphics memory at [mem 0x7c000000-0x7fbfffff]
[ 0.050235] ACPI: PM-Timer IO Port: 0x1808
[ 0.050244] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.050246] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.050247] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.050248] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.050249] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.050250] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.050250] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.050251] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.050252] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.050252] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.050253] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.050254] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.050255] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.050255] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.050256] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.050257] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.050290] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.050293] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.050295] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.050300] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.050301] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.050306] TSC deadline timer available
[ 0.050307] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.050328] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.050330] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.050332] PM: hibernation: Registered nosave memory: [mem 0x70d51000-0x70d51fff]
[ 0.050334] PM: hibernation: Registered nosave memory: [mem 0x71fa3000-0x744a2fff]
[ 0.050335] PM: hibernation: Registered nosave memory: [mem 0x744a3000-0x74722fff]
[ 0.050336] PM: hibernation: Registered nosave memory: [mem 0x74723000-0x74822fff]
[ 0.050336] PM: hibernation: Registered nosave memory: [mem 0x74823000-0x74dfefff]
[ 0.050337] PM: hibernation: Registered nosave memory: [mem 0x74dff000-0x74efefff]
[ 0.050339] PM: hibernation: Registered nosave memory: [mem 0x74f00000-0x7fbfffff]
[ 0.050339] PM: hibernation: Registered nosave memory: [mem 0x7fc00000-0xbfffffff]
[ 0.050340] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[ 0.050341] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[ 0.050341] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.050342] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.050343] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.050343] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.050344] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.050345] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[ 0.050345] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[ 0.050346] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[ 0.050347] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.050347] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.050348] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.050350] [mem 0x7fc00000-0xbfffffff] available for PCI devices
[ 0.050352] Booting paravirtualized kernel on bare hardware
[ 0.050355] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.050362] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.050666] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[ 0.050673] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[ 0.050676] pcpu-alloc: [0] 0 1 2 3
[ 0.050708] Fallback order for Node 0: 0
[ 0.050711] Built 1 zonelists, mobility grouping on. Total pages: 4072981
[ 0.050713] Policy zone: Normal
[ 0.050714] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.19.7-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.050762] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.19.7-1-pve", will be passed to user space.
[ 0.052526] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.053419] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.053462] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.110623] Memory: 16030516K/16551176K available (18440K kernel code, 3997K rwdata, 5784K rodata, 3100K init, 5028K bss, 520400K reserved, 0K cma-reserved)
[ 0.111449] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.111482] ftrace: allocating 49423 entries in 194 pages
[ 0.118697] ftrace: allocated 194 pages with 3 groups
[ 0.119501] Dynamic Preempt: voluntary
[ 0.119570] rcu: Preemptible hierarchical RCU implementation.
[ 0.119571] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.119572] Trampoline variant of Tasks RCU enabled.
[ 0.119572] Rude variant of Tasks RCU enabled.
[ 0.119573] Tracing variant of Tasks RCU enabled.
[ 0.119574] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.119574] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.124634] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[ 0.124909] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.125042] random: crng init done
[ 0.125068] Console: colour dummy device 80x25
[ 0.125088] printk: console [tty0] enabled
[ 0.125108] ACPI: Core revision 20220331
[ 0.125448] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.125450] APIC: Switch to symmetric I/O mode setup
[ 0.125452] DMAR: Host address width 39
[ 0.125453] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.125459] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
[ 0.125461] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.125467] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.125469] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fbfffff
[ 0.125473] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.125474] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.125475] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.127195] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.127197] x2apic enabled
[ 0.127222] Switched APIC routing to cluster x2apic.
[ 0.131380] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
[ 0.131388] Calibrating delay loop (skipped), value calculated using timer frequency.. 3993.60 BogoMIPS (lpj=7987200)
[ 0.131391] pid_max: default: 32768 minimum: 301
[ 0.133908] LSM: Security Framework initializing
[ 0.133917] Yama: becoming mindful.
[ 0.133942] AppArmor: AppArmor initialized
[ 0.134002] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.134031] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.134253] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.134305] process: using mwait in idle threads
[ 0.134307] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.134308] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.134312] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.134314] Spectre V2 : Mitigation: Enhanced IBRS
[ 0.134315] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.134316] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.134317] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.134321] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.134322] SRBDS: Vulnerable: No microcode
[ 0.135385] Freeing SMP alternatives memory: 44K
[ 0.135385] smpboot: CPU0: Intel(R) Celeron(R) N5105 @ 2.00GHz (family: 0x6, model: 0x9c, stepping: 0x0)
[ 0.135385] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.135385] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.135385] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.135385] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.135385] Performance Events: PEBS fmt4+-baseline, PEBS-via-PT, AnyThread deprecated, Tremont events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.135385] ... version: 5
[ 0.135385] ... bit width: 48
[ 0.135385] ... generic registers: 4
[ 0.135385] ... value mask: 0000ffffffffffff
[ 0.135385] ... max period: 00007fffffffffff
[ 0.135385] ... fixed-purpose events: 3
[ 0.135385] ... event mask: 000000070000000f
[ 0.135385] Estimated ratio of average max frequency by base frequency (times 1024): 1433
[ 0.135385] rcu: Hierarchical SRCU implementation.
[ 0.135385] rcu: Max phase no-delay instances is 1000.
[ 0.135385] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.135385] smp: Bringing up secondary CPUs ...
[ 0.135385] x86: Booting SMP configuration:
[ 0.135385] .... node #0, CPUs: #1 #2 #3
[ 0.135385] smp: Brought up 1 node, 4 CPUs
[ 0.135385] smpboot: Max logical packages: 1
[ 0.135385] smpboot: Total of 4 processors activated (15974.40 BogoMIPS)
[ 0.135395] devtmpfs: initialized
[ 0.135432] x86/mm: Memory block size: 128MB
[ 0.136620] ACPI: PM: Registering ACPI NVS region [mem 0x74723000-0x74822fff] (1048576 bytes)
[ 0.136620] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.136620] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.136620] pinctrl core: initialized pinctrl subsystem
[ 0.136620] PM: RTC time: 18:08:18, date: 2022-11-02
[ 0.136620] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.136620] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.136674] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.136908] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.136922] audit: initializing netlink subsys (disabled)
[ 0.136936] audit: type=2000 audit(1667412498.004:1): state=initialized audit_enabled=0 res=1
[ 0.136936] thermal_sys: Registered thermal governor 'fair_share'
[ 0.136936] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.136936] thermal_sys: Registered thermal governor 'step_wise'
[ 0.136936] thermal_sys: Registered thermal governor 'user_space'
[ 0.136936] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.136936] EISA bus registered
[ 0.136936] cpuidle: using governor ladder
[ 0.136936] cpuidle: using governor menu
[ 0.136936] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.136936] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.136936] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 0.136936] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[ 0.136936] PCI: Using configuration type 1 for base access
[ 0.136936] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.140086] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.140091] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[ 0.140091] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.140091] ACPI: Added _OSI(Module Device)
[ 0.140091] ACPI: Added _OSI(Processor Device)
[ 0.140091] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.140091] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.140091] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.140091] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.140091] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.239109] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.247663] ACPI: Dynamic OEM Table Load:
[ 0.247673] ACPI: SSDT 0xFFFF959300209C00 0001B8 (v02 PmRef Cpu0Psd 00003000 INTL 20191018)
[ 0.248826] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.251118] ACPI: Dynamic OEM Table Load:
[ 0.251124] ACPI: SSDT 0xFFFF959300D6D400 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20191018)
[ 0.252454] ACPI: Dynamic OEM Table Load:
[ 0.252461] ACPI: SSDT 0xFFFF959300F59000 000479 (v02 PmRef Cpu0Ist 00003000 INTL 20191018)
[ 0.254290] ACPI: Dynamic OEM Table Load:
[ 0.254297] ACPI: SSDT 0xFFFF959300072000 0008E7 (v02 PmRef ApIst 00003000 INTL 20191018)
[ 0.255875] ACPI: Dynamic OEM Table Load:
[ 0.255882] ACPI: SSDT 0xFFFF959300F5A800 00048A (v02 PmRef ApHwp 00003000 INTL 20191018)
[ 0.257295] ACPI: Dynamic OEM Table Load:
[ 0.257301] ACPI: SSDT 0xFFFF959300F5E800 0004D2 (v02 PmRef ApPsd 00003000 INTL 20191018)
[ 0.258715] ACPI: Dynamic OEM Table Load:
[ 0.258720] ACPI: SSDT 0xFFFF959300F58000 00048A (v02 PmRef ApCst 00003000 INTL 20191018)
[ 0.264380] ACPI: Interpreter enabled
[ 0.264433] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.264434] ACPI: Using IOAPIC for interrupt routing
[ 0.264487] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.264488] PCI: Using E820 reservations for host bridge windows
[ 0.266282] ACPI: Enabled 6 GPEs in block 00 to 7F
[ 0.283821] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 0.283830] fbcon: Taking over console
[ 0.283841] No Local Variables are initialized for Method [_PLD]
[ 0.283842] No Arguments are initialized for method [_PLD]
[ 0.283844] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS03._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 0.283916] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 0.283924] No Local Variables are initialized for Method [_PLD]
[ 0.283926] No Arguments are initialized for method [_PLD]
[ 0.283927] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS04._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 0.284786] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 0.284794] No Local Variables are initialized for Method [_PLD]
[ 0.284795] No Arguments are initialized for method [_PLD]
[ 0.284797] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS01._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 0.284944] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 0.284951] No Local Variables are initialized for Method [_PLD]
[ 0.284953] No Arguments are initialized for method [_PLD]
[ 0.284954] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS02._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 0.296119] ACPI: PM: Power Resource [WRST]
[ 0.304254] ACPI: PM: Power Resource [FN00]
[ 0.304345] ACPI: PM: Power Resource [FN01]
[ 0.304439] ACPI: PM: Power Resource [FN02]
[ 0.304528] ACPI: PM: Power Resource [FN03]
[ 0.304616] ACPI: PM: Power Resource [FN04]
[ 0.305354] ACPI: PM: Power Resource [PIN]
[ 0.305741] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[ 0.305749] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.308148] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.308150] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.309446] PCI host bridge to bus 0000:00
[ 0.309448] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.309451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.309453] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[ 0.309454] pci_bus 0000:00: root bus resource [mem 0x7fc00000-0xbfffffff window]
[ 0.309456] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[ 0.309457] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.309717] pci 0000:00:00.0: [8086:4e24] type 00 class 0x060000
[ 0.309865] pci 0000:00:02.0: [8086:4e61] type 00 class 0x030000
[ 0.309876] pci 0000:00:02.0: reg 0x10: [mem 0x6000000000-0x6000ffffff 64bit]
[ 0.309883] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[ 0.309889] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.309907] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[ 0.309911] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.310158] pci 0000:00:14.0: [8086:4ded] type 00 class 0x0c0330
[ 0.310178] pci 0000:00:14.0: reg 0x10: [mem 0x6001100000-0x600110ffff 64bit]
[ 0.310253] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.312338] pci 0000:00:14.2: [8086:4def] type 00 class 0x050000
[ 0.312359] pci 0000:00:14.2: reg 0x10: [mem 0x6001114000-0x6001115fff 64bit]
[ 0.312373] pci 0000:00:14.2: reg 0x18: [mem 0x600111b000-0x600111bfff 64bit]
[ 0.312486] pci 0000:00:14.5: [8086:4df8] type 00 class 0x080501
[ 0.312510] pci 0000:00:14.5: reg 0x10: [mem 0x600111a000-0x600111afff 64bit]
[ 0.313009] pci 0000:00:15.0: [8086:4de8] type 00 class 0x0c8000
[ 0.313070] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.313582] pci 0000:00:15.2: [8086:4dea] type 00 class 0x0c8000
[ 0.313642] pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.314097] pci 0000:00:16.0: [8086:4de0] type 00 class 0x078000
[ 0.314121] pci 0000:00:16.0: reg 0x10: [mem 0x6001117000-0x6001117fff 64bit]
[ 0.314207] pci 0000:00:16.0: PME# supported from D3hot
[ 0.314809] pci 0000:00:17.0: [8086:4dd3] type 00 class 0x010601
[ 0.314826] pci 0000:00:17.0: reg 0x10: [mem 0x80500000-0x80501fff]
[ 0.314836] pci 0000:00:17.0: reg 0x14: [mem 0x80503000-0x805030ff]
[ 0.314846] pci 0000:00:17.0: reg 0x18: [io 0x3090-0x3097]
[ 0.314855] pci 0000:00:17.0: reg 0x1c: [io 0x3080-0x3083]
[ 0.314865] pci 0000:00:17.0: reg 0x20: [io 0x3060-0x307f]
[ 0.314874] pci 0000:00:17.0: reg 0x24: [mem 0x80502000-0x805027ff]
[ 0.314925] pci 0000:00:17.0: PME# supported from D3hot
[ 0.315547] pci 0000:00:1c.0: [8086:4dba] type 01 class 0x060400
[ 0.315654] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.315693] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.316622] pci 0000:00:1c.4: [8086:4dbc] type 01 class 0x060400
[ 0.316729] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.316767] pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
[ 0.317682] pci 0000:00:1c.5: [8086:4dbd] type 01 class 0x060400
[ 0.317788] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.317826] pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
[ 0.318733] pci 0000:00:1c.6: [8086:4dbe] type 01 class 0x060400
[ 0.318839] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 0.318877] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[ 0.319812] pci 0000:00:1c.7: [8086:4dbf] type 01 class 0x060400
[ 0.319919] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.319957] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[ 0.320877] pci 0000:00:1f.0: [8086:4d87] type 00 class 0x060100
[ 0.321278] pci 0000:00:1f.3: [8086:4dc8] type 00 class 0x040300
[ 0.321317] pci 0000:00:1f.3: reg 0x10: [mem 0x6001110000-0x6001113fff 64bit]
[ 0.321363] pci 0000:00:1f.3: reg 0x20: [mem 0x6001000000-0x60010fffff 64bit]
[ 0.321455] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.322104] pci 0000:00:1f.4: [8086:4da3] type 00 class 0x0c0500
[ 0.322134] pci 0000:00:1f.4: reg 0x10: [mem 0x6001116000-0x60011160ff 64bit]
[ 0.322169] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.322481] pci 0000:00:1f.5: [8086:4da4] type 00 class 0x0c8000
[ 0.322500] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.322671] pci 0000:01:00.0: [c0a9:540a] type 00 class 0x010802
[ 0.322698] pci 0000:01:00.0: reg 0x10: [mem 0x80400000-0x80403fff 64bit]
[ 0.322909] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:1c.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 0.322981] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.322987] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x804fffff]
[ 0.323071] pci 0000:02:00.0: [8086:125c] type 00 class 0x020000
[ 0.323090] pci 0000:02:00.0: reg 0x10: [mem 0x80200000-0x802fffff]
[ 0.323116] pci 0000:02:00.0: reg 0x1c: [mem 0x80300000-0x80303fff]
[ 0.323248] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.323402] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.323408] pci 0000:00:1c.4: bridge window [mem 0x80200000-0x803fffff]
[ 0.323490] pci 0000:03:00.0: [8086:125c] type 00 class 0x020000
[ 0.323510] pci 0000:03:00.0: reg 0x10: [mem 0x80000000-0x800fffff]
[ 0.323535] pci 0000:03:00.0: reg 0x1c: [mem 0x80100000-0x80103fff]
[ 0.323668] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.323816] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.323822] pci 0000:00:1c.5: bridge window [mem 0x80000000-0x801fffff]
[ 0.323903] pci 0000:04:00.0: [8086:125c] type 00 class 0x020000
[ 0.323922] pci 0000:04:00.0: reg 0x10: [mem 0x7fe00000-0x7fefffff]
[ 0.323948] pci 0000:04:00.0: reg 0x1c: [mem 0x7ff00000-0x7ff03fff]
[ 0.324080] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.324227] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.324233] pci 0000:00:1c.6: bridge window [mem 0x7fe00000-0x7fffffff]
[ 0.324315] pci 0000:05:00.0: [8086:125c] type 00 class 0x020000
[ 0.324334] pci 0000:05:00.0: reg 0x10: [mem 0x7fc00000-0x7fcfffff]
[ 0.324360] pci 0000:05:00.0: reg 0x1c: [mem 0x7fd00000-0x7fd03fff]
[ 0.324492] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.324644] pci 0000:00:1c.7: PCI bridge to [bus 05]
[ 0.324649] pci 0000:00:1c.7: bridge window [mem 0x7fc00000-0x7fdfffff]
[ 0.326399] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.326517] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[ 0.326632] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.326749] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.326863] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.326979] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.327094] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.327210] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.341735] iommu: Default domain type: Translated
[ 0.341735] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.341735] SCSI subsystem initialized
[ 0.341735] libata version 3.00 loaded.
[ 0.341735] ACPI: bus type USB registered
[ 0.341735] usbcore: registered new interface driver usbfs
[ 0.341735] usbcore: registered new interface driver hub
[ 0.341735] usbcore: registered new device driver usb
[ 0.341735] pps_core: LinuxPPS API ver. 1 registered
[ 0.341735] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.341735] PTP clock support registered
[ 0.341735] EDAC MC: Ver: 3.0.0
[ 0.341735] Registered efivars operations
[ 0.341735] NetLabel: Initializing
[ 0.341735] NetLabel: domain hash size = 128
[ 0.341735] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.341735] NetLabel: unlabeled traffic allowed by default
[ 0.341735] mctp: management component transport protocol core
[ 0.341735] NET: Registered PF_MCTP protocol family
[ 0.341735] PCI: Using ACPI for IRQ routing
[ 0.361359] PCI: pci_cache_line_size set to 64 bytes
[ 0.361446] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[ 0.361525] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.361527] e820: reserve RAM buffer [mem 0x70d51000-0x73ffffff]
[ 0.361528] e820: reserve RAM buffer [mem 0x71fa3000-0x73ffffff]
[ 0.361529] e820: reserve RAM buffer [mem 0x74f00000-0x77ffffff]
[ 0.361530] e820: reserve RAM buffer [mem 0x480400000-0x483ffffff]
[ 0.361542] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.361542] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.361542] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.361542] vgaarb: loaded
[ 0.361542] clocksource: Switched to clocksource tsc-early
[ 0.361542] VFS: Disk quotas dquot_6.6.0
[ 0.361542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.361542] AppArmor: AppArmor Filesystem Enabled
[ 0.361542] pnp: PnP ACPI init
[ 0.361542] system 00:00: [io 0x0a00-0x0a1f] has been reserved
[ 0.361542] system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 0.361542] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.361542] pnp 00:01: [dma 0 disabled]
[ 0.361542] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.361542] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.361542] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.362253] system 00:04: [mem 0xfea80000-0xfeafffff] has been reserved
[ 0.362257] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[ 0.362259] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[ 0.362260] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
[ 0.362262] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[ 0.362264] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.362265] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.362267] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.363505] system 00:05: [io 0x1800-0x18fe] could not be reserved
[ 0.363509] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.363510] system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
[ 0.363512] system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
[ 0.363513] system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
[ 0.363515] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.363516] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.363518] system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
[ 0.363519] system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.363521] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.363930] system 00:06: [io 0x2000-0x20fe] has been reserved
[ 0.364479] pnp: PnP ACPI: found 8 devices
[ 0.370213] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.370282] NET: Registered PF_INET protocol family
[ 0.370525] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.374289] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.374329] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.374449] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.374738] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.374841] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.374955] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.375017] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.375070] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.375130] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.375136] NET: Registered PF_XDP protocol family
[ 0.375154] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.375161] pci 0000:00:15.0: BAR 0: assigned [mem 0x4010000000-0x4010000fff 64bit]
[ 0.375211] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.375214] pci 0000:00:15.2: BAR 0: assigned [mem 0x4010001000-0x4010001fff 64bit]
[ 0.375258] clipped [mem size 0x00050000] to [mem size 0xffffffffffff0000] for e820 entry [mem 0x0009f000-0x000fffff]
[ 0.375261] pci 0000:00:1f.5: BAR 0: assigned [mem 0x80504000-0x80504fff]
[ 0.375272] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.375277] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x804fffff]
[ 0.375285] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 0.375289] pci 0000:00:1c.4: bridge window [mem 0x80200000-0x803fffff]
[ 0.375296] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 0.375300] pci 0000:00:1c.5: bridge window [mem 0x80000000-0x801fffff]
[ 0.375307] pci 0000:00:1c.6: PCI bridge to [bus 04]
[ 0.375311] pci 0000:00:1c.6: bridge window [mem 0x7fe00000-0x7fffffff]
[ 0.375318] pci 0000:00:1c.7: PCI bridge to [bus 05]
[ 0.375322] pci 0000:00:1c.7: bridge window [mem 0x7fc00000-0x7fdfffff]
[ 0.375330] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.375332] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.375333] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
[ 0.375335] pci_bus 0000:00: resource 7 [mem 0x7fc00000-0xbfffffff window]
[ 0.375336] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[ 0.375338] pci_bus 0000:01: resource 1 [mem 0x80400000-0x804fffff]
[ 0.375340] pci_bus 0000:02: resource 1 [mem 0x80200000-0x803fffff]
[ 0.375341] pci_bus 0000:03: resource 1 [mem 0x80000000-0x801fffff]
[ 0.375343] pci_bus 0000:04: resource 1 [mem 0x7fe00000-0x7fffffff]
[ 0.375344] pci_bus 0000:05: resource 1 [mem 0x7fc00000-0x7fdfffff]
[ 0.375962] PCI: CLS 64 bytes, default 64
[ 0.375983] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.375984] software IO TLB: mapped [mem 0x0000000069d3d000-0x000000006dd3d000] (64MB)
[ 0.376012] Trying to unpack rootfs image as initramfs...
[ 0.376075] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3990bec8342, max_idle_ns: 881590769617 ns
[ 0.376094] clocksource: Switched to clocksource tsc
[ 0.376125] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.391754] Initialise system trusted keyrings
[ 0.391767] Key type blacklist registered
[ 0.391796] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.392923] zbud: loaded
[ 0.393192] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.393307] fuse: init (API version 7.36)
[ 0.393437] integrity: Platform Keyring initialized
[ 0.393442] integrity: Machine keyring initialized
[ 0.403088] Key type asymmetric registered
[ 0.403091] Asymmetric key parser 'x509' registered
[ 1.244160] Freeing initrd memory: 59568K
[ 1.247161] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 1.247195] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.247230] io scheduler mq-deadline registered
[ 1.247795] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[ 1.247864] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[ 1.247906] pcieport 0000:00:1c.0: DPC: enabled with IRQ 122
[ 1.247908] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.248166] pcieport 0000:00:1c.4: PME: Signaling with IRQ 123
[ 1.248223] pcieport 0000:00:1c.4: AER: enabled with IRQ 123
[ 1.248261] pcieport 0000:00:1c.4: DPC: enabled with IRQ 123
[ 1.248262] pcieport 0000:00:1c.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.248514] pcieport 0000:00:1c.5: PME: Signaling with IRQ 124
[ 1.248576] pcieport 0000:00:1c.5: AER: enabled with IRQ 124
[ 1.248618] pcieport 0000:00:1c.5: DPC: enabled with IRQ 124
[ 1.248619] pcieport 0000:00:1c.5: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.248877] pcieport 0000:00:1c.6: PME: Signaling with IRQ 125
[ 1.248934] pcieport 0000:00:1c.6: AER: enabled with IRQ 125
[ 1.248971] pcieport 0000:00:1c.6: DPC: enabled with IRQ 125
[ 1.248972] pcieport 0000:00:1c.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.249224] pcieport 0000:00:1c.7: PME: Signaling with IRQ 126
[ 1.249285] pcieport 0000:00:1c.7: AER: enabled with IRQ 126
[ 1.249325] pcieport 0000:00:1c.7: DPC: enabled with IRQ 126
[ 1.249326] pcieport 0000:00:1c.7: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 1.249438] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.249783] Monitor-Mwait will be used to enter C-1 state
[ 1.249792] Monitor-Mwait will be used to enter C-2 state
[ 1.249798] Monitor-Mwait will be used to enter C-3 state
[ 1.249803] ACPI: \_SB_.PR00: Found 3 idle states
[ 1.250055] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.250078] ACPI: button: Sleep Button [SLPB]
[ 1.250107] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.250122] ACPI: button: Power Button [PWRB]
[ 1.250148] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.250182] ACPI: button: Power Button [PWRF]
[ 1.295746] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.295752] ACPI: thermal: Thermal Zone [TZ00] (70 C)
[ 1.296157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.317463] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.322801] hpet_acpi_add: no address or irqs in _CRS
[ 1.322834] Linux agpgart interface v0.103
[ 1.335203] loop: module loaded
[ 1.335556] tun: Universal TUN/TAP device driver, 1.6
[ 1.335618] PPP generic driver version 2.4.2
[ 1.335712] i8042: PNP: No PS/2 controller found.
[ 1.335713] i8042: Probing ports directly.
[ 1.336760] i8042: No controller found
[ 1.336889] mousedev: PS/2 mouse device common for all mice
[ 1.337115] rtc_cmos rtc_cmos: RTC can wake from S4
[ 1.337867] rtc_cmos rtc_cmos: registered as rtc0
[ 1.338009] rtc_cmos rtc_cmos: setting system clock to 2022-11-02T18:08:20 UTC (1667412500)
[ 1.338026] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[ 1.338033] i2c_dev: i2c /dev entries driver
[ 1.338055] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 1.338081] device-mapper: uevent: version 1.0.3
[ 1.338133] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: [email protected]
[ 1.338151] platform eisa.0: Probing EISA bus 0
[ 1.338154] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 1.338156] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.338157] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.338158] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.338160] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 1.338161] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 1.338163] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 1.338164] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 1.338165] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 1.338166] platform eisa.0: EISA: Detected 0 cards
[ 1.338171] intel_pstate: Intel P-state driver initializing
[ 1.338472] intel_pstate: HWP enabled
[ 1.338641] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.338663] EFI Variables Facility v0.08 2004-May-17
[ 1.343096] intel_pmc_core INT33A1:00: initialized
[ 1.343168] drop_monitor: Initializing network drop monitor service
[ 1.343299] NET: Registered PF_INET6 protocol family
[ 1.346894] Segment Routing with IPv6
[ 1.346909] In-situ OAM (IOAM) with IPv6
[ 1.346940] NET: Registered PF_PACKET protocol family
[ 1.346960] Bridge firewalling registered
[ 1.346988] Key type dns_resolver registered
[ 1.347399] microcode: sig=0x906c0, pf=0x1, revision=0x1d
[ 1.347448] microcode: Microcode Update Driver: v2.2.
[ 1.347735] resctrl: L2 allocation detected
[ 1.347739] IPI shorthand broadcast: enabled
[ 1.347773] sched_clock: Marking stable (1341346815, 6374038)->(1372167026, -24446173)
[ 1.347934] registered taskstats version 1
[ 1.348088] Loading compiled-in X.509 certificates
[ 1.348378] zswap: loaded using pool lzo/zbud
[ 1.348519] Key type ._fscrypt registered
[ 1.348520] Key type .fscrypt registered
[ 1.348521] Key type fscrypt-provisioning registered
[ 1.348640] Key type trusted registered
[ 1.351918] Key type encrypted registered
[ 1.351922] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.352266] ima: secureboot mode disabled
[ 1.352273] Loading compiled-in module X.509 certificates
[ 1.353259] Loaded X.509 cert 'Build time autogenerated kernel key: 1011c69c5f65dee8cac17806d419c32fd9c0de0d'
[ 1.353262] ima: Allocated hash algorithm: sha1
[ 1.373219] ima: No architecture policies found
[ 1.373266] evm: Initialising EVM extended attributes:
[ 1.373267] evm: security.selinux
[ 1.373268] evm: security.SMACK64
[ 1.373269] evm: security.SMACK64EXEC
[ 1.373270] evm: security.SMACK64TRANSMUTE
[ 1.373270] evm: security.SMACK64MMAP
[ 1.373271] evm: security.apparmor
[ 1.373271] evm: security.ima
[ 1.373272] evm: security.capability
[ 1.373273] evm: HMAC attrs: 0x1
[ 1.375022] PM: Magic number: 14:155:139
[ 1.375101] acpi device:10: hash matches
[ 1.375219] RAS: Correctable Errors collector initialized.
[ 1.376811] Freeing unused decrypted memory: 2036K
[ 1.377335] Freeing unused kernel image (initmem) memory: 3100K
[ 1.403661] Write protecting the kernel read-only data: 26624k
[ 1.404453] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 1.404591] Freeing unused kernel image (rodata/data gap) memory: 360K
[ 1.419651] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.419657] Run /init as init process
[ 1.419658] with arguments:
[ 1.419660] /init
[ 1.419661] with environment:
[ 1.419661] HOME=/
[ 1.419662] TERM=linux
[ 1.419663] BOOT_IMAGE=/boot/vmlinuz-5.19.7-1-pve
[ 1.582502] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 1.632490] sdhci: Secure Digital Host Controller Interface driver
[ 1.632494] sdhci: Copyright(c) Pierre Ossman
[ 1.632773] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.632782] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.633505] sdhci-pci 0000:00:14.5: SDHCI controller found [8086:4df8] (rev 1)
[ 1.633883] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[ 1.634039] ahci 0000:00:17.0: version 3.0
[ 1.636105] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.636112] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.636117] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.636758] Intel(R) 2.5G Ethernet Linux Driver
[ 1.636760] Copyright(c) 2018 Intel Corporation.
[ 1.636806] igc 0000:02:00.0: enabling device (0000 -> 0002)
[ 1.636880] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[ 1.636883] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.636885] usb usb1: Product: xHCI Host Controller
[ 1.636887] usb usb1: Manufacturer: Linux 5.19.7-1-pve xhci-hcd
[ 1.636888] usb usb1: SerialNumber: 0000:00:14.0
[ 1.637092] igc 0000:02:00.0: PTM enabled, 4ns granularity
[ 1.637344] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 1.637422] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 1.637558] hub 1-0:1.0: USB hub found
[ 1.637579] hub 1-0:1.0: 8 ports detected
[ 1.638517] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.638531] No Local Variables are initialized for Method [_PLD]
[ 1.638533] No Arguments are initialized for method [_PLD]
[ 1.638535] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS03._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.638584] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.638591] No Local Variables are initialized for Method [_PLD]
[ 1.638593] No Arguments are initialized for method [_PLD]
[ 1.638595] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS03._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.638647] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.638655] No Local Variables are initialized for Method [_PLD]
[ 1.638657] No Arguments are initialized for method [_PLD]
[ 1.638658] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS04._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.638708] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.638716] No Local Variables are initialized for Method [_PLD]
[ 1.638717] No Arguments are initialized for method [_PLD]
[ 1.638719] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS04._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.640799] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[ 1.640803] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.640804] usb usb2: Product: xHCI Host Controller
[ 1.640806] usb usb2: Manufacturer: Linux 5.19.7-1-pve xhci-hcd
[ 1.640807] usb usb2: SerialNumber: 0000:00:14.0
[ 1.640915] hub 2-0:1.0: USB hub found
[ 1.640934] hub 2-0:1.0: 6 ports detected
[ 1.640992] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.641003] No Local Variables are initialized for Method [_PLD]
[ 1.641004] No Arguments are initialized for method [_PLD]
[ 1.641006] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS01._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.641056] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.641063] No Local Variables are initialized for Method [_PLD]
[ 1.641065] No Arguments are initialized for method [_PLD]
[ 1.641067] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS01._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.641119] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.641127] No Local Variables are initialized for Method [_PLD]
[ 1.641128] No Arguments are initialized for method [_PLD]
[ 1.641130] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS02._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.641175] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 1.641183] No Local Variables are initialized for Method [_PLD]
[ 1.641184] No Arguments are initialized for method [_PLD]
[ 1.641186] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.SS02._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 1.642831] mmc0: SDHCI controller on PCI [0000:00:14.5] using ADMA 64-bit
[ 1.643064] nvme nvme0: pci function 0000:01:00.0
[ 1.645416] i2c i2c-0: 2/2 memory slots populated (from DMI)
[ 1.645574] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[ 1.645577] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds
[ 1.645874] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 1.646726] scsi host0: ahci
[ 1.646891] scsi host1: ahci
[ 1.646928] ata1: DUMMY
[ 1.646931] ata2: SATA max UDMA/133 abar m2048@0x80502000 port 0x80502180 irq 128
[ 1.655814] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[ 1.656140] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 1.672372] nvme nvme0: missing or invalid SUBNQN field.
[ 1.683665] intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
[ 1.683804] pps pps0: new PPS source ptp0
[ 1.683901] igc 0000:02:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.683966] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 1.710630] igc 0000:02:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.710636] igc 0000:02:00.0 eth0: MAC: 7c:2b:e1:13:0a:f5
[ 1.710692] igc 0000:03:00.0: enabling device (0000 -> 0002)
[ 1.710809] igc 0000:03:00.0: PTM enabled, 4ns granularity
[ 1.742112] nvme nvme0: allocated 128 MiB host memory buffer.
[ 1.759122] pps pps1: new PPS source ptp1
[ 1.759216] igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.771894] nvme nvme0: 4/0/0 default/read/poll queues
[ 1.774505] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 1.777953] nvme0n1: p1 p2 p3
[ 1.779656] igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.779660] igc 0000:03:00.0 eth1: MAC: 7c:2b:e1:13:0a:f6
[ 1.779699] igc 0000:04:00.0: enabling device (0000 -> 0002)
[ 1.779853] igc 0000:04:00.0: PTM enabled, 4ns granularity
[ 1.823774] pps pps2: new PPS source ptp2
[ 1.823808] igc 0000:04:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.848196] igc 0000:04:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.848202] igc 0000:04:00.0 eth2: MAC: 7c:2b:e1:13:0a:f7
[ 1.848251] igc 0000:05:00.0: enabling device (0000 -> 0002)
[ 1.848410] igc 0000:05:00.0: PTM enabled, 4ns granularity
[ 1.891882] pps pps3: new PPS source ptp3
[ 1.891927] igc 0000:05:00.0 (unnamed net_device) (uninitialized): PHC added
[ 1.895497] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 1.917205] igc 0000:05:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 1.917210] igc 0000:05:00.0 eth3: MAC: 7c:2b:e1:13:0a:f8
[ 1.924917] igc 0000:03:00.0 enp3s0: renamed from eth1
[ 1.940104] igc 0000:04:00.0 enp4s0: renamed from eth2
[ 1.959695] igc 0000:05:00.0 enp5s0: renamed from eth3
[ 1.979434] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.979918] ata2.00: supports DRM functions and may not be fully accessible
[ 1.979920] ata2.00: ATA-10: Crucial_CT750MX300SSD1, M0CR040, max UDMA/133
[ 1.982939] ata2.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.986448] ata2.00: Features: Trust Dev-Sleep NCQ-sndrcv NCQ-prio
[ 1.986935] ata2.00: supports DRM functions and may not be fully accessible
[ 1.992861] ata2.00: configured for UDMA/133
[ 1.992954] scsi 1:0:0:0: Direct-Access ATA Crucial_CT750MX3 R040 PQ: 0 ANSI: 5
[ 1.993190] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 1.993248] ata2.00: Enabling discard_zeroes_data
[ 1.993306] sd 1:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[ 1.993324] sd 1:0:0:0: [sda] Write Protect is off
[ 1.993326] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.993407] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.993500] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.993780] ata2.00: Enabling discard_zeroes_data
[ 2.029853] sda: sda1
[ 2.030098] sd 1:0:0:0: [sda] supports TCG Opal
[ 2.030101] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.032059] igc 0000:02:00.0 enp2s0: renamed from eth0
[ 2.045260] usb 1-3: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[ 2.045266] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.045268] usb 1-3: Product: slae.sh cc2652rb stick - slaesh's iot stuff
[ 2.045270] usb 1-3: Manufacturer: Silicon Labs
[ 2.045271] usb 1-3: SerialNumber: 00_12_4B_00_23_93_39_5E
[ 2.045417] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 2.045434] No Local Variables are initialized for Method [_PLD]
[ 2.045435] No Arguments are initialized for method [_PLD]
[ 2.045438] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS03._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 2.046204] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20220331/psargs-330)
[ 2.046218] No Local Variables are initialized for Method [_PLD]
[ 2.046220] No Arguments are initialized for method [_PLD]
[ 2.046222] ACPI Error: Aborting method \_SB.PC00.XHCI.RHUB.HS03._PLD due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
[ 2.999386] raid6: sse2x4 gen() 11224 MB/s
[ 3.067387] raid6: sse2x2 gen() 13909 MB/s
[ 3.135387] raid6: sse2x1 gen() 12334 MB/s
[ 3.135388] raid6: using algorithm sse2x2 gen() 13909 MB/s
[ 3.203386] raid6: .... xor() 7827 MB/s, rmw enabled
[ 3.203387] raid6: using ssse3x2 recovery algorithm
[ 3.203933] xor: measuring software checksum speed
[ 3.204423] prefetch64-sse : 20295 MB/sec
[ 3.204965] generic_sse : 18220 MB/sec
[ 3.204965] xor: using function: prefetch64-sse (20295 MB/sec)
[ 3.253655] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[ 3.342275] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Quota mode: none.
[ 3.453400] systemd[1]: Inserted module 'autofs4'
[ 3.475825] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 3.475932] systemd[1]: Detected architecture x86-64.
[ 3.476441] systemd[1]: Set hostname to <proxmox>.
[ 3.625299] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.657043] systemd[1]: Created slice system-getty.slice.
[ 3.657390] systemd[1]: Created slice system-modprobe.slice.
[ 3.657664] systemd[1]: Created slice system-postfix.slice.
[ 3.657931] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.658177] systemd[1]: Created slice User and Session Slice.
[ 3.658239] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.658286] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.658446] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.658485] systemd[1]: Reached target ceph target allowing to start/stop all [email protected] instances at once.
[ 3.658497] systemd[1]: Reached target ceph target allowing to start/stop all ceph*@.service instances at once.
[ 3.658509] systemd[1]: Reached target Local Encrypted Volumes.
[ 3.658556] systemd[1]: Reached target Slices.
[ 3.658584] systemd[1]: Reached target System Time Set.
[ 3.658662] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 3.658755] systemd[1]: Listening on LVM2 poll daemon socket.
[ 3.662200] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 3.662353] systemd[1]: Listening on Syslog Socket.
[ 3.662447] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 3.662511] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.662651] systemd[1]: Listening on Journal Audit Socket.
[ 3.662738] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.662841] systemd[1]: Listening on Journal Socket.
[ 3.663167] systemd[1]: Listening on udev Control Socket.
[ 3.663249] systemd[1]: Listening on udev Kernel Socket.
[ 3.664053] systemd[1]: Mounting Huge Pages File System...
[ 3.664881] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.665722] systemd[1]: Mounting RPC Pipe File System...
[ 3.666633] systemd[1]: Mounting Kernel Debug File System...
[ 3.667527] systemd[1]: Mounting Kernel Trace File System...
[ 3.667627] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 3.668788] systemd[1]: Starting Set the console keyboard layout...
[ 3.669949] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 3.670892] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 3.672008] systemd[1]: Starting Load Kernel Module configfs...
[ 3.672887] systemd[1]: Starting Load Kernel Module drm...
[ 3.674977] systemd[1]: Starting Load Kernel Module fuse...
[ 3.676271] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 3.676334] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 3.677891] systemd[1]: Starting Journal Service...
[ 3.679367] systemd[1]: Starting Load Kernel Modules...
[ 3.680362] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.681400] systemd[1]: Starting Coldplug All udev Devices...
[ 3.683231] systemd[1]: Mounted Huge Pages File System.
[ 3.683333] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.683464] systemd[1]: Mounted Kernel Debug File System.
[ 3.683661] systemd[1]: Mounted Kernel Trace File System.
[ 3.684026] systemd[1]: Finished Set the console keyboard layout.
[ 3.684409] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 3.684615] systemd[1]: [email protected]: Succeeded.
[ 3.684802] systemd[1]: Finished Load Kernel Module configfs.
[ 3.685023] systemd[1]: [email protected]: Succeeded.
[ 3.685208] systemd[1]: Finished Load Kernel Module fuse.
[ 3.686323] systemd[1]: Mounting FUSE Control File System...
[ 3.691437] systemd[1]: Mounting Kernel Configuration File System...
[ 3.694834] systemd[1]: Mounted FUSE Control File System.
[ 3.694975] systemd[1]: Mounted Kernel Configuration File System.
[ 3.698376] EXT4-fs (dm-1): re-mounted. Quota mode: none.
[ 3.700205] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 3.700846] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 3.700893] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 3.701861] systemd[1]: Starting Load/Save Random Seed...
[ 3.702851] systemd[1]: Starting Create System Users...
[ 3.704330] RPC: Registered named UNIX socket transport module.
[ 3.704333] RPC: Registered udp transport module.
[ 3.704334] RPC: Registered tcp transport module.
[ 3.704335] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.708112] Loading iSCSI transport class v2.0-870.
[ 3.708785] systemd[1]: Mounted RPC Pipe File System.
[ 3.708845] ACPI: bus type drm_connector registered
[ 3.712525] systemd[1]: Started Device-mapper event daemon.
[ 3.712930] systemd[1]: [email protected]: Succeeded.
[ 3.713138] systemd[1]: Finished Load Kernel Module drm.
[ 3.719567] iscsi: registered transport (tcp)
[ 3.723628] systemd[1]: Finished Load/Save Random Seed.
[ 3.723970] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[ 3.725345] systemd[1]: Finished Create System Users.
[ 3.726358] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 3.744552] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 3.746141] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 3.756930] iscsi: registered transport (iser)
[ 3.764846] spl: loading out-of-tree module taints kernel.
[ 3.767365] znvpair: module license 'CDDL' taints kernel.
[ 3.767369] Disabling lock debugging due to kernel taint
[ 3.771883] systemd[1]: Started Journal Service.
[ 3.778781] systemd-journald[402]: Received client request to flush runtime journal.
[ 4.056979] EXT4-fs (sda1): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.101179] usbcore: registered new interface driver usbserial_generic
[ 4.101192] usbserial: USB Serial support registered for generic
[ 4.102020] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 4.104226] usbcore: registered new interface driver cp210x
[ 4.104238] usbserial: USB Serial support registered for cp210x
[ 4.104254] cp210x 1-3:1.0: cp210x converter detected
[ 4.105490] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.105786] spi-nor spi0.0: w25q128 (16384 Kbytes)
[ 4.109195] usb 1-3: cp210x converter now attached to ttyUSB0
[ 4.109496] pstore: Using crash dump compression: deflate
[ 4.109510] pstore: Registered efi as persistent store backend
[ 4.109647] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 4.113771] Creating 1 MTD partitions on "0000:00:1f.5":
[ 4.113779] 0x000000000000-0x000001000000 : "BIOS"
[ 4.168554] cryptd: max_cpu_qlen set to 1000
[ 4.173161] SSE version of gcm_enc/dec engaged.
[ 4.181439] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 4.181641] ZFS: Loaded module v2.1.5-pve1, ZFS pool version 5000, ZFS filesystem version 5
[ 4.311459] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k SSFS
[ 4.425761] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.428025] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.430800] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
[ 4.452904] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 4.453393] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 4.455826] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.456760] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 4.456926] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.457472] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 4.457639] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 4.497522] intel_rapl_common: Found RAPL domain package
[ 4.497527] intel_rapl_common: Found RAPL domain core
[ 4.497529] intel_rapl_common: Found RAPL domain uncore
[ 4.508150] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
[ 4.508197] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[ 4.508235] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 4.508278] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 4.508315] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 4.508353] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 4.508396] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 4.838786] audit: type=1400 audit(1667412503.995:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=640 comm="apparmor_parser"
[ 4.841556] audit: type=1400 audit(1667412503.999:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/chronyd" pid=638 comm="apparmor_parser"
[ 4.842548] audit: type=1400 audit(1667412503.999:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=641 comm="apparmor_parser"
[ 4.842555] audit: type=1400 audit(1667412503.999:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=641 comm="apparmor_parser"
[ 4.842649] audit: type=1400 audit(1667412503.999:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=639 comm="apparmor_parser"
[ 4.842654] audit: type=1400 audit(1667412503.999:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=639 comm="apparmor_parser"
[ 4.842656] audit: type=1400 audit(1667412503.999:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=639 comm="apparmor_parser"
[ 4.847588] audit: type=1400 audit(1667412504.007:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=647 comm="apparmor_parser"
[ 4.854724] audit: type=1400 audit(1667412504.011:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=648 comm="apparmor_parser"
[ 4.902981] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 4.902987] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 5.293465] vmbr0: port 1(enp2s0) entered blocking state
[ 5.293472] vmbr0: port 1(enp2s0) entered disabled state
[ 5.293543] device enp2s0 entered promiscuous mode
[ 5.401992] vmbr1: port 1(enp3s0) entered blocking state
[ 5.401999] vmbr1: port 1(enp3s0) entered disabled state
[ 5.402069] device enp3s0 entered promiscuous mode
[ 5.506954] vmbr2: port 1(enp4s0) entered blocking state
[ 5.506961] vmbr2: port 1(enp4s0) entered disabled state
[ 5.507029] device enp4s0 entered promiscuous mode
[ 5.611019] vmbr3: port 1(enp5s0) entered blocking state
[ 5.611026] vmbr3: port 1(enp5s0) entered disabled state
[ 5.611096] device enp5s0 entered promiscuous mode
[ 6.101899] kauditd_printk_skb: 4 callbacks suppressed
[ 6.101903] audit: type=1400 audit(1667412505.257:15): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=867 comm="apparmor_parser"
[ 6.122788] audit: type=1400 audit(1667412505.277:16): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=874 comm="apparmor_parser"
[ 6.122807] audit: type=1400 audit(1667412505.277:17): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=874 comm="apparmor_parser"
[ 6.122809] audit: type=1400 audit(1667412505.277:18): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=874 comm="apparmor_parser"
[ 6.122812] audit: type=1400 audit(1667412505.277:19): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=874 comm="apparmor_parser"
[ 7.823779] igc 0000:04:00.0 enp4s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 7.823969] vmbr2: port 1(enp4s0) entered blocking state
[ 7.823973] vmbr2: port 1(enp4s0) entered forwarding state
[ 7.824112] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr2: link becomes ready
[ 7.991467] bpfilter: Loaded bpfilter_umh pid 1085
[ 7.991738] Started bpfilter
[ 8.423764] igc 0000:03:00.0 enp3s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 8.531548] vmbr1: port 1(enp3s0) entered blocking state
[ 8.531555] vmbr1: port 1(enp3s0) entered forwarding state
[ 8.531695] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr1: link becomes ready
[ 8.703773] igc 0000:05:00.0 enp5s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 8.815538] vmbr3: port 1(enp5s0) entered blocking state
[ 8.815547] vmbr3: port 1(enp5s0) entered forwarding state
[ 8.815692] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr3: link becomes ready
[ 11.351661] igc 0000:02:00.0 enp2s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 11.459411] vmbr0: port 1(enp2s0) entered blocking state
[ 11.459419] vmbr0: port 1(enp2s0) entered forwarding state
[ 11.459592] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
[ 12.626623] EXT4-fs (dm-11): mounted filesystem with ordered data mode. Quota mode: none.
[ 13.001490] audit: type=1400 audit(1667412512.157:20): apparmor="STATUS" operation="profile_load" profile="/usr/bin/lxc-start" name="lxc-100_</var/lib/lxc>" pid=1148 comm="apparmor_parser"
[ 13.595267] vmbr0: port 2(fwpr100p0) entered blocking state
[ 13.595274] vmbr0: port 2(fwpr100p0) entered disabled state
[ 13.595338] device fwpr100p0 entered promiscuous mode
[ 13.595390] vmbr0: port 2(fwpr100p0) entered blocking state
[ 13.595393] vmbr0: port 2(fwpr100p0) entered forwarding state
[ 13.602618] fwbr100i0: port 1(fwln100i0) entered blocking state
[ 13.602625] fwbr100i0: port 1(fwln100i0) entered disabled state
[ 13.602690] device fwln100i0 entered promiscuous mode
[ 13.602744] fwbr100i0: port 1(fwln100i0) entered blocking state
[ 13.602747] fwbr100i0: port 1(fwln100i0) entered forwarding state
[ 13.609823] fwbr100i0: port 2(veth100i0) entered blocking state
[ 13.609829] fwbr100i0: port 2(veth100i0) entered disabled state
[ 13.609897] device veth100i0 entered promiscuous mode
[ 13.643808] eth0: renamed from vethlheqAX
[ 14.117904] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 14.117942] fwbr100i0: port 2(veth100i0) entered blocking state
[ 14.117946] fwbr100i0: port 2(veth100i0) entered forwarding state
[ 171.622226] igc 0000:02:00.0 enp2s0: NIC Link is Down
[ 171.622282] vmbr0: port 1(enp2s0) entered disabled state
[ 181.206418] igc 0000:02:00.0 enp2s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 181.206610] vmbr0: port 1(enp2s0) entered blocking state
[ 181.206614] vmbr0: port 1(enp2s0) entered forwarding state
[ 194.700757] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Quota mode: none.
[ 195.054203] audit: type=1400 audit(1667412694.219:21): apparmor="STATUS" operation="profile_load" profile="/usr/bin/lxc-start" name="lxc-101_</var/lib/lxc>" pid=3888 comm="apparmor_parser"
[ 195.659393] vmbr0: port 3(fwpr101p0) entered blocking state
[ 195.659400] vmbr0: port 3(fwpr101p0) entered disabled state
[ 195.659467] device fwpr101p0 entered promiscuous mode
[ 195.659498] vmbr0: port 3(fwpr101p0) entered blocking state
[ 195.659501] vmbr0: port 3(fwpr101p0) entered forwarding state
[ 195.667669] fwbr101i0: port 1(fwln101i0) entered blocking state
[ 195.667675] fwbr101i0: port 1(fwln101i0) entered disabled state
[ 195.667742] device fwln101i0 entered promiscuous mode
[ 195.667795] fwbr101i0: port 1(fwln101i0) entered blocking state
[ 195.667797] fwbr101i0: port 1(fwln101i0) entered forwarding state
[ 195.676036] fwbr101i0: port 2(veth101i0) entered blocking state
[ 195.676043] fwbr101i0: port 2(veth101i0) entered disabled state
[ 195.676107] device veth101i0 entered promiscuous mode
[ 195.709978] eth0: renamed from veth3NtGYM
[ 196.346037] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 196.346077] fwbr101i0: port 2(veth101i0) entered blocking state
[ 196.346080] fwbr101i0: port 2(veth101i0) entered forwarding state
[ 196.431412] audit: type=1400 audit(1667412695.595:22): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="nvidia_modprobe" pid=4038 comm="apparmor_parser"
[ 196.431420] audit: type=1400 audit(1667412695.595:23): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="nvidia_modprobe//kmod" pid=4038 comm="apparmor_parser"
[ 196.461607] audit: type=1400 audit(1667412695.627:24): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/usr/sbin/tcpdump" pid=4040 comm="apparmor_parser"
[ 196.467760] audit: type=1400 audit(1667412695.631:25): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="lsb_release" pid=4041 comm="apparmor_parser"
[ 196.480748] audit: type=1400 audit(1667412695.643:26): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=4042 comm="apparmor_parser"
[ 196.480755] audit: type=1400 audit(1667412695.643:27): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=4042 comm="apparmor_parser"
[ 196.480772] audit: type=1400 audit(1667412695.643:28): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=4042 comm="apparmor_parser"
[ 196.480775] audit: type=1400 audit(1667412695.643:29): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/{,usr/}sbin/dhclient" pid=4042 comm="apparmor_parser"
[ 196.486668] audit: type=1400 audit(1667412695.651:30): apparmor="STATUS" operation="profile_load" label="lxc-101_</var/lib/lxc>//&:lxc-101_<-var-lib-lxc>:unconfined" name="/usr/bin/man" pid=4043 comm="apparmor_parser"
[ 316.838431] device tap105i0 entered promiscuous mode
[ 316.853917] vmbr0: port 4(tap105i0) entered blocking state
[ 316.853924] vmbr0: port 4(tap105i0) entered disabled state
[ 316.854026] vmbr0: port 4(tap105i0) entered blocking state
[ 316.854028] vmbr0: port 4(tap105i0) entered forwarding state
[ 316.943493] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[ 316.943512] cp210x 1-3:1.0: device disconnected
[ 324.269839] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[ 343.219729] device tap200i0 entered promiscuous mode
[ 343.258991] vmbr1: port 2(fwpr200p0) entered blocking state
[ 343.258997] vmbr1: port 2(fwpr200p0) entered disabled state
[ 343.259065] device fwpr200p0 entered promiscuous mode
[ 343.259101] vmbr1: port 2(fwpr200p0) entered blocking state
[ 343.259104] vmbr1: port 2(fwpr200p0) entered forwarding state
[ 343.267056] fwbr200i0: port 1(fwln200i0) entered blocking state
[ 343.267063] fwbr200i0: port 1(fwln200i0) entered disabled state
[ 343.267129] device fwln200i0 entered promiscuous mode
[ 343.267170] fwbr200i0: port 1(fwln200i0) entered blocking state
[ 343.267172] fwbr200i0: port 1(fwln200i0) entered forwarding state
[ 343.275038] fwbr200i0: port 2(tap200i0) entered blocking state
[ 343.275044] fwbr200i0: port 2(tap200i0) entered disabled state
[ 343.275144] fwbr200i0: port 2(tap200i0) entered blocking state
[ 343.275147] fwbr200i0: port 2(tap200i0) entered forwarding state
[ 343.928641] device tap200i1 entered promiscuous mode
[ 343.966323] vmbr2: port 2(fwpr200p1) entered blocking state
[ 343.966330] vmbr2: port 2(fwpr200p1) entered disabled state
[ 343.966449] device fwpr200p1 entered promiscuous mode
[ 343.966486] vmbr2: port 2(fwpr200p1) entered blocking state
[ 343.966489] vmbr2: port 2(fwpr200p1) entered forwarding state
[ 343.974390] fwbr200i1: port 1(fwln200i1) entered blocking state
[ 343.974397] fwbr200i1: port 1(fwln200i1) entered disabled state
[ 343.974466] device fwln200i1 entered promiscuous mode
[ 343.974507] fwbr200i1: port 1(fwln200i1) entered blocking state
[ 343.974509] fwbr200i1: port 1(fwln200i1) entered forwarding state
[ 343.982374] fwbr200i1: port 2(tap200i1) entered blocking state
[ 343.982382] fwbr200i1: port 2(tap200i1) entered disabled state
[ 343.982486] fwbr200i1: port 2(tap200i1) entered blocking state
[ 343.982489] fwbr200i1: port 2(tap200i1) entered forwarding state
[ 344.616867] device tap200i2 entered promiscuous mode
[ 344.655285] vmbr0: port 5(fwpr200p2) entered blocking state
[ 344.655292] vmbr0: port 5(fwpr200p2) entered disabled state
[ 344.655360] device fwpr200p2 entered promiscuous mode
[ 344.655405] vmbr0: port 5(fwpr200p2) entered blocking state
[ 344.655407] vmbr0: port 5(fwpr200p2) entered forwarding state
[ 344.663455] fwbr200i2: port 1(fwln200i2) entered blocking state
[ 344.663462] fwbr200i2: port 1(fwln200i2) entered disabled state
[ 344.663531] device fwln200i2 entered promiscuous mode
[ 344.663572] fwbr200i2: port 1(fwln200i2) entered blocking state
[ 344.663575] fwbr200i2: port 1(fwln200i2) entered forwarding state
[ 344.671462] fwbr200i2: port 2(tap200i2) entered blocking state
[ 344.671468] fwbr200i2: port 2(tap200i2) entered disabled state
[ 344.671558] fwbr200i2: port 2(tap200i2) entered blocking state
[ 344.671561] fwbr200i2: port 2(tap200i2) entered forwarding state
[ 345.309055] device tap200i3 entered promiscuous mode
[ 345.347472] vmbr0: port 6(fwpr200p3) entered blocking state
[ 345.347478] vmbr0: port 6(fwpr200p3) entered disabled state
[ 345.347549] device fwpr200p3 entered promiscuous mode
[ 345.347588] vmbr0: port 6(fwpr200p3) entered blocking state
[ 345.347590] vmbr0: port 6(fwpr200p3) entered forwarding state
[ 345.355662] fwbr200i3: port 1(fwln200i3) entered blocking state
[ 345.355668] fwbr200i3: port 1(fwln200i3) entered disabled state
[ 345.355737] device fwln200i3 entered promiscuous mode
[ 345.355777] fwbr200i3: port 1(fwln200i3) entered blocking state
[ 345.355779] fwbr200i3: port 1(fwln200i3) entered forwarding state
[ 345.363977] fwbr200i3: port 2(tap200i3) entered blocking state
[ 345.363983] fwbr200i3: port 2(tap200i3) entered disabled state
[ 345.364075] fwbr200i3: port 2(tap200i3) entered blocking state
[ 345.364077] fwbr200i3: port 2(tap200i3) entered forwarding state
[ 346.004479] device tap200i4 entered promiscuous mode
[ 346.043960] vmbr3: port 2(fwpr200p4) entered blocking state
[ 346.043967] vmbr3: port 2(fwpr200p4) entered disabled state
[ 346.044033] device fwpr200p4 entered promiscuous mode
[ 346.044075] vmbr3: port 2(fwpr200p4) entered blocking state
[ 346.044077] vmbr3: port 2(fwpr200p4) entered forwarding state
[ 346.052138] fwbr200i4: port 1(fwln200i4) entered blocking state
[ 346.052144] fwbr200i4: port 1(fwln200i4) entered disabled state
[ 346.052294] device fwln200i4 entered promiscuous mode
[ 346.052338] fwbr200i4: port 1(fwln200i4) entered blocking state
[ 346.052341] fwbr200i4: port 1(fwln200i4) entered forwarding state
[ 346.060677] fwbr200i4: port 2(tap200i4) entered blocking state
[ 346.060683] fwbr200i4: port 2(tap200i4) entered disabled state
[ 346.060799] fwbr200i4: port 2(tap200i4) entered blocking state
[ 346.060801] fwbr200i4: port 2(tap200i4) entered forwarding state
[ 346.721021] device tap200i5 entered promiscuous mode
[ 346.759747] vmbr0: port 7(fwpr200p5) entered blocking state
[ 346.759754] vmbr0: port 7(fwpr200p5) entered disabled state
[ 346.759823] device fwpr200p5 entered promiscuous mode
[ 346.759847] vmbr0: port 7(fwpr200p5) entered blocking state
[ 346.759849] vmbr0: port 7(fwpr200p5) entered forwarding state
[ 346.767830] fwbr200i5: port 1(fwln200i5) entered blocking state
[ 346.767836] fwbr200i5: port 1(fwln200i5) entered disabled state
[ 346.767902] device fwln200i5 entered promiscuous mode
[ 346.767957] fwbr200i5: port 1(fwln200i5) entered blocking state
[ 346.767959] fwbr200i5: port 1(fwln200i5) entered forwarding state
[ 346.776046] fwbr200i5: port 2(tap200i5) entered blocking state
[ 346.776053] fwbr200i5: port 2(tap200i5) entered disabled state
[ 346.776144] fwbr200i5: port 2(tap200i5) entered blocking state
[ 346.776147] fwbr200i5: port 2(tap200i5) entered forwarding state
[ 347.450707] device tap200i6 entered promiscuous mode
[ 347.490393] vmbr0: port 8(fwpr200p6) entered blocking state
[ 347.490399] vmbr0: port 8(fwpr200p6) entered disabled state
[ 347.490469] device fwpr200p6 entered promiscuous mode
[ 347.490495] vmbr0: port 8(fwpr200p6) entered blocking state
[ 347.490497] vmbr0: port 8(fwpr200p6) entered forwarding state
[ 347.498730] fwbr200i6: port 1(fwln200i6) entered blocking state
[ 347.498737] fwbr200i6: port 1(fwln200i6) entered disabled state
[ 347.498802] device fwln200i6 entered promiscuous mode
[ 347.498860] fwbr200i6: port 1(fwln200i6) entered blocking state
[ 347.498862] fwbr200i6: port 1(fwln200i6) entered forwarding state
[ 347.506891] fwbr200i6: port 2(tap200i6) entered blocking state
[ 347.506897] fwbr200i6: port 2(tap200i6) entered disabled state
[ 347.507017] fwbr200i6: port 2(tap200i6) entered blocking state
[ 347.507019] fwbr200i6: port 2(tap200i6) entered forwarding state
[ 348.146066] device tap200i7 entered promiscuous mode
[ 348.185926] vmbr0: port 9(fwpr200p7) entered blocking state
[ 348.185934] vmbr0: port 9(fwpr200p7) entered disabled state
[ 348.186005] device fwpr200p7 entered promiscuous mode
[ 348.186032] vmbr0: port 9(fwpr200p7) entered blocking state
[ 348.186035] vmbr0: port 9(fwpr200p7) entered forwarding state
[ 348.194329] fwbr200i7: port 1(fwln200i7) entered blocking state
[ 348.194336] fwbr200i7: port 1(fwln200i7) entered disabled state
[ 348.194403] device fwln200i7 entered promiscuous mode
[ 348.194458] fwbr200i7: port 1(fwln200i7) entered blocking state
[ 348.194460] fwbr200i7: port 1(fwln200i7) entered forwarding state
[ 348.202609] fwbr200i7: port 2(tap200i7) entered blocking state
[ 348.202616] fwbr200i7: port 2(tap200i7) entered disabled state
[ 348.202704] fwbr200i7: port 2(tap200i7) entered blocking state
[ 348.202706] fwbr200i7: port 2(tap200i7) entered forwarding state
[ 378.028992] EXT4-fs (dm-9): mounted filesystem with ordered data mode. Quota mode: none.
[ 378.440487] kauditd_printk_skb: 2 callbacks suppressed
[ 378.440491] audit: type=1400 audit(1667412877.613:33): apparmor="STATUS" operation="profile_load" profile="/usr/bin/lxc-start" name="lxc-110_</var/lib/lxc>" pid=7418 comm="apparmor_parser"
[ 379.107267] vmbr0: port 10(veth110i0) entered blocking state
[ 379.107274] vmbr0: port 10(veth110i0) entered disabled state
[ 379.107356] device veth110i0 entered promiscuous mode
[ 379.142189] eth0: renamed from vethTMNmEb
[ 379.805216] audit: type=1400 audit(1667412878.977:34): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="lsb_release" pid=7567 comm="apparmor_parser"
[ 379.814662] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 379.814712] vmbr0: port 10(veth110i0) entered blocking state
[ 379.814715] vmbr0: port 10(veth110i0) entered forwarding state
[ 379.832325] audit: type=1400 audit(1667412879.005:35): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="nvidia_modprobe" pid=7570 comm="apparmor_parser"
[ 379.832334] audit: type=1400 audit(1667412879.005:36): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="nvidia_modprobe//kmod" pid=7570 comm="apparmor_parser"
[ 379.877446] audit: type=1400 audit(1667412879.049:37): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=7572 comm="apparmor_parser"
[ 379.877457] audit: type=1400 audit(1667412879.049:38): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=7572 comm="apparmor_parser"
[ 379.877462] audit: type=1400 audit(1667412879.049:39): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=7572 comm="apparmor_parser"
[ 379.877465] audit: type=1400 audit(1667412879.049:40): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="/{,usr/}sbin/dhclient" pid=7572 comm="apparmor_parser"
[ 379.890871] audit: type=1400 audit(1667412879.061:41): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="/usr/bin/man" pid=7575 comm="apparmor_parser"
[ 379.890881] audit: type=1400 audit(1667412879.061:42): apparmor="STATUS" operation="profile_load" label="lxc-110_</var/lib/lxc>//&:lxc-110_<-var-lib-lxc>:unconfined" name="man_filter" pid=7575 comm="apparmor_parser"
[ 440.413630] igc 0000:02:00.0 enp2s0: NIC Link is Down
[ 440.413706] vmbr0: port 1(enp2s0) entered disabled state
[ 444.617797] igc 0000:02:00.0 enp2s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 444.725545] vmbr0: port 1(enp2s0) entered blocking state
[ 444.725558] vmbr0: port 1(enp2s0) entered forwarding state
[ 710.285495] hrtimer: interrupt took 60629 ns
[ 1358.385738] igc 0000:03:00.0 enp3s0: NIC Link is Down
[ 1358.385793] vmbr1: port 1(enp3s0) entered disabled state
[ 1373.037635] igc 0000:03:00.0 enp3s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 1373.145296] vmbr1: port 1(enp3s0) entered blocking state
[ 1373.145305] vmbr1: port 1(enp3s0) entered forwarding state
[ 1380.808961] igc 0000:04:00.0 enp4s0: NIC Link is Down
[ 1380.809008] vmbr2: port 1(enp4s0) entered disabled state
[ 1381.524977] igc 0000:05:00.0 enp5s0: NIC Link is Down
[ 1381.812933] vmbr3: port 1(enp5s0) entered disabled state
[ 1386.065088] igc 0000:04:00.0 enp4s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 1386.065297] vmbr2: port 1(enp4s0) entered blocking state
[ 1386.065301] vmbr2: port 1(enp4s0) entered forwarding state
[ 1405.012473] igc 0000:05:00.0 enp5s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 1405.120240] vmbr3: port 1(enp5s0) entered blocking state
[ 1405.120248] vmbr3: port 1(enp5s0) entered forwarding state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment