Lxc-ls --fancy command shows "operation not permitted"

Hello, I’d be happy if someone told to me how to fix these errors:

~ ❯ lxc-checkconfig                                                                                                                                   14:45:26
LXC version 6.0.4

--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Namespace limits:
  cgroup: 126827
  ipc: 126827
  mnt: 126827
  net: 126827
  pid: 126827
  time: 126827
  user: 126827
  uts: 126827

--- Control groups ---
Cgroups: enabled
Cgroup namespace: enabled
Cgroup v1 mount points:
Cgroup v2 mount points:
 - /sys/fs/cgroup
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled, loaded
Macvlan: enabled, not loaded
Vlan: enabled, loaded
Bridges: enabled, loaded
Advanced netfilter: enabled, not loaded
CONFIG_IP_NF_TARGET_MASQUERADE: enabled, not loaded
CONFIG_IP6_NF_TARGET_MASQUERADE: enabled, not loaded
CONFIG_NETFILTER_XT_TARGET_CHECKSUM: enabled, loaded
CONFIG_NETFILTER_XT_MATCH_COMMENT: enabled, not loaded
FUSE (for use with lxcfs): enabled, loaded

--- Checkpoint/Restore ---
checkpoint restore: enabled
CONFIG_FHANDLE: enabled
CONFIG_EVENTFD: enabled
CONFIG_EPOLL: enabled
CONFIG_UNIX_DIAG: enabled
CONFIG_INET_DIAG: enabled
CONFIG_PACKET_DIAG: enabled
CONFIG_NETLINK_DIAG: enabled
File capabilities: enabled

Note: Before booting a new kernel, you can check its configuration with:

  CONFIG=/path/to/config /usr/sbin/lxc-checkconfig

~ ❯ lxc-ls --active                                                                                                                                   14:45:19
arch   debian
~ ❯ lxc-ls --fancy                                                                                                                                    14:45:22
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211417 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211417 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211417 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211156 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211156 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 211156 to "net" of 3
NAME   STATE   AUTOSTART GROUPS IPV4      IPV6                                    UNPRIVILEGED
arch   RUNNING 0         -      10.0.3.93 fc42:5009:ba4b:5ab0:1266:6aff:fe5b:5346 true
debian RUNNING 0         -      10.0.3.82 fc42:5009:ba4b:5ab0:1266:6aff:fe1e:c795 true

1 Like

What distribution and kernel version are you running?

~/.emacs.d ❯ uname -r                                                                                                                                 16:14:15
6.15.3-gentoo-dist-hardened

What does hardened mean as far as the kernel config and patches?

If that means there’s some kind of out of tree patches like grsec included, that’d probably be a problem as they’ve had a tendency to mess up namespacing which may be what’s going on here.

Maybe look in dmesg for any audit denial or the like too in case it’s an LSM blocking it.

I tried switching to non-hardened kernel for linux debugging purposes. Gentoo’s distribution kernel uses by default Fedora’s config

Maybe this will help diagnose problem with containers:

~ ❯ uname -r                                                                                                                                          19:24:43
6.15.3-gentoo-dist
~ ❯ sudo lxc-checkconfig                                                                                                                              19:24:49
LXC version 6.0.4

--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Namespace limits:
  cgroup: 126800
  ipc: 126800
  mnt: 126800
  net: 126800
  pid: 126800
  time: 126800
  user: 126800
  uts: 126800

--- Control groups ---
Cgroups: enabled
Cgroup namespace: enabled
Cgroup v1 mount points:
Cgroup v2 mount points:
 - /sys/fs/cgroup
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled

--- Misc ---
Veth pair device: enabled, loaded
Macvlan: enabled, not loaded
Vlan: enabled, loaded
Bridges: enabled, loaded
Advanced netfilter: enabled, not loaded
CONFIG_IP_NF_TARGET_MASQUERADE: enabled, not loaded
CONFIG_IP6_NF_TARGET_MASQUERADE: enabled, not loaded
CONFIG_NETFILTER_XT_TARGET_CHECKSUM: enabled, loaded
CONFIG_NETFILTER_XT_MATCH_COMMENT: enabled, not loaded
FUSE (for use with lxcfs): enabled, loaded

--- Checkpoint/Restore ---
checkpoint restore: enabled
CONFIG_FHANDLE: enabled
CONFIG_EVENTFD: enabled
CONFIG_EPOLL: enabled
CONFIG_UNIX_DIAG: enabled
CONFIG_INET_DIAG: enabled
CONFIG_PACKET_DIAG: enabled
CONFIG_NETLINK_DIAG: enabled
File capabilities: enabled

Note: Before booting a new kernel, you can check its configuration with:

  CONFIG=/path/to/config /usr/sbin/lxc-checkconfig


~ ❯ lxc-ls --active                                                                                                                                   19:24:56
arch   debian
~ ❯ lxc-ls --fancy                                                                                                                                    19:25:29
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
NAME   STATE   AUTOSTART GROUPS IPV4      IPV6                                    UNPRIVILEGED
arch   RUNNING 0         -      10.0.3.93 fc42:5009:ba4b:5ab0:1266:6aff:fe5b:5346 true
debian RUNNING 0         -      10.0.3.82 fc42:5009:ba4b:5ab0:1266:6aff:fe1e:c795 true
~ ❯ sudo dmesg                                                                                                                                        19:25:33
[    0.000000] Linux version 6.15.3-gentoo-dist (root@devbox) (x86_64-pc-linux-gnu-gcc (Gentoo 14.3.0 p8) 14.3.0, GNU ld (Gentoo 2.44 p1) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu Jun 19 17:22:51 -00 2025
[    0.000000] Command line: initrd=\de10b01fa893479ebb0eefdb0bdea7c3\6.15.3-gentoo-dist\initrd root=UUID=4c078e96-3de9-450e-914d-10d785c654aa rd.luks.uuid=a3115f68-76c0-4d82-b081-e6374a65098e pci=noaer quiet splash systemd.machine_id=de10b01fa893479ebb0eefdb0bdea7c3
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000005efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000005ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000060000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000782abfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000782ac000-0x0000000079390fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079391000-0x000000007940dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007940e000-0x000000007995efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007995f000-0x000000007ac0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000087dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.6 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x79864000 ACPI=0x79864000 TPMFinalLog=0x798c9000 SMBIOS=0x7a9a2000 SMBIOS 3.0=0x7a9a1000 ESRT=0x751db418 RNG=0x7940df18 INITRD=0x6d689e98 TPMEventLog=0x79409018
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem31: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem32: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem33: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem34: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
[    0.000000] efi: Not removing mem35: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem36: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. GP63 Leopard 8RE/MS-16P5, BIOS E16P5IMS.110 05/20/2019
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Detected 2200.000 MHz processor
[    0.000000] tsc: Detected 2199.996 MHz TSC
[    0.001181] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001185] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001197] last_pfn = 0x87e000 max_arch_pfn = 0x400000000
[    0.001206] MTRR map: 7 entries (3 fixed + 4 variable; max 23), built from 10 variable MTRRs
[    0.001208] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001744] last_pfn = 0x7ac0f max_arch_pfn = 0x400000000
[    0.012116] found SMP MP-table at [mem 0x000fce20-0x000fce2f]
[    0.012133] esrt: Reserving ESRT space from 0x00000000751db418 to 0x00000000751db450.
[    0.012140] e820: update [mem 0x751db000-0x751dbfff] usable ==> reserved
[    0.012159] Using GB pages for direct mapping
[    0.012434] Secure boot disabled
[    0.012435] RAMDISK: [mem 0x6832d000-0x69779fff]
[    0.012443] ACPI: Early table checksum verification disabled
[    0.012446] ACPI: RSDP 0x0000000079864000 000024 (v02 MSI_NB)
[    0.012451] ACPI: XSDT 0x00000000798640B0 0000E4 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012458] ACPI: FACP 0x000000007989C0A0 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012466] ACPI: DSDT 0x0000000079864230 037E6C (v02 MSI_NB MEGABOOK 01072009 INTL 20160527)
[    0.012470] ACPI: FACS 0x000000007995E080 000040
[    0.012474] ACPI: APIC 0x000000007989C1B8 0000F4 (v04 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012478] ACPI: FPDT 0x000000007989C2B0 000044 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012482] ACPI: FIDT 0x000000007989C2F8 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012486] ACPI: MCFG 0x000000007989C398 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
[    0.012491] ACPI: SSDT 0x000000007989C3D8 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
[    0.012495] ACPI: SSDT 0x000000007989C710 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.012500] ACPI: SLIC 0x000000007989DEE8 000176 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012504] ACPI: SSDT 0x000000007989E060 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.012508] ACPI: SSDT 0x00000000798A1228 002140 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
[    0.012512] ACPI: HPET 0x00000000798A3368 000038 (v01 INTEL  MEGABOOK 00000002      01000013)
[    0.012516] ACPI: SSDT 0x00000000798A33A0 002960 (v02 INTEL  xh_cfhd4 00000000 INTL 20160527)
[    0.012521] ACPI: UEFI 0x00000000798A5D00 000048 (v01 MSI_NB MEGABOOK 00000002      01000013)
[    0.012525] ACPI: LPIT 0x00000000798A5D48 00005C (v01 INTEL  MEGABOOK 00000002      01000013)
[    0.012529] ACPI: SSDT 0x00000000798A5DA8 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
[    0.012533] ACPI: SSDT 0x00000000798A8588 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
[    0.012537] ACPI: DBGP 0x00000000798A9588 000034 (v01 MSI_NB MEGABOOK 00000002      01000013)
[    0.012541] ACPI: DBG2 0x00000000798A95C0 000054 (v00 MSI_NB MEGABOOK 00000002      01000013)
[    0.012545] ACPI: SSDT 0x00000000798A9618 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
[    0.012549] ACPI: DMAR 0x00000000798A96C8 0000A8 (v01 INTEL  EDK2     00000002      01000013)
[    0.012554] ACPI: BGRT 0x00000000798A9770 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012558] ACPI: TPM2 0x00000000798A97A8 000034 (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
[    0.012562] ACPI: SSDT 0x00000000798A97E0 002127 (v01 OptRef OptTabl  00001000 INTL 20160527)
[    0.012566] ACPI: WSMT 0x00000000798AB908 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
[    0.012569] ACPI: Reserving FACP table memory at [mem 0x7989c0a0-0x7989c1b3]
[    0.012571] ACPI: Reserving DSDT table memory at [mem 0x79864230-0x7989c09b]
[    0.012573] ACPI: Reserving FACS table memory at [mem 0x7995e080-0x7995e0bf]
[    0.012574] ACPI: Reserving APIC table memory at [mem 0x7989c1b8-0x7989c2ab]
[    0.012575] ACPI: Reserving FPDT table memory at [mem 0x7989c2b0-0x7989c2f3]
[    0.012576] ACPI: Reserving FIDT table memory at [mem 0x7989c2f8-0x7989c393]
[    0.012577] ACPI: Reserving MCFG table memory at [mem 0x7989c398-0x7989c3d3]
[    0.012578] ACPI: Reserving SSDT table memory at [mem 0x7989c3d8-0x7989c70b]
[    0.012579] ACPI: Reserving SSDT table memory at [mem 0x7989c710-0x7989dee4]
[    0.012580] ACPI: Reserving SLIC table memory at [mem 0x7989dee8-0x7989e05d]
[    0.012581] ACPI: Reserving SSDT table memory at [mem 0x7989e060-0x798a1226]
[    0.012582] ACPI: Reserving SSDT table memory at [mem 0x798a1228-0x798a3367]
[    0.012583] ACPI: Reserving HPET table memory at [mem 0x798a3368-0x798a339f]
[    0.012585] ACPI: Reserving SSDT table memory at [mem 0x798a33a0-0x798a5cff]
[    0.012586] ACPI: Reserving UEFI table memory at [mem 0x798a5d00-0x798a5d47]
[    0.012587] ACPI: Reserving LPIT table memory at [mem 0x798a5d48-0x798a5da3]
[    0.012588] ACPI: Reserving SSDT table memory at [mem 0x798a5da8-0x798a8585]
[    0.012589] ACPI: Reserving SSDT table memory at [mem 0x798a8588-0x798a9585]
[    0.012590] ACPI: Reserving DBGP table memory at [mem 0x798a9588-0x798a95bb]
[    0.012591] ACPI: Reserving DBG2 table memory at [mem 0x798a95c0-0x798a9613]
[    0.012592] ACPI: Reserving SSDT table memory at [mem 0x798a9618-0x798a96c5]
[    0.012593] ACPI: Reserving DMAR table memory at [mem 0x798a96c8-0x798a976f]
[    0.012594] ACPI: Reserving BGRT table memory at [mem 0x798a9770-0x798a97a7]
[    0.012595] ACPI: Reserving TPM2 table memory at [mem 0x798a97a8-0x798a97db]
[    0.012596] ACPI: Reserving SSDT table memory at [mem 0x798a97e0-0x798ab906]
[    0.012598] ACPI: Reserving WSMT table memory at [mem 0x798ab908-0x798ab92f]
[    0.013009] No NUMA configuration found
[    0.013010] Faking a node at [mem 0x0000000000000000-0x000000087dffffff]
[    0.013028] NODE_DATA(0) allocated [mem 0x87dfd5280-0x87dffffff]
[    0.013380] Zone ranges:
[    0.013381]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013383]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013386]   Normal   [mem 0x0000000100000000-0x000000087dffffff]
[    0.013388]   Device   empty
[    0.013389] Movable zone start for each node
[    0.013392] Early memory node ranges
[    0.013393]   node   0: [mem 0x0000000000001000-0x000000000005efff]
[    0.013395]   node   0: [mem 0x0000000000060000-0x000000000009ffff]
[    0.013396]   node   0: [mem 0x0000000000100000-0x00000000782abfff]
[    0.013398]   node   0: [mem 0x000000007ac0e000-0x000000007ac0efff]
[    0.013399]   node   0: [mem 0x0000000100000000-0x000000087dffffff]
[    0.013405] Initmem setup node 0 [mem 0x0000000000001000-0x000000087dffffff]
[    0.013411] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013414] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013440] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.016594] On node 0, zone DMA32: 10594 pages in unavailable ranges
[    0.064640] On node 0, zone Normal: 21489 pages in unavailable ranges
[    0.064783] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.064819] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.065346] ACPI: PM-Timer IO Port: 0x1808
[    0.065359] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.065361] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.065362] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.065363] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.065364] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.065365] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.065366] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.065367] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.065368] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.065369] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.065370] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.065371] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.065436] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.065440] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.065442] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.065449] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.065450] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.065459] e820: update [mem 0x74631000-0x74724fff] usable ==> reserved
[    0.065475] TSC deadline timer available
[    0.065482] CPU topo: Max. logical packages:   1
[    0.065483] CPU topo: Max. logical dies:       1
[    0.065484] CPU topo: Max. dies per package:   1
[    0.065490] CPU topo: Max. threads per core:   2
[    0.065491] CPU topo: Num. cores per package:     6
[    0.065492] CPU topo: Num. threads per package:  12
[    0.065493] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    0.065515] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.065518] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x0005ffff]
[    0.065520] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.065522] PM: hibernation: Registered nosave memory: [mem 0x74631000-0x74724fff]
[    0.065524] PM: hibernation: Registered nosave memory: [mem 0x751db000-0x751dbfff]
[    0.065527] PM: hibernation: Registered nosave memory: [mem 0x782ac000-0x7ac0dfff]
[    0.065529] PM: hibernation: Registered nosave memory: [mem 0x7ac0f000-0xffffffff]
[    0.065531] [mem 0x80000000-0xfdffffff] available for PCI devices
[    0.065533] Booting paravirtualized kernel on bare hardware
[    0.065535] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.077274] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.078058] percpu: Embedded 83 pages/cpu s217088 r8192 d114688 u524288
[    0.078068] pcpu-alloc: s217088 r8192 d114688 u524288 alloc=1*2097152
[    0.078071] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[    0.078078] pcpu-alloc: [0] 08 09 10 11
[    0.078106] Kernel command line: initrd=\de10b01fa893479ebb0eefdb0bdea7c3\6.15.3-gentoo-dist\initrd root=UUID=4c078e96-3de9-450e-914d-10d785c654aa rd.luks.uuid=a3115f68-76c0-4d82-b081-e6374a65098e pci=noaer quiet splash systemd.machine_id=de10b01fa893479ebb0eefdb0bdea7c3
[    0.078268] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.078306] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[    0.081289] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.082784] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.083061] software IO TLB: area num 16.
[    0.095102] Fallback order for Node 0: 0
[    0.095106] Built 1 zonelists, mobility grouping on.  Total pages: 8348235
[    0.095108] Policy zone: Normal
[    0.095332] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.182096] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.182141] Kernel/User page tables isolation: enabled
[    0.197051] ftrace: allocating 66280 entries in 260 pages
[    0.197053] ftrace: allocated 260 pages with 2 groups
[    0.198071] Dynamic Preempt: lazy
[    0.198178] rcu: Preemptible hierarchical RCU implementation.
[    0.198179] rcu:     RCU event tracing is enabled.
[    0.198179] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.198182]  Trampoline variant of Tasks RCU enabled.
[    0.198182]  Rude variant of Tasks RCU enabled.
[    0.198183]  Tracing variant of Tasks RCU enabled.
[    0.198184] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.198185] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.198199] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.198202] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.198204] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.208635] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[    0.208978] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.209454] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.209507] Console: colour dummy device 80x25
[    0.209511] printk: legacy console [tty0] enabled
[    0.209576] ACPI: Core revision 20240827
[    0.210068] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.210231] APIC: Switch to symmetric I/O mode setup
[    0.210234] DMAR: Host address width 39
[    0.210235] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.210253] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.210257] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.210262] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.210265] DMAR: RMRR base: 0x00000078931000 end: 0x00000078950fff
[    0.210270] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.210272] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.210275] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.210276] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.213642] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.213644] x2apic enabled
[    0.213749] APIC: Switched APIC routing to: cluster x2apic
[    0.223172] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.236932] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
[    0.236939] Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.32 BogoMIPS (lpj=7333320)
[    0.236969] x86/cpu: SGX disabled or unsupported by BIOS.
[    0.236976] CPU0: Thermal monitoring enabled (TM1)
[    0.237050] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.237052] Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
[    0.237057] process: using mwait in idle threads
[    0.237062] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.237065] Spectre V2 : Mitigation: IBRS
[    0.237067] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.237068] RETBleed: Mitigation: IBRS
[    0.237071] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.237073] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.237076] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.237084] MDS: Mitigation: Clear CPU buffers
[    0.237086] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.237092] SRBDS: Mitigation: Microcode
[    0.237102] GDS: Mitigation: Microcode
[    0.237109] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.237112] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.237114] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.237116] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.237118] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.237121] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.237124] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.237127] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.237129] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.297200] Freeing SMP alternatives memory: 56K
[    0.297205] pid_max: default: 32768 minimum: 301
[    0.306212] LSM: initializing lsm=lockdown,capability,landlock,yama,bpf,ima,evm
[    0.306306] landlock: Up and running.
[    0.306308] Yama: becoming mindful.
[    0.306588] LSM support for eBPF active
[    0.306698] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.306740] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.309382] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.309690] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.309722] ... version:                4
[    0.309724] ... bit width:              48
[    0.309726] ... generic registers:      4
[    0.309727] ... value mask:             0000ffffffffffff
[    0.309729] ... max period:             00007fffffffffff
[    0.309731] ... fixed-purpose events:   3
[    0.309732] ... event mask:             000000070000000f
[    0.309933] signal: max sigframe size: 2032
[    0.309954] Estimated ratio of average max frequency by base frequency (times 1024): 1861
[    0.310067] rcu: Hierarchical SRCU implementation.
[    0.310069] rcu:     Max phase no-delay instances is 1000.
[    0.310145] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.310269] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.310269] smp: Bringing up secondary CPUs ...
[    0.310269] smpboot: x86: Booting SMP configuration:
[    0.310269] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.314510] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.314510] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.314510] smp: Brought up 1 node, 12 CPUs
[    0.314510] smpboot: Total of 12 processors activated (52821.90 BogoMIPS)
[    0.317107] Memory: 32633240K/33392940K available (22783K kernel code, 5012K rwdata, 18052K rodata, 5164K init, 4668K bss, 734616K reserved, 0K cma-reserved)
[    0.318118] devtmpfs: initialized
[    0.318118] x86/mm: Memory block size: 128MB
[    0.322785] ACPI: PM: Registering ACPI NVS region [mem 0x7940e000-0x7995efff] (5574656 bytes)
[    0.322785] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.322785] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.322785] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.322785] pinctrl core: initialized pinctrl subsystem
[    0.323607] PM: RTC time: 17:24:15, date: 2025-06-27
[    0.324395] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.325006] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.325326] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.325649] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.325672] audit: initializing netlink subsys (disabled)
[    0.325689] audit: type=2000 audit(1751045055.109:1): state=initialized audit_enabled=0 res=1
[    0.325689] thermal_sys: Registered thermal governor 'fair_share'
[    0.325689] thermal_sys: Registered thermal governor 'bang_bang'
[    0.325689] thermal_sys: Registered thermal governor 'step_wise'
[    0.325689] thermal_sys: Registered thermal governor 'user_space'
[    0.325689] cpuidle: using governor menu
[    0.325689] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.325689] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.325689] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.325689] PCI: Using configuration type 1 for base access
[    0.325689] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.330345] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.330345] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.330345] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.330345] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.330345] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.333806] cryptd: max_cpu_qlen set to 1000
[    0.333806] raid6: skipped pq benchmark and selected avx2x4
[    0.333806] raid6: using avx2x2 recovery algorithm
[    0.333806] ACPI: Added _OSI(Module Device)
[    0.333806] ACPI: Added _OSI(Processor Device)
[    0.333806] ACPI: Added _OSI(Processor Aggregator Device)
[    0.453761] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.467981] ACPI: Dynamic OEM Table Load:
[    0.467993] ACPI: SSDT 0xFFFF89E002117400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.469028] ACPI: Dynamic OEM Table Load:
[    0.469028] ACPI: SSDT 0xFFFF89E0029A8000 0005CC (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.471564] ACPI: Dynamic OEM Table Load:
[    0.471575] ACPI: SSDT 0xFFFF89E0029B6000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.475406] ACPI: Dynamic OEM Table Load:
[    0.475415] ACPI: SSDT 0xFFFF89E002114800 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.483665] ACPI: EC: EC started
[    0.483667] ACPI: EC: interrupt blocked
[    0.490539] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.490544] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
[    0.490547] ACPI: Interpreter enabled
[    0.490606] ACPI: PM: (supports S0 S3 S4 S5)
[    0.490608] ACPI: Using IOAPIC for interrupt routing
[    0.493436] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.493439] PCI: Using E820 reservations for host bridge windows
[    0.494251] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.500274] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.540267] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[    0.546248] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[    0.546625] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[    0.546990] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[    0.559193] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[    0.563487] ACPI: \PIN_: New power resource
[    0.564956] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.564968] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.565164] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.565509] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR DPC]
[    0.565512] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.567660] PCI host bridge to bus 0000:00
[    0.567670] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.567674] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.567677] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.567680] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.567682] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.567685] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfc00ffff window]
[    0.567687] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.567722] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000 conventional PCI endpoint
[    0.567837] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
[    0.567853] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.567858] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.567861] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.567869] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.567908] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.568761] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
[    0.568784] pci 0000:00:02.0: BAR 0 [mem 0xa2000000-0xa2ffffff 64bit]
[    0.568788] pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref]
[    0.568791] pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
[    0.568810] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.569312] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 conventional PCI endpoint
[    0.569410] pci 0000:00:12.0: BAR 0 [mem 0xa4521000-0xa4521fff 64bit]
[    0.569691] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 conventional PCI endpoint
[    0.569783] pci 0000:00:14.0: BAR 0 [mem 0xa4500000-0xa450ffff 64bit]
[    0.569891] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.570806] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 conventional PCI endpoint
[    0.570898] pci 0000:00:14.2: BAR 0 [mem 0xa451a000-0xa451bfff 64bit]
[    0.570905] pci 0000:00:14.2: BAR 2 [mem 0xa4520000-0xa4520fff 64bit]
[    0.572168] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
[    0.574482] pci 0000:00:14.3: BAR 0 [mem 0xa4514000-0xa4517fff 64bit]
[    0.578446] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.581848] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 conventional PCI endpoint
[    0.581952] pci 0000:00:16.0: BAR 0 [mem 0xa451f000-0xa451ffff 64bit]
[    0.582057] pci 0000:00:16.0: PME# supported from D3hot
[    0.582899] pci 0000:00:17.0: [8086:a353] type 00 class 0x010601 conventional PCI endpoint
[    0.583038] pci 0000:00:17.0: BAR 0 [mem 0xa4518000-0xa4519fff]
[    0.583045] pci 0000:00:17.0: BAR 1 [mem 0xa451e000-0xa451e0ff]
[    0.583050] pci 0000:00:17.0: BAR 2 [io  0x5090-0x5097]
[    0.583056] pci 0000:00:17.0: BAR 3 [io  0x5080-0x5083]
[    0.583062] pci 0000:00:17.0: BAR 4 [io  0x5060-0x507f]
[    0.583067] pci 0000:00:17.0: BAR 5 [mem 0xa451d000-0xa451d7ff]
[    0.583204] pci 0000:00:17.0: PME# supported from D3hot
[    0.584346] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400 PCIe Root Port
[    0.584416] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.584603] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.585870] pci 0000:00:1b.4: [8086:a32c] type 01 class 0x060400 PCIe Root Port
[    0.585943] pci 0000:00:1b.4: PCI bridge to [bus 03]
[    0.585958] pci 0000:00:1b.4:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.586168] pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
[    0.586248] pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
[    0.587532] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400 PCIe Root Port
[    0.587602] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.587617] pci 0000:00:1d.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.587826] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.587905] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.589179] pci 0000:00:1d.6: [8086:a336] type 01 class 0x060400 PCIe Root Port
[    0.589251] pci 0000:00:1d.6: PCI bridge to [bus 05]
[    0.589261] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.589268] pci 0000:00:1d.6:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.589466] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.589540] pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
[    0.590765] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100 conventional PCI endpoint
[    0.591545] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300 conventional PCI endpoint
[    0.591709] pci 0000:00:1f.3: BAR 0 [mem 0xa4510000-0xa4513fff 64bit]
[    0.591729] pci 0000:00:1f.3: BAR 4 [mem 0xa4100000-0xa41fffff 64bit]
[    0.591881] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.593410] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 conventional PCI endpoint
[    0.593842] pci 0000:00:1f.4: BAR 0 [mem 0xa451c000-0xa451c0ff 64bit]
[    0.593875] pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
[    0.594486] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 conventional PCI endpoint
[    0.594591] pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
[    0.594765] pci 0000:01:00.0: [10de:1c20] type 00 class 0x030000 PCIe Endpoint
[    0.594791] pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
[    0.594796] pci 0000:01:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.594799] pci 0000:01:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.594803] pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
[    0.594806] pci 0000:01:00.0: ROM [mem 0xa4000000-0xa407ffff pref]
[    0.594827] pci 0000:01:00.0: Enabling HDA controller
[    0.595784] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300 PCIe Endpoint
[    0.595811] pci 0000:01:00.1: BAR 0 [mem 0xa4080000-0xa4083fff]
[    0.595939] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.596120] acpiphp: Slot [1] registered
[    0.596138] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.596362] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[    0.596459] pci 0000:03:00.0: BAR 0 [mem 0xa4400000-0xa4403fff 64bit]
[    0.596992] pci 0000:00:1b.4: PCI bridge to [bus 03]
[    0.597214] pci 0000:04:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[    0.597311] pci 0000:04:00.0: BAR 0 [mem 0xa4300000-0xa4303fff 64bit]
[    0.597832] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.598144] pci 0000:05:00.0: [1969:e0a1] type 00 class 0x020000 PCIe Endpoint
[    0.598443] pci 0000:05:00.0: BAR 0 [mem 0xa4200000-0xa423ffff 64bit]
[    0.598453] pci 0000:05:00.0: BAR 2 [io  0x3000-0x307f]
[    0.598563] pci 0000:05:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    0.598896] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.599398] pci 0000:00:1d.6: PCI bridge to [bus 05]
[    0.603572] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.603641] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.603705] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.603768] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.603830] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.603892] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.603954] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.604016] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.605083] ACPI: EC: interrupt unblocked
[    0.605086] ACPI: EC: event unblocked
[    0.605099] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.605101] ACPI: EC: GPE=0x13
[    0.605104] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
[    0.605107] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[    0.606958] iommu: Default domain type: Translated
[    0.606958] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.607086] SCSI subsystem initialized
[    0.607097] libata version 3.00 loaded.
[    0.607097] ACPI: bus type USB registered
[    0.607097] usbcore: registered new interface driver usbfs
[    0.607097] usbcore: registered new interface driver hub
[    0.607097] usbcore: registered new device driver usb
[    0.607097] pps_core: LinuxPPS API ver. 1 registered
[    0.607097] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.607097] PTP clock support registered
[    0.607108] EDAC MC: Ver: 3.0.0
[    0.607312] efivars: Registered efivars operations
[    0.607322] NetLabel: Initializing
[    0.607324] NetLabel:  domain hash size = 128
[    0.607326] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.607343] NetLabel:  unlabeled traffic allowed by default
[    0.607343] mctp: management component transport protocol core
[    0.607343] NET: Registered PF_MCTP protocol family
[    0.607343] PCI: Using ACPI for IRQ routing
[    0.692453] PCI: pci_cache_line_size set to 64 bytes
[    0.692838] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[    0.692854] e820: reserve RAM buffer [mem 0x74631000-0x77ffffff]
[    0.692857] e820: reserve RAM buffer [mem 0x751db000-0x77ffffff]
[    0.692859] e820: reserve RAM buffer [mem 0x782ac000-0x7bffffff]
[    0.692861] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.692863] e820: reserve RAM buffer [mem 0x87e000000-0x87fffffff]
[    0.693629] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.693629] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.693629] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.693630] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.693632] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.693636] vgaarb: loaded
[    0.693715] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.693728] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.696961] clocksource: Switched to clocksource tsc-early
[    0.696961] VFS: Disk quotas dquot_6.6.0
[    0.696961] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.697275] pnp: PnP ACPI init
[    0.697759] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.697764] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.699033] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.699038] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.699041] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.699044] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.699047] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.699050] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.699053] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.699056] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.699448] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.699454] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.699457] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.699460] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.699463] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.699466] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.699469] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.699969] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.700424] system 00:07: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.700429] system 00:07: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.700432] system 00:07: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.700435] system 00:07: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.703097] pnp: PnP ACPI: found 9 devices
[    0.709545] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.709651] NET: Registered PF_INET protocol family
[    0.709836] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.739594] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.739642] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.739751] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.740285] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.740609] TCP: Hash tables configured (established 262144 bind 65536)
[    0.740770] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.740942] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.741171] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[    0.741366] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.741379] NET: Registered PF_XDP protocol family
[    0.741398] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.741403] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.741408] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.741413] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.741419] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.741452] pci 0000:00:1b.4: PCI bridge to [bus 03]
[    0.741461] pci 0000:00:1b.4:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.741478] pci 0000:00:1d.0: PCI bridge to [bus 04]
[    0.741487] pci 0000:00:1d.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.741503] pci 0000:00:1d.6: PCI bridge to [bus 05]
[    0.741508] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.741517] pci 0000:00:1d.6:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.741534] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.741537] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.741540] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.741542] pci_bus 0000:00: resource 7 [mem 0x80000000-0xdfffffff window]
[    0.741545] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.741547] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfc00ffff window]
[    0.741550] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.741552] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.741554] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.741557] pci_bus 0000:03: resource 1 [mem 0xa4400000-0xa44fffff]
[    0.741560] pci_bus 0000:04: resource 1 [mem 0xa4300000-0xa43fffff]
[    0.741562] pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
[    0.741564] pci_bus 0000:05: resource 1 [mem 0xa4200000-0xa42fffff]
[    0.742029] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    0.742076] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.742171] PCI: CLS 64 bytes, default 64
[    0.742258] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.742260] software IO TLB: mapped [mem 0x00000000642f2000-0x00000000682f2000] (64MB)
[    0.742301] Trying to unpack rootfs image as initramfs...
[    0.807605] Initialise system trusted keyrings
[    0.807624] Key type blacklist registered
[    0.807703] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.808208] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[    0.808522] integrity: Platform Keyring initialized
[    0.808526] integrity: Machine keyring initialized
[    0.826946] NET: Registered PF_ALG protocol family
[    0.826952] xor: automatically using best checksumming function   avx
[    0.826955] Key type asymmetric registered
[    0.826957] Asymmetric key parser 'x509' registered
[    0.826992] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.827073] io scheduler mq-deadline registered
[    0.827075] io scheduler kyber registered
[    0.827089] io scheduler bfq registered
[    0.834334] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.838587] ACPI: AC: AC Adapter [ADP1] (on-line)
[    0.838672] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:48/PNP0C09:00/PNP0C0D:00/input/input0
[    0.838773] ACPI: button: Lid Switch [LID0]
[    0.838835] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.838863] ACPI: button: Sleep Button [SLPB]
[    0.838904] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.838931] ACPI: button: Power Button [PWRB]
[    0.838970] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.839070] ACPI: button: Power Button [PWRF]
[    0.853318] thermal LNXTHERM:00: registered as thermal_zone0
[    0.853323] ACPI: thermal: Thermal Zone [THRM] (61 C)
[    0.853643] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.858765] Non-volatile memory driver v1.3
[    0.858775] Linux agpgart interface v0.103
[    0.928405] ACPI: bus type drm_connector registered
[    0.935327] ahci 0000:00:17.0: version 3.0
[    0.935798] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    0.935804] ahci 0000:00:17.0: 3/3 ports implemented (port mask 0x31)
[    0.935807] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst
[    0.957619] Freeing initrd memory: 20788K
[    0.968192] ACPI: battery: Slot [BAT1] (battery present)
[    1.005351] scsi host0: ahci
[    1.005753] scsi host1: ahci
[    1.006159] scsi host2: ahci
[    1.006441] scsi host3: ahci
[    1.006685] scsi host4: ahci
[    1.006903] scsi host5: ahci
[    1.006962] ata1: SATA max UDMA/133 abar m2048@0xa451d000 port 0xa451d100 irq 125 lpm-pol 3
[    1.006966] ata2: DUMMY
[    1.006967] ata3: DUMMY
[    1.006969] ata4: DUMMY
[    1.006985] ata5: SATA max UDMA/133 abar m2048@0xa451d000 port 0xa451d300 irq 125 lpm-pol 3
[    1.006991] ata6: SATA max UDMA/133 abar m2048@0xa451d000 port 0xa451d380 irq 125 lpm-pol 3
[    1.007509] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.007583] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.008751] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.009257] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.009338] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.009343] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.009410] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[    1.009414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.009417] usb usb1: Product: xHCI Host Controller
[    1.009419] usb usb1: Manufacturer: Linux 6.15.3-gentoo-dist xhci-hcd
[    1.009422] usb usb1: SerialNumber: 0000:00:14.0
[    1.009674] hub 1-0:1.0: USB hub found
[    1.009709] hub 1-0:1.0: 16 ports detected
[    1.014276] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[    1.014281] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.014284] usb usb2: Product: xHCI Host Controller
[    1.014286] usb usb2: Manufacturer: Linux 6.15.3-gentoo-dist xhci-hcd
[    1.014289] usb usb2: SerialNumber: 0000:00:14.0
[    1.014460] hub 2-0:1.0: USB hub found
[    1.014490] hub 2-0:1.0: 8 ports detected
[    1.016966] usbcore: registered new interface driver usbserial_generic
[    1.016975] usbserial: USB Serial support registered for generic
[    1.017059] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.021589] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.021597] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.021691] mousedev: PS/2 mouse device common for all mice
[    1.022064] rtc_cmos 00:03: RTC can wake from S4
[    1.023692] rtc_cmos 00:03: registered as rtc0
[    1.024011] rtc_cmos 00:03: setting system clock to 2025-06-27T17:24:15 UTC (1751045055)
[    1.024060] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
[    1.024665] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.024672] device-mapper: uevent: version 1.0.3
[    1.024759] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[    1.024904] intel_pstate: Intel P-state driver initializing
[    1.025719] intel_pstate: Disabling energy efficiency optimization
[    1.025720] intel_pstate: HWP enabled
[    1.025975] efifb: probing for efifb
[    1.025988] efifb: Ignoring BGRT: unexpected or invalid BMP data
[    1.025988] efifb: framebuffer at 0x80000000, using 1876k, total 1875k
[    1.025990] efifb: mode is 800x600x32, linelength=3200, pages=1
[    1.025991] efifb: scrolling: redraw
[    1.025992] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.026000] fbcon: Deferring console take-over
[    1.026001] fb0: EFI VGA frame buffer device
[    1.026031] hid: raw HID events driver (C) Jiri Kosina
[    1.026058] usbcore: registered new interface driver usbhid
[    1.026060] usbhid: USB HID core driver
[    1.026137] drop_monitor: Initializing network drop monitor service
[    1.026203] Initializing XFRM netlink socket
[    1.026218] NET: Registered PF_INET6 protocol family
[    1.030268] Segment Routing with IPv6
[    1.030270] RPL Segment Routing with IPv6
[    1.030278] In-situ OAM (IOAM) with IPv6
[    1.030295] mip6: Mobile IPv6
[    1.030298] NET: Registered PF_PACKET protocol family
[    1.031304] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.031803] microcode: Current revision: 0x000000fa
[    1.031805] microcode: Updated early from: 0x000000b4
[    1.032358] IPI shorthand broadcast: enabled
[    1.033149] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.034427] sched_clock: Marking stable (1030001391, 4310428)->(1045110704, -10798885)
[    1.034707] registered taskstats version 1
[    1.035689] Loading compiled-in X.509 certificates
[    1.036169] Loaded X.509 cert 'Gentoo Linux: Distribution Kernel Signing Key: c3aaa779efbdcf321e7d5b89033ee251722fd93b'
[    1.041008] Demotion targets for Node 0: null
[    1.041011] page_owner is disabled
[    1.041156] Key type .fscrypt registered
[    1.041157] Key type fscrypt-provisioning registered
[    1.041703] Btrfs loaded, zoned=yes, fsverity=yes
[    1.041731] Key type big_key registered
[    1.041736] Key type trusted registered
[    1.052257] Key type encrypted registered
[    1.053313] integrity: Loading X.509 certificate: UEFI:db
[    1.053692] integrity: Loaded X.509 cert 'Database Key: 00cabd545f670c29f35f846a5b9cc2e49b'
[    1.053694] integrity: Loading X.509 certificate: UEFI:db
[    1.053712] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.053713] integrity: Loading X.509 certificate: UEFI:db
[    1.053726] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.054128] Loading compiled-in module X.509 certificates
[    1.054519] Loaded X.509 cert 'Gentoo Linux: Distribution Kernel Signing Key: c3aaa779efbdcf321e7d5b89033ee251722fd93b'
[    1.054522] ima: Allocated hash algorithm: sha256
[    1.074507] ima: No architecture policies found
[    1.074561] evm: Initialising EVM extended attributes:
[    1.074564] evm: security.selinux
[    1.074567] evm: security.SMACK64 (disabled)
[    1.074570] evm: security.SMACK64EXEC (disabled)
[    1.074573] evm: security.SMACK64TRANSMUTE (disabled)
[    1.074575] evm: security.SMACK64MMAP (disabled)
[    1.074577] evm: security.apparmor
[    1.074580] evm: security.ima
[    1.074582] evm: security.capability
[    1.074584] evm: HMAC attrs: 0x1
[    1.074779] PM:   Magic number: 13:208:442
[    1.077577] RAS: Correctable Errors collector initialized.
[    1.090539] clk: Disabling unused clocks
[    1.090544] PM: genpd: Disabling unused power domains
[    1.257853] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.314876] ata5: SATA link down (SStatus 4 SControl 300)
[    1.314967] ata6: SATA link down (SStatus 4 SControl 300)
[    1.315060] ata1: SATA link down (SStatus 4 SControl 300)
[    1.320796] Freeing unused decrypted memory: 2028K
[    1.323259] Freeing unused kernel image (initmem) memory: 5164K
[    1.323552] Write protecting the kernel read-only data: 43008k
[    1.325996] Freeing unused kernel image (text/rodata gap) memory: 1792K
[    1.326665] Freeing unused kernel image (rodata/data gap) memory: 380K
[    1.393123] usb 1-2: New USB device found, idVendor=045e, idProduct=07b2, bcdDevice= 7.26
[    1.393126] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.393128] usb 1-2: Product: Microsoft® 2.4GHz Transceiver v8.0
[    1.393129] usb 1-2: Manufacturer: Microsoft
[    1.393656] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.393658] x86/mm: Checking user space page tables
[    1.398578] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:045E:07B2.0001/input/input7
[    1.429852] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.429856] Run /init as init process
[    1.429857]   with arguments:
[    1.429858]     /init
[    1.429859]     splash
[    1.429860]   with environment:
[    1.429861]     HOME=/
[    1.429862]     TERM=linux
[    1.490460] systemd[1]: Successfully made /usr/ read-only.
[    1.490579] systemd[1]: systemd 257.6 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)
[    1.490583] systemd[1]: Detected architecture x86-64.
[    1.490585] systemd[1]: Running in initrd.
[    1.490763] systemd[1]: Hostname set to <rpk>.
[    1.534763] hid-generic 0003:045E:07B2.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-2/input0
[    1.541072] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input8
[    1.541307] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:045E:07B2.0002/input/input9
[    1.541524] hid-generic 0003:045E:07B2.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-2/input1
[    1.547913] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input10
[    1.560662] systemd[1]: Queued start job for default target Initrd Default Target.
[    1.601421] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:045E:07B2.0003/input/input12
[    1.602142] hid-generic 0003:045E:07B2.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-2/input2
[    1.607191] systemd[1]: Created slice Slice /system/systemd-cryptsetup.
[    1.607495] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.607531] systemd[1]: Expecting device /dev/disk/by-uuid/4c078e96-3de9-450e-914d-10d785c654aa...
[    1.607544] systemd[1]: Expecting device /dev/disk/by-uuid/81AD-0A42...
[    1.607571] systemd[1]: Expecting device /dev/disk/by-uuid/a3115f68-76c0-4d82-b081-e6374a65098e...
[    1.607622] systemd[1]: Reached target Initrd /usr File System.
[    1.607681] systemd[1]: Reached target Path Units.
[    1.607775] systemd[1]: Reached target Slice Units.
[    1.607822] systemd[1]: Reached target Swaps.
[    1.607855] systemd[1]: Reached target Timer Units.
[    1.608112] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.608351] systemd[1]: Listening on Journal Sockets.
[    1.608571] systemd[1]: Listening on udev Control Socket.
[    1.608724] systemd[1]: Listening on udev Kernel Socket.
[    1.608770] systemd[1]: Reached target Socket Units.
[    1.610949] systemd[1]: Starting Create List of Static Device Nodes...
[    1.613149] systemd[1]: Starting Check battery level during early boot...
[    1.617574] systemd[1]: Starting Journal Service...
[    1.619988] systemd[1]: Starting Load Kernel Modules...
[    1.622027] systemd[1]: Starting Virtual Console Setup...
[    1.625325] systemd[1]: Finished Create List of Static Device Nodes.
[    1.627778] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    1.635723] systemd[1]: Finished Check battery level during early boot.
[    1.650790] systemd[1]: Finished Virtual Console Setup.
[    1.652849] systemd[1]: Starting dracut ask for additional cmdline parameters...
[    1.659384] systemd-journald[219]: Collecting audit messages is disabled.
[    1.668820] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[    1.669587] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.679841] systemd[1]: Finished dracut ask for additional cmdline parameters.
[    1.680707] systemd[1]: Starting dracut cmdline hook...
[    1.682599] Bluetooth: Core ver 2.22
[    1.682615] NET: Registered PF_BLUETOOTH protocol family
[    1.682616] Bluetooth: HCI device and connection manager initialized
[    1.682619] Bluetooth: HCI socket layer initialized
[    1.682621] Bluetooth: L2CAP socket layer initialized
[    1.682623] Bluetooth: SCO socket layer initialized
[    1.688566] systemd[1]: Finished Create Static Device Nodes in /dev.
[    1.688640] systemd[1]: Reached target Preparation for Local File Systems.
[    1.688658] systemd[1]: Reached target Local File Systems.
[    1.692049] usbcore: registered new interface driver btusb
[    1.701240] systemd[1]: Started Journal Service.
[    1.707744] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    1.709582] Bridge firewalling registered
[    1.717690] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    1.757681] tsc: Refined TSC clocksource calibration: 2208.001 MHz
[    1.757689] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b918d37, max_idle_ns: 440795205649 ns
[    1.757708] clocksource: Switched to clocksource tsc
[    1.762850] psmouse serio1: synaptics: queried max coordinates: x [..5656], y [..4728]
[    1.785954] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    1.785957] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    1.791501] psmouse serio1: synaptics: queried min coordinates: x [1284..], y [1128..]
[    1.791508] psmouse serio1: synaptics: Your touchpad (PNP: SYN1509 SYN1500 SYN0002 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
[    1.848870] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00323/0x840300/0x26800/0x0, board id: 3163, fw id: 2286728
[    1.851746] usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    1.851750] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.851751] usb 1-7: Product: USB2.0-CRW
[    1.851753] usb 1-7: Manufacturer: Generic
[    1.851754] usb 1-7: SerialNumber: 20100201396000000
[    1.858285] usbcore: registered new interface driver rtsx_usb
[    1.885235] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    1.967657] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    2.103951] usb 1-10: New USB device found, idVendor=1770, idProduct=ff00, bcdDevice= 1.10
[    2.103972] usb 1-10: New USB device strings: Mfr=1, Product=1, SerialNumber=1
[    2.103984] usb 1-10: Product: MSI EPF USB
[    2.103993] usb 1-10: Manufacturer: MSI EPF USB
[    2.104000] usb 1-10: SerialNumber: MSI EPF USB
[    2.119266] Key type psk registered
[    2.135504] nvme nvme0: pci function 0000:03:00.0
[    2.135509] nvme nvme1: pci function 0000:04:00.0
[    2.141319] nvme nvme1: missing or invalid SUBNQN field.
[    2.141372] nvme nvme0: missing or invalid SUBNQN field.
[    2.141455] nvme nvme1: D3 entry latency set to 8 seconds
[    2.141511] nvme nvme0: D3 entry latency set to 8 seconds
[    2.156007] nvme nvme0: 12/0/0 default/read/poll queues
[    2.156337] nvme nvme1: 12/0/0 default/read/poll queues
[    2.159796]  nvme0n1: p1
[    2.160225]  nvme1n1: p1 p2
[    2.217695] fbcon: Taking over console
[    2.217774] Console: switching to colour frame buffer device 100x37
[    2.227753] usb 1-13: new high-speed USB device number 5 using xhci_hcd
[    2.366658] usb 1-13: New USB device found, idVendor=5986, idProduct=211b, bcdDevice= 3.01
[    2.366674] usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.366682] usb 1-13: Product: HD Webcam
[    2.366688] usb 1-13: Manufacturer: SunplusIT Inc
[    2.487807] usb 1-14: new full-speed USB device number 6 using xhci_hcd
[    2.619941] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    2.619958] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.629896] Loading firmware: intel/ibt-17-16-1.sfi
[    2.631855] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    2.635978] gt683r_led 0003:1770:FF00.0004: hidraw3: USB HID v1.10 Device [MSI EPF USB MSI EPF USB] on usb-0000:00:14.0-10/input0
[   12.276753] EXT4-fs (dm-0): mounted filesystem 4c078e96-3de9-450e-914d-10d785c654aa ro with ordered data mode. Quota mode: none.
[   12.607498] systemd-journald[219]: Received SIGTERM from PID 1 (systemd).
[   12.704579] systemd[1]: systemd 257.6 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)
[   12.704588] systemd[1]: Detected architecture x86-64.
[   12.706812] systemd[1]: Installed transient /etc/machine-id file.
[   13.020636] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   13.021215] systemd[1]: Stopped Switch Root.
[   13.023414] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   13.025023] systemd[1]: Created slice Virtual Machine and Container Slice.
[   13.026508] systemd[1]: Created slice CUPS Slice.
[   13.027965] systemd[1]: Created slice Slice /system/getty.
[   13.029352] systemd[1]: Created slice Slice /system/systemd-fsck.
[   13.030432] systemd[1]: Created slice User and Session Slice.
[   13.030649] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   13.030821] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.031320] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.031378] systemd[1]: Expecting device /dev/disk/by-uuid/29555499-5de0-44a1-ae78-80594ca7ca44...
[   13.031401] systemd[1]: Expecting device /dev/disk/by-uuid/81AD-0A42...
[   13.031440] systemd[1]: Expecting device /dev/mapper/magazyn...
[   13.031508] systemd[1]: Stopped target Switch Root.
[   13.031553] systemd[1]: Stopped target Initrd File Systems.
[   13.031595] systemd[1]: Stopped target Initrd Root File System.
[   13.031623] systemd[1]: Reached target Local Integrity Protected Volumes.
[   13.031668] systemd[1]: Reached target Remote Encrypted Volumes.
[   13.031695] systemd[1]: Reached target Remote File Systems.
[   13.031721] systemd[1]: Reached target Slice Units.
[   13.031795] systemd[1]: Reached target Local Verity Protected Volumes.
[   13.034573] systemd[1]: Listening on Process Core Dump Socket.
[   13.036313] systemd[1]: Listening on Credential Encryption/Decryption.
[   13.036879] systemd[1]: Listening on Journal Audit Socket.
[   13.036997] systemd[1]: Listening on DDI File System Mounter Socket.
[   13.037117] systemd[1]: Listening on Namespace Resource Manager Socket.
[   13.037250] systemd[1]: Listening on udev Control Socket.
[   13.037350] systemd[1]: Listening on udev Kernel Socket.
[   13.037470] systemd[1]: Listening on User Database Manager Socket.
[   13.039319] systemd[1]: Mounting Huge Pages File System...
[   13.040670] systemd[1]: Mounting POSIX Message Queue File System...
[   13.041992] systemd[1]: Mounting Kernel Debug File System...
[   13.043124] systemd[1]: Mounting Kernel Trace File System...
[   13.044556] systemd[1]: Starting Create List of Static Device Nodes...
[   13.045723] systemd[1]: Starting Load Kernel Module configfs...
[   13.046893] systemd[1]: Starting Load Kernel Module dm_mod...
[   13.048506] systemd[1]: Starting Load Kernel Module drm...
[   13.049907] systemd[1]: Starting Load Kernel Module efi_pstore...
[   13.051374] systemd[1]: Starting Load Kernel Module fuse...
[   13.052893] systemd[1]: Starting Load Kernel Module loop...
[   13.052993] systemd[1]: systemd-cryptsetup@luks\x2da3115f68\x2d76c0\x2d4d82\x2db081\x2de6374a65098e.service: Deactivated successfully.
[   13.053048] systemd[1]: Stopped systemd-cryptsetup@luks\x2da3115f68\x2d76c0\x2d4d82\x2db081\x2de6374a65098e.service.
[   13.053212] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   13.055465] systemd[1]: Starting Journal Service...
[   13.057105] systemd[1]: Starting Load Kernel Modules...
[   13.058271] systemd[1]: Starting Remount Root and Kernel File Systems...
[   13.059152] systemd[1]: Starting Load udev Rules from Credentials...
[   13.060110] systemd[1]: Starting Coldplug All udev Devices...
[   13.061878] loop: module loaded
[   13.062486] systemd[1]: Mounted Huge Pages File System.
[   13.062613] systemd[1]: Mounted POSIX Message Queue File System.
[   13.062732] systemd[1]: Mounted Kernel Debug File System.
[   13.062838] systemd[1]: Mounted Kernel Trace File System.
[   13.063140] systemd[1]: Finished Create List of Static Device Nodes.
[   13.063437] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   13.063660] systemd[1]: Finished Load Kernel Module configfs.
[   13.064690] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   13.064890] systemd[1]: Finished Load Kernel Module dm_mod.
[   13.065165] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   13.065338] systemd[1]: Finished Load Kernel Module drm.
[   13.065564] fuse: init (API version 7.43)
[   13.065629] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   13.065856] systemd[1]: Finished Load Kernel Module efi_pstore.
[   13.066246] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   13.066453] systemd[1]: Finished Load Kernel Module fuse.
[   13.066750] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   13.066926] systemd[1]: Finished Load Kernel Module loop.
[   13.068194] systemd[1]: Mounting FUSE Control File System...
[   13.068234] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[   13.069371] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[   13.069814] systemd[1]: Finished Load Kernel Modules.
[   13.070279] systemd[1]: Finished Load udev Rules from Credentials.
[   13.072179] systemd[1]: Starting Apply Kernel Variables...
[   13.073554] systemd[1]: Mounted FUSE Control File System.
[   13.074794] systemd-journald[659]: Collecting audit messages is enabled.
[   13.077455] systemd[1]: Started Journal Service.
[   13.093826] EXT4-fs (dm-0): re-mounted 4c078e96-3de9-450e-914d-10d785c654aa r/w.
[   13.103850] systemd-journald[659]: Received client request to flush runtime journal.
[   13.104156] Adding 39845884k swap on /swapfile.  Priority:-2 extents:305 across:50200576k SS
[   13.452473] intel_pmc_core INT33A1:00:  initialized
[   13.491242] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   13.511259] input: PC Speaker as /devices/platform/pcspkr/input/input13
[   13.515648] input: MSI WMI hotkeys as /devices/virtual/input/input14
[   13.519991] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   13.520066] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   13.520356] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   13.520594] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   13.520745] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   13.520767] Loading firmware: regulatory.db
[   13.521503] Loading firmware: regulatory.db.p7s
[   13.530724] i2c i2c-0: Successfully instantiated SPD at 0x50
[   13.547813] Intel(R) Wireless WiFi driver for Linux
[   13.548113] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   13.549158] alx 0000:05:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [00:d8:61:05:9b:29]
[   13.555156] iwlwifi 0000:00:14.3: Detected crf-id 0x2816, cnv-id 0x1000100 wfpm id 0x80000000
[   13.555188] iwlwifi 0000:00:14.3: PCI dev a370/0034, rev=0x312, rfid=0x105110
[   13.555191] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz
[   13.556158] Loading firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode
[   13.557970] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   13.557977] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   13.557980] RAPL PMU: hw unit of domain package 2^-14 Joules
[   13.557981] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   13.557983] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   13.565093] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[   13.565098] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[   13.565102] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[   13.565104] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[   13.565106] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[   13.565108] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[   13.565109] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[   13.565111] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[   13.565113] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[   13.565115] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[   13.565117] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[   13.565119] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[   13.565121] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[   13.565122] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[   13.565124] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[   13.565126] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[   13.565128] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
[   13.565536] Loading firmware: iwl-debug-yoyo.bin
[   13.565918] iwlwifi 0000:00:14.3: loaded firmware version 46.7e3e4b69.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[   13.567497] msi_ec: Firmware version is not supported: '16P5EMS1.111'
[   13.583508] iTCO_vendor_support: vendor-support=0
[   13.595588] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   13.595942] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   13.596024] snd_hda_intel 0000:01:00.1: Disabling MSI
[   13.596031] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   13.598851] alx 0000:05:00.0 enp5s0: renamed from eth0
[   13.613889] intel_tcc_cooling: TCC Offset locked
[   13.614173] ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[   13.614705] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   13.614867] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   13.621907] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
[   13.621964] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
[   13.622014] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input17
[   13.622077] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input18
[   13.655669] spi-nor spi0.0: supply vcc not found, using dummy regulator
[   13.657892] Creating 1 MTD partitions on "0000:00:1f.5":
[   13.657909] 0x000000000000-0x000001000000 : "BIOS"
[   13.921232] i915 0000:00:02.0: [drm] Found coffeelake (device ID 3e9b) integrated display version 9.00 stepping N/A
[   13.921774] Console: switching to colour dummy device 80x25
[   13.921801] i915 0000:00:02.0: vgaarb: deactivate vga console
[   13.932279] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[   13.932730] Loading firmware: i915/kbl_dmc_ver1_04.bin
[   13.934634] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   13.972176] iwlwifi 0000:00:14.3: base HW address: 48:a4:72:af:6e:d2, OTP minor version: 0x4
[   13.973084] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i9xx_always_on_power_well_ops [i915])
[   13.975254] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[   13.977433] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.977637] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19
[   13.977727] ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[   13.977757] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input20
[   13.979943] fbcon: i915drmfb (fb0) is primary device
[   14.062477] intel_rapl_common: Found RAPL domain package
[   14.062480] intel_rapl_common: Found RAPL domain core
[   14.062480] intel_rapl_common: Found RAPL domain uncore
[   14.062481] intel_rapl_common: Found RAPL domain dram
[   14.077867] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   14.080391] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   14.563414] mc: Linux media interface: v0.10
[   14.574821] videodev: Linux video capture interface: v2.00
[   14.695499] usb 1-13: Found UVC 1.00 device HD Webcam (5986:211b)
[   14.713994] usbcore: registered new interface driver uvcvideo
[   15.182776] Console: switching to colour frame buffer device 240x67
[   15.199368] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_fence_ops [i915])
[   15.200883] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[   15.236028] snd_hda_codec_realtek hdaudioC1D0: ALC1220: picked fixup  for PCI SSID 1462:1228
[   15.236715] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker
[   15.236718] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.236720] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   15.236722] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   15.236723] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   15.236724] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   15.236726] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   15.236727] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[   15.247334] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
[   15.247389] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
[   16.880009] EXT4-fs (dm-1): mounted filesystem 42c82460-6fcf-457b-9ebf-eed7d2d69ecb r/w with ordered data mode. Quota mode: none.
[   17.133768] gt683r_led 0003:1770:FF00.0004: failed to send set report request: -19
[   17.236876] NET: Registered PF_QIPCRTR protocol family
[   17.264857] alx 0000:05:00.0 enp5s0: NIC Up: 1 Gbps Full
[   17.512644] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
[   17.888713] 8021q: 802.1Q VLAN Support v1.8
[   18.065315] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[   23.659266] evm: overlay not supported
[   58.467509] lxcbr0: port 1(veth1000_ZfvC) entered blocking state
[   58.467515] lxcbr0: port 1(veth1000_ZfvC) entered disabled state
[   58.467521] veth1000_ZfvC: entered allmulticast mode
[   58.467567] veth1000_ZfvC: entered promiscuous mode
[   58.467684] eth0: renamed from veth1000_ZfvCp
[   58.468620] lxcbr0: port 1(veth1000_ZfvC) entered blocking state
[   58.468625] lxcbr0: port 1(veth1000_ZfvC) entered forwarding state
[   63.167325] lxcbr0: port 2(veth1000_2YXL) entered blocking state
[   63.167334] lxcbr0: port 2(veth1000_2YXL) entered disabled state
[   63.167346] veth1000_2YXL: entered allmulticast mode
[   63.167423] veth1000_2YXL: entered promiscuous mode
[   63.167770] eth0: renamed from veth1000_2YXLp
[   63.169507] lxcbr0: port 2(veth1000_2YXL) entered blocking state
[   63.169515] lxcbr0: port 2(veth1000_2YXL) entered forwarding state

I pasted lxc config below:

~ ❯ cat /etc/lxc/lxc-usernet                                                                                                                          19:25:53
whiteman808 veth lxcbr0 30
~ ❯ cat /etc/default/lxc                                                                                                                              19:28:52
# LXC_AUTO - whether or not to start containers at boot
LXC_AUTO="true"

# BOOTGROUPS - What groups should start on bootup?
#       Comma separated list of groups.
#       Leading comma, trailing comma or embedded double
#       comma indicates when the NULL group should be run.
# Example (default): boot the onboot group first then the NULL group
BOOTGROUPS="onboot,"

# SHUTDOWNDELAY - Wait time for a container to shut down.
#       Container shutdown can result in lengthy system
#       shutdown times.  Even 5 seconds per container can be
#       too long.
SHUTDOWNDELAY=5

# OPTIONS can be used for anything else.
#       If you want to boot everything then
#       options can be "-a" or "-a -A".
OPTIONS=

# STOPOPTS are stop options.  The can be used for anything else to stop.
#       If you want to kill containers fast, use -k
STOPOPTS="-a -A -s"

USE_LXC_BRIDGE="true"
LXC_DOMAIN="lan"

[ ! -f /etc/default/lxc-net ] || . /etc/default/lxc-net
~ ❯ cat /etc/subuid                                                                                                                                   19:28:56
whiteman808:100000:65536
~ ❯ cat /etc/subgid                                                                                                                                   19:29:05
whiteman808:100000:65536
~ ❯ cat /etc/lxc/default.conf                                                                                                                         19:29:08
lxc.net.0.type = veth
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up
lxc.net.0.hwaddr = 10:66:6a:xx:xx:xx
lxc.idmap = u 0 100000 65536
lxc.idmap = g 0 100000 65536
~ ❯ cat ~/.config/lxc/default.conf                                                                                                                    19:29:33
lxc.net.0.type = veth
lxc.net.0.link = lxcbr0
lxc.net.0.flags = up
lxc.net.0.hwaddr = 10:66:6a:xx:xx:xx
lxc.idmap = u 0 100000 65536
lxc.idmap = g 0 100000 65536
~ ❯ cat /etc/systemd/system/user@.service.d/delegate.conf                                                                                             19:29:38
[Service]
Delegate=cpu cpuset io memory pids
~ ❯ systemd-run --unit=myshell --user --scope -p "Delegate=yes" lxc-ls --fancy                                                                    14s 19:32:53
Running as unit: myshell.scope; invocation ID: abe4d34ce9d1408eb72bcd5a07e93a50
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 7061 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
lxc-ls: ../lxc-6.0.4/src/lxc/utils.c: switch_to_ns: 900 Operation not permitted - Failed to set process 6664 to "net" of 3
NAME   STATE   AUTOSTART GROUPS IPV4      IPV6                                    UNPRIVILEGED
arch   RUNNING 0         -      10.0.3.93 fc42:5009:ba4b:5ab0:1266:6aff:fe5b:5346 true
debian RUNNING 0         -      10.0.3.82 fc42:5009:ba4b:5ab0:1266:6aff:fe1e:c795 true

@amikhalitsyn any ideas?

1 Like

Dear friends,

from what I see Gentoo has a very important backport of one fix (https://gitweb.gentoo.org/repo/gentoo.git/tree/app-containers/lxc/lxc-6.0.4-r1.ebuild#n76).

My wild guess would be that it is caused by this change lxccontainer: fix enter_net_ns helper to work when netns is inherited · lxc/lxc@3011e79 · GitHub

And we are a little bit to harsh printing an error to the log in here lxc/src/lxc/utils.c at 76975058b99252de6f1cfbbc9d3dba9029365287 · lxc/lxc · GitHub. Because this function is also used in a context where the code logic is clearly to “try → if fails → do something else”. Of course, this should be fixed (i.e. error messages should be removed depending on a call site) and I’ll do this.

My question to @whiteman808 is that, can you see any other problem than the error messages in the console? Everything works like it should or not?

Kind regards,
Alex